| 1 | [ Sep 25 17:24:57 Enabled. ] | ||
| 2 | [ Sep 25 17:24:57 Rereading configuration. ] | ||
| 3 | [ Sep 25 17:24:59 Rereading configuration. ] | ||
| 4 | [ Sep 25 17:25:02 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 | + args=("--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + 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 | ||
| 24 | [ Sep 25 17:25:02 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file 'config.xml'. | ||
| 26 | There is no file 'config.xml', will use embedded config. | ||
| 27 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 28 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 29 | 2024.09.25 17:25:03.237614 [ 1 ] {} <Information> Application: Will watch for the process with pid 22583 | ||
| 30 | 2024.09.25 17:25:03.238157 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 31 | 2024.09.25 17:25:03.481567 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22583 | ||
| 32 | 2024.09.25 17:25:03.482307 [ 1 ] {} <Information> Application: starting up | ||
| 33 | 2024.09.25 17:25:03.483043 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 34 | 2024.09.25 17:25:03.575979 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 35 | 2024.09.25 17:25:03.638292 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 36 | 2024.09.25 17:25:03.638359 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 37 | 2024.09.25 17:25:03.638384 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 38 | 2024.09.25 17:25:03.638471 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 39 | 2024.09.25 17:25:03.638822 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 40 | 2024.09.25 17:25:03.640350 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 41 | Processing configuration file 'config.xml'. | ||
| 42 | There is no file 'config.xml', will use embedded config. | ||
| 43 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 44 | 2024.09.25 17:25:03.640846 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 45 | 2024.09.25 17:25:03.641713 [ 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) | ||
| 46 | 2024.09.25 17:25:03.641741 [ 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) | ||
| 47 | 2024.09.25 17:25:03.641755 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 48 | 2024.09.25 17:25:03.641930 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.09.25 17:25:03.642774 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 50 | 2024.09.25 17:25:03.648362 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 51 | 2024.09.25 17:25:03.649093 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.09.25 17:25:03.650434 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 53 | 2024.09.25 17:25:03.650502 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 54 | 2024.09.25 17:25:03.652043 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 55 | Processing configuration file 'config.xml'. | ||
| 56 | There is no file 'config.xml', will use embedded config. | ||
| 57 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 58 | 2024.09.25 17:25:03.652372 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 59 | 2024.09.25 17:25:03.656850 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 60 | 2024.09.25 17:25:03.657139 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 61 | 2024.09.25 17:25:03.658713 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 62 | 2024.09.25 17:25:03.659071 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 63 | 2024.09.25 17:25:03.659402 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 64 | 2024.09.25 17:25:03.659800 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 65 | 2024.09.25 17:25:03.661120 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 66 | 2024.09.25 17:25:03.661149 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 67 | 2024.09.25 17:25:03.661218 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 68 | 2024.09.25 17:25:03.661374 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 69 | 2024.09.25 17:25:03.693315 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 70 | 2024.09.25 17:25:03.693348 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176193 sec | ||
| 71 | 2024.09.25 17:25:03.693407 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 72 | 2024.09.25 17:25:03.693423 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 73 | 2024.09.25 17:25:03.694660 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 74 | 2024.09.25 17:25:03.695781 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 75 | 2024.09.25 17:25:03.695801 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 76 | 2024.09.25 17:25:03.695841 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 77 | 2024.09.25 17:25:03.695856 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 78 | 2024.09.25 17:25:03.695868 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 79 | 2024.09.25 17:25:03.695904 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 80 | 2024.09.25 17:25:03.695916 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 81 | 2024.09.25 17:25:03.695932 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 82 | 2024.09.25 17:25:03.695963 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 83 | 2024.09.25 17:25:03.695983 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 84 | 2024.09.25 17:25:03.695997 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 85 | 2024.09.25 17:25:03.696015 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 86 | 2024.09.25 17:25:03.696047 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 87 | 2024.09.25 17:25:03.696061 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 88 | 2024.09.25 17:25:03.696074 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 89 | 2024.09.25 17:25:03.696106 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 90 | 2024.09.25 17:25:03.696121 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 91 | 2024.09.25 17:25:03.733828 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 92 | 2024.09.25 17:25:03.739387 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 93 | 2024.09.25 17:25:03.739429 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.2442e-05 sec | ||
| 94 | 2024.09.25 17:25:03.739457 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 95 | 2024.09.25 17:25:03.739478 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 96 | 2024.09.25 17:25:03.739514 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 97 | 2024.09.25 17:25:03.739717 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 98 | 2024.09.25 17:25:03.739760 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 99 | 2024.09.25 17:25:03.739775 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 100 | 2024.09.25 17:25:03.739786 [ 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). | ||
| 101 | 2024.09.25 17:25:03.739810 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 102 | 2024.09.25 17:25:03.773050 [ 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) | ||
| 103 | 2024.09.25 17:25:04.081302 [ 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) | ||
| 104 | 2024.09.25 17:25:04.081370 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 105 | 2024.09.25 17:25:04.199885 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 106 | 2024.09.25 17:25:04.200110 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.10 MiB (RSS), difference: 147.23 MiB | ||
| 107 | 2024.09.25 17:25:04.201029 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.4861e-05 sec. | ||
| 108 | 2024.09.25 17:25:04.201440 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 109 | 2024.09.25 17:25:04.201538 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 110 | 2024.09.25 17:25:04.201603 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 111 | 2024.09.25 17:25:04.201629 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 112 | 2024.09.25 17:25:06.045953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 113 | 2024.09.25 17:25:06.046155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 114 | 2024.09.25 17:25:06.046189 [ 3 ] {} <Debug> HTTP-Session: 1d379f96-3212-4c64-94fd-f5d7ba85e65f Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 115 | 2024.09.25 17:25:06.046218 [ 3 ] {} <Debug> HTTP-Session: 1d379f96-3212-4c64-94fd-f5d7ba85e65f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 116 | 2024.09.25 17:25:06.046235 [ 3 ] {} <Debug> HTTP-Session: 1d379f96-3212-4c64-94fd-f5d7ba85e65f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.09.25 17:25:06.046320 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 118 | 2024.09.25 17:25:06.046352 [ 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 | ||
| 119 | 2024.09.25 17:25:06.046375 [ 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 | ||
| 120 | 2024.09.25 17:25:06.046438 [ 3 ] {} <Trace> HTTP-Session: 1d379f96-3212-4c64-94fd-f5d7ba85e65f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 121 | 2024.09.25 17:25:06.047509 [ 3 ] {fbf1e37d-cf8e-4658-ba70-59274dc29065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 122 | 2024.09.25 17:25:06.084434 [ 3 ] {fbf1e37d-cf8e-4658-ba70-59274dc29065} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38654) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 123 | |||
| 124 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 125 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 126 | 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 | ||
| 127 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 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 | ||
| 131 | 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 | ||
| 132 | 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 | ||
| 133 | 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 | ||
| 134 | 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 | ||
| 135 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 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 | ||
| 138 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 146 | |||
| 147 | 2024.09.25 17:25:06.085184 [ 3 ] {fbf1e37d-cf8e-4658-ba70-59274dc29065} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 148 | |||
| 149 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 150 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 151 | 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 | ||
| 152 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 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 | ||
| 156 | 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 | ||
| 157 | 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 | ||
| 158 | 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 | ||
| 159 | 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 | ||
| 160 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 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 | ||
| 163 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 171 | (version 23.8.7.1) | ||
| 172 | 2024.09.25 17:25:06.086619 [ 3 ] {} <Debug> HTTP-Session: 1d379f96-3212-4c64-94fd-f5d7ba85e65f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 173 | 2024.09.25 17:25:06.087981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 174 | 2024.09.25 17:25:06.088062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 175 | 2024.09.25 17:25:06.088085 [ 3 ] {} <Debug> HTTP-Session: a0417f06-206e-4050-b656-f1ae9071f245 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 176 | 2024.09.25 17:25:06.088112 [ 3 ] {} <Debug> HTTP-Session: a0417f06-206e-4050-b656-f1ae9071f245 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.09.25 17:25:06.088126 [ 3 ] {} <Debug> HTTP-Session: a0417f06-206e-4050-b656-f1ae9071f245 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 178 | 2024.09.25 17:25:06.088167 [ 3 ] {} <Trace> HTTP-Session: a0417f06-206e-4050-b656-f1ae9071f245 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 179 | 2024.09.25 17:25:06.088309 [ 3 ] {c1420826-cb37-472d-972d-36bd2a472844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 180 | 2024.09.25 17:25:06.088556 [ 3 ] {c1420826-cb37-472d-972d-36bd2a472844} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38654) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 181 | |||
| 182 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 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 | ||
| 185 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 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 | ||
| 189 | 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 | ||
| 190 | 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 | ||
| 191 | 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 | ||
| 192 | 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 | ||
| 193 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 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 | ||
| 196 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 204 | |||
| 205 | 2024.09.25 17:25:06.088686 [ 3 ] {c1420826-cb37-472d-972d-36bd2a472844} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 206 | |||
| 207 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 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 | ||
| 210 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 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 | ||
| 215 | 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 | ||
| 216 | 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 | ||
| 217 | 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 | ||
| 218 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 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 | ||
| 221 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 21. _thrp_setup @ 0x0000000000114f37 in /system/lib/amd64/libc.so.1 | ||
| 229 | (version 23.8.7.1) | ||
| 230 | 2024.09.25 17:25:06.088851 [ 3 ] {} <Debug> HTTP-Session: a0417f06-206e-4050-b656-f1ae9071f245 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.09.25 17:25:06.091131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 232 | 2024.09.25 17:25:06.091189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 233 | 2024.09.25 17:25:06.091216 [ 3 ] {} <Debug> HTTP-Session: 411addad-dcc7-48de-9a20-5ba37b8acdea Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 234 | 2024.09.25 17:25:06.091237 [ 3 ] {} <Debug> HTTP-Session: 411addad-dcc7-48de-9a20-5ba37b8acdea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2024.09.25 17:25:06.091252 [ 3 ] {} <Debug> HTTP-Session: 411addad-dcc7-48de-9a20-5ba37b8acdea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2024.09.25 17:25:06.091291 [ 3 ] {} <Trace> HTTP-Session: 411addad-dcc7-48de-9a20-5ba37b8acdea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 237 | 2024.09.25 17:25:06.092531 [ 3 ] {9b91a6ea-153c-4b54-9312-a080515725a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 238 | 2024.09.25 17:25:06.093262 [ 3 ] {9b91a6ea-153c-4b54-9312-a080515725a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 239 | 2024.09.25 17:25:06.093307 [ 3 ] {} <Debug> HTTP-Session: 411addad-dcc7-48de-9a20-5ba37b8acdea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 240 | 2024.09.25 17:25:06.104164 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 241 | 2024.09.25 17:25:06.104217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 242 | 2024.09.25 17:25:06.104244 [ 3 ] {} <Debug> HTTP-Session: fc58def0-fc2f-43f9-a40c-8323f4178d79 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 243 | 2024.09.25 17:25:06.104266 [ 3 ] {} <Debug> HTTP-Session: fc58def0-fc2f-43f9-a40c-8323f4178d79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 244 | 2024.09.25 17:25:06.104283 [ 3 ] {} <Debug> HTTP-Session: fc58def0-fc2f-43f9-a40c-8323f4178d79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 245 | 2024.09.25 17:25:06.104321 [ 3 ] {} <Trace> HTTP-Session: fc58def0-fc2f-43f9-a40c-8323f4178d79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 246 | 2024.09.25 17:25:06.104418 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 247 | 2024.09.25 17:25:06.104522 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 248 | 2024.09.25 17:25:06.117461 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 249 | 2024.09.25 17:25:06.117501 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.1081e-05 sec | ||
| 250 | 2024.09.25 17:25:06.117522 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Trace> ReferentialDeps: No tables | ||
| 251 | 2024.09.25 17:25:06.117544 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Trace> LoadingDeps: No tables | ||
| 252 | 2024.09.25 17:25:06.117575 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 253 | 2024.09.25 17:25:06.117776 [ 3 ] {7bd3eba0-72a5-44cc-b6fb-4620d022fdeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 254 | 2024.09.25 17:25:06.117816 [ 3 ] {} <Debug> HTTP-Session: fc58def0-fc2f-43f9-a40c-8323f4178d79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 255 | 2024.09.25 17:25:06.118031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 256 | 2024.09.25 17:25:06.118107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 257 | 2024.09.25 17:25:06.118134 [ 3 ] {} <Debug> HTTP-Session: b76a02eb-5893-4bd7-94cb-9ed6fe88da44 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 258 | 2024.09.25 17:25:06.118167 [ 3 ] {} <Debug> HTTP-Session: b76a02eb-5893-4bd7-94cb-9ed6fe88da44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 259 | 2024.09.25 17:25:06.118194 [ 3 ] {} <Debug> HTTP-Session: b76a02eb-5893-4bd7-94cb-9ed6fe88da44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.09.25 17:25:06.118237 [ 3 ] {} <Trace> HTTP-Session: b76a02eb-5893-4bd7-94cb-9ed6fe88da44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 261 | 2024.09.25 17:25:06.118451 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) /* The version table contains metadata about the `oximeter` database */ | ||
| 262 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 263 | 2024.09.25 17:25:06.118529 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 264 | 2024.09.25 17:25:06.126472 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 265 | 2024.09.25 17:25:06.150773 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Debug> oximeter.version (262c0b98-c589-41d8-9ee0-7154bbac9f09): Loading data parts | ||
| 266 | 2024.09.25 17:25:06.151388 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Debug> oximeter.version (262c0b98-c589-41d8-9ee0-7154bbac9f09): There are no data parts | ||
| 267 | 2024.09.25 17:25:06.170611 [ 3 ] {7353e643-e8fe-40e2-b9ef-a3c652122f9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 268 | 2024.09.25 17:25:06.170672 [ 3 ] {} <Debug> HTTP-Session: b76a02eb-5893-4bd7-94cb-9ed6fe88da44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 269 | 2024.09.25 17:25:06.170812 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 270 | 2024.09.25 17:25:06.170874 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 271 | 2024.09.25 17:25:06.170898 [ 3 ] {} <Debug> HTTP-Session: 26dd0d2d-01c5-45d6-93c0-9a958d37b832 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 272 | 2024.09.25 17:25:06.170914 [ 3 ] {} <Debug> HTTP-Session: 26dd0d2d-01c5-45d6-93c0-9a958d37b832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 273 | 2024.09.25 17:25:06.170936 [ 3 ] {} <Debug> HTTP-Session: 26dd0d2d-01c5-45d6-93c0-9a958d37b832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 274 | 2024.09.25 17:25:06.170971 [ 3 ] {} <Trace> HTTP-Session: 26dd0d2d-01c5-45d6-93c0-9a958d37b832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 275 | 2024.09.25 17:25:06.171198 [ 3 ] {0eae6991-5378-4912-a02e-cae771f19fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) /* The measurement tables contain all individual samples from each timeseries. | ||
| 276 | * | ||
| 277 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 278 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 279 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 280 | * by all samples from the same timeseries. | ||
| 281 | * | ||
| 282 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 283 | * and then uses that to index quickly into the measurements tables. | ||
| 284 | */ | ||
| 285 | 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) | ||
| 286 | 2024.09.25 17:25:06.171259 [ 3 ] {0eae6991-5378-4912-a02e-cae771f19fbc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 287 | 2024.09.25 17:25:06.179511 [ 3 ] {0eae6991-5378-4912-a02e-cae771f19fbc} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Loading data parts | ||
| 288 | 2024.09.25 17:25:06.179763 [ 3 ] {0eae6991-5378-4912-a02e-cae771f19fbc} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): There are no data parts | ||
| 289 | 2024.09.25 17:25:06.182178 [ 3 ] {0eae6991-5378-4912-a02e-cae771f19fbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 290 | 2024.09.25 17:25:06.182217 [ 3 ] {} <Debug> HTTP-Session: 26dd0d2d-01c5-45d6-93c0-9a958d37b832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 291 | 2024.09.25 17:25:06.182353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 292 | 2024.09.25 17:25:06.182406 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 293 | 2024.09.25 17:25:06.182435 [ 3 ] {} <Debug> HTTP-Session: f8d89ead-b31d-433c-9649-220e49490bbb Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 294 | 2024.09.25 17:25:06.182455 [ 3 ] {} <Debug> HTTP-Session: f8d89ead-b31d-433c-9649-220e49490bbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 295 | 2024.09.25 17:25:06.182468 [ 3 ] {} <Debug> HTTP-Session: f8d89ead-b31d-433c-9649-220e49490bbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 296 | 2024.09.25 17:25:06.182502 [ 3 ] {} <Trace> HTTP-Session: f8d89ead-b31d-433c-9649-220e49490bbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 297 | 2024.09.25 17:25:06.182678 [ 3 ] {9b31cc22-0adc-402b-9dc1-c850ffb8b800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 298 | 2024.09.25 17:25:06.182730 [ 3 ] {9b31cc22-0adc-402b-9dc1-c850ffb8b800} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 299 | 2024.09.25 17:25:06.194665 [ 3 ] {9b31cc22-0adc-402b-9dc1-c850ffb8b800} <Debug> oximeter.measurements_i8 (abecc69e-efc9-4224-bd8e-2332c7c4548b): Loading data parts | ||
| 300 | 2024.09.25 17:25:06.194876 [ 3 ] {9b31cc22-0adc-402b-9dc1-c850ffb8b800} <Debug> oximeter.measurements_i8 (abecc69e-efc9-4224-bd8e-2332c7c4548b): There are no data parts | ||
| 301 | 2024.09.25 17:25:06.197323 [ 3 ] {9b31cc22-0adc-402b-9dc1-c850ffb8b800} <Debug> DynamicQueryHandler: Done processing query | ||
| 302 | 2024.09.25 17:25:06.197357 [ 3 ] {} <Debug> HTTP-Session: f8d89ead-b31d-433c-9649-220e49490bbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 303 | 2024.09.25 17:25:06.197488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 304 | 2024.09.25 17:25:06.197542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 305 | 2024.09.25 17:25:06.197566 [ 3 ] {} <Debug> HTTP-Session: 449434a7-f448-4caf-a610-8dfc1fa08be8 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 306 | 2024.09.25 17:25:06.197586 [ 3 ] {} <Debug> HTTP-Session: 449434a7-f448-4caf-a610-8dfc1fa08be8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.09.25 17:25:06.197600 [ 3 ] {} <Debug> HTTP-Session: 449434a7-f448-4caf-a610-8dfc1fa08be8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 308 | 2024.09.25 17:25:06.197634 [ 3 ] {} <Trace> HTTP-Session: 449434a7-f448-4caf-a610-8dfc1fa08be8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 309 | 2024.09.25 17:25:06.197811 [ 3 ] {68865ed7-a321-4f69-b732-068f887efc55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 310 | 2024.09.25 17:25:06.197862 [ 3 ] {68865ed7-a321-4f69-b732-068f887efc55} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 311 | 2024.09.25 17:25:06.205587 [ 3 ] {68865ed7-a321-4f69-b732-068f887efc55} <Debug> oximeter.measurements_u8 (15a26023-ea3c-4a6d-acc5-0088c172bf33): Loading data parts | ||
| 312 | 2024.09.25 17:25:06.205757 [ 3 ] {68865ed7-a321-4f69-b732-068f887efc55} <Debug> oximeter.measurements_u8 (15a26023-ea3c-4a6d-acc5-0088c172bf33): There are no data parts | ||
| 313 | 2024.09.25 17:25:06.218683 [ 3 ] {68865ed7-a321-4f69-b732-068f887efc55} <Debug> DynamicQueryHandler: Done processing query | ||
| 314 | 2024.09.25 17:25:06.218724 [ 3 ] {} <Debug> HTTP-Session: 449434a7-f448-4caf-a610-8dfc1fa08be8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 315 | 2024.09.25 17:25:06.218857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 316 | 2024.09.25 17:25:06.218906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 317 | 2024.09.25 17:25:06.218933 [ 3 ] {} <Debug> HTTP-Session: f8a1c1fe-ecdb-4978-86dc-c7949630124e Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 318 | 2024.09.25 17:25:06.218955 [ 3 ] {} <Debug> HTTP-Session: f8a1c1fe-ecdb-4978-86dc-c7949630124e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.09.25 17:25:06.218970 [ 3 ] {} <Debug> HTTP-Session: f8a1c1fe-ecdb-4978-86dc-c7949630124e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 320 | 2024.09.25 17:25:06.219004 [ 3 ] {} <Trace> HTTP-Session: f8a1c1fe-ecdb-4978-86dc-c7949630124e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 321 | 2024.09.25 17:25:06.219184 [ 3 ] {5378e27d-f042-4f9f-813b-3f370c28d6af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 322 | 2024.09.25 17:25:06.219243 [ 3 ] {5378e27d-f042-4f9f-813b-3f370c28d6af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 323 | 2024.09.25 17:25:06.229329 [ 3 ] {5378e27d-f042-4f9f-813b-3f370c28d6af} <Debug> oximeter.measurements_i16 (5178d0b1-8790-48c4-935e-b4bfaa9bacad): Loading data parts | ||
| 324 | 2024.09.25 17:25:06.229507 [ 3 ] {5378e27d-f042-4f9f-813b-3f370c28d6af} <Debug> oximeter.measurements_i16 (5178d0b1-8790-48c4-935e-b4bfaa9bacad): There are no data parts | ||
| 325 | 2024.09.25 17:25:06.243350 [ 3 ] {5378e27d-f042-4f9f-813b-3f370c28d6af} <Debug> DynamicQueryHandler: Done processing query | ||
| 326 | 2024.09.25 17:25:06.243379 [ 3 ] {} <Debug> HTTP-Session: f8a1c1fe-ecdb-4978-86dc-c7949630124e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 327 | 2024.09.25 17:25:06.243536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 328 | 2024.09.25 17:25:06.243605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 329 | 2024.09.25 17:25:06.243625 [ 3 ] {} <Debug> HTTP-Session: f39091fb-eb37-4e50-ac57-b37cd8eeb7fd Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 330 | 2024.09.25 17:25:06.243649 [ 3 ] {} <Debug> HTTP-Session: f39091fb-eb37-4e50-ac57-b37cd8eeb7fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.09.25 17:25:06.243663 [ 3 ] {} <Debug> HTTP-Session: f39091fb-eb37-4e50-ac57-b37cd8eeb7fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.09.25 17:25:06.243704 [ 3 ] {} <Trace> HTTP-Session: f39091fb-eb37-4e50-ac57-b37cd8eeb7fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 333 | 2024.09.25 17:25:06.243905 [ 3 ] {ff47b48d-90ee-48af-a9e0-6d7904104bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 334 | 2024.09.25 17:25:06.243967 [ 3 ] {ff47b48d-90ee-48af-a9e0-6d7904104bb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 335 | 2024.09.25 17:25:06.266135 [ 3 ] {ff47b48d-90ee-48af-a9e0-6d7904104bb8} <Debug> oximeter.measurements_u16 (db253b99-7f9a-49c8-a610-873430f0f594): Loading data parts | ||
| 336 | 2024.09.25 17:25:06.266355 [ 3 ] {ff47b48d-90ee-48af-a9e0-6d7904104bb8} <Debug> oximeter.measurements_u16 (db253b99-7f9a-49c8-a610-873430f0f594): There are no data parts | ||
| 337 | 2024.09.25 17:25:06.289990 [ 3 ] {ff47b48d-90ee-48af-a9e0-6d7904104bb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 338 | 2024.09.25 17:25:06.290052 [ 3 ] {} <Debug> HTTP-Session: f39091fb-eb37-4e50-ac57-b37cd8eeb7fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 339 | 2024.09.25 17:25:06.290270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 340 | 2024.09.25 17:25:06.290370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 341 | 2024.09.25 17:25:06.290406 [ 3 ] {} <Debug> HTTP-Session: 08c9fe31-4a20-4c41-8287-2ccd6f437fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 342 | 2024.09.25 17:25:06.290447 [ 3 ] {} <Debug> HTTP-Session: 08c9fe31-4a20-4c41-8287-2ccd6f437fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.09.25 17:25:06.290472 [ 3 ] {} <Debug> HTTP-Session: 08c9fe31-4a20-4c41-8287-2ccd6f437fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 344 | 2024.09.25 17:25:06.290537 [ 3 ] {} <Trace> HTTP-Session: 08c9fe31-4a20-4c41-8287-2ccd6f437fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2024.09.25 17:25:06.290804 [ 3 ] {010c432d-4da7-40ce-bb6a-f58971dbc42b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 346 | 2024.09.25 17:25:06.290862 [ 3 ] {010c432d-4da7-40ce-bb6a-f58971dbc42b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 347 | 2024.09.25 17:25:06.293877 [ 3 ] {010c432d-4da7-40ce-bb6a-f58971dbc42b} <Debug> oximeter.measurements_i32 (4d99ccda-0c5c-4bcd-a72c-cee5833dd487): Loading data parts | ||
| 348 | 2024.09.25 17:25:06.294044 [ 3 ] {010c432d-4da7-40ce-bb6a-f58971dbc42b} <Debug> oximeter.measurements_i32 (4d99ccda-0c5c-4bcd-a72c-cee5833dd487): There are no data parts | ||
| 349 | 2024.09.25 17:25:06.313284 [ 3 ] {010c432d-4da7-40ce-bb6a-f58971dbc42b} <Debug> DynamicQueryHandler: Done processing query | ||
| 350 | 2024.09.25 17:25:06.313329 [ 3 ] {} <Debug> HTTP-Session: 08c9fe31-4a20-4c41-8287-2ccd6f437fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 351 | 2024.09.25 17:25:06.313558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 352 | 2024.09.25 17:25:06.313661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 353 | 2024.09.25 17:25:06.313701 [ 3 ] {} <Debug> HTTP-Session: c0457a7e-f0e1-48d0-ae6d-5447e48ad91f Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 354 | 2024.09.25 17:25:06.313751 [ 3 ] {} <Debug> HTTP-Session: c0457a7e-f0e1-48d0-ae6d-5447e48ad91f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.09.25 17:25:06.313791 [ 3 ] {} <Debug> HTTP-Session: c0457a7e-f0e1-48d0-ae6d-5447e48ad91f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.09.25 17:25:06.313856 [ 3 ] {} <Trace> HTTP-Session: c0457a7e-f0e1-48d0-ae6d-5447e48ad91f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 357 | 2024.09.25 17:25:06.314153 [ 3 ] {5a768efc-8d22-480d-9131-9debff6acbb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 358 | 2024.09.25 17:25:06.314212 [ 3 ] {5a768efc-8d22-480d-9131-9debff6acbb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 359 | 2024.09.25 17:25:06.336055 [ 3 ] {5a768efc-8d22-480d-9131-9debff6acbb8} <Debug> oximeter.measurements_u32 (df434d3f-6312-47e7-9281-3b91d4f7fe57): Loading data parts | ||
| 360 | 2024.09.25 17:25:06.336319 [ 3 ] {5a768efc-8d22-480d-9131-9debff6acbb8} <Debug> oximeter.measurements_u32 (df434d3f-6312-47e7-9281-3b91d4f7fe57): There are no data parts | ||
| 361 | 2024.09.25 17:25:06.359661 [ 3 ] {5a768efc-8d22-480d-9131-9debff6acbb8} <Debug> DynamicQueryHandler: Done processing query | ||
| 362 | 2024.09.25 17:25:06.359735 [ 3 ] {} <Debug> HTTP-Session: c0457a7e-f0e1-48d0-ae6d-5447e48ad91f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 363 | 2024.09.25 17:25:06.360040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 364 | 2024.09.25 17:25:06.360146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 365 | 2024.09.25 17:25:06.360173 [ 3 ] {} <Debug> HTTP-Session: 76810e79-ec3e-4e51-a014-eb9f77e04a18 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 366 | 2024.09.25 17:25:06.360203 [ 3 ] {} <Debug> HTTP-Session: 76810e79-ec3e-4e51-a014-eb9f77e04a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.09.25 17:25:06.360233 [ 3 ] {} <Debug> HTTP-Session: 76810e79-ec3e-4e51-a014-eb9f77e04a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.09.25 17:25:06.360274 [ 3 ] {} <Trace> HTTP-Session: 76810e79-ec3e-4e51-a014-eb9f77e04a18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 369 | 2024.09.25 17:25:06.360479 [ 3 ] {3c8b4c8c-49f2-4ec3-ae24-d1c1bb3c9fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 370 | 2024.09.25 17:25:06.360539 [ 3 ] {3c8b4c8c-49f2-4ec3-ae24-d1c1bb3c9fb4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 371 | 2024.09.25 17:25:06.380169 [ 3 ] {3c8b4c8c-49f2-4ec3-ae24-d1c1bb3c9fb4} <Debug> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): Loading data parts | ||
| 372 | 2024.09.25 17:25:06.380351 [ 3 ] {3c8b4c8c-49f2-4ec3-ae24-d1c1bb3c9fb4} <Debug> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): There are no data parts | ||
| 373 | 2024.09.25 17:25:06.386313 [ 3 ] {3c8b4c8c-49f2-4ec3-ae24-d1c1bb3c9fb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 374 | 2024.09.25 17:25:06.386361 [ 3 ] {} <Debug> HTTP-Session: 76810e79-ec3e-4e51-a014-eb9f77e04a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 375 | 2024.09.25 17:25:06.386597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 376 | 2024.09.25 17:25:06.386709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 377 | 2024.09.25 17:25:06.386749 [ 3 ] {} <Debug> HTTP-Session: 13d5914a-d0f7-43e8-a3be-949ce19d01ad Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 378 | 2024.09.25 17:25:06.386794 [ 3 ] {} <Debug> HTTP-Session: 13d5914a-d0f7-43e8-a3be-949ce19d01ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.09.25 17:25:06.386832 [ 3 ] {} <Debug> HTTP-Session: 13d5914a-d0f7-43e8-a3be-949ce19d01ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.09.25 17:25:06.386898 [ 3 ] {} <Trace> HTTP-Session: 13d5914a-d0f7-43e8-a3be-949ce19d01ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 381 | 2024.09.25 17:25:06.387166 [ 3 ] {067c8111-85f5-4a59-a1ea-058072693f4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 382 | 2024.09.25 17:25:06.387219 [ 3 ] {067c8111-85f5-4a59-a1ea-058072693f4a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 383 | 2024.09.25 17:25:06.405893 [ 3 ] {067c8111-85f5-4a59-a1ea-058072693f4a} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Loading data parts | ||
| 384 | 2024.09.25 17:25:06.406058 [ 3 ] {067c8111-85f5-4a59-a1ea-058072693f4a} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): There are no data parts | ||
| 385 | 2024.09.25 17:25:06.419385 [ 3 ] {067c8111-85f5-4a59-a1ea-058072693f4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 386 | 2024.09.25 17:25:06.419431 [ 3 ] {} <Debug> HTTP-Session: 13d5914a-d0f7-43e8-a3be-949ce19d01ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 387 | 2024.09.25 17:25:06.419625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 388 | 2024.09.25 17:25:06.419706 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 389 | 2024.09.25 17:25:06.419725 [ 3 ] {} <Debug> HTTP-Session: 5f0b9df7-2a20-4e7b-9d5a-50aa4fd5c68c Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 390 | 2024.09.25 17:25:06.419746 [ 3 ] {} <Debug> HTTP-Session: 5f0b9df7-2a20-4e7b-9d5a-50aa4fd5c68c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.09.25 17:25:06.419764 [ 3 ] {} <Debug> HTTP-Session: 5f0b9df7-2a20-4e7b-9d5a-50aa4fd5c68c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 392 | 2024.09.25 17:25:06.419797 [ 3 ] {} <Trace> HTTP-Session: 5f0b9df7-2a20-4e7b-9d5a-50aa4fd5c68c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 393 | 2024.09.25 17:25:06.419975 [ 3 ] {c8673c8f-43cb-43f2-9878-a4d3616f52cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 394 | 2024.09.25 17:25:06.420030 [ 3 ] {c8673c8f-43cb-43f2-9878-a4d3616f52cd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 395 | 2024.09.25 17:25:06.433813 [ 3 ] {c8673c8f-43cb-43f2-9878-a4d3616f52cd} <Debug> oximeter.measurements_f32 (3eb022a5-60cf-4d90-963c-8703e218cf07): Loading data parts | ||
| 396 | 2024.09.25 17:25:06.434101 [ 3 ] {c8673c8f-43cb-43f2-9878-a4d3616f52cd} <Debug> oximeter.measurements_f32 (3eb022a5-60cf-4d90-963c-8703e218cf07): There are no data parts | ||
| 397 | 2024.09.25 17:25:06.443160 [ 3 ] {c8673c8f-43cb-43f2-9878-a4d3616f52cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 398 | 2024.09.25 17:25:06.443190 [ 3 ] {} <Debug> HTTP-Session: 5f0b9df7-2a20-4e7b-9d5a-50aa4fd5c68c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 399 | 2024.09.25 17:25:06.443380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 400 | 2024.09.25 17:25:06.443448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 401 | 2024.09.25 17:25:06.443472 [ 3 ] {} <Debug> HTTP-Session: 5f9d9945-7a78-4ddd-a43a-630f95b94309 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 402 | 2024.09.25 17:25:06.443501 [ 3 ] {} <Debug> HTTP-Session: 5f9d9945-7a78-4ddd-a43a-630f95b94309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.09.25 17:25:06.443524 [ 3 ] {} <Debug> HTTP-Session: 5f9d9945-7a78-4ddd-a43a-630f95b94309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 404 | 2024.09.25 17:25:06.443561 [ 3 ] {} <Trace> HTTP-Session: 5f9d9945-7a78-4ddd-a43a-630f95b94309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 405 | 2024.09.25 17:25:06.443758 [ 3 ] {89dd7f01-9410-4afe-bbe5-51c149830cd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 406 | 2024.09.25 17:25:06.443817 [ 3 ] {89dd7f01-9410-4afe-bbe5-51c149830cd7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 407 | 2024.09.25 17:25:06.446505 [ 3 ] {89dd7f01-9410-4afe-bbe5-51c149830cd7} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Loading data parts | ||
| 408 | 2024.09.25 17:25:06.446656 [ 3 ] {89dd7f01-9410-4afe-bbe5-51c149830cd7} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): There are no data parts | ||
| 409 | 2024.09.25 17:25:06.459970 [ 3 ] {89dd7f01-9410-4afe-bbe5-51c149830cd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 410 | 2024.09.25 17:25:06.460018 [ 3 ] {} <Debug> HTTP-Session: 5f9d9945-7a78-4ddd-a43a-630f95b94309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 411 | 2024.09.25 17:25:06.460246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 412 | 2024.09.25 17:25:06.460362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 413 | 2024.09.25 17:25:06.460412 [ 3 ] {} <Debug> HTTP-Session: f5529281-2750-47c0-9748-a11bae252b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 414 | 2024.09.25 17:25:06.460443 [ 3 ] {} <Debug> HTTP-Session: f5529281-2750-47c0-9748-a11bae252b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.09.25 17:25:06.460483 [ 3 ] {} <Debug> HTTP-Session: f5529281-2750-47c0-9748-a11bae252b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 416 | 2024.09.25 17:25:06.460553 [ 3 ] {} <Trace> HTTP-Session: f5529281-2750-47c0-9748-a11bae252b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 417 | 2024.09.25 17:25:06.460951 [ 3 ] {dcf7d85f-2822-4b63-8626-06f41c6e9927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 418 | 2024.09.25 17:25:06.461070 [ 3 ] {dcf7d85f-2822-4b63-8626-06f41c6e9927} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 419 | 2024.09.25 17:25:06.479846 [ 3 ] {dcf7d85f-2822-4b63-8626-06f41c6e9927} <Debug> oximeter.measurements_string (0bbdd701-e280-48c2-93f1-1028d530dea2): Loading data parts | ||
| 420 | 2024.09.25 17:25:06.480060 [ 3 ] {dcf7d85f-2822-4b63-8626-06f41c6e9927} <Debug> oximeter.measurements_string (0bbdd701-e280-48c2-93f1-1028d530dea2): There are no data parts | ||
| 421 | 2024.09.25 17:25:06.485107 [ 3 ] {dcf7d85f-2822-4b63-8626-06f41c6e9927} <Debug> DynamicQueryHandler: Done processing query | ||
| 422 | 2024.09.25 17:25:06.485156 [ 3 ] {} <Debug> HTTP-Session: f5529281-2750-47c0-9748-a11bae252b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 423 | 2024.09.25 17:25:06.485409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 424 | 2024.09.25 17:25:06.485515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 425 | 2024.09.25 17:25:06.485566 [ 3 ] {} <Debug> HTTP-Session: 0f04501e-9b54-4179-b59f-91674d9db027 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 426 | 2024.09.25 17:25:06.485597 [ 3 ] {} <Debug> HTTP-Session: 0f04501e-9b54-4179-b59f-91674d9db027 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.09.25 17:25:06.485637 [ 3 ] {} <Debug> HTTP-Session: 0f04501e-9b54-4179-b59f-91674d9db027 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 428 | 2024.09.25 17:25:06.485729 [ 3 ] {} <Trace> HTTP-Session: 0f04501e-9b54-4179-b59f-91674d9db027 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 429 | 2024.09.25 17:25:06.486103 [ 3 ] {78ee0081-f05e-4d4c-816a-a500798f8e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 430 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 431 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 432 | * a string isn't palatable for a few reasons. | ||
| 433 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 434 | * details. | ||
| 435 | */ | ||
| 436 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 437 | 2024.09.25 17:25:06.486160 [ 3 ] {78ee0081-f05e-4d4c-816a-a500798f8e32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 438 | 2024.09.25 17:25:06.495499 [ 3 ] {78ee0081-f05e-4d4c-816a-a500798f8e32} <Debug> oximeter.measurements_bytes (f3db118b-1264-4734-a13c-0b94ba598259): Loading data parts | ||
| 439 | 2024.09.25 17:25:06.495670 [ 3 ] {78ee0081-f05e-4d4c-816a-a500798f8e32} <Debug> oximeter.measurements_bytes (f3db118b-1264-4734-a13c-0b94ba598259): There are no data parts | ||
| 440 | 2024.09.25 17:25:06.508738 [ 3 ] {78ee0081-f05e-4d4c-816a-a500798f8e32} <Debug> DynamicQueryHandler: Done processing query | ||
| 441 | 2024.09.25 17:25:06.508815 [ 3 ] {} <Debug> HTTP-Session: 0f04501e-9b54-4179-b59f-91674d9db027 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 442 | 2024.09.25 17:25:06.509053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 443 | 2024.09.25 17:25:06.509110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 444 | 2024.09.25 17:25:06.509141 [ 3 ] {} <Debug> HTTP-Session: 6372fdd0-12aa-40b9-b46a-97e210e43ad6 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 445 | 2024.09.25 17:25:06.509160 [ 3 ] {} <Debug> HTTP-Session: 6372fdd0-12aa-40b9-b46a-97e210e43ad6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 446 | 2024.09.25 17:25:06.509174 [ 3 ] {} <Debug> HTTP-Session: 6372fdd0-12aa-40b9-b46a-97e210e43ad6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 447 | 2024.09.25 17:25:06.509211 [ 3 ] {} <Trace> HTTP-Session: 6372fdd0-12aa-40b9-b46a-97e210e43ad6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 448 | 2024.09.25 17:25:06.509407 [ 3 ] {b156e1fe-9bc7-46d6-8441-b5c4e2ade645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 449 | 2024.09.25 17:25:06.509463 [ 3 ] {b156e1fe-9bc7-46d6-8441-b5c4e2ade645} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 450 | 2024.09.25 17:25:06.527923 [ 3 ] {b156e1fe-9bc7-46d6-8441-b5c4e2ade645} <Debug> oximeter.measurements_cumulativei64 (41ec93b0-5208-4b3d-b018-0d07e4139753): Loading data parts | ||
| 451 | 2024.09.25 17:25:06.528124 [ 3 ] {b156e1fe-9bc7-46d6-8441-b5c4e2ade645} <Debug> oximeter.measurements_cumulativei64 (41ec93b0-5208-4b3d-b018-0d07e4139753): There are no data parts | ||
| 452 | 2024.09.25 17:25:06.542821 [ 3 ] {b156e1fe-9bc7-46d6-8441-b5c4e2ade645} <Debug> DynamicQueryHandler: Done processing query | ||
| 453 | 2024.09.25 17:25:06.542852 [ 3 ] {} <Debug> HTTP-Session: 6372fdd0-12aa-40b9-b46a-97e210e43ad6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 454 | 2024.09.25 17:25:06.543016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 455 | 2024.09.25 17:25:06.543080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 456 | 2024.09.25 17:25:06.543103 [ 3 ] {} <Debug> HTTP-Session: 2267b9bf-59ad-4fae-8f4d-9d88d7e32532 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 457 | 2024.09.25 17:25:06.543129 [ 3 ] {} <Debug> HTTP-Session: 2267b9bf-59ad-4fae-8f4d-9d88d7e32532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.09.25 17:25:06.543151 [ 3 ] {} <Debug> HTTP-Session: 2267b9bf-59ad-4fae-8f4d-9d88d7e32532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 459 | 2024.09.25 17:25:06.543188 [ 3 ] {} <Trace> HTTP-Session: 2267b9bf-59ad-4fae-8f4d-9d88d7e32532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.09.25 17:25:06.543416 [ 3 ] {3b9f323c-0401-43e8-8060-a4ccca96cb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 461 | 2024.09.25 17:25:06.543483 [ 3 ] {3b9f323c-0401-43e8-8060-a4ccca96cb3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 462 | 2024.09.25 17:25:06.555313 [ 3 ] {3b9f323c-0401-43e8-8060-a4ccca96cb3e} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Loading data parts | ||
| 463 | 2024.09.25 17:25:06.555670 [ 3 ] {3b9f323c-0401-43e8-8060-a4ccca96cb3e} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): There are no data parts | ||
| 464 | 2024.09.25 17:25:06.579294 [ 3 ] {3b9f323c-0401-43e8-8060-a4ccca96cb3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 465 | 2024.09.25 17:25:06.579366 [ 3 ] {} <Debug> HTTP-Session: 2267b9bf-59ad-4fae-8f4d-9d88d7e32532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 466 | 2024.09.25 17:25:06.579591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 467 | 2024.09.25 17:25:06.579722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 468 | 2024.09.25 17:25:06.579781 [ 3 ] {} <Debug> HTTP-Session: fd51dade-fcac-4dda-aebb-2d98da2a37cd Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 469 | 2024.09.25 17:25:06.579825 [ 3 ] {} <Debug> HTTP-Session: fd51dade-fcac-4dda-aebb-2d98da2a37cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.09.25 17:25:06.579872 [ 3 ] {} <Debug> HTTP-Session: fd51dade-fcac-4dda-aebb-2d98da2a37cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 471 | 2024.09.25 17:25:06.579955 [ 3 ] {} <Trace> HTTP-Session: fd51dade-fcac-4dda-aebb-2d98da2a37cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2024.09.25 17:25:06.580215 [ 3 ] {a866aeff-7d4e-4201-8abd-12e6c9ad0ad0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 473 | 2024.09.25 17:25:06.580273 [ 3 ] {a866aeff-7d4e-4201-8abd-12e6c9ad0ad0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 474 | 2024.09.25 17:25:06.602810 [ 3 ] {a866aeff-7d4e-4201-8abd-12e6c9ad0ad0} <Debug> oximeter.measurements_cumulativef32 (548899b7-8ed5-4125-9ca3-42ba711a6a57): Loading data parts | ||
| 475 | 2024.09.25 17:25:06.603112 [ 3 ] {a866aeff-7d4e-4201-8abd-12e6c9ad0ad0} <Debug> oximeter.measurements_cumulativef32 (548899b7-8ed5-4125-9ca3-42ba711a6a57): There are no data parts | ||
| 476 | 2024.09.25 17:25:06.623539 [ 3 ] {a866aeff-7d4e-4201-8abd-12e6c9ad0ad0} <Debug> DynamicQueryHandler: Done processing query | ||
| 477 | 2024.09.25 17:25:06.623602 [ 3 ] {} <Debug> HTTP-Session: fd51dade-fcac-4dda-aebb-2d98da2a37cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 478 | 2024.09.25 17:25:06.623870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 479 | 2024.09.25 17:25:06.623976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 480 | 2024.09.25 17:25:06.624036 [ 3 ] {} <Debug> HTTP-Session: 91f2ecad-b7cd-4259-9d32-94d6a3835e7f Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 481 | 2024.09.25 17:25:06.624066 [ 3 ] {} <Debug> HTTP-Session: 91f2ecad-b7cd-4259-9d32-94d6a3835e7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.09.25 17:25:06.624082 [ 3 ] {} <Debug> HTTP-Session: 91f2ecad-b7cd-4259-9d32-94d6a3835e7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 483 | 2024.09.25 17:25:06.624118 [ 3 ] {} <Trace> HTTP-Session: 91f2ecad-b7cd-4259-9d32-94d6a3835e7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 484 | 2024.09.25 17:25:06.624304 [ 3 ] {39191f02-18c1-4822-be45-f6c2e987a1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 485 | 2024.09.25 17:25:06.624372 [ 3 ] {39191f02-18c1-4822-be45-f6c2e987a1cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 486 | 2024.09.25 17:25:06.630199 [ 3 ] {39191f02-18c1-4822-be45-f6c2e987a1cc} <Debug> oximeter.measurements_cumulativef64 (f0378323-133c-417e-a721-5c555a97d148): Loading data parts | ||
| 487 | 2024.09.25 17:25:06.630469 [ 3 ] {39191f02-18c1-4822-be45-f6c2e987a1cc} <Debug> oximeter.measurements_cumulativef64 (f0378323-133c-417e-a721-5c555a97d148): There are no data parts | ||
| 488 | 2024.09.25 17:25:06.632133 [ 3 ] {39191f02-18c1-4822-be45-f6c2e987a1cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 489 | 2024.09.25 17:25:06.632166 [ 3 ] {} <Debug> HTTP-Session: 91f2ecad-b7cd-4259-9d32-94d6a3835e7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 490 | 2024.09.25 17:25:06.632385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 491 | 2024.09.25 17:25:06.632443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 492 | 2024.09.25 17:25:06.632463 [ 3 ] {} <Debug> HTTP-Session: 7071c881-be24-43c3-baa3-877d9f9dbc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 493 | 2024.09.25 17:25:06.632488 [ 3 ] {} <Debug> HTTP-Session: 7071c881-be24-43c3-baa3-877d9f9dbc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.09.25 17:25:06.632509 [ 3 ] {} <Debug> HTTP-Session: 7071c881-be24-43c3-baa3-877d9f9dbc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 495 | 2024.09.25 17:25:06.632539 [ 3 ] {} <Trace> HTTP-Session: 7071c881-be24-43c3-baa3-877d9f9dbc61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2024.09.25 17:25:06.632807 [ 3 ] {f109b9b1-ae06-47d5-8f78-8bb0eb335820} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 497 | * NOTE: Array types cannot be Nullable, see | ||
| 498 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 499 | * for more details. | ||
| 500 | * | ||
| 501 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 502 | * is unfortunate, and at this point relies on the fact that an | ||
| 503 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 504 | * to figure out another way to represent missing samples here. | ||
| 505 | */ | ||
| 506 | 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) | ||
| 507 | 2024.09.25 17:25:06.632880 [ 3 ] {f109b9b1-ae06-47d5-8f78-8bb0eb335820} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 508 | 2024.09.25 17:25:06.641146 [ 3 ] {f109b9b1-ae06-47d5-8f78-8bb0eb335820} <Debug> oximeter.measurements_histogrami8 (a011eb89-bc74-4e70-992b-0ec459410dc6): Loading data parts | ||
| 509 | 2024.09.25 17:25:06.641369 [ 3 ] {f109b9b1-ae06-47d5-8f78-8bb0eb335820} <Debug> oximeter.measurements_histogrami8 (a011eb89-bc74-4e70-992b-0ec459410dc6): There are no data parts | ||
| 510 | 2024.09.25 17:25:06.663514 [ 3 ] {f109b9b1-ae06-47d5-8f78-8bb0eb335820} <Debug> DynamicQueryHandler: Done processing query | ||
| 511 | 2024.09.25 17:25:06.663572 [ 3 ] {} <Debug> HTTP-Session: 7071c881-be24-43c3-baa3-877d9f9dbc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 512 | 2024.09.25 17:25:06.663751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 513 | 2024.09.25 17:25:06.663809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 514 | 2024.09.25 17:25:06.663828 [ 3 ] {} <Debug> HTTP-Session: e8d4b349-13b0-4890-adf2-bd9518bc8649 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 515 | 2024.09.25 17:25:06.663854 [ 3 ] {} <Debug> HTTP-Session: e8d4b349-13b0-4890-adf2-bd9518bc8649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 516 | 2024.09.25 17:25:06.663876 [ 3 ] {} <Debug> HTTP-Session: e8d4b349-13b0-4890-adf2-bd9518bc8649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 517 | 2024.09.25 17:25:06.663906 [ 3 ] {} <Trace> HTTP-Session: e8d4b349-13b0-4890-adf2-bd9518bc8649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 518 | 2024.09.25 17:25:06.664164 [ 3 ] {579ebac7-2250-4fca-82d8-333510c91435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 519 | 2024.09.25 17:25:06.664239 [ 3 ] {579ebac7-2250-4fca-82d8-333510c91435} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 520 | 2024.09.25 17:25:06.677415 [ 3 ] {579ebac7-2250-4fca-82d8-333510c91435} <Debug> oximeter.measurements_histogramu8 (46b6ac83-7a12-475c-9f3d-73c512041613): Loading data parts | ||
| 521 | 2024.09.25 17:25:06.677604 [ 3 ] {579ebac7-2250-4fca-82d8-333510c91435} <Debug> oximeter.measurements_histogramu8 (46b6ac83-7a12-475c-9f3d-73c512041613): There are no data parts | ||
| 522 | 2024.09.25 17:25:06.688420 [ 3 ] {579ebac7-2250-4fca-82d8-333510c91435} <Debug> DynamicQueryHandler: Done processing query | ||
| 523 | 2024.09.25 17:25:06.688446 [ 3 ] {} <Debug> HTTP-Session: e8d4b349-13b0-4890-adf2-bd9518bc8649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 524 | 2024.09.25 17:25:06.688583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 525 | 2024.09.25 17:25:06.688641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 526 | 2024.09.25 17:25:06.688661 [ 3 ] {} <Debug> HTTP-Session: 22a444e3-5fe4-4243-b6cc-fee2f4efa541 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 527 | 2024.09.25 17:25:06.688689 [ 3 ] {} <Debug> HTTP-Session: 22a444e3-5fe4-4243-b6cc-fee2f4efa541 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.09.25 17:25:06.688715 [ 3 ] {} <Debug> HTTP-Session: 22a444e3-5fe4-4243-b6cc-fee2f4efa541 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 529 | 2024.09.25 17:25:06.688746 [ 3 ] {} <Trace> HTTP-Session: 22a444e3-5fe4-4243-b6cc-fee2f4efa541 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 530 | 2024.09.25 17:25:06.689011 [ 3 ] {90aa1caa-3d5c-4585-b46c-283a0fe8c407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 531 | 2024.09.25 17:25:06.689087 [ 3 ] {90aa1caa-3d5c-4585-b46c-283a0fe8c407} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 532 | 2024.09.25 17:25:06.692014 [ 3 ] {90aa1caa-3d5c-4585-b46c-283a0fe8c407} <Debug> oximeter.measurements_histogrami16 (4512ecf7-dfb3-4491-a20a-ed399e768645): Loading data parts | ||
| 533 | 2024.09.25 17:25:06.692146 [ 3 ] {90aa1caa-3d5c-4585-b46c-283a0fe8c407} <Debug> oximeter.measurements_histogrami16 (4512ecf7-dfb3-4491-a20a-ed399e768645): There are no data parts | ||
| 534 | 2024.09.25 17:25:06.702161 [ 3 ] {90aa1caa-3d5c-4585-b46c-283a0fe8c407} <Debug> DynamicQueryHandler: Done processing query | ||
| 535 | 2024.09.25 17:25:06.702212 [ 3 ] {} <Debug> HTTP-Session: 22a444e3-5fe4-4243-b6cc-fee2f4efa541 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 536 | 2024.09.25 17:25:06.702448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 537 | 2024.09.25 17:25:06.702556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 538 | 2024.09.25 17:25:06.702606 [ 3 ] {} <Debug> HTTP-Session: b02191a0-544b-434a-bc4a-10f25d7770eb Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 539 | 2024.09.25 17:25:06.702647 [ 3 ] {} <Debug> HTTP-Session: b02191a0-544b-434a-bc4a-10f25d7770eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.09.25 17:25:06.702695 [ 3 ] {} <Debug> HTTP-Session: b02191a0-544b-434a-bc4a-10f25d7770eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 541 | 2024.09.25 17:25:06.702766 [ 3 ] {} <Trace> HTTP-Session: b02191a0-544b-434a-bc4a-10f25d7770eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 542 | 2024.09.25 17:25:06.703192 [ 3 ] {52349989-e519-4590-9d5a-226b99c5153a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 543 | 2024.09.25 17:25:06.703259 [ 3 ] {52349989-e519-4590-9d5a-226b99c5153a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 544 | 2024.09.25 17:25:06.706105 [ 3 ] {52349989-e519-4590-9d5a-226b99c5153a} <Debug> oximeter.measurements_histogramu16 (fc6b1006-a8fa-48fc-83ae-4828df726d0d): Loading data parts | ||
| 545 | 2024.09.25 17:25:06.706238 [ 3 ] {52349989-e519-4590-9d5a-226b99c5153a} <Debug> oximeter.measurements_histogramu16 (fc6b1006-a8fa-48fc-83ae-4828df726d0d): There are no data parts | ||
| 546 | 2024.09.25 17:25:06.712942 [ 3 ] {52349989-e519-4590-9d5a-226b99c5153a} <Debug> DynamicQueryHandler: Done processing query | ||
| 547 | 2024.09.25 17:25:06.712968 [ 3 ] {} <Debug> HTTP-Session: b02191a0-544b-434a-bc4a-10f25d7770eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 548 | 2024.09.25 17:25:06.713102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 549 | 2024.09.25 17:25:06.713155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 550 | 2024.09.25 17:25:06.713174 [ 3 ] {} <Debug> HTTP-Session: 9959104a-7b4f-48ed-a849-c37996544ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 551 | 2024.09.25 17:25:06.713196 [ 3 ] {} <Debug> HTTP-Session: 9959104a-7b4f-48ed-a849-c37996544ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.09.25 17:25:06.713216 [ 3 ] {} <Debug> HTTP-Session: 9959104a-7b4f-48ed-a849-c37996544ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 553 | 2024.09.25 17:25:06.713245 [ 3 ] {} <Trace> HTTP-Session: 9959104a-7b4f-48ed-a849-c37996544ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 554 | 2024.09.25 17:25:06.713508 [ 3 ] {3adb682a-4d58-4386-8f10-9dfb7643637a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 555 | 2024.09.25 17:25:06.713572 [ 3 ] {3adb682a-4d58-4386-8f10-9dfb7643637a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 556 | 2024.09.25 17:25:06.715997 [ 3 ] {3adb682a-4d58-4386-8f10-9dfb7643637a} <Debug> oximeter.measurements_histogrami32 (194a63b6-91e7-44a2-a975-7b8d6d5c33f7): Loading data parts | ||
| 557 | 2024.09.25 17:25:06.716137 [ 3 ] {3adb682a-4d58-4386-8f10-9dfb7643637a} <Debug> oximeter.measurements_histogrami32 (194a63b6-91e7-44a2-a975-7b8d6d5c33f7): There are no data parts | ||
| 558 | 2024.09.25 17:25:06.725849 [ 3 ] {3adb682a-4d58-4386-8f10-9dfb7643637a} <Debug> DynamicQueryHandler: Done processing query | ||
| 559 | 2024.09.25 17:25:06.725879 [ 3 ] {} <Debug> HTTP-Session: 9959104a-7b4f-48ed-a849-c37996544ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 560 | 2024.09.25 17:25:06.726010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 561 | 2024.09.25 17:25:06.726074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 562 | 2024.09.25 17:25:06.726103 [ 3 ] {} <Debug> HTTP-Session: 3dee2dab-7ff6-4910-9844-50c5b1790e90 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 563 | 2024.09.25 17:25:06.726122 [ 3 ] {} <Debug> HTTP-Session: 3dee2dab-7ff6-4910-9844-50c5b1790e90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.09.25 17:25:06.726158 [ 3 ] {} <Debug> HTTP-Session: 3dee2dab-7ff6-4910-9844-50c5b1790e90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 565 | 2024.09.25 17:25:06.726200 [ 3 ] {} <Trace> HTTP-Session: 3dee2dab-7ff6-4910-9844-50c5b1790e90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 566 | 2024.09.25 17:25:06.726506 [ 3 ] {6c5522dc-867f-4872-88f2-3f32b63173c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 567 | 2024.09.25 17:25:06.726596 [ 3 ] {6c5522dc-867f-4872-88f2-3f32b63173c9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 568 | 2024.09.25 17:25:06.736260 [ 3 ] {6c5522dc-867f-4872-88f2-3f32b63173c9} <Debug> oximeter.measurements_histogramu32 (d3c61cee-0270-4c52-ae86-2ef3f7eec333): Loading data parts | ||
| 569 | 2024.09.25 17:25:06.736418 [ 3 ] {6c5522dc-867f-4872-88f2-3f32b63173c9} <Debug> oximeter.measurements_histogramu32 (d3c61cee-0270-4c52-ae86-2ef3f7eec333): There are no data parts | ||
| 570 | 2024.09.25 17:25:06.738460 [ 3 ] {6c5522dc-867f-4872-88f2-3f32b63173c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 571 | 2024.09.25 17:25:06.738486 [ 3 ] {} <Debug> HTTP-Session: 3dee2dab-7ff6-4910-9844-50c5b1790e90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 572 | 2024.09.25 17:25:06.738651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 573 | 2024.09.25 17:25:06.738704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 574 | 2024.09.25 17:25:06.738728 [ 3 ] {} <Debug> HTTP-Session: 65f7023a-2028-4d1d-9d42-fc7f815b5133 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 575 | 2024.09.25 17:25:06.738744 [ 3 ] {} <Debug> HTTP-Session: 65f7023a-2028-4d1d-9d42-fc7f815b5133 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.09.25 17:25:06.738762 [ 3 ] {} <Debug> HTTP-Session: 65f7023a-2028-4d1d-9d42-fc7f815b5133 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 577 | 2024.09.25 17:25:06.738796 [ 3 ] {} <Trace> HTTP-Session: 65f7023a-2028-4d1d-9d42-fc7f815b5133 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 578 | 2024.09.25 17:25:06.739049 [ 3 ] {f49aadcf-4c94-4137-81bc-7174f987ccb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 579 | 2024.09.25 17:25:06.739117 [ 3 ] {f49aadcf-4c94-4137-81bc-7174f987ccb9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 580 | 2024.09.25 17:25:06.749226 [ 3 ] {f49aadcf-4c94-4137-81bc-7174f987ccb9} <Debug> oximeter.measurements_histogrami64 (f514c5e7-f46b-43ea-82cf-882f84bfb66b): Loading data parts | ||
| 581 | 2024.09.25 17:25:06.749359 [ 3 ] {f49aadcf-4c94-4137-81bc-7174f987ccb9} <Debug> oximeter.measurements_histogrami64 (f514c5e7-f46b-43ea-82cf-882f84bfb66b): There are no data parts | ||
| 582 | 2024.09.25 17:25:06.751516 [ 3 ] {f49aadcf-4c94-4137-81bc-7174f987ccb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 583 | 2024.09.25 17:25:06.751548 [ 3 ] {} <Debug> HTTP-Session: 65f7023a-2028-4d1d-9d42-fc7f815b5133 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 584 | 2024.09.25 17:25:06.751673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 585 | 2024.09.25 17:25:06.751727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 586 | 2024.09.25 17:25:06.751751 [ 3 ] {} <Debug> HTTP-Session: 1fd591e6-7682-4462-abe1-ac56ce4a6890 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 587 | 2024.09.25 17:25:06.751766 [ 3 ] {} <Debug> HTTP-Session: 1fd591e6-7682-4462-abe1-ac56ce4a6890 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.09.25 17:25:06.751786 [ 3 ] {} <Debug> HTTP-Session: 1fd591e6-7682-4462-abe1-ac56ce4a6890 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 589 | 2024.09.25 17:25:06.751819 [ 3 ] {} <Trace> HTTP-Session: 1fd591e6-7682-4462-abe1-ac56ce4a6890 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 590 | 2024.09.25 17:25:06.752068 [ 3 ] {60463262-c734-4c6f-9625-bf270e4dc9e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 591 | 2024.09.25 17:25:06.752137 [ 3 ] {60463262-c734-4c6f-9625-bf270e4dc9e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 592 | 2024.09.25 17:25:06.760377 [ 3 ] {60463262-c734-4c6f-9625-bf270e4dc9e9} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Loading data parts | ||
| 593 | 2024.09.25 17:25:06.760608 [ 3 ] {60463262-c734-4c6f-9625-bf270e4dc9e9} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): There are no data parts | ||
| 594 | 2024.09.25 17:25:06.762718 [ 3 ] {60463262-c734-4c6f-9625-bf270e4dc9e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 595 | 2024.09.25 17:25:06.762760 [ 3 ] {} <Debug> HTTP-Session: 1fd591e6-7682-4462-abe1-ac56ce4a6890 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 596 | 2024.09.25 17:25:06.762869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 597 | 2024.09.25 17:25:06.762922 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 598 | 2024.09.25 17:25:06.762952 [ 3 ] {} <Debug> HTTP-Session: d5d78db8-6bfb-484d-b1a1-3be88c001e74 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 599 | 2024.09.25 17:25:06.762968 [ 3 ] {} <Debug> HTTP-Session: d5d78db8-6bfb-484d-b1a1-3be88c001e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.09.25 17:25:06.762988 [ 3 ] {} <Debug> HTTP-Session: d5d78db8-6bfb-484d-b1a1-3be88c001e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 601 | 2024.09.25 17:25:06.763027 [ 3 ] {} <Trace> HTTP-Session: d5d78db8-6bfb-484d-b1a1-3be88c001e74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 602 | 2024.09.25 17:25:06.763278 [ 3 ] {a4c6bca7-d2e0-4305-8a39-552a0495218d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 603 | 2024.09.25 17:25:06.763344 [ 3 ] {a4c6bca7-d2e0-4305-8a39-552a0495218d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 604 | 2024.09.25 17:25:06.773293 [ 3 ] {a4c6bca7-d2e0-4305-8a39-552a0495218d} <Debug> oximeter.measurements_histogramf32 (1b9671e6-a720-48f5-b9ad-49eba2db13fe): Loading data parts | ||
| 605 | 2024.09.25 17:25:06.773426 [ 3 ] {a4c6bca7-d2e0-4305-8a39-552a0495218d} <Debug> oximeter.measurements_histogramf32 (1b9671e6-a720-48f5-b9ad-49eba2db13fe): There are no data parts | ||
| 606 | 2024.09.25 17:25:06.775667 [ 3 ] {a4c6bca7-d2e0-4305-8a39-552a0495218d} <Debug> DynamicQueryHandler: Done processing query | ||
| 607 | 2024.09.25 17:25:06.775701 [ 3 ] {} <Debug> HTTP-Session: d5d78db8-6bfb-484d-b1a1-3be88c001e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 608 | 2024.09.25 17:25:06.775818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 609 | 2024.09.25 17:25:06.775873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 610 | 2024.09.25 17:25:06.775897 [ 3 ] {} <Debug> HTTP-Session: 8b85aca3-fd80-46b7-8af7-a533c6c8df30 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 611 | 2024.09.25 17:25:06.775914 [ 3 ] {} <Debug> HTTP-Session: 8b85aca3-fd80-46b7-8af7-a533c6c8df30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.09.25 17:25:06.775934 [ 3 ] {} <Debug> HTTP-Session: 8b85aca3-fd80-46b7-8af7-a533c6c8df30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 613 | 2024.09.25 17:25:06.775969 [ 3 ] {} <Trace> HTTP-Session: 8b85aca3-fd80-46b7-8af7-a533c6c8df30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 614 | 2024.09.25 17:25:06.776224 [ 3 ] {ab4eadab-2d57-4846-b711-71cdb6bb18b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) 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) | ||
| 615 | 2024.09.25 17:25:06.776297 [ 3 ] {ab4eadab-2d57-4846-b711-71cdb6bb18b0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 616 | 2024.09.25 17:25:06.783944 [ 3 ] {ab4eadab-2d57-4846-b711-71cdb6bb18b0} <Debug> oximeter.measurements_histogramf64 (c32eb219-9d7e-4ffa-bba4-183ea4d345c2): Loading data parts | ||
| 617 | 2024.09.25 17:25:06.784210 [ 3 ] {ab4eadab-2d57-4846-b711-71cdb6bb18b0} <Debug> oximeter.measurements_histogramf64 (c32eb219-9d7e-4ffa-bba4-183ea4d345c2): There are no data parts | ||
| 618 | 2024.09.25 17:25:06.806878 [ 3 ] {ab4eadab-2d57-4846-b711-71cdb6bb18b0} <Debug> DynamicQueryHandler: Done processing query | ||
| 619 | 2024.09.25 17:25:06.806943 [ 3 ] {} <Debug> HTTP-Session: 8b85aca3-fd80-46b7-8af7-a533c6c8df30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 620 | 2024.09.25 17:25:06.807125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 1762, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 621 | 2024.09.25 17:25:06.807229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 622 | 2024.09.25 17:25:06.807280 [ 3 ] {} <Debug> HTTP-Session: 392fa1d4-32e6-400e-bede-675dbeb4e0e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 623 | 2024.09.25 17:25:06.807323 [ 3 ] {} <Debug> HTTP-Session: 392fa1d4-32e6-400e-bede-675dbeb4e0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.09.25 17:25:06.807353 [ 3 ] {} <Debug> HTTP-Session: 392fa1d4-32e6-400e-bede-675dbeb4e0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 625 | 2024.09.25 17:25:06.807433 [ 3 ] {} <Trace> HTTP-Session: 392fa1d4-32e6-400e-bede-675dbeb4e0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 626 | 2024.09.25 17:25:06.807749 [ 3 ] {509b9b56-4d17-4cf8-8488-d2fc6ca7143c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) /* The field tables store named dimensions of each timeseries. | ||
| 627 | * | ||
| 628 | * As with the measurement tables, there is one field table for each field data | ||
| 629 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 630 | * this behavior **must not** be relied upon for query correctness. | ||
| 631 | * | ||
| 632 | * The index for the fields differs from the measurements, however. Rows are | ||
| 633 | * sorted by timeseries name, then field name, field value, and finally | ||
| 634 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 635 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 636 | * usually then used to look up measurements. | ||
| 637 | * | ||
| 638 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 639 | * timeseries name and then key, since it would improve lookups where one | ||
| 640 | * already has the key. Realistically though, these tables are quite small and | ||
| 641 | * so performance benefits will be low in absolute terms. | ||
| 642 | * | ||
| 643 | * TTL: We use a materialized column to expire old field table records. This | ||
| 644 | * column is generated automatically by the database whenever a new row is | ||
| 645 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 646 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 647 | * record will remain during a deduplication, which will have the last | ||
| 648 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 649 | * measurement tables. | ||
| 650 | */ | ||
| 651 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 652 | 2024.09.25 17:25:06.807820 [ 3 ] {509b9b56-4d17-4cf8-8488-d2fc6ca7143c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 653 | 2024.09.25 17:25:06.821644 [ 3 ] {509b9b56-4d17-4cf8-8488-d2fc6ca7143c} <Debug> oximeter.fields_bool (d0581b6c-091d-4fa4-abd4-cc6f5667aa53): Loading data parts | ||
| 654 | 2024.09.25 17:25:06.821859 [ 3 ] {509b9b56-4d17-4cf8-8488-d2fc6ca7143c} <Debug> oximeter.fields_bool (d0581b6c-091d-4fa4-abd4-cc6f5667aa53): There are no data parts | ||
| 655 | 2024.09.25 17:25:06.842089 [ 3 ] {509b9b56-4d17-4cf8-8488-d2fc6ca7143c} <Debug> DynamicQueryHandler: Done processing query | ||
| 656 | 2024.09.25 17:25:06.842130 [ 3 ] {} <Debug> HTTP-Session: 392fa1d4-32e6-400e-bede-675dbeb4e0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.09.25 17:25:06.842325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 335, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 658 | 2024.09.25 17:25:06.842391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 659 | 2024.09.25 17:25:06.842421 [ 3 ] {} <Debug> HTTP-Session: 38b4e899-0032-4aac-aa45-b951529bac3d Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 660 | 2024.09.25 17:25:06.842441 [ 3 ] {} <Debug> HTTP-Session: 38b4e899-0032-4aac-aa45-b951529bac3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.09.25 17:25:06.842465 [ 3 ] {} <Debug> HTTP-Session: 38b4e899-0032-4aac-aa45-b951529bac3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.09.25 17:25:06.842507 [ 3 ] {} <Trace> HTTP-Session: 38b4e899-0032-4aac-aa45-b951529bac3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 663 | 2024.09.25 17:25:06.842709 [ 3 ] {cb16d92f-13aa-491b-93bc-cd8a9dfcdb1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 664 | 2024.09.25 17:25:06.842778 [ 3 ] {cb16d92f-13aa-491b-93bc-cd8a9dfcdb1d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 665 | 2024.09.25 17:25:06.848952 [ 3 ] {cb16d92f-13aa-491b-93bc-cd8a9dfcdb1d} <Debug> oximeter.fields_i8 (e32e6bcf-3e59-41f6-bdb8-476ad20ba61c): Loading data parts | ||
| 666 | 2024.09.25 17:25:06.849089 [ 3 ] {cb16d92f-13aa-491b-93bc-cd8a9dfcdb1d} <Debug> oximeter.fields_i8 (e32e6bcf-3e59-41f6-bdb8-476ad20ba61c): There are no data parts | ||
| 667 | 2024.09.25 17:25:06.850608 [ 3 ] {cb16d92f-13aa-491b-93bc-cd8a9dfcdb1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 668 | 2024.09.25 17:25:06.850641 [ 3 ] {} <Debug> HTTP-Session: 38b4e899-0032-4aac-aa45-b951529bac3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.09.25 17:25:06.850752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 336, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 670 | 2024.09.25 17:25:06.850805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 671 | 2024.09.25 17:25:06.850830 [ 3 ] {} <Debug> HTTP-Session: e3ad43ae-52ed-4105-a247-6a8f2883843e Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 672 | 2024.09.25 17:25:06.850852 [ 3 ] {} <Debug> HTTP-Session: e3ad43ae-52ed-4105-a247-6a8f2883843e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 673 | 2024.09.25 17:25:06.850865 [ 3 ] {} <Debug> HTTP-Session: e3ad43ae-52ed-4105-a247-6a8f2883843e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 674 | 2024.09.25 17:25:06.850906 [ 3 ] {} <Trace> HTTP-Session: e3ad43ae-52ed-4105-a247-6a8f2883843e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 675 | 2024.09.25 17:25:06.851083 [ 3 ] {c2e39e4b-1140-478e-9a5f-811d7c05dbf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 676 | 2024.09.25 17:25:06.851143 [ 3 ] {c2e39e4b-1140-478e-9a5f-811d7c05dbf3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 677 | 2024.09.25 17:25:06.859964 [ 3 ] {c2e39e4b-1140-478e-9a5f-811d7c05dbf3} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Loading data parts | ||
| 678 | 2024.09.25 17:25:06.860247 [ 3 ] {c2e39e4b-1140-478e-9a5f-811d7c05dbf3} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): There are no data parts | ||
| 679 | 2024.09.25 17:25:06.862396 [ 3 ] {c2e39e4b-1140-478e-9a5f-811d7c05dbf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 680 | 2024.09.25 17:25:06.862430 [ 3 ] {} <Debug> HTTP-Session: e3ad43ae-52ed-4105-a247-6a8f2883843e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.09.25 17:25:06.862565 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 682 | 2024.09.25 17:25:06.862619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 683 | 2024.09.25 17:25:06.862644 [ 3 ] {} <Debug> HTTP-Session: 031fc824-1f84-40e2-af5e-8b3900aeb7e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 684 | 2024.09.25 17:25:06.862672 [ 3 ] {} <Debug> HTTP-Session: 031fc824-1f84-40e2-af5e-8b3900aeb7e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.09.25 17:25:06.862685 [ 3 ] {} <Debug> HTTP-Session: 031fc824-1f84-40e2-af5e-8b3900aeb7e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.09.25 17:25:06.862720 [ 3 ] {} <Trace> HTTP-Session: 031fc824-1f84-40e2-af5e-8b3900aeb7e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 687 | 2024.09.25 17:25:06.862897 [ 3 ] {6cd57ee0-a6cf-46ee-9172-b22a90f51b96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 688 | 2024.09.25 17:25:06.862953 [ 3 ] {6cd57ee0-a6cf-46ee-9172-b22a90f51b96} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 689 | 2024.09.25 17:25:06.872673 [ 3 ] {6cd57ee0-a6cf-46ee-9172-b22a90f51b96} <Debug> oximeter.fields_i16 (91c56954-6bcb-486c-b3fd-01c274a1a453): Loading data parts | ||
| 690 | 2024.09.25 17:25:06.872839 [ 3 ] {6cd57ee0-a6cf-46ee-9172-b22a90f51b96} <Debug> oximeter.fields_i16 (91c56954-6bcb-486c-b3fd-01c274a1a453): There are no data parts | ||
| 691 | 2024.09.25 17:25:06.874879 [ 3 ] {6cd57ee0-a6cf-46ee-9172-b22a90f51b96} <Debug> DynamicQueryHandler: Done processing query | ||
| 692 | 2024.09.25 17:25:06.874911 [ 3 ] {} <Debug> HTTP-Session: 031fc824-1f84-40e2-af5e-8b3900aeb7e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.09.25 17:25:06.875034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 694 | 2024.09.25 17:25:06.875081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 695 | 2024.09.25 17:25:06.875113 [ 3 ] {} <Debug> HTTP-Session: 36e15754-14f6-4940-b467-cf0f60f9ad86 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 696 | 2024.09.25 17:25:06.875136 [ 3 ] {} <Debug> HTTP-Session: 36e15754-14f6-4940-b467-cf0f60f9ad86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.09.25 17:25:06.875150 [ 3 ] {} <Debug> HTTP-Session: 36e15754-14f6-4940-b467-cf0f60f9ad86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.09.25 17:25:06.875189 [ 3 ] {} <Trace> HTTP-Session: 36e15754-14f6-4940-b467-cf0f60f9ad86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 699 | 2024.09.25 17:25:06.875366 [ 3 ] {4f3f77f8-d046-49c4-8831-3b0cfab4fd7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 700 | 2024.09.25 17:25:06.875422 [ 3 ] {4f3f77f8-d046-49c4-8831-3b0cfab4fd7f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 701 | 2024.09.25 17:25:06.883442 [ 3 ] {4f3f77f8-d046-49c4-8831-3b0cfab4fd7f} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Loading data parts | ||
| 702 | 2024.09.25 17:25:06.883651 [ 3 ] {4f3f77f8-d046-49c4-8831-3b0cfab4fd7f} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): There are no data parts | ||
| 703 | 2024.09.25 17:25:06.885752 [ 3 ] {4f3f77f8-d046-49c4-8831-3b0cfab4fd7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 704 | 2024.09.25 17:25:06.885778 [ 3 ] {} <Debug> HTTP-Session: 36e15754-14f6-4940-b467-cf0f60f9ad86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.09.25 17:25:06.885899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 706 | 2024.09.25 17:25:06.885953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 707 | 2024.09.25 17:25:06.885971 [ 3 ] {} <Debug> HTTP-Session: a4c9f108-266d-41f9-ad00-f5abbd59fce1 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 708 | 2024.09.25 17:25:06.885995 [ 3 ] {} <Debug> HTTP-Session: a4c9f108-266d-41f9-ad00-f5abbd59fce1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.09.25 17:25:06.886014 [ 3 ] {} <Debug> HTTP-Session: a4c9f108-266d-41f9-ad00-f5abbd59fce1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.09.25 17:25:06.886043 [ 3 ] {} <Trace> HTTP-Session: a4c9f108-266d-41f9-ad00-f5abbd59fce1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 711 | 2024.09.25 17:25:06.886221 [ 3 ] {f5c2c560-a904-45b8-8a14-09687ed735da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 712 | 2024.09.25 17:25:06.886278 [ 3 ] {f5c2c560-a904-45b8-8a14-09687ed735da} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 713 | 2024.09.25 17:25:06.896352 [ 3 ] {f5c2c560-a904-45b8-8a14-09687ed735da} <Debug> oximeter.fields_i32 (f9a59d70-6d2b-4955-8418-9a69db4821de): Loading data parts | ||
| 714 | 2024.09.25 17:25:06.896505 [ 3 ] {f5c2c560-a904-45b8-8a14-09687ed735da} <Debug> oximeter.fields_i32 (f9a59d70-6d2b-4955-8418-9a69db4821de): There are no data parts | ||
| 715 | 2024.09.25 17:25:06.898667 [ 3 ] {f5c2c560-a904-45b8-8a14-09687ed735da} <Debug> DynamicQueryHandler: Done processing query | ||
| 716 | 2024.09.25 17:25:06.898696 [ 3 ] {} <Debug> HTTP-Session: a4c9f108-266d-41f9-ad00-f5abbd59fce1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.09.25 17:25:06.898833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 718 | 2024.09.25 17:25:06.898906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 719 | 2024.09.25 17:25:06.898929 [ 3 ] {} <Debug> HTTP-Session: 74cf9f23-0a91-468d-834a-2f8faa8059c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 720 | 2024.09.25 17:25:06.898956 [ 3 ] {} <Debug> HTTP-Session: 74cf9f23-0a91-468d-834a-2f8faa8059c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 721 | 2024.09.25 17:25:06.898981 [ 3 ] {} <Debug> HTTP-Session: 74cf9f23-0a91-468d-834a-2f8faa8059c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 722 | 2024.09.25 17:25:06.899017 [ 3 ] {} <Trace> HTTP-Session: 74cf9f23-0a91-468d-834a-2f8faa8059c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 723 | 2024.09.25 17:25:06.899232 [ 3 ] {21def7c3-7595-4834-9261-020eb3a7fbda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 724 | 2024.09.25 17:25:06.899301 [ 3 ] {21def7c3-7595-4834-9261-020eb3a7fbda} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 725 | 2024.09.25 17:25:06.907134 [ 3 ] {21def7c3-7595-4834-9261-020eb3a7fbda} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Loading data parts | ||
| 726 | 2024.09.25 17:25:06.907336 [ 3 ] {21def7c3-7595-4834-9261-020eb3a7fbda} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): There are no data parts | ||
| 727 | 2024.09.25 17:25:06.909409 [ 3 ] {21def7c3-7595-4834-9261-020eb3a7fbda} <Debug> DynamicQueryHandler: Done processing query | ||
| 728 | 2024.09.25 17:25:06.909435 [ 3 ] {} <Debug> HTTP-Session: 74cf9f23-0a91-468d-834a-2f8faa8059c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.09.25 17:25:06.909569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 730 | 2024.09.25 17:25:06.909624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 731 | 2024.09.25 17:25:06.909643 [ 3 ] {} <Debug> HTTP-Session: 8a21f27f-cf03-402a-ada2-b95c72c34b02 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 732 | 2024.09.25 17:25:06.909666 [ 3 ] {} <Debug> HTTP-Session: 8a21f27f-cf03-402a-ada2-b95c72c34b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.09.25 17:25:06.909687 [ 3 ] {} <Debug> HTTP-Session: 8a21f27f-cf03-402a-ada2-b95c72c34b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2024.09.25 17:25:06.909717 [ 3 ] {} <Trace> HTTP-Session: 8a21f27f-cf03-402a-ada2-b95c72c34b02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 735 | 2024.09.25 17:25:06.909900 [ 3 ] {682e6976-9bb2-48ae-8734-60b14c9925e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 736 | 2024.09.25 17:25:06.910031 [ 3 ] {682e6976-9bb2-48ae-8734-60b14c9925e8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 737 | 2024.09.25 17:25:06.920622 [ 3 ] {682e6976-9bb2-48ae-8734-60b14c9925e8} <Debug> oximeter.fields_i64 (05f94c62-f900-4a9e-878d-1af5e6c26080): Loading data parts | ||
| 738 | 2024.09.25 17:25:06.920812 [ 3 ] {682e6976-9bb2-48ae-8734-60b14c9925e8} <Debug> oximeter.fields_i64 (05f94c62-f900-4a9e-878d-1af5e6c26080): There are no data parts | ||
| 739 | 2024.09.25 17:25:06.923104 [ 3 ] {682e6976-9bb2-48ae-8734-60b14c9925e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 740 | 2024.09.25 17:25:06.923140 [ 3 ] {} <Debug> HTTP-Session: 8a21f27f-cf03-402a-ada2-b95c72c34b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.09.25 17:25:06.923261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 742 | 2024.09.25 17:25:06.923309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 743 | 2024.09.25 17:25:06.923338 [ 3 ] {} <Debug> HTTP-Session: 0fd710d0-395b-40a6-ab45-df903c61a36d Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 744 | 2024.09.25 17:25:06.923355 [ 3 ] {} <Debug> HTTP-Session: 0fd710d0-395b-40a6-ab45-df903c61a36d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.09.25 17:25:06.923369 [ 3 ] {} <Debug> HTTP-Session: 0fd710d0-395b-40a6-ab45-df903c61a36d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 746 | 2024.09.25 17:25:06.923408 [ 3 ] {} <Trace> HTTP-Session: 0fd710d0-395b-40a6-ab45-df903c61a36d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 747 | 2024.09.25 17:25:06.923581 [ 3 ] {120c2218-8f1b-4c1d-82fb-3683739c6204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 748 | 2024.09.25 17:25:06.923624 [ 3 ] {120c2218-8f1b-4c1d-82fb-3683739c6204} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 749 | 2024.09.25 17:25:06.931533 [ 3 ] {120c2218-8f1b-4c1d-82fb-3683739c6204} <Debug> oximeter.fields_u64 (1cc4886f-a39b-46ca-8406-17b6cccf7555): Loading data parts | ||
| 750 | 2024.09.25 17:25:06.931708 [ 3 ] {120c2218-8f1b-4c1d-82fb-3683739c6204} <Debug> oximeter.fields_u64 (1cc4886f-a39b-46ca-8406-17b6cccf7555): There are no data parts | ||
| 751 | 2024.09.25 17:25:06.944906 [ 3 ] {120c2218-8f1b-4c1d-82fb-3683739c6204} <Debug> DynamicQueryHandler: Done processing query | ||
| 752 | 2024.09.25 17:25:06.944965 [ 3 ] {} <Debug> HTTP-Session: 0fd710d0-395b-40a6-ab45-df903c61a36d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.09.25 17:25:06.945162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 339, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 754 | 2024.09.25 17:25:06.945218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 755 | 2024.09.25 17:25:06.945241 [ 3 ] {} <Debug> HTTP-Session: efe5eeb1-e5ae-4ee9-82d7-d30e9e29e110 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 756 | 2024.09.25 17:25:06.945261 [ 3 ] {} <Debug> HTTP-Session: efe5eeb1-e5ae-4ee9-82d7-d30e9e29e110 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2024.09.25 17:25:06.945279 [ 3 ] {} <Debug> HTTP-Session: efe5eeb1-e5ae-4ee9-82d7-d30e9e29e110 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 758 | 2024.09.25 17:25:06.945316 [ 3 ] {} <Trace> HTTP-Session: efe5eeb1-e5ae-4ee9-82d7-d30e9e29e110 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 759 | 2024.09.25 17:25:06.945526 [ 3 ] {adb944b7-15dd-40de-b036-b68faaea2ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 760 | 2024.09.25 17:25:06.945578 [ 3 ] {adb944b7-15dd-40de-b036-b68faaea2ce1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 761 | 2024.09.25 17:25:06.955252 [ 3 ] {adb944b7-15dd-40de-b036-b68faaea2ce1} <Debug> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Loading data parts | ||
| 762 | 2024.09.25 17:25:06.955406 [ 3 ] {adb944b7-15dd-40de-b036-b68faaea2ce1} <Debug> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): There are no data parts | ||
| 763 | 2024.09.25 17:25:06.968449 [ 3 ] {adb944b7-15dd-40de-b036-b68faaea2ce1} <Debug> DynamicQueryHandler: Done processing query | ||
| 764 | 2024.09.25 17:25:06.968481 [ 3 ] {} <Debug> HTTP-Session: efe5eeb1-e5ae-4ee9-82d7-d30e9e29e110 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.09.25 17:25:06.968617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 766 | 2024.09.25 17:25:06.968674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 767 | 2024.09.25 17:25:06.968693 [ 3 ] {} <Debug> HTTP-Session: c7b53053-6bb1-4a66-9eaf-9f8bb29c1582 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 768 | 2024.09.25 17:25:06.968709 [ 3 ] {} <Debug> HTTP-Session: c7b53053-6bb1-4a66-9eaf-9f8bb29c1582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2024.09.25 17:25:06.968723 [ 3 ] {} <Debug> HTTP-Session: c7b53053-6bb1-4a66-9eaf-9f8bb29c1582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.09.25 17:25:06.968753 [ 3 ] {} <Trace> HTTP-Session: c7b53053-6bb1-4a66-9eaf-9f8bb29c1582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.09.25 17:25:06.968924 [ 3 ] {a43a203f-16b4-4836-9909-2b76319926e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 772 | 2024.09.25 17:25:06.968968 [ 3 ] {a43a203f-16b4-4836-9909-2b76319926e4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 773 | 2024.09.25 17:25:06.971805 [ 3 ] {a43a203f-16b4-4836-9909-2b76319926e4} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Loading data parts | ||
| 774 | 2024.09.25 17:25:06.971969 [ 3 ] {a43a203f-16b4-4836-9909-2b76319926e4} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): There are no data parts | ||
| 775 | 2024.09.25 17:25:06.979576 [ 3 ] {a43a203f-16b4-4836-9909-2b76319926e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 776 | 2024.09.25 17:25:06.979627 [ 3 ] {} <Debug> HTTP-Session: c7b53053-6bb1-4a66-9eaf-9f8bb29c1582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.09.25 17:25:06.979770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 337, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 778 | 2024.09.25 17:25:06.979816 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 779 | 2024.09.25 17:25:06.979834 [ 3 ] {} <Debug> HTTP-Session: 6af57073-fa28-47f1-bf6a-db8cf3e38ff4 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 780 | 2024.09.25 17:25:06.979850 [ 3 ] {} <Debug> HTTP-Session: 6af57073-fa28-47f1-bf6a-db8cf3e38ff4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 781 | 2024.09.25 17:25:06.979864 [ 3 ] {} <Debug> HTTP-Session: 6af57073-fa28-47f1-bf6a-db8cf3e38ff4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.09.25 17:25:06.979895 [ 3 ] {} <Trace> HTTP-Session: 6af57073-fa28-47f1-bf6a-db8cf3e38ff4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 783 | 2024.09.25 17:25:06.980065 [ 3 ] {242b468b-1feb-47f7-89a5-c770fb2a99f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 784 | 2024.09.25 17:25:06.980108 [ 3 ] {242b468b-1feb-47f7-89a5-c770fb2a99f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 785 | 2024.09.25 17:25:06.982420 [ 3 ] {242b468b-1feb-47f7-89a5-c770fb2a99f0} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Loading data parts | ||
| 786 | 2024.09.25 17:25:06.982569 [ 3 ] {242b468b-1feb-47f7-89a5-c770fb2a99f0} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): There are no data parts | ||
| 787 | 2024.09.25 17:25:06.992042 [ 3 ] {242b468b-1feb-47f7-89a5-c770fb2a99f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 788 | 2024.09.25 17:25:06.992073 [ 3 ] {} <Debug> HTTP-Session: 6af57073-fa28-47f1-bf6a-db8cf3e38ff4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.09.25 17:25:06.992210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 790 | 2024.09.25 17:25:06.992265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 791 | 2024.09.25 17:25:06.992288 [ 3 ] {} <Debug> HTTP-Session: c7df2bf2-fdcf-45bb-8b7b-f1d2a6e453ad Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 792 | 2024.09.25 17:25:06.992308 [ 3 ] {} <Debug> HTTP-Session: c7df2bf2-fdcf-45bb-8b7b-f1d2a6e453ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 793 | 2024.09.25 17:25:06.992327 [ 3 ] {} <Debug> HTTP-Session: c7df2bf2-fdcf-45bb-8b7b-f1d2a6e453ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 794 | 2024.09.25 17:25:06.992364 [ 3 ] {} <Trace> HTTP-Session: c7df2bf2-fdcf-45bb-8b7b-f1d2a6e453ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 795 | 2024.09.25 17:25:06.992617 [ 3 ] {0f6bbe03-fcf1-4687-9e94-16896ebd16c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) /* The timeseries schema table stores the extracted schema for the samples | ||
| 796 | * oximeter collects. | ||
| 797 | */ | ||
| 798 | 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) | ||
| 799 | 2024.09.25 17:25:06.992678 [ 3 ] {0f6bbe03-fcf1-4687-9e94-16896ebd16c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 800 | 2024.09.25 17:25:06.995180 [ 3 ] {0f6bbe03-fcf1-4687-9e94-16896ebd16c4} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Loading data parts | ||
| 801 | 2024.09.25 17:25:06.995362 [ 3 ] {0f6bbe03-fcf1-4687-9e94-16896ebd16c4} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): There are no data parts | ||
| 802 | 2024.09.25 17:25:07.001105 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.16 MiB, peak 162.17 MiB, free memory in arenas 0.00 B, will set to 168.47 MiB (RSS), difference: 6.31 MiB | ||
| 803 | 2024.09.25 17:25:07.002550 [ 3 ] {0f6bbe03-fcf1-4687-9e94-16896ebd16c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 804 | 2024.09.25 17:25:07.002579 [ 3 ] {} <Debug> HTTP-Session: c7df2bf2-fdcf-45bb-8b7b-f1d2a6e453ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 805 | 2024.09.25 17:25:07.002714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:38654, User-Agent: (none), Length: 52, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 806 | 2024.09.25 17:25:07.002760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 807 | 2024.09.25 17:25:07.002780 [ 3 ] {} <Debug> HTTP-Session: c9a4f7f9-60d1-4d2d-ad27-1555386d9615 Authenticating user 'default' from [fd00:1122:3344:101::d]:38654 | ||
| 808 | 2024.09.25 17:25:07.002796 [ 3 ] {} <Debug> HTTP-Session: c9a4f7f9-60d1-4d2d-ad27-1555386d9615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 809 | 2024.09.25 17:25:07.002810 [ 3 ] {} <Debug> HTTP-Session: c9a4f7f9-60d1-4d2d-ad27-1555386d9615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 810 | 2024.09.25 17:25:07.002841 [ 3 ] {} <Trace> HTTP-Session: c9a4f7f9-60d1-4d2d-ad27-1555386d9615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2024.09.25 17:25:07.002999 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38654) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 812 | 2024.09.25 17:25:07.004791 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 813 | 2024.09.25 17:25:07.010512 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Trace> oximeter.version (262c0b98-c589-41d8-9ee0-7154bbac9f09): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 814 | 2024.09.25 17:25:07.010547 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 815 | 2024.09.25 17:25:07.015263 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 816 | 2024.09.25 17:25:07.016315 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Trace> oximeter.version (262c0b98-c589-41d8-9ee0-7154bbac9f09): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 817 | 2024.09.25 17:25:07.016592 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013665 sec., 73.17965605561653 rows/sec., 1.14 KiB/sec. | ||
| 818 | 2024.09.25 17:25:07.016759 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Debug> DynamicQueryHandler: Done processing query | ||
| 819 | 2024.09.25 17:25:07.016782 [ 3 ] {9c413dd8-9265-400e-90af-9ff075659fff} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 820 | 2024.09.25 17:25:07.016800 [ 3 ] {} <Debug> HTTP-Session: c9a4f7f9-60d1-4d2d-ad27-1555386d9615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 821 | 2024.09.25 17:25:08.001110 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.60 MiB, peak 172.74 MiB, free memory in arenas 0.00 B, will set to 171.69 MiB (RSS), difference: 4.08 MiB | ||
| 822 | 2024.09.25 17:25:18.661627 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 823 | 2024.09.25 17:25:18.661702 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 824 | 2024.09.25 17:25:27.018286 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 825 | 2024.09.25 17:25:27.018412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 826 | 2024.09.25 17:25:27.018437 [ 3 ] {} <Debug> HTTP-Session: 651d42ab-c266-492f-ab15-f7d2ec673581 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 827 | 2024.09.25 17:25:27.018462 [ 3 ] {} <Debug> HTTP-Session: 651d42ab-c266-492f-ab15-f7d2ec673581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.09.25 17:25:27.018476 [ 3 ] {} <Debug> HTTP-Session: 651d42ab-c266-492f-ab15-f7d2ec673581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 829 | 2024.09.25 17:25:27.018526 [ 3 ] {} <Trace> HTTP-Session: 651d42ab-c266-492f-ab15-f7d2ec673581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 830 | 2024.09.25 17:25:27.018713 [ 3 ] {f5bfe713-f87c-4cb2-96ef-38d50a3089b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 831 | 2024.09.25 17:25:27.022988 [ 3 ] {f5bfe713-f87c-4cb2-96ef-38d50a3089b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 832 | 2024.09.25 17:25:27.027246 [ 3 ] {f5bfe713-f87c-4cb2-96ef-38d50a3089b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 833 | 2024.09.25 17:25:27.041448 [ 3 ] {f5bfe713-f87c-4cb2-96ef-38d50a3089b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 834 | 2024.09.25 17:25:27.041477 [ 3 ] {f5bfe713-f87c-4cb2-96ef-38d50a3089b6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 835 | 2024.09.25 17:25:27.041495 [ 3 ] {} <Debug> HTTP-Session: 651d42ab-c266-492f-ab15-f7d2ec673581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.09.25 17:25:27.049753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 837 | 2024.09.25 17:25:27.049803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 838 | 2024.09.25 17:25:27.049824 [ 3 ] {} <Debug> HTTP-Session: e4658150-5e83-4745-a0d8-0735e9e1fda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 839 | 2024.09.25 17:25:27.049842 [ 3 ] {} <Debug> HTTP-Session: e4658150-5e83-4745-a0d8-0735e9e1fda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 840 | 2024.09.25 17:25:27.049857 [ 3 ] {} <Debug> HTTP-Session: e4658150-5e83-4745-a0d8-0735e9e1fda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 841 | 2024.09.25 17:25:27.049889 [ 3 ] {} <Trace> HTTP-Session: e4658150-5e83-4745-a0d8-0735e9e1fda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 842 | 2024.09.25 17:25:27.050072 [ 3 ] {56b3dae4-69ef-441f-9731-6a2a5c60f1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 843 | 2024.09.25 17:25:27.055969 [ 3 ] {56b3dae4-69ef-441f-9731-6a2a5c60f1d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 844 | 2024.09.25 17:25:27.056025 [ 3 ] {56b3dae4-69ef-441f-9731-6a2a5c60f1d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 845 | 2024.09.25 17:25:27.057055 [ 3 ] {56b3dae4-69ef-441f-9731-6a2a5c60f1d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 846 | 2024.09.25 17:25:27.057081 [ 3 ] {56b3dae4-69ef-441f-9731-6a2a5c60f1d4} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 847 | 2024.09.25 17:25:27.057099 [ 3 ] {} <Debug> HTTP-Session: e4658150-5e83-4745-a0d8-0735e9e1fda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.09.25 17:25:27.057441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 849 | 2024.09.25 17:25:27.057490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 850 | 2024.09.25 17:25:27.057510 [ 3 ] {} <Debug> HTTP-Session: d6967b92-ec46-42ae-8628-60d98139e639 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 851 | 2024.09.25 17:25:27.057526 [ 3 ] {} <Debug> HTTP-Session: d6967b92-ec46-42ae-8628-60d98139e639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 852 | 2024.09.25 17:25:27.057541 [ 3 ] {} <Debug> HTTP-Session: d6967b92-ec46-42ae-8628-60d98139e639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 853 | 2024.09.25 17:25:27.057572 [ 3 ] {} <Trace> HTTP-Session: d6967b92-ec46-42ae-8628-60d98139e639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.09.25 17:25:27.057699 [ 3 ] {6034b037-a59d-455e-ba02-f1fff1815d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
| 855 | 2024.09.25 17:25:27.058063 [ 3 ] {6034b037-a59d-455e-ba02-f1fff1815d65} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2024.09.25 17:25:27.058117 [ 3 ] {6034b037-a59d-455e-ba02-f1fff1815d65} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2024.09.25 17:25:27.059008 [ 3 ] {6034b037-a59d-455e-ba02-f1fff1815d65} <Debug> DynamicQueryHandler: Done processing query | ||
| 858 | 2024.09.25 17:25:27.059034 [ 3 ] {6034b037-a59d-455e-ba02-f1fff1815d65} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 859 | 2024.09.25 17:25:27.059050 [ 3 ] {} <Debug> HTTP-Session: d6967b92-ec46-42ae-8628-60d98139e639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.09.25 17:25:27.059332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 861 | 2024.09.25 17:25:27.059381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 862 | 2024.09.25 17:25:27.059400 [ 3 ] {} <Debug> HTTP-Session: 201487e8-8f74-4220-b4f7-1cfb833e2121 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 863 | 2024.09.25 17:25:27.059416 [ 3 ] {} <Debug> HTTP-Session: 201487e8-8f74-4220-b4f7-1cfb833e2121 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 864 | 2024.09.25 17:25:27.059431 [ 3 ] {} <Debug> HTTP-Session: 201487e8-8f74-4220-b4f7-1cfb833e2121 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 865 | 2024.09.25 17:25:27.059462 [ 3 ] {} <Trace> HTTP-Session: 201487e8-8f74-4220-b4f7-1cfb833e2121 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 866 | 2024.09.25 17:25:27.059581 [ 3 ] {ddeb301e-4395-42c5-a1dc-fafb7bdfaffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 867 | 2024.09.25 17:25:27.059903 [ 3 ] {ddeb301e-4395-42c5-a1dc-fafb7bdfaffc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 868 | 2024.09.25 17:25:27.059954 [ 3 ] {ddeb301e-4395-42c5-a1dc-fafb7bdfaffc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 869 | 2024.09.25 17:25:27.060967 [ 3 ] {ddeb301e-4395-42c5-a1dc-fafb7bdfaffc} <Debug> DynamicQueryHandler: Done processing query | ||
| 870 | 2024.09.25 17:25:27.060991 [ 3 ] {ddeb301e-4395-42c5-a1dc-fafb7bdfaffc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 871 | 2024.09.25 17:25:27.061008 [ 3 ] {} <Debug> HTTP-Session: 201487e8-8f74-4220-b4f7-1cfb833e2121 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.09.25 17:25:27.061237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 873 | 2024.09.25 17:25:27.061283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 874 | 2024.09.25 17:25:27.061303 [ 3 ] {} <Debug> HTTP-Session: ba17c3d9-6aec-447b-a9e7-28414e2fda76 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 875 | 2024.09.25 17:25:27.061319 [ 3 ] {} <Debug> HTTP-Session: ba17c3d9-6aec-447b-a9e7-28414e2fda76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 876 | 2024.09.25 17:25:27.061333 [ 3 ] {} <Debug> HTTP-Session: ba17c3d9-6aec-447b-a9e7-28414e2fda76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 877 | 2024.09.25 17:25:27.061364 [ 3 ] {} <Trace> HTTP-Session: ba17c3d9-6aec-447b-a9e7-28414e2fda76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 878 | 2024.09.25 17:25:27.061486 [ 3 ] {5cc282c8-9abc-4494-820e-cae9d58ebdae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 879 | 2024.09.25 17:25:27.061810 [ 3 ] {5cc282c8-9abc-4494-820e-cae9d58ebdae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 880 | 2024.09.25 17:25:27.061863 [ 3 ] {5cc282c8-9abc-4494-820e-cae9d58ebdae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 881 | 2024.09.25 17:25:27.062804 [ 3 ] {5cc282c8-9abc-4494-820e-cae9d58ebdae} <Debug> DynamicQueryHandler: Done processing query | ||
| 882 | 2024.09.25 17:25:27.062830 [ 3 ] {5cc282c8-9abc-4494-820e-cae9d58ebdae} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 883 | 2024.09.25 17:25:27.062846 [ 3 ] {} <Debug> HTTP-Session: ba17c3d9-6aec-447b-a9e7-28414e2fda76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.09.25 17:25:27.063052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 885 | 2024.09.25 17:25:27.063102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 886 | 2024.09.25 17:25:27.063121 [ 3 ] {} <Debug> HTTP-Session: 369c0bc3-6210-4a55-a957-4967fea8edfa Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 887 | 2024.09.25 17:25:27.063139 [ 3 ] {} <Debug> HTTP-Session: 369c0bc3-6210-4a55-a957-4967fea8edfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 888 | 2024.09.25 17:25:27.063153 [ 3 ] {} <Debug> HTTP-Session: 369c0bc3-6210-4a55-a957-4967fea8edfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 889 | 2024.09.25 17:25:27.063184 [ 3 ] {} <Trace> HTTP-Session: 369c0bc3-6210-4a55-a957-4967fea8edfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 890 | 2024.09.25 17:25:27.063306 [ 3 ] {eb705637-1111-4473-9726-7845dd335268} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 891 | 2024.09.25 17:25:27.063634 [ 3 ] {eb705637-1111-4473-9726-7845dd335268} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 892 | 2024.09.25 17:25:27.063686 [ 3 ] {eb705637-1111-4473-9726-7845dd335268} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 893 | 2024.09.25 17:25:27.064590 [ 3 ] {eb705637-1111-4473-9726-7845dd335268} <Debug> DynamicQueryHandler: Done processing query | ||
| 894 | 2024.09.25 17:25:27.064615 [ 3 ] {eb705637-1111-4473-9726-7845dd335268} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 895 | 2024.09.25 17:25:27.064631 [ 3 ] {} <Debug> HTTP-Session: 369c0bc3-6210-4a55-a957-4967fea8edfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.09.25 17:25:27.064847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 897 | 2024.09.25 17:25:27.064894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 898 | 2024.09.25 17:25:27.064912 [ 3 ] {} <Debug> HTTP-Session: b574e7f0-3672-4aec-9dae-cd5f2d2d2d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 899 | 2024.09.25 17:25:27.064928 [ 3 ] {} <Debug> HTTP-Session: b574e7f0-3672-4aec-9dae-cd5f2d2d2d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.09.25 17:25:27.064943 [ 3 ] {} <Debug> HTTP-Session: b574e7f0-3672-4aec-9dae-cd5f2d2d2d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.09.25 17:25:27.064974 [ 3 ] {} <Trace> HTTP-Session: b574e7f0-3672-4aec-9dae-cd5f2d2d2d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.09.25 17:25:27.065099 [ 3 ] {a33a7b33-18b0-4d2a-a05d-66c5e144ac71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 903 | 2024.09.25 17:25:27.065433 [ 3 ] {a33a7b33-18b0-4d2a-a05d-66c5e144ac71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 904 | 2024.09.25 17:25:27.065484 [ 3 ] {a33a7b33-18b0-4d2a-a05d-66c5e144ac71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 905 | 2024.09.25 17:25:27.066448 [ 3 ] {a33a7b33-18b0-4d2a-a05d-66c5e144ac71} <Debug> DynamicQueryHandler: Done processing query | ||
| 906 | 2024.09.25 17:25:27.066475 [ 3 ] {a33a7b33-18b0-4d2a-a05d-66c5e144ac71} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 907 | 2024.09.25 17:25:27.066492 [ 3 ] {} <Debug> HTTP-Session: b574e7f0-3672-4aec-9dae-cd5f2d2d2d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 908 | 2024.09.25 17:25:27.066692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 909 | 2024.09.25 17:25:27.066744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 910 | 2024.09.25 17:25:27.066764 [ 3 ] {} <Debug> HTTP-Session: 3ec642cc-7c34-452f-896f-46f153df02d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 911 | 2024.09.25 17:25:27.066781 [ 3 ] {} <Debug> HTTP-Session: 3ec642cc-7c34-452f-896f-46f153df02d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 912 | 2024.09.25 17:25:27.066795 [ 3 ] {} <Debug> HTTP-Session: 3ec642cc-7c34-452f-896f-46f153df02d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.09.25 17:25:27.066827 [ 3 ] {} <Trace> HTTP-Session: 3ec642cc-7c34-452f-896f-46f153df02d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 914 | 2024.09.25 17:25:27.066998 [ 3 ] {1d7a6bb9-7722-4edb-a808-35012ff05d36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 915 | 2024.09.25 17:25:27.067354 [ 3 ] {1d7a6bb9-7722-4edb-a808-35012ff05d36} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 916 | 2024.09.25 17:25:27.067407 [ 3 ] {1d7a6bb9-7722-4edb-a808-35012ff05d36} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 917 | 2024.09.25 17:25:27.068304 [ 3 ] {1d7a6bb9-7722-4edb-a808-35012ff05d36} <Debug> DynamicQueryHandler: Done processing query | ||
| 918 | 2024.09.25 17:25:27.068330 [ 3 ] {1d7a6bb9-7722-4edb-a808-35012ff05d36} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 919 | 2024.09.25 17:25:27.068346 [ 3 ] {} <Debug> HTTP-Session: 3ec642cc-7c34-452f-896f-46f153df02d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 920 | 2024.09.25 17:25:27.068573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 921 | 2024.09.25 17:25:27.068621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 922 | 2024.09.25 17:25:27.068641 [ 3 ] {} <Debug> HTTP-Session: 99232f2e-62e2-41db-b526-af2482f2f331 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 923 | 2024.09.25 17:25:27.068658 [ 3 ] {} <Debug> HTTP-Session: 99232f2e-62e2-41db-b526-af2482f2f331 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 924 | 2024.09.25 17:25:27.068673 [ 3 ] {} <Debug> HTTP-Session: 99232f2e-62e2-41db-b526-af2482f2f331 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 925 | 2024.09.25 17:25:27.068704 [ 3 ] {} <Trace> HTTP-Session: 99232f2e-62e2-41db-b526-af2482f2f331 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 926 | 2024.09.25 17:25:27.068833 [ 3 ] {6c22d86e-a084-4137-ace8-1cd0b5f25492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 927 | 2024.09.25 17:25:27.069182 [ 3 ] {6c22d86e-a084-4137-ace8-1cd0b5f25492} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 928 | 2024.09.25 17:25:27.069234 [ 3 ] {6c22d86e-a084-4137-ace8-1cd0b5f25492} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 929 | 2024.09.25 17:25:27.070154 [ 3 ] {6c22d86e-a084-4137-ace8-1cd0b5f25492} <Debug> DynamicQueryHandler: Done processing query | ||
| 930 | 2024.09.25 17:25:27.070181 [ 3 ] {6c22d86e-a084-4137-ace8-1cd0b5f25492} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 931 | 2024.09.25 17:25:27.070198 [ 3 ] {} <Debug> HTTP-Session: 99232f2e-62e2-41db-b526-af2482f2f331 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 932 | 2024.09.25 17:25:27.070396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 933 | 2024.09.25 17:25:27.070442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 934 | 2024.09.25 17:25:27.070462 [ 3 ] {} <Debug> HTTP-Session: b1cb6359-6e80-4aed-a7f8-f4b4d8c16d2b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 935 | 2024.09.25 17:25:27.070480 [ 3 ] {} <Debug> HTTP-Session: b1cb6359-6e80-4aed-a7f8-f4b4d8c16d2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 936 | 2024.09.25 17:25:27.070494 [ 3 ] {} <Debug> HTTP-Session: b1cb6359-6e80-4aed-a7f8-f4b4d8c16d2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 937 | 2024.09.25 17:25:27.070524 [ 3 ] {} <Trace> HTTP-Session: b1cb6359-6e80-4aed-a7f8-f4b4d8c16d2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 938 | 2024.09.25 17:25:27.070655 [ 3 ] {cce7bdef-8beb-4f08-a340-fe84c248905d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 939 | 2024.09.25 17:25:27.071009 [ 3 ] {cce7bdef-8beb-4f08-a340-fe84c248905d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 940 | 2024.09.25 17:25:27.071063 [ 3 ] {cce7bdef-8beb-4f08-a340-fe84c248905d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 941 | 2024.09.25 17:25:27.071994 [ 3 ] {cce7bdef-8beb-4f08-a340-fe84c248905d} <Debug> DynamicQueryHandler: Done processing query | ||
| 942 | 2024.09.25 17:25:27.072020 [ 3 ] {cce7bdef-8beb-4f08-a340-fe84c248905d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 943 | 2024.09.25 17:25:27.072038 [ 3 ] {} <Debug> HTTP-Session: b1cb6359-6e80-4aed-a7f8-f4b4d8c16d2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 944 | 2024.09.25 17:25:27.072251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 945 | 2024.09.25 17:25:27.072298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 946 | 2024.09.25 17:25:27.072318 [ 3 ] {} <Debug> HTTP-Session: 2d836360-f3b9-46dd-a7a8-6ead65c21cbf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 947 | 2024.09.25 17:25:27.072336 [ 3 ] {} <Debug> HTTP-Session: 2d836360-f3b9-46dd-a7a8-6ead65c21cbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 948 | 2024.09.25 17:25:27.072349 [ 3 ] {} <Debug> HTTP-Session: 2d836360-f3b9-46dd-a7a8-6ead65c21cbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 949 | 2024.09.25 17:25:27.072380 [ 3 ] {} <Trace> HTTP-Session: 2d836360-f3b9-46dd-a7a8-6ead65c21cbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 950 | 2024.09.25 17:25:27.072509 [ 3 ] {4486b797-49eb-4e0f-9250-f17892a9d225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 951 | 2024.09.25 17:25:27.072856 [ 3 ] {4486b797-49eb-4e0f-9250-f17892a9d225} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 952 | 2024.09.25 17:25:27.072908 [ 3 ] {4486b797-49eb-4e0f-9250-f17892a9d225} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 953 | 2024.09.25 17:25:27.073838 [ 3 ] {4486b797-49eb-4e0f-9250-f17892a9d225} <Debug> DynamicQueryHandler: Done processing query | ||
| 954 | 2024.09.25 17:25:27.073863 [ 3 ] {4486b797-49eb-4e0f-9250-f17892a9d225} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 955 | 2024.09.25 17:25:27.073880 [ 3 ] {} <Debug> HTTP-Session: 2d836360-f3b9-46dd-a7a8-6ead65c21cbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 956 | 2024.09.25 17:25:27.074094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 957 | 2024.09.25 17:25:27.074144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 958 | 2024.09.25 17:25:27.074164 [ 3 ] {} <Debug> HTTP-Session: 89f185e9-d8da-494d-8321-827cf1587afe Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 959 | 2024.09.25 17:25:27.074182 [ 3 ] {} <Debug> HTTP-Session: 89f185e9-d8da-494d-8321-827cf1587afe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 960 | 2024.09.25 17:25:27.074197 [ 3 ] {} <Debug> HTTP-Session: 89f185e9-d8da-494d-8321-827cf1587afe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 961 | 2024.09.25 17:25:27.074228 [ 3 ] {} <Trace> HTTP-Session: 89f185e9-d8da-494d-8321-827cf1587afe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 962 | 2024.09.25 17:25:27.074356 [ 3 ] {8f8279cd-626b-4306-bde4-4aa77a79c1d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 963 | 2024.09.25 17:25:27.074706 [ 3 ] {8f8279cd-626b-4306-bde4-4aa77a79c1d3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 964 | 2024.09.25 17:25:27.074759 [ 3 ] {8f8279cd-626b-4306-bde4-4aa77a79c1d3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 965 | 2024.09.25 17:25:27.075698 [ 3 ] {8f8279cd-626b-4306-bde4-4aa77a79c1d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 966 | 2024.09.25 17:25:27.075724 [ 3 ] {8f8279cd-626b-4306-bde4-4aa77a79c1d3} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 967 | 2024.09.25 17:25:27.075740 [ 3 ] {} <Debug> HTTP-Session: 89f185e9-d8da-494d-8321-827cf1587afe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.09.25 17:25:27.075946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 969 | 2024.09.25 17:25:27.075993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 970 | 2024.09.25 17:25:27.076013 [ 3 ] {} <Debug> HTTP-Session: 118b1809-8d32-4340-acbf-0c4299ecbd78 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 971 | 2024.09.25 17:25:27.076032 [ 3 ] {} <Debug> HTTP-Session: 118b1809-8d32-4340-acbf-0c4299ecbd78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 972 | 2024.09.25 17:25:27.076045 [ 3 ] {} <Debug> HTTP-Session: 118b1809-8d32-4340-acbf-0c4299ecbd78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 973 | 2024.09.25 17:25:27.076076 [ 3 ] {} <Trace> HTTP-Session: 118b1809-8d32-4340-acbf-0c4299ecbd78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 974 | 2024.09.25 17:25:27.076202 [ 3 ] {5ee71315-7ccc-4727-b647-622e104357e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 975 | 2024.09.25 17:25:27.076552 [ 3 ] {5ee71315-7ccc-4727-b647-622e104357e6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 976 | 2024.09.25 17:25:27.076605 [ 3 ] {5ee71315-7ccc-4727-b647-622e104357e6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 977 | 2024.09.25 17:25:27.077586 [ 3 ] {5ee71315-7ccc-4727-b647-622e104357e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 978 | 2024.09.25 17:25:27.077612 [ 3 ] {5ee71315-7ccc-4727-b647-622e104357e6} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 979 | 2024.09.25 17:25:27.077629 [ 3 ] {} <Debug> HTTP-Session: 118b1809-8d32-4340-acbf-0c4299ecbd78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 980 | 2024.09.25 17:25:27.077851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 981 | 2024.09.25 17:25:27.077897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 982 | 2024.09.25 17:25:27.077916 [ 3 ] {} <Debug> HTTP-Session: d72311a9-9032-4b62-8ae9-507869b5b1f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 983 | 2024.09.25 17:25:27.077933 [ 3 ] {} <Debug> HTTP-Session: d72311a9-9032-4b62-8ae9-507869b5b1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 984 | 2024.09.25 17:25:27.077947 [ 3 ] {} <Debug> HTTP-Session: d72311a9-9032-4b62-8ae9-507869b5b1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.09.25 17:25:27.077977 [ 3 ] {} <Trace> HTTP-Session: d72311a9-9032-4b62-8ae9-507869b5b1f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 986 | 2024.09.25 17:25:27.078107 [ 3 ] {41d94980-2ff2-4bc7-aab3-009676a36555} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 987 | 2024.09.25 17:25:27.078466 [ 3 ] {41d94980-2ff2-4bc7-aab3-009676a36555} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 988 | 2024.09.25 17:25:27.078518 [ 3 ] {41d94980-2ff2-4bc7-aab3-009676a36555} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 989 | 2024.09.25 17:25:27.079455 [ 3 ] {41d94980-2ff2-4bc7-aab3-009676a36555} <Debug> DynamicQueryHandler: Done processing query | ||
| 990 | 2024.09.25 17:25:27.079479 [ 3 ] {41d94980-2ff2-4bc7-aab3-009676a36555} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 991 | 2024.09.25 17:25:27.079495 [ 3 ] {} <Debug> HTTP-Session: d72311a9-9032-4b62-8ae9-507869b5b1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 992 | 2024.09.25 17:25:27.081698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 993 | 2024.09.25 17:25:27.081750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 994 | 2024.09.25 17:25:27.081771 [ 3 ] {} <Debug> HTTP-Session: bf005aae-02b5-4fd4-9196-6eb499d5fb45 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 995 | 2024.09.25 17:25:27.081789 [ 3 ] {} <Debug> HTTP-Session: bf005aae-02b5-4fd4-9196-6eb499d5fb45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 996 | 2024.09.25 17:25:27.081804 [ 3 ] {} <Debug> HTTP-Session: bf005aae-02b5-4fd4-9196-6eb499d5fb45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 997 | 2024.09.25 17:25:27.081835 [ 3 ] {} <Trace> HTTP-Session: bf005aae-02b5-4fd4-9196-6eb499d5fb45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 998 | 2024.09.25 17:25:27.081966 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 999 | 2024.09.25 17:25:27.082012 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1000 | 2024.09.25 17:25:27.082211 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1001 | 2024.09.25 17:25:27.082720 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1002 | 2024.09.25 17:25:27.082760 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1003 | 2024.09.25 17:25:27.083508 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1004 | 2024.09.25 17:25:27.084120 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1005 | 2024.09.25 17:25:27.084292 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00237 sec., 5907.17299578059 rows/sec., 847.59 KiB/sec. | ||
| 1006 | 2024.09.25 17:25:27.084590 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 1007 | 2024.09.25 17:25:27.084615 [ 3 ] {9510a932-a569-4b67-8dce-29ba86ede4ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1008 | 2024.09.25 17:25:27.084633 [ 3 ] {} <Debug> HTTP-Session: bf005aae-02b5-4fd4-9196-6eb499d5fb45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1009 | 2024.09.25 17:25:27.084788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 7227, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1010 | 2024.09.25 17:25:27.084838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1011 | 2024.09.25 17:25:27.084858 [ 3 ] {} <Debug> HTTP-Session: 9983afd0-4ee9-4042-ad30-e459f518504c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1012 | 2024.09.25 17:25:27.084876 [ 3 ] {} <Debug> HTTP-Session: 9983afd0-4ee9-4042-ad30-e459f518504c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1013 | 2024.09.25 17:25:27.084890 [ 3 ] {} <Debug> HTTP-Session: 9983afd0-4ee9-4042-ad30-e459f518504c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1014 | 2024.09.25 17:25:27.084922 [ 3 ] {} <Trace> HTTP-Session: 9983afd0-4ee9-4042-ad30-e459f518504c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1015 | 2024.09.25 17:25:27.085043 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1016 | 2024.09.25 17:25:27.085089 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1017 | 2024.09.25 17:25:27.085360 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1018 | 2024.09.25 17:25:27.092763 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1019 | 2024.09.25 17:25:27.092799 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1020 | 2024.09.25 17:25:27.093467 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1021 | 2024.09.25 17:25:27.094174 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1022 | 2024.09.25 17:25:27.094324 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Debug> executeQuery: Read 52 rows, 4.04 KiB in 0.009315 sec., 5582.393988191089 rows/sec., 433.82 KiB/sec. | ||
| 1023 | 2024.09.25 17:25:27.094608 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1024 | 2024.09.25 17:25:27.094632 [ 3 ] {b4e7fa11-0f0a-4a41-a240-a69c6fd2c7a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1025 | 2024.09.25 17:25:27.094647 [ 3 ] {} <Debug> HTTP-Session: 9983afd0-4ee9-4042-ad30-e459f518504c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1026 | 2024.09.25 17:25:27.094811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1027 | 2024.09.25 17:25:27.094859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1028 | 2024.09.25 17:25:27.094878 [ 3 ] {} <Debug> HTTP-Session: 287a4f14-2bbe-4d6c-9ee9-1ac74ab91c99 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1029 | 2024.09.25 17:25:27.094894 [ 3 ] {} <Debug> HTTP-Session: 287a4f14-2bbe-4d6c-9ee9-1ac74ab91c99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1030 | 2024.09.25 17:25:27.094908 [ 3 ] {} <Debug> HTTP-Session: 287a4f14-2bbe-4d6c-9ee9-1ac74ab91c99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.09.25 17:25:27.094938 [ 3 ] {} <Trace> HTTP-Session: 287a4f14-2bbe-4d6c-9ee9-1ac74ab91c99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1032 | 2024.09.25 17:25:27.095050 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1033 | 2024.09.25 17:25:27.095093 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1034 | 2024.09.25 17:25:27.095954 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1035 | 2024.09.25 17:25:27.096929 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1036 | 2024.09.25 17:25:27.096964 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1037 | 2024.09.25 17:25:27.097468 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1038 | 2024.09.25 17:25:27.098155 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1039 | 2024.09.25 17:25:27.098317 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Debug> executeQuery: Read 56 rows, 4.47 KiB in 0.003291 sec., 17016.10452749924 rows/sec., 1.33 MiB/sec. | ||
| 1040 | 2024.09.25 17:25:27.098606 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1041 | 2024.09.25 17:25:27.098631 [ 3 ] {9fc35910-dfc4-4615-a9a6-a20c7cabda0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1042 | 2024.09.25 17:25:27.098647 [ 3 ] {} <Debug> HTTP-Session: 287a4f14-2bbe-4d6c-9ee9-1ac74ab91c99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1043 | 2024.09.25 17:25:27.098787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 7684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1044 | 2024.09.25 17:25:27.098837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1045 | 2024.09.25 17:25:27.098857 [ 3 ] {} <Debug> HTTP-Session: 339a833c-5ec3-4237-a3a7-8a100003060e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1046 | 2024.09.25 17:25:27.098874 [ 3 ] {} <Debug> HTTP-Session: 339a833c-5ec3-4237-a3a7-8a100003060e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1047 | 2024.09.25 17:25:27.098888 [ 3 ] {} <Debug> HTTP-Session: 339a833c-5ec3-4237-a3a7-8a100003060e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.09.25 17:25:27.098919 [ 3 ] {} <Trace> HTTP-Session: 339a833c-5ec3-4237-a3a7-8a100003060e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1049 | 2024.09.25 17:25:27.099027 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1050 | 2024.09.25 17:25:27.099648 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1051 | 2024.09.25 17:25:27.099814 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1052 | 2024.09.25 17:25:27.100150 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1053 | 2024.09.25 17:25:27.100183 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1054 | 2024.09.25 17:25:27.100731 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1055 | 2024.09.25 17:25:27.101471 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1056 | 2024.09.25 17:25:27.101639 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002639 sec., 15157.256536566882 rows/sec., 1.05 MiB/sec. | ||
| 1057 | 2024.09.25 17:25:27.101928 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Debug> DynamicQueryHandler: Done processing query | ||
| 1058 | 2024.09.25 17:25:27.101952 [ 3 ] {ea2cc65a-697a-472e-a1e2-b6cb59130561} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1059 | 2024.09.25 17:25:27.101968 [ 3 ] {} <Debug> HTTP-Session: 339a833c-5ec3-4237-a3a7-8a100003060e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1060 | 2024.09.25 17:25:27.102104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2186, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1061 | 2024.09.25 17:25:27.102151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1062 | 2024.09.25 17:25:27.102169 [ 3 ] {} <Debug> HTTP-Session: 43dfb93c-599f-4962-a51c-e5388b25672a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1063 | 2024.09.25 17:25:27.102185 [ 3 ] {} <Debug> HTTP-Session: 43dfb93c-599f-4962-a51c-e5388b25672a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1064 | 2024.09.25 17:25:27.102199 [ 3 ] {} <Debug> HTTP-Session: 43dfb93c-599f-4962-a51c-e5388b25672a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1065 | 2024.09.25 17:25:27.102229 [ 3 ] {} <Trace> HTTP-Session: 43dfb93c-599f-4962-a51c-e5388b25672a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1066 | 2024.09.25 17:25:27.102328 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1067 | 2024.09.25 17:25:27.102370 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1068 | 2024.09.25 17:25:27.102518 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1069 | 2024.09.25 17:25:27.102801 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1070 | 2024.09.25 17:25:27.102836 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1071 | 2024.09.25 17:25:27.103334 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1072 | 2024.09.25 17:25:27.103925 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1073 | 2024.09.25 17:25:27.104080 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Debug> executeQuery: Read 14 rows, 1007.00 B in 0.001776 sec., 7882.882882882883 rows/sec., 553.72 KiB/sec. | ||
| 1074 | 2024.09.25 17:25:27.104267 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1075 | 2024.09.25 17:25:27.104291 [ 3 ] {7500e38e-6dd3-4745-ab66-f8b894553ce5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1076 | 2024.09.25 17:25:27.104307 [ 3 ] {} <Debug> HTTP-Session: 43dfb93c-599f-4962-a51c-e5388b25672a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1077 | 2024.09.25 17:25:28.000191 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.80 MiB, peak 177.95 MiB, free memory in arenas 0.00 B, will set to 174.76 MiB (RSS), difference: 1.96 MiB | ||
| 1078 | 2024.09.25 17:25:32.023190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1079 | 2024.09.25 17:25:32.023319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1080 | 2024.09.25 17:25:32.023344 [ 3 ] {} <Debug> HTTP-Session: df198388-13a7-40cc-88f0-90248d8e7a70 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1081 | 2024.09.25 17:25:32.023374 [ 3 ] {} <Debug> HTTP-Session: df198388-13a7-40cc-88f0-90248d8e7a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1082 | 2024.09.25 17:25:32.023389 [ 3 ] {} <Debug> HTTP-Session: df198388-13a7-40cc-88f0-90248d8e7a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1083 | 2024.09.25 17:25:32.023440 [ 3 ] {} <Trace> HTTP-Session: df198388-13a7-40cc-88f0-90248d8e7a70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1084 | 2024.09.25 17:25:32.023668 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 1085 | 2024.09.25 17:25:32.026091 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1086 | 2024.09.25 17:25:32.030246 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <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 | ||
| 1087 | 2024.09.25 17:25:32.030610 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1088 | 2024.09.25 17:25:32.034550 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1089 | 2024.09.25 17:25:32.034959 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1090 | 2024.09.25 17:25:32.036140 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1091 | 2024.09.25 17:25:32.036191 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 1092 | 2024.09.25 17:25:32.036211 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1093 | 2024.09.25 17:25:32.036317 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <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'))" | ||
| 1094 | 2024.09.25 17:25:32.036343 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1095 | 2024.09.25 17:25:32.041957 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.018386 sec., 761.4489285325792 rows/sec., 31.07 KiB/sec. | ||
| 1096 | 2024.09.25 17:25:32.042263 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 1097 | 2024.09.25 17:25:32.042288 [ 3 ] {e4d93a69-805e-4763-a3fe-22bba63d22a7} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1098 | 2024.09.25 17:25:32.042306 [ 3 ] {} <Debug> HTTP-Session: df198388-13a7-40cc-88f0-90248d8e7a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1099 | 2024.09.25 17:25:32.042632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1100 | 2024.09.25 17:25:32.042681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1101 | 2024.09.25 17:25:32.042701 [ 3 ] {} <Debug> HTTP-Session: ad56f1c0-255d-4cd4-9c51-74325147cfc1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1102 | 2024.09.25 17:25:32.042718 [ 3 ] {} <Debug> HTTP-Session: ad56f1c0-255d-4cd4-9c51-74325147cfc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1103 | 2024.09.25 17:25:32.042732 [ 3 ] {} <Debug> HTTP-Session: ad56f1c0-255d-4cd4-9c51-74325147cfc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1104 | 2024.09.25 17:25:32.042765 [ 3 ] {} <Trace> HTTP-Session: ad56f1c0-255d-4cd4-9c51-74325147cfc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.09.25 17:25:32.042904 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 1106 | 2024.09.25 17:25:32.043165 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1107 | 2024.09.25 17:25:32.043204 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <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 | ||
| 1108 | 2024.09.25 17:25:32.043457 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1109 | 2024.09.25 17:25:32.043522 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1110 | 2024.09.25 17:25:32.043665 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1111 | 2024.09.25 17:25:32.043697 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1112 | 2024.09.25 17:25:32.043721 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 1113 | 2024.09.25 17:25:32.043738 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1114 | 2024.09.25 17:25:32.043780 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <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'))" | ||
| 1115 | 2024.09.25 17:25:32.043801 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1116 | 2024.09.25 17:25:32.044719 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001877 sec., 7458.710708577518 rows/sec., 304.36 KiB/sec. | ||
| 1117 | 2024.09.25 17:25:32.044956 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1118 | 2024.09.25 17:25:32.044980 [ 3 ] {294b0c1a-5660-4c2e-84a9-b55ef94b68a2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1119 | 2024.09.25 17:25:32.044997 [ 3 ] {} <Debug> HTTP-Session: ad56f1c0-255d-4cd4-9c51-74325147cfc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1120 | 2024.09.25 17:25:32.045909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1121 | 2024.09.25 17:25:32.045956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1122 | 2024.09.25 17:25:32.045976 [ 3 ] {} <Debug> HTTP-Session: a66f05fd-0e73-4a68-8d8a-62d8a1c8e794 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1123 | 2024.09.25 17:25:32.045993 [ 3 ] {} <Debug> HTTP-Session: a66f05fd-0e73-4a68-8d8a-62d8a1c8e794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1124 | 2024.09.25 17:25:32.046007 [ 3 ] {} <Debug> HTTP-Session: a66f05fd-0e73-4a68-8d8a-62d8a1c8e794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1125 | 2024.09.25 17:25:32.046039 [ 3 ] {} <Trace> HTTP-Session: a66f05fd-0e73-4a68-8d8a-62d8a1c8e794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1126 | 2024.09.25 17:25:32.046174 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 1127 | 2024.09.25 17:25:32.046429 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1128 | 2024.09.25 17:25:32.046469 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <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 | ||
| 1129 | 2024.09.25 17:25:32.046724 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1130 | 2024.09.25 17:25:32.046788 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1131 | 2024.09.25 17:25:32.046928 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1132 | 2024.09.25 17:25:32.046960 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1133 | 2024.09.25 17:25:32.046983 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 1134 | 2024.09.25 17:25:32.047002 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1135 | 2024.09.25 17:25:32.047043 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <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'))" | ||
| 1136 | 2024.09.25 17:25:32.047065 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1137 | 2024.09.25 17:25:32.047875 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001764 sec., 7936.507936507936 rows/sec., 323.86 KiB/sec. | ||
| 1138 | 2024.09.25 17:25:32.048100 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> DynamicQueryHandler: Done processing query | ||
| 1139 | 2024.09.25 17:25:32.048124 [ 3 ] {df74d08b-5420-4401-b399-07b9a3b70109} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1140 | 2024.09.25 17:25:32.048142 [ 3 ] {} <Debug> HTTP-Session: a66f05fd-0e73-4a68-8d8a-62d8a1c8e794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1141 | 2024.09.25 17:25:32.048362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1142 | 2024.09.25 17:25:32.048410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1143 | 2024.09.25 17:25:32.048429 [ 3 ] {} <Debug> HTTP-Session: e5066d12-a1f1-498a-8617-adb0a58b8dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1144 | 2024.09.25 17:25:32.048447 [ 3 ] {} <Debug> HTTP-Session: e5066d12-a1f1-498a-8617-adb0a58b8dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1145 | 2024.09.25 17:25:32.048461 [ 3 ] {} <Debug> HTTP-Session: e5066d12-a1f1-498a-8617-adb0a58b8dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1146 | 2024.09.25 17:25:32.048491 [ 3 ] {} <Trace> HTTP-Session: e5066d12-a1f1-498a-8617-adb0a58b8dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1147 | 2024.09.25 17:25:32.048625 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 1148 | 2024.09.25 17:25:32.048881 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1149 | 2024.09.25 17:25:32.048920 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <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 | ||
| 1150 | 2024.09.25 17:25:32.049177 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1151 | 2024.09.25 17:25:32.049242 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1152 | 2024.09.25 17:25:32.049383 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1153 | 2024.09.25 17:25:32.049415 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1154 | 2024.09.25 17:25:32.049438 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 1155 | 2024.09.25 17:25:32.049456 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1156 | 2024.09.25 17:25:32.049496 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <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'))" | ||
| 1157 | 2024.09.25 17:25:32.049518 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
| 1158 | 2024.09.25 17:25:32.050389 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00182 sec., 7692.307692307692 rows/sec., 313.90 KiB/sec. | ||
| 1159 | 2024.09.25 17:25:32.050632 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1160 | 2024.09.25 17:25:32.050657 [ 3 ] {bd681987-7d17-484a-a1b6-cb572f1a949a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1161 | 2024.09.25 17:25:32.050674 [ 3 ] {} <Debug> HTTP-Session: e5066d12-a1f1-498a-8617-adb0a58b8dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1162 | 2024.09.25 17:25:32.053171 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1163 | 2024.09.25 17:25:32.053231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1164 | 2024.09.25 17:25:32.053255 [ 3 ] {} <Debug> HTTP-Session: a3880c6c-0f19-4e20-bde9-b5c863f6e308 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1165 | 2024.09.25 17:25:32.053275 [ 3 ] {} <Debug> HTTP-Session: a3880c6c-0f19-4e20-bde9-b5c863f6e308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1166 | 2024.09.25 17:25:32.053292 [ 3 ] {} <Debug> HTTP-Session: a3880c6c-0f19-4e20-bde9-b5c863f6e308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1167 | 2024.09.25 17:25:32.053334 [ 3 ] {} <Trace> HTTP-Session: a3880c6c-0f19-4e20-bde9-b5c863f6e308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1168 | 2024.09.25 17:25:32.053489 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1169 | 2024.09.25 17:25:32.053556 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1170 | 2024.09.25 17:25:32.053765 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1171 | 2024.09.25 17:25:32.054154 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2024.09.25 17:25:32.054192 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1173 | 2024.09.25 17:25:32.054816 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1174 | 2024.09.25 17:25:32.055460 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1175 | 2024.09.25 17:25:32.055668 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.00224 sec., 1785.7142857142858 rows/sec., 227.14 KiB/sec. | ||
| 1176 | 2024.09.25 17:25:32.055962 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Debug> DynamicQueryHandler: Done processing query | ||
| 1177 | 2024.09.25 17:25:32.055986 [ 3 ] {761fc777-914d-4d76-92ba-b6c11e5dbd40} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1178 | 2024.09.25 17:25:32.056002 [ 3 ] {} <Debug> HTTP-Session: a3880c6c-0f19-4e20-bde9-b5c863f6e308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.09.25 17:25:32.056125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1180 | 2024.09.25 17:25:32.056173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1181 | 2024.09.25 17:25:32.056193 [ 3 ] {} <Debug> HTTP-Session: 63670c09-0a4e-46df-aa91-94f5833139e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1182 | 2024.09.25 17:25:32.056209 [ 3 ] {} <Debug> HTTP-Session: 63670c09-0a4e-46df-aa91-94f5833139e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1183 | 2024.09.25 17:25:32.056223 [ 3 ] {} <Debug> HTTP-Session: 63670c09-0a4e-46df-aa91-94f5833139e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1184 | 2024.09.25 17:25:32.056255 [ 3 ] {} <Trace> HTTP-Session: 63670c09-0a4e-46df-aa91-94f5833139e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1185 | 2024.09.25 17:25:32.056365 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1186 | 2024.09.25 17:25:32.056408 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1187 | 2024.09.25 17:25:32.056666 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1188 | 2024.09.25 17:25:32.057024 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1189 | 2024.09.25 17:25:32.057060 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1190 | 2024.09.25 17:25:32.057591 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1191 | 2024.09.25 17:25:32.058304 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1192 | 2024.09.25 17:25:32.058440 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002106 sec., 26590.693257359926 rows/sec., 2.03 MiB/sec. | ||
| 1193 | 2024.09.25 17:25:32.058766 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1194 | 2024.09.25 17:25:32.058790 [ 3 ] {f73b7461-f8be-4fc5-b347-b75f0cca109d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1195 | 2024.09.25 17:25:32.058807 [ 3 ] {} <Debug> HTTP-Session: 63670c09-0a4e-46df-aa91-94f5833139e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1196 | 2024.09.25 17:25:32.058956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1197 | 2024.09.25 17:25:32.059005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1198 | 2024.09.25 17:25:32.059026 [ 3 ] {} <Debug> HTTP-Session: 52e33537-2976-41dc-8cbb-05d134835b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1199 | 2024.09.25 17:25:32.059043 [ 3 ] {} <Debug> HTTP-Session: 52e33537-2976-41dc-8cbb-05d134835b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.09.25 17:25:32.059057 [ 3 ] {} <Debug> HTTP-Session: 52e33537-2976-41dc-8cbb-05d134835b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1201 | 2024.09.25 17:25:32.059088 [ 3 ] {} <Trace> HTTP-Session: 52e33537-2976-41dc-8cbb-05d134835b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.09.25 17:25:32.059202 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1203 | 2024.09.25 17:25:32.059245 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1204 | 2024.09.25 17:25:32.059492 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1205 | 2024.09.25 17:25:32.059858 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1206 | 2024.09.25 17:25:32.059895 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1207 | 2024.09.25 17:25:32.060463 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1208 | 2024.09.25 17:25:32.061143 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1209 | 2024.09.25 17:25:32.061308 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002143 sec., 29864.675688287447 rows/sec., 2.33 MiB/sec. | ||
| 1210 | 2024.09.25 17:25:32.061487 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1211 | 2024.09.25 17:25:32.061511 [ 3 ] {20d38412-3fa7-42c9-91b8-f9b56802d86d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1212 | 2024.09.25 17:25:32.061527 [ 3 ] {} <Debug> HTTP-Session: 52e33537-2976-41dc-8cbb-05d134835b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1213 | 2024.09.25 17:25:32.061804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 29412, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1214 | 2024.09.25 17:25:32.061852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1215 | 2024.09.25 17:25:32.061871 [ 3 ] {} <Debug> HTTP-Session: 27a48c57-dfa5-48bd-b2f6-18166af26ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1216 | 2024.09.25 17:25:32.061889 [ 3 ] {} <Debug> HTTP-Session: 27a48c57-dfa5-48bd-b2f6-18166af26ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1217 | 2024.09.25 17:25:32.061903 [ 3 ] {} <Debug> HTTP-Session: 27a48c57-dfa5-48bd-b2f6-18166af26ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1218 | 2024.09.25 17:25:32.061934 [ 3 ] {} <Trace> HTTP-Session: 27a48c57-dfa5-48bd-b2f6-18166af26ebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1219 | 2024.09.25 17:25:32.062073 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1220 | 2024.09.25 17:25:32.062121 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1221 | 2024.09.25 17:25:32.062266 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1222 | 2024.09.25 17:25:32.062636 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.09.25 17:25:32.062673 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1224 | 2024.09.25 17:25:32.063200 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1225 | 2024.09.25 17:25:32.063904 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2024.09.25 17:25:32.064061 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Debug> executeQuery: Read 154 rows, 10.95 KiB in 0.002051 sec., 75085.32423208191 rows/sec., 5.22 MiB/sec. | ||
| 1227 | 2024.09.25 17:25:32.064239 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 1228 | 2024.09.25 17:25:32.064265 [ 3 ] {5c420e3e-c6ec-4a3d-a0a3-250df6e69cc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1229 | 2024.09.25 17:25:32.064281 [ 3 ] {} <Debug> HTTP-Session: 27a48c57-dfa5-48bd-b2f6-18166af26ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1230 | 2024.09.25 17:25:32.064418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8235, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1231 | 2024.09.25 17:25:32.064465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1232 | 2024.09.25 17:25:32.064485 [ 3 ] {} <Debug> HTTP-Session: 51433b64-4c0c-4de5-aa3c-b235fba13cef Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1233 | 2024.09.25 17:25:32.064503 [ 3 ] {} <Debug> HTTP-Session: 51433b64-4c0c-4de5-aa3c-b235fba13cef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1234 | 2024.09.25 17:25:32.064517 [ 3 ] {} <Debug> HTTP-Session: 51433b64-4c0c-4de5-aa3c-b235fba13cef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1235 | 2024.09.25 17:25:32.064548 [ 3 ] {} <Trace> HTTP-Session: 51433b64-4c0c-4de5-aa3c-b235fba13cef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1236 | 2024.09.25 17:25:32.064709 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1237 | 2024.09.25 17:25:32.064757 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1238 | 2024.09.25 17:25:32.064891 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1239 | 2024.09.25 17:25:32.065203 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1240 | 2024.09.25 17:25:32.065240 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1241 | 2024.09.25 17:25:32.065752 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1242 | 2024.09.25 17:25:32.066395 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1243 | 2024.09.25 17:25:32.066559 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Debug> executeQuery: Read 54 rows, 3.76 KiB in 0.001894 sec., 28511.08764519535 rows/sec., 1.94 MiB/sec. | ||
| 1244 | 2024.09.25 17:25:32.066728 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Debug> DynamicQueryHandler: Done processing query | ||
| 1245 | 2024.09.25 17:25:32.066753 [ 3 ] {99595b52-e3fe-41b0-8521-fd7f09cf5c17} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1246 | 2024.09.25 17:25:32.066769 [ 3 ] {} <Debug> HTTP-Session: 51433b64-4c0c-4de5-aa3c-b235fba13cef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1247 | 2024.09.25 17:25:33.661743 [ 112 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1248 | 2024.09.25 17:25:33.661809 [ 112 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1249 | 2024.09.25 17:25:37.025132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1250 | 2024.09.25 17:25:37.025286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1251 | 2024.09.25 17:25:37.025315 [ 3 ] {} <Debug> HTTP-Session: 9f1d01cf-f6ac-4570-a81f-b8ebc77cbb1a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1252 | 2024.09.25 17:25:37.025345 [ 3 ] {} <Debug> HTTP-Session: 9f1d01cf-f6ac-4570-a81f-b8ebc77cbb1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1253 | 2024.09.25 17:25:37.025363 [ 3 ] {} <Debug> HTTP-Session: 9f1d01cf-f6ac-4570-a81f-b8ebc77cbb1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1254 | 2024.09.25 17:25:37.025420 [ 3 ] {} <Trace> HTTP-Session: 9f1d01cf-f6ac-4570-a81f-b8ebc77cbb1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1255 | 2024.09.25 17:25:37.025633 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1256 | 2024.09.25 17:25:37.025709 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1257 | 2024.09.25 17:25:37.026097 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1258 | 2024.09.25 17:25:37.026554 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.09.25 17:25:37.026593 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1260 | 2024.09.25 17:25:37.027131 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2024.09.25 17:25:37.027805 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.09.25 17:25:37.027958 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002403 sec., 23304.203079483977 rows/sec., 1.78 MiB/sec. | ||
| 1263 | 2024.09.25 17:25:37.028151 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1264 | 2024.09.25 17:25:37.028177 [ 3 ] {570cddcd-2715-45d1-82d8-bd8ac5c2fd6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1265 | 2024.09.25 17:25:37.028194 [ 3 ] {} <Debug> HTTP-Session: 9f1d01cf-f6ac-4570-a81f-b8ebc77cbb1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1266 | 2024.09.25 17:25:37.028480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1267 | 2024.09.25 17:25:37.028528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1268 | 2024.09.25 17:25:37.028548 [ 3 ] {} <Debug> HTTP-Session: 93791ea4-17c3-4dfa-aa21-1cc9616fa9c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1269 | 2024.09.25 17:25:37.028564 [ 3 ] {} <Debug> HTTP-Session: 93791ea4-17c3-4dfa-aa21-1cc9616fa9c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1270 | 2024.09.25 17:25:37.028578 [ 3 ] {} <Debug> HTTP-Session: 93791ea4-17c3-4dfa-aa21-1cc9616fa9c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1271 | 2024.09.25 17:25:37.028609 [ 3 ] {} <Trace> HTTP-Session: 93791ea4-17c3-4dfa-aa21-1cc9616fa9c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1272 | 2024.09.25 17:25:37.028726 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1273 | 2024.09.25 17:25:37.028771 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1274 | 2024.09.25 17:25:37.028998 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1275 | 2024.09.25 17:25:37.029425 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1276 | 2024.09.25 17:25:37.029461 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1277 | 2024.09.25 17:25:37.029947 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1278 | 2024.09.25 17:25:37.030637 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1279 | 2024.09.25 17:25:37.030770 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002084 sec., 30710.17274472169 rows/sec., 2.40 MiB/sec. | ||
| 1280 | 2024.09.25 17:25:37.030944 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Debug> DynamicQueryHandler: Done processing query | ||
| 1281 | 2024.09.25 17:25:37.030969 [ 3 ] {c6c2ee18-2f6a-4803-aa93-2b1cd425cb12} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1282 | 2024.09.25 17:25:37.030985 [ 3 ] {} <Debug> HTTP-Session: 93791ea4-17c3-4dfa-aa21-1cc9616fa9c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1283 | 2024.09.25 17:25:37.031272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1284 | 2024.09.25 17:25:37.031323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1285 | 2024.09.25 17:25:37.031342 [ 3 ] {} <Debug> HTTP-Session: a4a84c32-e978-4c10-b246-040c6f1fd4b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1286 | 2024.09.25 17:25:37.031359 [ 3 ] {} <Debug> HTTP-Session: a4a84c32-e978-4c10-b246-040c6f1fd4b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1287 | 2024.09.25 17:25:37.031372 [ 3 ] {} <Debug> HTTP-Session: a4a84c32-e978-4c10-b246-040c6f1fd4b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1288 | 2024.09.25 17:25:37.031403 [ 3 ] {} <Trace> HTTP-Session: a4a84c32-e978-4c10-b246-040c6f1fd4b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1289 | 2024.09.25 17:25:37.031545 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1290 | 2024.09.25 17:25:37.031593 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1291 | 2024.09.25 17:25:37.031740 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1292 | 2024.09.25 17:25:37.032099 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1293 | 2024.09.25 17:25:37.032135 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1294 | 2024.09.25 17:25:37.032717 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1295 | 2024.09.25 17:25:37.033456 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1296 | 2024.09.25 17:25:37.033588 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00211 sec., 75829.38388625594 rows/sec., 5.28 MiB/sec. | ||
| 1297 | 2024.09.25 17:25:37.033740 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1298 | 2024.09.25 17:25:37.033765 [ 3 ] {d81a2247-43b2-4545-9639-eeb8fc861c6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1299 | 2024.09.25 17:25:37.033780 [ 3 ] {} <Debug> HTTP-Session: a4a84c32-e978-4c10-b246-040c6f1fd4b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1300 | 2024.09.25 17:25:37.033915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1301 | 2024.09.25 17:25:37.033961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1302 | 2024.09.25 17:25:37.033981 [ 3 ] {} <Debug> HTTP-Session: 84636db8-d969-428f-9ec5-2a0b3c8825bb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1303 | 2024.09.25 17:25:37.033997 [ 3 ] {} <Debug> HTTP-Session: 84636db8-d969-428f-9ec5-2a0b3c8825bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1304 | 2024.09.25 17:25:37.034011 [ 3 ] {} <Debug> HTTP-Session: 84636db8-d969-428f-9ec5-2a0b3c8825bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1305 | 2024.09.25 17:25:37.034045 [ 3 ] {} <Trace> HTTP-Session: 84636db8-d969-428f-9ec5-2a0b3c8825bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2024.09.25 17:25:37.034162 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1307 | 2024.09.25 17:25:37.034206 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1308 | 2024.09.25 17:25:37.034334 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1309 | 2024.09.25 17:25:37.034703 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1310 | 2024.09.25 17:25:37.034739 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1311 | 2024.09.25 17:25:37.035234 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1312 | 2024.09.25 17:25:37.035891 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1313 | 2024.09.25 17:25:37.036023 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001901 sec., 31562.33561283535 rows/sec., 2.13 MiB/sec. | ||
| 1314 | 2024.09.25 17:25:37.036207 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Debug> DynamicQueryHandler: Done processing query | ||
| 1315 | 2024.09.25 17:25:37.036232 [ 3 ] {5f81b65c-afb5-4336-9f14-4e7b12209d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1316 | 2024.09.25 17:25:37.036248 [ 3 ] {} <Debug> HTTP-Session: 84636db8-d969-428f-9ec5-2a0b3c8825bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1317 | 2024.09.25 17:25:42.023142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1318 | 2024.09.25 17:25:42.023338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1319 | 2024.09.25 17:25:42.023386 [ 3 ] {} <Debug> HTTP-Session: 0b0bcb9b-8878-49c6-9066-c85eb6b64b98 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1320 | 2024.09.25 17:25:42.023416 [ 3 ] {} <Debug> HTTP-Session: 0b0bcb9b-8878-49c6-9066-c85eb6b64b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.09.25 17:25:42.023434 [ 3 ] {} <Debug> HTTP-Session: 0b0bcb9b-8878-49c6-9066-c85eb6b64b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1322 | 2024.09.25 17:25:42.023491 [ 3 ] {} <Trace> HTTP-Session: 0b0bcb9b-8878-49c6-9066-c85eb6b64b98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1323 | 2024.09.25 17:25:42.023752 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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) | ||
| 1324 | 2024.09.25 17:25:42.024186 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1325 | 2024.09.25 17:25:42.024241 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <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 | ||
| 1326 | 2024.09.25 17:25:42.024560 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1327 | 2024.09.25 17:25:42.024640 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1328 | 2024.09.25 17:25:42.024817 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1329 | 2024.09.25 17:25:42.024943 [ 253 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1330 | 2024.09.25 17:25:42.024964 [ 250 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1331 | 2024.09.25 17:25:42.025086 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 1332 | 2024.09.25 17:25:42.025115 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1333 | 2024.09.25 17:25:42.027216 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1334 | 2024.09.25 17:25:42.029175 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1335 | 2024.09.25 17:25:42.029237 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <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'))" | ||
| 1336 | 2024.09.25 17:25:42.029284 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <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'))" | ||
| 1337 | 2024.09.25 17:25:42.031053 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007419 sec., 2426.202992317024 rows/sec., 99.25 KiB/sec. | ||
| 1338 | 2024.09.25 17:25:42.031413 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1339 | 2024.09.25 17:25:42.031439 [ 3 ] {9b19fa4f-801e-484e-8a2d-996375b6066c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1340 | 2024.09.25 17:25:42.031456 [ 3 ] {} <Debug> HTTP-Session: 0b0bcb9b-8878-49c6-9066-c85eb6b64b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1341 | 2024.09.25 17:25:42.035876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1342 | 2024.09.25 17:25:42.035935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1343 | 2024.09.25 17:25:42.035959 [ 3 ] {} <Debug> HTTP-Session: 858e2c5e-f7f7-4064-9a6c-a81d1cf2d8f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1344 | 2024.09.25 17:25:42.035980 [ 3 ] {} <Debug> HTTP-Session: 858e2c5e-f7f7-4064-9a6c-a81d1cf2d8f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1345 | 2024.09.25 17:25:42.035998 [ 3 ] {} <Debug> HTTP-Session: 858e2c5e-f7f7-4064-9a6c-a81d1cf2d8f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.09.25 17:25:42.036038 [ 3 ] {} <Trace> HTTP-Session: 858e2c5e-f7f7-4064-9a6c-a81d1cf2d8f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.09.25 17:25:42.036169 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1348 | 2024.09.25 17:25:42.036226 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1349 | 2024.09.25 17:25:42.036416 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1350 | 2024.09.25 17:25:42.036824 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1351 | 2024.09.25 17:25:42.036861 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1352 | 2024.09.25 17:25:42.037570 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1353 | 2024.09.25 17:25:42.038178 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1354 | 2024.09.25 17:25:42.038322 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.002197 sec., 455.1661356395084 rows/sec., 68.01 KiB/sec. | ||
| 1355 | 2024.09.25 17:25:42.038611 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Debug> DynamicQueryHandler: Done processing query | ||
| 1356 | 2024.09.25 17:25:42.038636 [ 3 ] {925a5803-a0bb-4dfe-86df-8b3a8b953dff} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1357 | 2024.09.25 17:25:42.038653 [ 3 ] {} <Debug> HTTP-Session: 858e2c5e-f7f7-4064-9a6c-a81d1cf2d8f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1358 | 2024.09.25 17:25:42.038859 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1359 | 2024.09.25 17:25:42.038911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1360 | 2024.09.25 17:25:42.038931 [ 3 ] {} <Debug> HTTP-Session: 66f22cbf-2bfe-47f9-bc96-828759c08d08 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1361 | 2024.09.25 17:25:42.038948 [ 3 ] {} <Debug> HTTP-Session: 66f22cbf-2bfe-47f9-bc96-828759c08d08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1362 | 2024.09.25 17:25:42.038962 [ 3 ] {} <Debug> HTTP-Session: 66f22cbf-2bfe-47f9-bc96-828759c08d08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.09.25 17:25:42.038993 [ 3 ] {} <Trace> HTTP-Session: 66f22cbf-2bfe-47f9-bc96-828759c08d08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1364 | 2024.09.25 17:25:42.039114 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1365 | 2024.09.25 17:25:42.039159 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1366 | 2024.09.25 17:25:42.039421 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1367 | 2024.09.25 17:25:42.039819 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.09.25 17:25:42.039855 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1369 | 2024.09.25 17:25:42.040393 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1370 | 2024.09.25 17:25:42.041059 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): 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.09.25 17:25:42.041195 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002127 sec., 33850.49365303244 rows/sec., 2.74 MiB/sec. | ||
| 1372 | 2024.09.25 17:25:42.041370 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1373 | 2024.09.25 17:25:42.041396 [ 3 ] {535837dc-d982-4001-a7b3-dcda4ac582d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1374 | 2024.09.25 17:25:42.041411 [ 3 ] {} <Debug> HTTP-Session: 66f22cbf-2bfe-47f9-bc96-828759c08d08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1375 | 2024.09.25 17:25:42.041580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1376 | 2024.09.25 17:25:42.041630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1377 | 2024.09.25 17:25:42.041650 [ 3 ] {} <Debug> HTTP-Session: 80898778-d660-4112-97a8-1cdb3d56119b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1378 | 2024.09.25 17:25:42.041667 [ 3 ] {} <Debug> HTTP-Session: 80898778-d660-4112-97a8-1cdb3d56119b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1379 | 2024.09.25 17:25:42.041681 [ 3 ] {} <Debug> HTTP-Session: 80898778-d660-4112-97a8-1cdb3d56119b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.09.25 17:25:42.041712 [ 3 ] {} <Trace> HTTP-Session: 80898778-d660-4112-97a8-1cdb3d56119b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1381 | 2024.09.25 17:25:42.041809 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1382 | 2024.09.25 17:25:42.041854 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1383 | 2024.09.25 17:25:42.044220 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1384 | 2024.09.25 17:25:42.046959 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1385 | 2024.09.25 17:25:42.047026 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1386 | 2024.09.25 17:25:42.047689 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1387 | 2024.09.25 17:25:42.048366 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1388 | 2024.09.25 17:25:42.048500 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.006716 sec., 1191.1852293031566 rows/sec., 89.57 KiB/sec. | ||
| 1389 | 2024.09.25 17:25:42.048724 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Debug> DynamicQueryHandler: Done processing query | ||
| 1390 | 2024.09.25 17:25:42.048749 [ 3 ] {9667724f-ca8e-4cee-a43c-3069ac044865} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1391 | 2024.09.25 17:25:42.048765 [ 3 ] {} <Debug> HTTP-Session: 80898778-d660-4112-97a8-1cdb3d56119b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1392 | 2024.09.25 17:25:42.048968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1393 | 2024.09.25 17:25:42.049020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1394 | 2024.09.25 17:25:42.049171 [ 3 ] {} <Debug> HTTP-Session: 19084b87-1635-4ba4-bc5a-01108c7512bf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1395 | 2024.09.25 17:25:42.049192 [ 3 ] {} <Debug> HTTP-Session: 19084b87-1635-4ba4-bc5a-01108c7512bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1396 | 2024.09.25 17:25:42.049206 [ 3 ] {} <Debug> HTTP-Session: 19084b87-1635-4ba4-bc5a-01108c7512bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.09.25 17:25:42.049237 [ 3 ] {} <Trace> HTTP-Session: 19084b87-1635-4ba4-bc5a-01108c7512bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1398 | 2024.09.25 17:25:42.049386 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1399 | 2024.09.25 17:25:42.049432 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1400 | 2024.09.25 17:25:42.049663 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1401 | 2024.09.25 17:25:42.050020 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1402 | 2024.09.25 17:25:42.050056 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1403 | 2024.09.25 17:25:42.050536 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1404 | 2024.09.25 17:25:42.051244 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1405 | 2024.09.25 17:25:42.051404 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002047 sec., 35173.424523693204 rows/sec., 2.75 MiB/sec. | ||
| 1406 | 2024.09.25 17:25:42.051573 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1407 | 2024.09.25 17:25:42.051598 [ 3 ] {8b90958a-e9ae-4579-ba44-6db515441feb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1408 | 2024.09.25 17:25:42.051615 [ 3 ] {} <Debug> HTTP-Session: 19084b87-1635-4ba4-bc5a-01108c7512bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1409 | 2024.09.25 17:25:42.051854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 28678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1410 | 2024.09.25 17:25:42.051911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1411 | 2024.09.25 17:25:42.051931 [ 3 ] {} <Debug> HTTP-Session: 241c761a-3ad4-46f0-a5e7-fbbc443125c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1412 | 2024.09.25 17:25:42.051949 [ 3 ] {} <Debug> HTTP-Session: 241c761a-3ad4-46f0-a5e7-fbbc443125c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1413 | 2024.09.25 17:25:42.051962 [ 3 ] {} <Debug> HTTP-Session: 241c761a-3ad4-46f0-a5e7-fbbc443125c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1414 | 2024.09.25 17:25:42.051994 [ 3 ] {} <Trace> HTTP-Session: 241c761a-3ad4-46f0-a5e7-fbbc443125c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1415 | 2024.09.25 17:25:42.052134 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1416 | 2024.09.25 17:25:42.052183 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1417 | 2024.09.25 17:25:42.052330 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1418 | 2024.09.25 17:25:42.052697 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1419 | 2024.09.25 17:25:42.052734 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1420 | 2024.09.25 17:25:42.053249 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1421 | 2024.09.25 17:25:42.053964 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1422 | 2024.09.25 17:25:42.054125 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Debug> executeQuery: Read 150 rows, 10.70 KiB in 0.002048 sec., 73242.1875 rows/sec., 5.10 MiB/sec. | ||
| 1423 | 2024.09.25 17:25:42.054425 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Debug> DynamicQueryHandler: Done processing query | ||
| 1424 | 2024.09.25 17:25:42.054451 [ 3 ] {08372291-cdb2-4b48-8cf9-306accdde544} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1425 | 2024.09.25 17:25:42.054467 [ 3 ] {} <Debug> HTTP-Session: 241c761a-3ad4-46f0-a5e7-fbbc443125c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1426 | 2024.09.25 17:25:42.054639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14072, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1427 | 2024.09.25 17:25:42.054690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1428 | 2024.09.25 17:25:42.054710 [ 3 ] {} <Debug> HTTP-Session: 2857f70a-dff7-4297-90e0-a32da994a3e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1429 | 2024.09.25 17:25:42.054727 [ 3 ] {} <Debug> HTTP-Session: 2857f70a-dff7-4297-90e0-a32da994a3e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1430 | 2024.09.25 17:25:42.054741 [ 3 ] {} <Debug> HTTP-Session: 2857f70a-dff7-4297-90e0-a32da994a3e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1431 | 2024.09.25 17:25:42.054772 [ 3 ] {} <Trace> HTTP-Session: 2857f70a-dff7-4297-90e0-a32da994a3e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1432 | 2024.09.25 17:25:42.054933 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1433 | 2024.09.25 17:25:42.055006 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <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_histogramu64 | ||
| 1434 | 2024.09.25 17:25:42.055455 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1435 | 2024.09.25 17:25:42.055991 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1436 | 2024.09.25 17:25:42.056028 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1437 | 2024.09.25 17:25:42.059547 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1438 | 2024.09.25 17:25:42.060323 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1439 | 2024.09.25 17:25:42.060521 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.005671 sec., 1410.6859460412627 rows/sec., 2.53 MiB/sec. | ||
| 1440 | 2024.09.25 17:25:42.060767 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1441 | 2024.09.25 17:25:42.060792 [ 3 ] {7a56bb09-daab-4f32-9ce8-1e5d5a1eaabb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1442 | 2024.09.25 17:25:42.060808 [ 3 ] {} <Debug> HTTP-Session: 2857f70a-dff7-4297-90e0-a32da994a3e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1443 | 2024.09.25 17:25:42.060934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1444 | 2024.09.25 17:25:42.060983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1445 | 2024.09.25 17:25:42.061003 [ 3 ] {} <Debug> HTTP-Session: 7dff2cf6-eae7-4ea8-96ac-c0ba297b185b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1446 | 2024.09.25 17:25:42.061022 [ 3 ] {} <Debug> HTTP-Session: 7dff2cf6-eae7-4ea8-96ac-c0ba297b185b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1447 | 2024.09.25 17:25:42.061036 [ 3 ] {} <Debug> HTTP-Session: 7dff2cf6-eae7-4ea8-96ac-c0ba297b185b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1448 | 2024.09.25 17:25:42.061067 [ 3 ] {} <Trace> HTTP-Session: 7dff2cf6-eae7-4ea8-96ac-c0ba297b185b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1449 | 2024.09.25 17:25:42.061176 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1450 | 2024.09.25 17:25:42.061222 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1451 | 2024.09.25 17:25:42.061351 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1452 | 2024.09.25 17:25:42.061635 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1453 | 2024.09.25 17:25:42.061672 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1454 | 2024.09.25 17:25:42.062175 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1455 | 2024.09.25 17:25:42.062863 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1456 | 2024.09.25 17:25:42.063023 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001872 sec., 29914.529914529914 rows/sec., 2.01 MiB/sec. | ||
| 1457 | 2024.09.25 17:25:42.063192 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1458 | 2024.09.25 17:25:42.063217 [ 3 ] {2432880c-0baf-4f45-9812-7693d450e47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1459 | 2024.09.25 17:25:42.063233 [ 3 ] {} <Debug> HTTP-Session: 7dff2cf6-eae7-4ea8-96ac-c0ba297b185b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1460 | 2024.09.25 17:25:47.026078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 7804, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1461 | 2024.09.25 17:25:47.026204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1462 | 2024.09.25 17:25:47.026230 [ 3 ] {} <Debug> HTTP-Session: f2047444-ee45-47e5-8e4d-5191f950540a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1463 | 2024.09.25 17:25:47.026256 [ 3 ] {} <Debug> HTTP-Session: f2047444-ee45-47e5-8e4d-5191f950540a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1464 | 2024.09.25 17:25:47.026272 [ 3 ] {} <Debug> HTTP-Session: f2047444-ee45-47e5-8e4d-5191f950540a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1465 | 2024.09.25 17:25:47.026322 [ 3 ] {} <Trace> HTTP-Session: f2047444-ee45-47e5-8e4d-5191f950540a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1466 | 2024.09.25 17:25:47.026514 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1467 | 2024.09.25 17:25:47.026582 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1468 | 2024.09.25 17:25:47.026922 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1469 | 2024.09.25 17:25:47.027368 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1470 | 2024.09.25 17:25:47.027407 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1471 | 2024.09.25 17:25:47.027837 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1472 | 2024.09.25 17:25:47.028226 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1473 | 2024.09.25 17:25:47.028379 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00193 sec., 29015.544041450776 rows/sec., 2.22 MiB/sec. | ||
| 1474 | 2024.09.25 17:25:47.028572 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1475 | 2024.09.25 17:25:47.028599 [ 3 ] {79353eaf-5879-480a-88fe-7dd21b0d453e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1476 | 2024.09.25 17:25:47.028615 [ 3 ] {} <Debug> HTTP-Session: f2047444-ee45-47e5-8e4d-5191f950540a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1477 | 2024.09.25 17:25:47.028756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1478 | 2024.09.25 17:25:47.028807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1479 | 2024.09.25 17:25:47.028826 [ 3 ] {} <Debug> HTTP-Session: 79a663a4-448f-49e5-b65d-9992cb5cf607 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1480 | 2024.09.25 17:25:47.028844 [ 3 ] {} <Debug> HTTP-Session: 79a663a4-448f-49e5-b65d-9992cb5cf607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1481 | 2024.09.25 17:25:47.028857 [ 3 ] {} <Debug> HTTP-Session: 79a663a4-448f-49e5-b65d-9992cb5cf607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1482 | 2024.09.25 17:25:47.028889 [ 3 ] {} <Trace> HTTP-Session: 79a663a4-448f-49e5-b65d-9992cb5cf607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1483 | 2024.09.25 17:25:47.029005 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1484 | 2024.09.25 17:25:47.029050 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1485 | 2024.09.25 17:25:47.029280 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1486 | 2024.09.25 17:25:47.029644 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1487 | 2024.09.25 17:25:47.029680 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1488 | 2024.09.25 17:25:47.030050 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1489 | 2024.09.25 17:25:47.030412 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1490 | 2024.09.25 17:25:47.030549 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001582 sec., 40455.1201011378 rows/sec., 3.16 MiB/sec. | ||
| 1491 | 2024.09.25 17:25:47.030903 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Debug> DynamicQueryHandler: Done processing query | ||
| 1492 | 2024.09.25 17:25:47.030939 [ 3 ] {43698773-f59c-4232-972c-2538d6b9c844} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1493 | 2024.09.25 17:25:47.030963 [ 3 ] {} <Debug> HTTP-Session: 79a663a4-448f-49e5-b65d-9992cb5cf607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1494 | 2024.09.25 17:25:47.031160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 32486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1495 | 2024.09.25 17:25:47.031219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1496 | 2024.09.25 17:25:47.031240 [ 3 ] {} <Debug> HTTP-Session: 9c9d3527-6509-4071-912f-ec6aeef743bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1497 | 2024.09.25 17:25:47.031258 [ 3 ] {} <Debug> HTTP-Session: 9c9d3527-6509-4071-912f-ec6aeef743bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1498 | 2024.09.25 17:25:47.031272 [ 3 ] {} <Debug> HTTP-Session: 9c9d3527-6509-4071-912f-ec6aeef743bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1499 | 2024.09.25 17:25:47.031305 [ 3 ] {} <Trace> HTTP-Session: 9c9d3527-6509-4071-912f-ec6aeef743bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1500 | 2024.09.25 17:25:47.031473 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1501 | 2024.09.25 17:25:47.031524 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1502 | 2024.09.25 17:25:47.031699 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1503 | 2024.09.25 17:25:47.032087 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1504 | 2024.09.25 17:25:47.032124 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1505 | 2024.09.25 17:25:47.032538 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1506 | 2024.09.25 17:25:47.032893 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1507 | 2024.09.25 17:25:47.033029 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Debug> executeQuery: Read 170 rows, 12.12 KiB in 0.001629 sec., 104358.5021485574 rows/sec., 7.27 MiB/sec. | ||
| 1508 | 2024.09.25 17:25:47.033194 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1509 | 2024.09.25 17:25:47.033219 [ 3 ] {837fa6fb-a99e-484d-b520-87ee2a274c0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1510 | 2024.09.25 17:25:47.033235 [ 3 ] {} <Debug> HTTP-Session: 9c9d3527-6509-4071-912f-ec6aeef743bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1511 | 2024.09.25 17:25:47.033371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1512 | 2024.09.25 17:25:47.033421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1513 | 2024.09.25 17:25:47.033440 [ 3 ] {} <Debug> HTTP-Session: b346644d-f69e-4333-8838-ac6f4346b6ba Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1514 | 2024.09.25 17:25:47.033456 [ 3 ] {} <Debug> HTTP-Session: b346644d-f69e-4333-8838-ac6f4346b6ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1515 | 2024.09.25 17:25:47.033470 [ 3 ] {} <Debug> HTTP-Session: b346644d-f69e-4333-8838-ac6f4346b6ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1516 | 2024.09.25 17:25:47.033501 [ 3 ] {} <Trace> HTTP-Session: b346644d-f69e-4333-8838-ac6f4346b6ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1517 | 2024.09.25 17:25:47.033624 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1518 | 2024.09.25 17:25:47.033670 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1519 | 2024.09.25 17:25:47.033800 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1520 | 2024.09.25 17:25:47.034105 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2024.09.25 17:25:47.034141 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1522 | 2024.09.25 17:25:47.034506 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1523 | 2024.09.25 17:25:47.034827 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1524 | 2024.09.25 17:25:47.034962 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Debug> executeQuery: Read 64 rows, 4.42 KiB in 0.001388 sec., 46109.51008645533 rows/sec., 3.11 MiB/sec. | ||
| 1525 | 2024.09.25 17:25:47.035128 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1526 | 2024.09.25 17:25:47.035152 [ 3 ] {631a6fc7-bdd1-4c08-9cdc-94dd1592e98b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1527 | 2024.09.25 17:25:47.035168 [ 3 ] {} <Debug> HTTP-Session: b346644d-f69e-4333-8838-ac6f4346b6ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.09.25 17:25:48.661872 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1529 | 2024.09.25 17:25:48.661920 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1530 | 2024.09.25 17:25:52.029508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1531 | 2024.09.25 17:25:52.029651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1532 | 2024.09.25 17:25:52.029684 [ 3 ] {} <Debug> HTTP-Session: e599d779-db87-4655-b281-8d1092a54d44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1533 | 2024.09.25 17:25:52.029712 [ 3 ] {} <Debug> HTTP-Session: e599d779-db87-4655-b281-8d1092a54d44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1534 | 2024.09.25 17:25:52.029728 [ 3 ] {} <Debug> HTTP-Session: e599d779-db87-4655-b281-8d1092a54d44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1535 | 2024.09.25 17:25:52.029779 [ 3 ] {} <Trace> HTTP-Session: e599d779-db87-4655-b281-8d1092a54d44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1536 | 2024.09.25 17:25:52.030002 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1537 | 2024.09.25 17:25:52.030081 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1538 | 2024.09.25 17:25:52.030432 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1539 | 2024.09.25 17:25:52.030945 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1540 | 2024.09.25 17:25:52.030990 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1541 | 2024.09.25 17:25:52.031452 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1542 | 2024.09.25 17:25:52.031893 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1543 | 2024.09.25 17:25:52.032084 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002155 sec., 33410.672853828306 rows/sec., 2.70 MiB/sec. | ||
| 1544 | 2024.09.25 17:25:52.032094 [ 92 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1545 | 2024.09.25 17:25:52.032209 [ 92 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1546 | 2024.09.25 17:25:52.032262 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1547 | 2024.09.25 17:25:52.032418 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Debug> DynamicQueryHandler: Done processing query | ||
| 1548 | 2024.09.25 17:25:52.032461 [ 3 ] {8eda331a-1047-4aa1-80a7-77f915ef1320} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1549 | 2024.09.25 17:25:52.032483 [ 3 ] {} <Debug> HTTP-Session: e599d779-db87-4655-b281-8d1092a54d44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1550 | 2024.09.25 17:25:52.032576 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 1551 | 2024.09.25 17:25:52.032715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1552 | 2024.09.25 17:25:52.032857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1553 | 2024.09.25 17:25:52.032914 [ 3 ] {} <Debug> HTTP-Session: 033ab13c-0b37-4227-ac79-27413e416539 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1554 | 2024.09.25 17:25:52.032920 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1555 | 2024.09.25 17:25:52.032945 [ 3 ] {} <Debug> HTTP-Session: 033ab13c-0b37-4227-ac79-27413e416539 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.09.25 17:25:52.032986 [ 3 ] {} <Debug> HTTP-Session: 033ab13c-0b37-4227-ac79-27413e416539 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.09.25 17:25:52.033035 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 52 rows starting from the beginning of the part | ||
| 1558 | 2024.09.25 17:25:52.033058 [ 3 ] {} <Trace> HTTP-Session: 033ab13c-0b37-4227-ac79-27413e416539 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1559 | 2024.09.25 17:25:52.033349 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 1560 | 2024.09.25 17:25:52.033435 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 1561 | 2024.09.25 17:25:52.033493 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1562 | 2024.09.25 17:25:52.033857 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 1563 | 2024.09.25 17:25:52.034115 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
| 1564 | 2024.09.25 17:25:52.034540 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1565 | 2024.09.25 17:25:52.034911 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1566 | 2024.09.25 17:25:52.035169 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1567 | 2024.09.25 17:25:52.035837 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1568 | 2024.09.25 17:25:52.035889 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1569 | 2024.09.25 17:25:52.036972 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1570 | 2024.09.25 17:25:52.038139 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1571 | 2024.09.25 17:25:52.038509 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 5 columns (5 merged, 0 gathered) in 0.006140644 sec., 59277.17027725431 rows/sec., 4.85 MiB/sec. | ||
| 1572 | 2024.09.25 17:25:52.038531 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.005347 sec., 1496.166074434262 rows/sec., 112.50 KiB/sec. | ||
| 1573 | 2024.09.25 17:25:52.038838 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Debug> DynamicQueryHandler: Done processing query | ||
| 1574 | 2024.09.25 17:25:52.038845 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1575 | 2024.09.25 17:25:52.038881 [ 3 ] {0a35b2b3-5089-4f96-aa9e-0860523a4516} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1576 | 2024.09.25 17:25:52.038935 [ 3 ] {} <Debug> HTTP-Session: 033ab13c-0b37-4227-ac79-27413e416539 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1577 | 2024.09.25 17:25:52.039123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1578 | 2024.09.25 17:25:52.039259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1579 | 2024.09.25 17:25:52.039344 [ 3 ] {} <Debug> HTTP-Session: 698cc366-86b1-4995-ac64-40b1de4c92bf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1580 | 2024.09.25 17:25:52.039411 [ 3 ] {} <Debug> HTTP-Session: 698cc366-86b1-4995-ac64-40b1de4c92bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1581 | 2024.09.25 17:25:52.039453 [ 3 ] {} <Debug> HTTP-Session: 698cc366-86b1-4995-ac64-40b1de4c92bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1582 | 2024.09.25 17:25:52.039542 [ 3 ] {} <Trace> HTTP-Session: 698cc366-86b1-4995-ac64-40b1de4c92bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1583 | 2024.09.25 17:25:52.039735 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1584 | 2024.09.25 17:25:52.039810 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1585 | 2024.09.25 17:25:52.039831 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1586 | 2024.09.25 17:25:52.040061 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_6_1} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1587 | 2024.09.25 17:25:52.040296 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1588 | 2024.09.25 17:25:52.040414 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1589 | 2024.09.25 17:25:52.040822 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1590 | 2024.09.25 17:25:52.040861 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1591 | 2024.09.25 17:25:52.041250 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1592 | 2024.09.25 17:25:52.041621 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1593 | 2024.09.25 17:25:52.041777 [ 92 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1594 | 2024.09.25 17:25:52.041781 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002129 sec., 33818.69422263974 rows/sec., 2.64 MiB/sec. | ||
| 1595 | 2024.09.25 17:25:52.041827 [ 92 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1596 | 2024.09.25 17:25:52.041892 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1597 | 2024.09.25 17:25:52.042117 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 1598 | 2024.09.25 17:25:52.042135 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 1599 | 2024.09.25 17:25:52.042205 [ 3 ] {cd2e618d-a37c-497b-a28d-bc178eaeff8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1600 | 2024.09.25 17:25:52.042232 [ 3 ] {} <Debug> HTTP-Session: 698cc366-86b1-4995-ac64-40b1de4c92bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1601 | 2024.09.25 17:25:52.042370 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1602 | 2024.09.25 17:25:52.042419 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1603 | 2024.09.25 17:25:52.042487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1604 | 2024.09.25 17:25:52.042651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1605 | 2024.09.25 17:25:52.042745 [ 3 ] {} <Debug> HTTP-Session: e5ca000b-617e-407d-8d4a-09f8724442df Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1606 | 2024.09.25 17:25:52.042789 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1607 | 2024.09.25 17:25:52.042800 [ 3 ] {} <Debug> HTTP-Session: e5ca000b-617e-407d-8d4a-09f8724442df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1608 | 2024.09.25 17:25:52.042844 [ 3 ] {} <Debug> HTTP-Session: e5ca000b-617e-407d-8d4a-09f8724442df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1609 | 2024.09.25 17:25:52.042994 [ 3 ] {} <Trace> HTTP-Session: e5ca000b-617e-407d-8d4a-09f8724442df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2024.09.25 17:25:52.043065 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 1611 | 2024.09.25 17:25:52.043404 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 72 rows starting from the beginning of the part | ||
| 1612 | 2024.09.25 17:25:52.043441 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1613 | 2024.09.25 17:25:52.043648 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1614 | 2024.09.25 17:25:52.043833 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1615 | 2024.09.25 17:25:52.044300 [ 189 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part | ||
| 1616 | 2024.09.25 17:25:52.044576 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1617 | 2024.09.25 17:25:52.045633 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2024.09.25 17:25:52.045692 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1619 | 2024.09.25 17:25:52.046987 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1620 | 2024.09.25 17:25:52.047612 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 5 columns (5 merged, 0 gathered) in 0.005583524 sec., 70206.55772232733 rows/sec., 5.75 MiB/sec. | ||
| 1621 | 2024.09.25 17:25:52.047838 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1622 | 2024.09.25 17:25:52.048032 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1623 | 2024.09.25 17:25:52.048254 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1624 | 2024.09.25 17:25:52.048373 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1625 | 2024.09.25 17:25:52.048428 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005169 sec., 30953.762816792416 rows/sec., 2.16 MiB/sec. | ||
| 1626 | 2024.09.25 17:25:52.048449 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1627 | 2024.09.25 17:25:52.049295 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 1628 | 2024.09.25 17:25:52.049480 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1629 | 2024.09.25 17:25:52.049540 [ 3 ] {37b3828f-2ba2-4612-a879-07e02785d38e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1630 | 2024.09.25 17:25:52.049609 [ 3 ] {} <Debug> HTTP-Session: e5ca000b-617e-407d-8d4a-09f8724442df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1631 | 2024.09.25 17:25:52.049759 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1632 | 2024.09.25 17:25:52.049830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14146, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1633 | 2024.09.25 17:25:52.049839 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1634 | 2024.09.25 17:25:52.049899 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1635 | 2024.09.25 17:25:52.049942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1636 | 2024.09.25 17:25:52.050056 [ 3 ] {} <Debug> HTTP-Session: ce90a3a6-c949-4884-81ff-dec8db17374a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1637 | 2024.09.25 17:25:52.050135 [ 3 ] {} <Debug> HTTP-Session: ce90a3a6-c949-4884-81ff-dec8db17374a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1638 | 2024.09.25 17:25:52.050190 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 154 rows starting from the beginning of the part | ||
| 1639 | 2024.09.25 17:25:52.050199 [ 3 ] {} <Debug> HTTP-Session: ce90a3a6-c949-4884-81ff-dec8db17374a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1640 | 2024.09.25 17:25:52.050306 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_6_1} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1641 | 2024.09.25 17:25:52.050395 [ 3 ] {} <Trace> HTTP-Session: ce90a3a6-c949-4884-81ff-dec8db17374a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1642 | 2024.09.25 17:25:52.050880 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
| 1643 | 2024.09.25 17:25:52.050886 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1644 | 2024.09.25 17:25:52.051138 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1645 | 2024.09.25 17:25:52.051259 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 150 rows starting from the beginning of the part | ||
| 1646 | 2024.09.25 17:25:52.051327 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <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_histogramu64 | ||
| 1647 | 2024.09.25 17:25:52.051447 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 170 rows starting from the beginning of the part | ||
| 1648 | 2024.09.25 17:25:52.051724 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 1649 | 2024.09.25 17:25:52.052333 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1650 | 2024.09.25 17:25:52.052870 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1651 | 2024.09.25 17:25:52.052907 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1652 | 2024.09.25 17:25:52.053512 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1653 | 2024.09.25 17:25:52.054038 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1654 | 2024.09.25 17:25:52.054285 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003489 sec., 2292.920607623961 rows/sec., 4.11 MiB/sec. | ||
| 1655 | 2024.09.25 17:25:52.054641 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1656 | 2024.09.25 17:25:52.054680 [ 3 ] {5a37dfa6-363d-4f58-8386-6b23f6ecabcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 1657 | 2024.09.25 17:25:52.054708 [ 3 ] {} <Debug> HTTP-Session: ce90a3a6-c949-4884-81ff-dec8db17374a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1658 | 2024.09.25 17:25:52.054880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1659 | 2024.09.25 17:25:52.054950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1660 | 2024.09.25 17:25:52.054978 [ 3 ] {} <Debug> HTTP-Session: c818f33e-efd5-477f-b2ae-eb48b570c504 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1661 | 2024.09.25 17:25:52.055008 [ 3 ] {} <Debug> HTTP-Session: c818f33e-efd5-477f-b2ae-eb48b570c504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1662 | 2024.09.25 17:25:52.055035 [ 3 ] {} <Debug> HTTP-Session: c818f33e-efd5-477f-b2ae-eb48b570c504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1663 | 2024.09.25 17:25:52.055107 [ 3 ] {} <Trace> HTTP-Session: c818f33e-efd5-477f-b2ae-eb48b570c504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1664 | 2024.09.25 17:25:52.055246 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1665 | 2024.09.25 17:25:52.055306 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1666 | 2024.09.25 17:25:52.055649 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1667 | 2024.09.25 17:25:52.055654 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 834 rows, containing 5 columns (5 merged, 0 gathered) in 0.007023691 sec., 118740.98675468496 rows/sec., 8.26 MiB/sec. | ||
| 1668 | 2024.09.25 17:25:52.055848 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1669 | 2024.09.25 17:25:52.056063 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1670 | 2024.09.25 17:25:52.056108 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1671 | 2024.09.25 17:25:52.056469 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2024.09.25 17:25:52.056581 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1673 | 2024.09.25 17:25:52.056650 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1674 | 2024.09.25 17:25:52.056658 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1675 | 2024.09.25 17:25:52.057067 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1676 | 2024.09.25 17:25:52.057258 [ 92 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1677 | 2024.09.25 17:25:52.057276 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002066 sec., 29041.626331074538 rows/sec., 1.96 MiB/sec. | ||
| 1678 | 2024.09.25 17:25:52.057323 [ 92 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1679 | 2024.09.25 17:25:52.057392 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 1680 | 2024.09.25 17:25:52.057580 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 1681 | 2024.09.25 17:25:52.057630 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Debug> DynamicQueryHandler: Done processing query | ||
| 1682 | 2024.09.25 17:25:52.057683 [ 3 ] {21f6bf4e-9489-46cb-8bb8-cb4325707c61} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1683 | 2024.09.25 17:25:52.057728 [ 3 ] {} <Debug> HTTP-Session: c818f33e-efd5-477f-b2ae-eb48b570c504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1684 | 2024.09.25 17:25:52.057822 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1685 | 2024.09.25 17:25:52.057860 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 1686 | 2024.09.25 17:25:52.057972 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 1687 | 2024.09.25 17:25:52.058162 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1688 | 2024.09.25 17:25:52.058362 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 1689 | 2024.09.25 17:25:52.058571 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1690 | 2024.09.25 17:25:52.058759 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 1691 | 2024.09.25 17:25:52.060043 [ 188 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002550687 sec., 120751.78177487086 rows/sec., 8.16 MiB/sec. | ||
| 1692 | 2024.09.25 17:25:52.060191 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1693 | 2024.09.25 17:25:52.060580 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1694 | 2024.09.25 17:25:52.060651 [ 187 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_6_1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1695 | 2024.09.25 17:25:52.060716 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1696 | 2024.09.25 17:25:57.021154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1697 | 2024.09.25 17:25:57.021296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1698 | 2024.09.25 17:25:57.021326 [ 3 ] {} <Debug> HTTP-Session: 374ca708-45dc-4fd8-b105-36033ae42516 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1699 | 2024.09.25 17:25:57.021354 [ 3 ] {} <Debug> HTTP-Session: 374ca708-45dc-4fd8-b105-36033ae42516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1700 | 2024.09.25 17:25:57.021373 [ 3 ] {} <Debug> HTTP-Session: 374ca708-45dc-4fd8-b105-36033ae42516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.09.25 17:25:57.021431 [ 3 ] {} <Trace> HTTP-Session: 374ca708-45dc-4fd8-b105-36033ae42516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2024.09.25 17:25:57.021699 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1703 | 2024.09.25 17:25:57.022084 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1704 | 2024.09.25 17:25:57.022128 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1705 | 2024.09.25 17:25:57.022440 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1706 | 2024.09.25 17:25:57.022523 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1707 | 2024.09.25 17:25:57.022703 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1708 | 2024.09.25 17:25:57.022804 [ 253 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1709 | 2024.09.25 17:25:57.022876 [ 252 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1710 | 2024.09.25 17:25:57.022878 [ 255 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1711 | 2024.09.25 17:25:57.023037 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1712 | 2024.09.25 17:25:57.023066 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1713 | 2024.09.25 17:25:57.023161 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1714 | 2024.09.25 17:25:57.023186 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1715 | 2024.09.25 17:25:57.023230 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1716 | 2024.09.25 17:25:57.023277 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1717 | 2024.09.25 17:25:57.024829 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003252 sec., 5535.055350553505 rows/sec., 226.42 KiB/sec. | ||
| 1718 | 2024.09.25 17:25:57.025148 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1719 | 2024.09.25 17:25:57.025175 [ 3 ] {1ab81fb8-e670-4265-80c4-04b5db4737d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1720 | 2024.09.25 17:25:57.025192 [ 3 ] {} <Debug> HTTP-Session: 374ca708-45dc-4fd8-b105-36033ae42516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1721 | 2024.09.25 17:25:57.025539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 829, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1722 | 2024.09.25 17:25:57.025587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1723 | 2024.09.25 17:25:57.025607 [ 3 ] {} <Debug> HTTP-Session: 9dcab67c-73d9-44f1-93fb-71a547f66d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1724 | 2024.09.25 17:25:57.025624 [ 3 ] {} <Debug> HTTP-Session: 9dcab67c-73d9-44f1-93fb-71a547f66d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.09.25 17:25:57.025638 [ 3 ] {} <Debug> HTTP-Session: 9dcab67c-73d9-44f1-93fb-71a547f66d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1726 | 2024.09.25 17:25:57.025669 [ 3 ] {} <Trace> HTTP-Session: 9dcab67c-73d9-44f1-93fb-71a547f66d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1727 | 2024.09.25 17:25:57.025808 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1728 | 2024.09.25 17:25:57.026081 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1729 | 2024.09.25 17:25:57.026124 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1730 | 2024.09.25 17:25:57.026399 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1731 | 2024.09.25 17:25:57.026465 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1732 | 2024.09.25 17:25:57.026610 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1733 | 2024.09.25 17:25:57.026762 [ 258 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1734 | 2024.09.25 17:25:57.026769 [ 259 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1735 | 2024.09.25 17:25:57.026763 [ 256 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1736 | 2024.09.25 17:25:57.026950 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1737 | 2024.09.25 17:25:57.026979 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1738 | 2024.09.25 17:25:57.027061 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1739 | 2024.09.25 17:25:57.027082 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1740 | 2024.09.25 17:25:57.027121 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1741 | 2024.09.25 17:25:57.027162 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1742 | 2024.09.25 17:25:57.028483 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00274 sec., 6569.3430656934315 rows/sec., 268.73 KiB/sec. | ||
| 1743 | 2024.09.25 17:25:57.028771 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> DynamicQueryHandler: Done processing query | ||
| 1744 | 2024.09.25 17:25:57.028795 [ 3 ] {56dde5d8-7c4c-4d90-a2fe-6868b1280993} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1745 | 2024.09.25 17:25:57.028813 [ 3 ] {} <Debug> HTTP-Session: 9dcab67c-73d9-44f1-93fb-71a547f66d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1746 | 2024.09.25 17:25:57.029425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 857, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1747 | 2024.09.25 17:25:57.029473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1748 | 2024.09.25 17:25:57.029492 [ 3 ] {} <Debug> HTTP-Session: 9d92fecf-5715-4645-8305-2c144280a223 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1749 | 2024.09.25 17:25:57.029509 [ 3 ] {} <Debug> HTTP-Session: 9d92fecf-5715-4645-8305-2c144280a223 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1750 | 2024.09.25 17:25:57.029523 [ 3 ] {} <Debug> HTTP-Session: 9d92fecf-5715-4645-8305-2c144280a223 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1751 | 2024.09.25 17:25:57.029554 [ 3 ] {} <Trace> HTTP-Session: 9d92fecf-5715-4645-8305-2c144280a223 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1752 | 2024.09.25 17:25:57.029695 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1753 | 2024.09.25 17:25:57.029966 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1754 | 2024.09.25 17:25:57.030008 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1755 | 2024.09.25 17:25:57.030285 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1756 | 2024.09.25 17:25:57.030350 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1757 | 2024.09.25 17:25:57.030496 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1758 | 2024.09.25 17:25:57.030626 [ 252 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1759 | 2024.09.25 17:25:57.030634 [ 255 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1760 | 2024.09.25 17:25:57.030654 [ 253 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1761 | 2024.09.25 17:25:57.030763 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1762 | 2024.09.25 17:25:57.030788 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1763 | 2024.09.25 17:25:57.030869 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1764 | 2024.09.25 17:25:57.030888 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1765 | 2024.09.25 17:25:57.030928 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1766 | 2024.09.25 17:25:57.030969 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1767 | 2024.09.25 17:25:57.032330 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002702 sec., 6661.732050333087 rows/sec., 272.51 KiB/sec. | ||
| 1768 | 2024.09.25 17:25:57.032614 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> DynamicQueryHandler: Done processing query | ||
| 1769 | 2024.09.25 17:25:57.032638 [ 3 ] {e8060268-5069-4fcc-8771-ac828cc49750} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1770 | 2024.09.25 17:25:57.032655 [ 3 ] {} <Debug> HTTP-Session: 9d92fecf-5715-4645-8305-2c144280a223 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1771 | 2024.09.25 17:25:57.032893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1772 | 2024.09.25 17:25:57.032940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1773 | 2024.09.25 17:25:57.032961 [ 3 ] {} <Debug> HTTP-Session: 1e1ab0b7-cefc-4dcb-b0b2-5c6aa424f853 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1774 | 2024.09.25 17:25:57.032977 [ 3 ] {} <Debug> HTTP-Session: 1e1ab0b7-cefc-4dcb-b0b2-5c6aa424f853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1775 | 2024.09.25 17:25:57.032993 [ 3 ] {} <Debug> HTTP-Session: 1e1ab0b7-cefc-4dcb-b0b2-5c6aa424f853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1776 | 2024.09.25 17:25:57.033024 [ 3 ] {} <Trace> HTTP-Session: 1e1ab0b7-cefc-4dcb-b0b2-5c6aa424f853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2024.09.25 17:25:57.033163 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1778 | 2024.09.25 17:25:57.033435 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1779 | 2024.09.25 17:25:57.033478 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1780 | 2024.09.25 17:25:57.033755 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1781 | 2024.09.25 17:25:57.033819 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1782 | 2024.09.25 17:25:57.033962 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1783 | 2024.09.25 17:25:57.034083 [ 256 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1784 | 2024.09.25 17:25:57.034111 [ 255 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1785 | 2024.09.25 17:25:57.034113 [ 252 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1786 | 2024.09.25 17:25:57.034221 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1787 | 2024.09.25 17:25:57.034251 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1788 | 2024.09.25 17:25:57.034333 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1789 | 2024.09.25 17:25:57.034354 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1790 | 2024.09.25 17:25:57.034393 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1791 | 2024.09.25 17:25:57.034436 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1792 | 2024.09.25 17:25:57.035555 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002458 sec., 7323.026851098453 rows/sec., 299.56 KiB/sec. | ||
| 1793 | 2024.09.25 17:25:57.035849 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> DynamicQueryHandler: Done processing query | ||
| 1794 | 2024.09.25 17:25:57.035874 [ 3 ] {840a8971-822d-4f75-b7a7-6103939c5a41} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1795 | 2024.09.25 17:25:57.035890 [ 3 ] {} <Debug> HTTP-Session: 1e1ab0b7-cefc-4dcb-b0b2-5c6aa424f853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1796 | 2024.09.25 17:25:57.036112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 908, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1797 | 2024.09.25 17:25:57.036159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1798 | 2024.09.25 17:25:57.036179 [ 3 ] {} <Debug> HTTP-Session: 23d8fe43-3815-4249-9f41-911c80ebd996 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1799 | 2024.09.25 17:25:57.036195 [ 3 ] {} <Debug> HTTP-Session: 23d8fe43-3815-4249-9f41-911c80ebd996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1800 | 2024.09.25 17:25:57.036209 [ 3 ] {} <Debug> HTTP-Session: 23d8fe43-3815-4249-9f41-911c80ebd996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1801 | 2024.09.25 17:25:57.036240 [ 3 ] {} <Trace> HTTP-Session: 23d8fe43-3815-4249-9f41-911c80ebd996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1802 | 2024.09.25 17:25:57.036381 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1803 | 2024.09.25 17:25:57.036653 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1804 | 2024.09.25 17:25:57.036696 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1805 | 2024.09.25 17:25:57.036978 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1806 | 2024.09.25 17:25:57.037048 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1807 | 2024.09.25 17:25:57.037193 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1808 | 2024.09.25 17:25:57.037278 [ 253 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1809 | 2024.09.25 17:25:57.037329 [ 252 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1810 | 2024.09.25 17:25:57.037353 [ 256 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1811 | 2024.09.25 17:25:57.037465 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1812 | 2024.09.25 17:25:57.037493 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1813 | 2024.09.25 17:25:57.037576 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1814 | 2024.09.25 17:25:57.037597 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1815 | 2024.09.25 17:25:57.037637 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1816 | 2024.09.25 17:25:57.037679 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1817 | 2024.09.25 17:25:57.038908 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002594 sec., 6939.090208172706 rows/sec., 283.86 KiB/sec. | ||
| 1818 | 2024.09.25 17:25:57.039198 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1819 | 2024.09.25 17:25:57.039222 [ 3 ] {4530b0d6-ffc0-47e8-ae9d-bb9c094311f3} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1820 | 2024.09.25 17:25:57.039239 [ 3 ] {} <Debug> HTTP-Session: 23d8fe43-3815-4249-9f41-911c80ebd996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1821 | 2024.09.25 17:25:57.039465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 932, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1822 | 2024.09.25 17:25:57.039512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1823 | 2024.09.25 17:25:57.039532 [ 3 ] {} <Debug> HTTP-Session: 11935f30-4ec6-41a7-a18d-f05c60461c2f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1824 | 2024.09.25 17:25:57.039548 [ 3 ] {} <Debug> HTTP-Session: 11935f30-4ec6-41a7-a18d-f05c60461c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1825 | 2024.09.25 17:25:57.039562 [ 3 ] {} <Debug> HTTP-Session: 11935f30-4ec6-41a7-a18d-f05c60461c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1826 | 2024.09.25 17:25:57.039593 [ 3 ] {} <Trace> HTTP-Session: 11935f30-4ec6-41a7-a18d-f05c60461c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.09.25 17:25:57.039732 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1828 | 2024.09.25 17:25:57.040014 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1829 | 2024.09.25 17:25:57.040056 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1830 | 2024.09.25 17:25:57.040343 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1831 | 2024.09.25 17:25:57.040408 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1832 | 2024.09.25 17:25:57.040554 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1833 | 2024.09.25 17:25:57.040680 [ 252 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1834 | 2024.09.25 17:25:57.040701 [ 255 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1835 | 2024.09.25 17:25:57.040714 [ 253 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1836 | 2024.09.25 17:25:57.040822 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1837 | 2024.09.25 17:25:57.040845 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1838 | 2024.09.25 17:25:57.040924 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1839 | 2024.09.25 17:25:57.040944 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1840 | 2024.09.25 17:25:57.040982 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1841 | 2024.09.25 17:25:57.041025 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1842 | 2024.09.25 17:25:57.042373 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002707 sec., 6649.427410417436 rows/sec., 272.01 KiB/sec. | ||
| 1843 | 2024.09.25 17:25:57.042648 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1844 | 2024.09.25 17:25:57.042673 [ 3 ] {8c605cad-d835-445c-86ed-ddc3ecc4394a} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1845 | 2024.09.25 17:25:57.042691 [ 3 ] {} <Debug> HTTP-Session: 11935f30-4ec6-41a7-a18d-f05c60461c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1846 | 2024.09.25 17:25:57.042914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 956, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1847 | 2024.09.25 17:25:57.042960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1848 | 2024.09.25 17:25:57.042981 [ 3 ] {} <Debug> HTTP-Session: a650308c-ee4a-41fc-a936-7db6abb58432 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1849 | 2024.09.25 17:25:57.042999 [ 3 ] {} <Debug> HTTP-Session: a650308c-ee4a-41fc-a936-7db6abb58432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1850 | 2024.09.25 17:25:57.043012 [ 3 ] {} <Debug> HTTP-Session: a650308c-ee4a-41fc-a936-7db6abb58432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1851 | 2024.09.25 17:25:57.043043 [ 3 ] {} <Trace> HTTP-Session: a650308c-ee4a-41fc-a936-7db6abb58432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1852 | 2024.09.25 17:25:57.043187 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1853 | 2024.09.25 17:25:57.043459 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1854 | 2024.09.25 17:25:57.043502 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1855 | 2024.09.25 17:25:57.043789 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1856 | 2024.09.25 17:25:57.043855 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1857 | 2024.09.25 17:25:57.044000 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1858 | 2024.09.25 17:25:57.044099 [ 253 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1859 | 2024.09.25 17:25:57.044110 [ 259 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1860 | 2024.09.25 17:25:57.044143 [ 252 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1861 | 2024.09.25 17:25:57.044241 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1862 | 2024.09.25 17:25:57.044269 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1863 | 2024.09.25 17:25:57.044350 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1864 | 2024.09.25 17:25:57.044370 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1865 | 2024.09.25 17:25:57.044411 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1866 | 2024.09.25 17:25:57.044452 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1867 | 2024.09.25 17:25:57.045774 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002655 sec., 6779.661016949153 rows/sec., 277.34 KiB/sec. | ||
| 1868 | 2024.09.25 17:25:57.046073 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> DynamicQueryHandler: Done processing query | ||
| 1869 | 2024.09.25 17:25:57.046097 [ 3 ] {945af75c-d323-41ad-baab-88c057a6b922} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1870 | 2024.09.25 17:25:57.046116 [ 3 ] {} <Debug> HTTP-Session: a650308c-ee4a-41fc-a936-7db6abb58432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1871 | 2024.09.25 17:25:57.046310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 980, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1872 | 2024.09.25 17:25:57.046357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1873 | 2024.09.25 17:25:57.046378 [ 3 ] {} <Debug> HTTP-Session: 9fc46bfb-cce3-4c51-bdfd-7ce559b656ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1874 | 2024.09.25 17:25:57.046394 [ 3 ] {} <Debug> HTTP-Session: 9fc46bfb-cce3-4c51-bdfd-7ce559b656ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.09.25 17:25:57.046408 [ 3 ] {} <Debug> HTTP-Session: 9fc46bfb-cce3-4c51-bdfd-7ce559b656ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1876 | 2024.09.25 17:25:57.046440 [ 3 ] {} <Trace> HTTP-Session: 9fc46bfb-cce3-4c51-bdfd-7ce559b656ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1877 | 2024.09.25 17:25:57.046583 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1878 | 2024.09.25 17:25:57.046863 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1879 | 2024.09.25 17:25:57.046906 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1880 | 2024.09.25 17:25:57.047205 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1881 | 2024.09.25 17:25:57.047273 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1882 | 2024.09.25 17:25:57.047419 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1883 | 2024.09.25 17:25:57.047566 [ 253 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1884 | 2024.09.25 17:25:57.047576 [ 252 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1885 | 2024.09.25 17:25:57.047577 [ 255 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1886 | 2024.09.25 17:25:57.047711 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1887 | 2024.09.25 17:25:57.047739 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1888 | 2024.09.25 17:25:57.047821 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1889 | 2024.09.25 17:25:57.047841 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1890 | 2024.09.25 17:25:57.047880 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1891 | 2024.09.25 17:25:57.047923 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1892 | 2024.09.25 17:25:57.049289 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002775 sec., 6486.486486486486 rows/sec., 265.34 KiB/sec. | ||
| 1893 | 2024.09.25 17:25:57.049569 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1894 | 2024.09.25 17:25:57.049593 [ 3 ] {4ace664d-0471-4a0c-9d52-640a710f8bdf} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1895 | 2024.09.25 17:25:57.049610 [ 3 ] {} <Debug> HTTP-Session: 9fc46bfb-cce3-4c51-bdfd-7ce559b656ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1896 | 2024.09.25 17:25:57.049847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1007, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1897 | 2024.09.25 17:25:57.049893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1898 | 2024.09.25 17:25:57.049913 [ 3 ] {} <Debug> HTTP-Session: 213b58a7-8fb1-4ced-8044-0eb769080178 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1899 | 2024.09.25 17:25:57.049929 [ 3 ] {} <Debug> HTTP-Session: 213b58a7-8fb1-4ced-8044-0eb769080178 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1900 | 2024.09.25 17:25:57.049944 [ 3 ] {} <Debug> HTTP-Session: 213b58a7-8fb1-4ced-8044-0eb769080178 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1901 | 2024.09.25 17:25:57.049975 [ 3 ] {} <Trace> HTTP-Session: 213b58a7-8fb1-4ced-8044-0eb769080178 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1902 | 2024.09.25 17:25:57.050120 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1903 | 2024.09.25 17:25:57.050398 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1904 | 2024.09.25 17:25:57.050441 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1905 | 2024.09.25 17:25:57.050733 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1906 | 2024.09.25 17:25:57.050799 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1907 | 2024.09.25 17:25:57.050944 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1908 | 2024.09.25 17:25:57.051004 [ 253 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1909 | 2024.09.25 17:25:57.051080 [ 259 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1910 | 2024.09.25 17:25:57.051097 [ 252 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1911 | 2024.09.25 17:25:57.051199 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1912 | 2024.09.25 17:25:57.051226 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1913 | 2024.09.25 17:25:57.051308 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1914 | 2024.09.25 17:25:57.051327 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1915 | 2024.09.25 17:25:57.051366 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1916 | 2024.09.25 17:25:57.051409 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1917 | 2024.09.25 17:25:57.052620 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002571 sec., 7001.166861143524 rows/sec., 286.40 KiB/sec. | ||
| 1918 | 2024.09.25 17:25:57.052924 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1919 | 2024.09.25 17:25:57.052949 [ 3 ] {fce5bef3-1d29-42d4-98b2-55e006c7beb5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1920 | 2024.09.25 17:25:57.052967 [ 3 ] {} <Debug> HTTP-Session: 213b58a7-8fb1-4ced-8044-0eb769080178 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.09.25 17:25:57.053185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1922 | 2024.09.25 17:25:57.053234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1923 | 2024.09.25 17:25:57.053254 [ 3 ] {} <Debug> HTTP-Session: 574c2cbb-486f-4bf9-b724-aa0d9b144652 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1924 | 2024.09.25 17:25:57.053271 [ 3 ] {} <Debug> HTTP-Session: 574c2cbb-486f-4bf9-b724-aa0d9b144652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1925 | 2024.09.25 17:25:57.053285 [ 3 ] {} <Debug> HTTP-Session: 574c2cbb-486f-4bf9-b724-aa0d9b144652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.09.25 17:25:57.053342 [ 3 ] {} <Trace> HTTP-Session: 574c2cbb-486f-4bf9-b724-aa0d9b144652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1927 | 2024.09.25 17:25:57.053488 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1928 | 2024.09.25 17:25:57.053771 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1929 | 2024.09.25 17:25:57.053815 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1930 | 2024.09.25 17:25:57.054138 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1931 | 2024.09.25 17:25:57.054204 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1932 | 2024.09.25 17:25:57.054347 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1933 | 2024.09.25 17:25:57.054414 [ 253 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1934 | 2024.09.25 17:25:57.054483 [ 258 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1935 | 2024.09.25 17:25:57.054501 [ 255 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1936 | 2024.09.25 17:25:57.054607 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1937 | 2024.09.25 17:25:57.054635 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1938 | 2024.09.25 17:25:57.054717 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1939 | 2024.09.25 17:25:57.054737 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1940 | 2024.09.25 17:25:57.054777 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1941 | 2024.09.25 17:25:57.054818 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1942 | 2024.09.25 17:25:57.056100 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002682 sec., 6711.4093959731545 rows/sec., 274.54 KiB/sec. | ||
| 1943 | 2024.09.25 17:25:57.056401 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1944 | 2024.09.25 17:25:57.056426 [ 3 ] {1df54052-cefc-42cd-996e-3b85b861cec9} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1945 | 2024.09.25 17:25:57.056444 [ 3 ] {} <Debug> HTTP-Session: 574c2cbb-486f-4bf9-b724-aa0d9b144652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1946 | 2024.09.25 17:25:57.056677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1067, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1947 | 2024.09.25 17:25:57.056725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1948 | 2024.09.25 17:25:57.056745 [ 3 ] {} <Debug> HTTP-Session: 4ad1c52f-3c25-4bc1-81c4-a66e5bf71621 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1949 | 2024.09.25 17:25:57.056762 [ 3 ] {} <Debug> HTTP-Session: 4ad1c52f-3c25-4bc1-81c4-a66e5bf71621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1950 | 2024.09.25 17:25:57.056775 [ 3 ] {} <Debug> HTTP-Session: 4ad1c52f-3c25-4bc1-81c4-a66e5bf71621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1951 | 2024.09.25 17:25:57.056806 [ 3 ] {} <Trace> HTTP-Session: 4ad1c52f-3c25-4bc1-81c4-a66e5bf71621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1952 | 2024.09.25 17:25:57.056950 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1953 | 2024.09.25 17:25:57.057234 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1954 | 2024.09.25 17:25:57.057278 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1955 | 2024.09.25 17:25:57.057575 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1956 | 2024.09.25 17:25:57.057641 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1957 | 2024.09.25 17:25:57.057786 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1958 | 2024.09.25 17:25:57.057896 [ 253 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1959 | 2024.09.25 17:25:57.057924 [ 252 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1960 | 2024.09.25 17:25:57.057929 [ 255 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1961 | 2024.09.25 17:25:57.058042 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1962 | 2024.09.25 17:25:57.058071 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1963 | 2024.09.25 17:25:57.058155 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1964 | 2024.09.25 17:25:57.058176 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1965 | 2024.09.25 17:25:57.058217 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1966 | 2024.09.25 17:25:57.058259 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1967 | 2024.09.25 17:25:57.059357 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002478 sec., 7263.922518159806 rows/sec., 297.15 KiB/sec. | ||
| 1968 | 2024.09.25 17:25:57.059656 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> DynamicQueryHandler: Done processing query | ||
| 1969 | 2024.09.25 17:25:57.059680 [ 3 ] {b5f11bec-f3a8-4809-8f73-42a5c3e80d51} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1970 | 2024.09.25 17:25:57.059697 [ 3 ] {} <Debug> HTTP-Session: 4ad1c52f-3c25-4bc1-81c4-a66e5bf71621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1971 | 2024.09.25 17:25:57.064061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1972 | 2024.09.25 17:25:57.064156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1973 | 2024.09.25 17:25:57.064193 [ 3 ] {} <Debug> HTTP-Session: ff01de1b-376f-48de-b564-631f9702d582 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1974 | 2024.09.25 17:25:57.064225 [ 3 ] {} <Debug> HTTP-Session: ff01de1b-376f-48de-b564-631f9702d582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1975 | 2024.09.25 17:25:57.064251 [ 3 ] {} <Debug> HTTP-Session: ff01de1b-376f-48de-b564-631f9702d582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1976 | 2024.09.25 17:25:57.064311 [ 3 ] {} <Trace> HTTP-Session: ff01de1b-376f-48de-b564-631f9702d582 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1977 | 2024.09.25 17:25:57.064599 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 1978 | 2024.09.25 17:25:57.064979 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1979 | 2024.09.25 17:25:57.065025 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 1980 | 2024.09.25 17:25:57.065327 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1981 | 2024.09.25 17:25:57.065395 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1982 | 2024.09.25 17:25:57.065539 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1983 | 2024.09.25 17:25:57.065606 [ 253 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1984 | 2024.09.25 17:25:57.065695 [ 258 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1985 | 2024.09.25 17:25:57.065697 [ 252 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1986 | 2024.09.25 17:25:57.065822 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1987 | 2024.09.25 17:25:57.065851 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1988 | 2024.09.25 17:25:57.065933 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1989 | 2024.09.25 17:25:57.065954 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 1990 | 2024.09.25 17:25:57.065993 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1991 | 2024.09.25 17:25:57.066036 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <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', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 1992 | 2024.09.25 17:25:57.067307 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002864 sec., 6284.916201117318 rows/sec., 257.10 KiB/sec. | ||
| 1993 | 2024.09.25 17:25:57.067611 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> DynamicQueryHandler: Done processing query | ||
| 1994 | 2024.09.25 17:25:57.067636 [ 3 ] {8988f093-3b35-419e-aa87-3d353523a994} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1995 | 2024.09.25 17:25:57.067654 [ 3 ] {} <Debug> HTTP-Session: ff01de1b-376f-48de-b564-631f9702d582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1996 | 2024.09.25 17:25:57.070741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1997 | 2024.09.25 17:25:57.070835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1998 | 2024.09.25 17:25:57.070874 [ 3 ] {} <Debug> HTTP-Session: cabb0ebb-d730-422a-a152-679e80033e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 1999 | 2024.09.25 17:25:57.070907 [ 3 ] {} <Debug> HTTP-Session: cabb0ebb-d730-422a-a152-679e80033e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2000 | 2024.09.25 17:25:57.070934 [ 3 ] {} <Debug> HTTP-Session: cabb0ebb-d730-422a-a152-679e80033e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2001 | 2024.09.25 17:25:57.070996 [ 3 ] {} <Trace> HTTP-Session: cabb0ebb-d730-422a-a152-679e80033e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2024.09.25 17:25:57.071285 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2003 | 2024.09.25 17:25:57.071819 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2004 | 2024.09.25 17:25:57.071865 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2005 | 2024.09.25 17:25:57.072177 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2006 | 2024.09.25 17:25:57.072243 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2007 | 2024.09.25 17:25:57.072388 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2008 | 2024.09.25 17:25:57.072539 [ 255 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2009 | 2024.09.25 17:25:57.072554 [ 252 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2010 | 2024.09.25 17:25:57.072566 [ 253 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2011 | 2024.09.25 17:25:57.072696 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2012 | 2024.09.25 17:25:57.072720 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2013 | 2024.09.25 17:25:57.072802 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2014 | 2024.09.25 17:25:57.072820 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2015 | 2024.09.25 17:25:57.072860 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2016 | 2024.09.25 17:25:57.072900 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2017 | 2024.09.25 17:25:57.074158 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.003027 sec., 5946.481665014866 rows/sec., 243.25 KiB/sec. | ||
| 2018 | 2024.09.25 17:25:57.074470 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2019 | 2024.09.25 17:25:57.074495 [ 3 ] {5f0f041c-7c90-407f-bf15-89ac2dc2db9e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2020 | 2024.09.25 17:25:57.074512 [ 3 ] {} <Debug> HTTP-Session: cabb0ebb-d730-422a-a152-679e80033e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2021 | 2024.09.25 17:25:57.074737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2022 | 2024.09.25 17:25:57.074784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2023 | 2024.09.25 17:25:57.074804 [ 3 ] {} <Debug> HTTP-Session: c3ea9d85-5105-4c51-b045-d29e7f2a0e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2024 | 2024.09.25 17:25:57.074821 [ 3 ] {} <Debug> HTTP-Session: c3ea9d85-5105-4c51-b045-d29e7f2a0e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2025 | 2024.09.25 17:25:57.074835 [ 3 ] {} <Debug> HTTP-Session: c3ea9d85-5105-4c51-b045-d29e7f2a0e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2026 | 2024.09.25 17:25:57.074866 [ 3 ] {} <Trace> HTTP-Session: c3ea9d85-5105-4c51-b045-d29e7f2a0e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2027 | 2024.09.25 17:25:57.075013 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2028 | 2024.09.25 17:25:57.075309 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2029 | 2024.09.25 17:25:57.075355 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2030 | 2024.09.25 17:25:57.075669 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2031 | 2024.09.25 17:25:57.075735 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2032 | 2024.09.25 17:25:57.075881 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2033 | 2024.09.25 17:25:57.075976 [ 253 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2034 | 2024.09.25 17:25:57.076007 [ 252 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2035 | 2024.09.25 17:25:57.076046 [ 258 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2036 | 2024.09.25 17:25:57.076166 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2037 | 2024.09.25 17:25:57.076193 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2038 | 2024.09.25 17:25:57.076278 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2039 | 2024.09.25 17:25:57.076297 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2040 | 2024.09.25 17:25:57.076339 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2041 | 2024.09.25 17:25:57.076381 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2042 | 2024.09.25 17:25:57.077687 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002747 sec., 6552.60283946123 rows/sec., 268.05 KiB/sec. | ||
| 2043 | 2024.09.25 17:25:57.077975 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> DynamicQueryHandler: Done processing query | ||
| 2044 | 2024.09.25 17:25:57.078001 [ 3 ] {0100d886-e895-4720-bb24-0333027d4618} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2045 | 2024.09.25 17:25:57.078018 [ 3 ] {} <Debug> HTTP-Session: c3ea9d85-5105-4c51-b045-d29e7f2a0e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2046 | 2024.09.25 17:25:57.078222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2047 | 2024.09.25 17:25:57.078269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2048 | 2024.09.25 17:25:57.078289 [ 3 ] {} <Debug> HTTP-Session: 344b4ec4-75a2-4dd8-8aca-f53bce736ec6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2049 | 2024.09.25 17:25:57.078306 [ 3 ] {} <Debug> HTTP-Session: 344b4ec4-75a2-4dd8-8aca-f53bce736ec6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2050 | 2024.09.25 17:25:57.078319 [ 3 ] {} <Debug> HTTP-Session: 344b4ec4-75a2-4dd8-8aca-f53bce736ec6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2051 | 2024.09.25 17:25:57.078350 [ 3 ] {} <Trace> HTTP-Session: 344b4ec4-75a2-4dd8-8aca-f53bce736ec6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2052 | 2024.09.25 17:25:57.078497 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2053 | 2024.09.25 17:25:57.078791 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2054 | 2024.09.25 17:25:57.078838 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2055 | 2024.09.25 17:25:57.079153 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2056 | 2024.09.25 17:25:57.079218 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2057 | 2024.09.25 17:25:57.079361 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2058 | 2024.09.25 17:25:57.079457 [ 253 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2059 | 2024.09.25 17:25:57.079482 [ 252 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2060 | 2024.09.25 17:25:57.079492 [ 255 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2061 | 2024.09.25 17:25:57.079596 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2062 | 2024.09.25 17:25:57.079623 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2063 | 2024.09.25 17:25:57.079704 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2064 | 2024.09.25 17:25:57.079725 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2065 | 2024.09.25 17:25:57.079765 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2066 | 2024.09.25 17:25:57.079808 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2067 | 2024.09.25 17:25:57.081079 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002657 sec., 6774.5577719232215 rows/sec., 277.13 KiB/sec. | ||
| 2068 | 2024.09.25 17:25:57.081362 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> DynamicQueryHandler: Done processing query | ||
| 2069 | 2024.09.25 17:25:57.081386 [ 3 ] {383a4bd6-47da-4e31-b554-212f7167dc69} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2070 | 2024.09.25 17:25:57.081403 [ 3 ] {} <Debug> HTTP-Session: 344b4ec4-75a2-4dd8-8aca-f53bce736ec6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2071 | 2024.09.25 17:25:57.082115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2072 | 2024.09.25 17:25:57.082160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2073 | 2024.09.25 17:25:57.082179 [ 3 ] {} <Debug> HTTP-Session: ccc7376a-3ba5-4374-b8e6-4eed87e8b838 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2074 | 2024.09.25 17:25:57.082195 [ 3 ] {} <Debug> HTTP-Session: ccc7376a-3ba5-4374-b8e6-4eed87e8b838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2075 | 2024.09.25 17:25:57.082208 [ 3 ] {} <Debug> HTTP-Session: ccc7376a-3ba5-4374-b8e6-4eed87e8b838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2076 | 2024.09.25 17:25:57.082238 [ 3 ] {} <Trace> HTTP-Session: ccc7376a-3ba5-4374-b8e6-4eed87e8b838 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2077 | 2024.09.25 17:25:57.082388 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2078 | 2024.09.25 17:25:57.082683 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2079 | 2024.09.25 17:25:57.082730 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2080 | 2024.09.25 17:25:57.083045 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2081 | 2024.09.25 17:25:57.083110 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2082 | 2024.09.25 17:25:57.083256 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2083 | 2024.09.25 17:25:57.083394 [ 255 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2084 | 2024.09.25 17:25:57.083414 [ 253 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2085 | 2024.09.25 17:25:57.083423 [ 252 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2086 | 2024.09.25 17:25:57.083536 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 2087 | 2024.09.25 17:25:57.083564 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2088 | 2024.09.25 17:25:57.083646 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2089 | 2024.09.25 17:25:57.083666 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
| 2090 | 2024.09.25 17:25:57.083705 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2091 | 2024.09.25 17:25:57.083746 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <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', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2092 | 2024.09.25 17:25:57.084827 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002514 sec., 7159.904534606205 rows/sec., 292.89 KiB/sec. | ||
| 2093 | 2024.09.25 17:25:57.085127 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> DynamicQueryHandler: Done processing query | ||
| 2094 | 2024.09.25 17:25:57.085152 [ 3 ] {ef2b9c97-5651-4a2e-bc69-105b5521ae87} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2095 | 2024.09.25 17:25:57.085169 [ 3 ] {} <Debug> HTTP-Session: ccc7376a-3ba5-4374-b8e6-4eed87e8b838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2096 | 2024.09.25 17:25:57.087366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4711, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2097 | 2024.09.25 17:25:57.087459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2098 | 2024.09.25 17:25:57.087498 [ 3 ] {} <Debug> HTTP-Session: 454cad44-b404-404a-b7bf-a80f9a27cbf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2099 | 2024.09.25 17:25:57.087531 [ 3 ] {} <Debug> HTTP-Session: 454cad44-b404-404a-b7bf-a80f9a27cbf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2100 | 2024.09.25 17:25:57.087558 [ 3 ] {} <Debug> HTTP-Session: 454cad44-b404-404a-b7bf-a80f9a27cbf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2101 | 2024.09.25 17:25:57.087618 [ 3 ] {} <Trace> HTTP-Session: 454cad44-b404-404a-b7bf-a80f9a27cbf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2102 | 2024.09.25 17:25:57.087825 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2103 | 2024.09.25 17:25:57.087870 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2104 | 2024.09.25 17:25:57.088039 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2105 | 2024.09.25 17:25:57.088391 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2106 | 2024.09.25 17:25:57.088430 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2107 | 2024.09.25 17:25:57.088918 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2108 | 2024.09.25 17:25:57.089277 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2109 | 2024.09.25 17:25:57.089519 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Debug> executeQuery: Read 16 rows, 2.44 KiB in 0.001761 sec., 9085.746734809767 rows/sec., 1.35 MiB/sec. | ||
| 2110 | 2024.09.25 17:25:57.089809 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Debug> DynamicQueryHandler: Done processing query | ||
| 2111 | 2024.09.25 17:25:57.089833 [ 3 ] {817d0b2a-3de4-4ded-b13f-5a267ef7b454} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2112 | 2024.09.25 17:25:57.089848 [ 3 ] {} <Debug> HTTP-Session: 454cad44-b404-404a-b7bf-a80f9a27cbf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2113 | 2024.09.25 17:25:57.090055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 35608, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2114 | 2024.09.25 17:25:57.090103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2115 | 2024.09.25 17:25:57.090122 [ 3 ] {} <Debug> HTTP-Session: 9687e839-780d-4cf0-946b-ba86c579eb50 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2116 | 2024.09.25 17:25:57.090138 [ 3 ] {} <Debug> HTTP-Session: 9687e839-780d-4cf0-946b-ba86c579eb50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2117 | 2024.09.25 17:25:57.090151 [ 3 ] {} <Debug> HTTP-Session: 9687e839-780d-4cf0-946b-ba86c579eb50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2118 | 2024.09.25 17:25:57.090181 [ 3 ] {} <Trace> HTTP-Session: 9687e839-780d-4cf0-946b-ba86c579eb50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2024.09.25 17:25:57.090376 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2120 | 2024.09.25 17:25:57.090419 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2121 | 2024.09.25 17:25:57.090672 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2122 | 2024.09.25 17:25:57.091150 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2123 | 2024.09.25 17:25:57.091185 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2124 | 2024.09.25 17:25:57.091597 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2125 | 2024.09.25 17:25:57.091965 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.09.25 17:25:57.092129 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Debug> executeQuery: Read 236 rows, 21.27 KiB in 0.00187 sec., 126203.20855614974 rows/sec., 11.11 MiB/sec. | ||
| 2127 | 2024.09.25 17:25:57.092292 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2128 | 2024.09.25 17:25:57.092315 [ 3 ] {b8ecb248-f3e8-4caa-a86a-b2b1c70b5b6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2129 | 2024.09.25 17:25:57.092330 [ 3 ] {} <Debug> HTTP-Session: 9687e839-780d-4cf0-946b-ba86c579eb50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2130 | 2024.09.25 17:25:57.092467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2131 | 2024.09.25 17:25:57.092514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2132 | 2024.09.25 17:25:57.092533 [ 3 ] {} <Debug> HTTP-Session: 28234caa-2b69-45a0-8b30-df76ee7251e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2133 | 2024.09.25 17:25:57.092549 [ 3 ] {} <Debug> HTTP-Session: 28234caa-2b69-45a0-8b30-df76ee7251e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2134 | 2024.09.25 17:25:57.092562 [ 3 ] {} <Debug> HTTP-Session: 28234caa-2b69-45a0-8b30-df76ee7251e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2135 | 2024.09.25 17:25:57.092592 [ 3 ] {} <Trace> HTTP-Session: 28234caa-2b69-45a0-8b30-df76ee7251e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2136 | 2024.09.25 17:25:57.092689 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2137 | 2024.09.25 17:25:57.092732 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2138 | 2024.09.25 17:25:57.092956 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2139 | 2024.09.25 17:25:57.093271 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2024.09.25 17:25:57.093306 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2141 | 2024.09.25 17:25:57.093647 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2142 | 2024.09.25 17:25:57.094004 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2024.09.25 17:25:57.094163 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00149 sec., 15436.241610738254 rows/sec., 1.13 MiB/sec. | ||
| 2144 | 2024.09.25 17:25:57.094450 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Debug> DynamicQueryHandler: Done processing query | ||
| 2145 | 2024.09.25 17:25:57.094474 [ 3 ] {ad6ac411-83df-46f6-99ac-1d60c3cff421} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2146 | 2024.09.25 17:25:57.094490 [ 3 ] {} <Debug> HTTP-Session: 28234caa-2b69-45a0-8b30-df76ee7251e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2147 | 2024.09.25 17:25:57.094613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2148 | 2024.09.25 17:25:57.094661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2149 | 2024.09.25 17:25:57.094680 [ 3 ] {} <Debug> HTTP-Session: a7ffd265-e68c-42ac-8737-b32dabe062c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2150 | 2024.09.25 17:25:57.094696 [ 3 ] {} <Debug> HTTP-Session: a7ffd265-e68c-42ac-8737-b32dabe062c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2151 | 2024.09.25 17:25:57.094709 [ 3 ] {} <Debug> HTTP-Session: a7ffd265-e68c-42ac-8737-b32dabe062c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2152 | 2024.09.25 17:25:57.094739 [ 3 ] {} <Trace> HTTP-Session: a7ffd265-e68c-42ac-8737-b32dabe062c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2153 | 2024.09.25 17:25:57.094836 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2154 | 2024.09.25 17:25:57.094879 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2155 | 2024.09.25 17:25:57.095123 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2156 | 2024.09.25 17:25:57.095521 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2157 | 2024.09.25 17:25:57.095557 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2158 | 2024.09.25 17:25:57.095903 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2159 | 2024.09.25 17:25:57.096260 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2160 | 2024.09.25 17:25:57.096425 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001607 sec., 9334.163036714375 rows/sec., 651.45 KiB/sec. | ||
| 2161 | 2024.09.25 17:25:57.096700 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2162 | 2024.09.25 17:25:57.096724 [ 3 ] {0152f6f4-fbcb-4c30-85b2-6462df782f6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2163 | 2024.09.25 17:25:57.096740 [ 3 ] {} <Debug> HTTP-Session: a7ffd265-e68c-42ac-8737-b32dabe062c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2164 | 2024.09.25 17:25:57.096855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2165 | 2024.09.25 17:25:57.096902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2166 | 2024.09.25 17:25:57.096921 [ 3 ] {} <Debug> HTTP-Session: 1ff34814-e49d-4d07-b8ea-65075b907231 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2167 | 2024.09.25 17:25:57.096936 [ 3 ] {} <Debug> HTTP-Session: 1ff34814-e49d-4d07-b8ea-65075b907231 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2168 | 2024.09.25 17:25:57.096949 [ 3 ] {} <Debug> HTTP-Session: 1ff34814-e49d-4d07-b8ea-65075b907231 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2169 | 2024.09.25 17:25:57.096979 [ 3 ] {} <Trace> HTTP-Session: 1ff34814-e49d-4d07-b8ea-65075b907231 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2170 | 2024.09.25 17:25:57.097073 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2171 | 2024.09.25 17:25:57.097115 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2172 | 2024.09.25 17:25:57.097365 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2173 | 2024.09.25 17:25:57.097664 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2174 | 2024.09.25 17:25:57.097699 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2175 | 2024.09.25 17:25:57.098168 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2176 | 2024.09.25 17:25:57.098532 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2177 | 2024.09.25 17:25:57.098680 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001632 sec., 3676.470588235294 rows/sec., 217.21 KiB/sec. | ||
| 2178 | 2024.09.25 17:25:57.098854 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2179 | 2024.09.25 17:25:57.098877 [ 3 ] {085a3132-52c4-4d55-9620-60339cadbb9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2180 | 2024.09.25 17:25:57.098892 [ 3 ] {} <Debug> HTTP-Session: 1ff34814-e49d-4d07-b8ea-65075b907231 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2181 | 2024.09.25 17:25:57.099240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2182 | 2024.09.25 17:25:57.099288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2183 | 2024.09.25 17:25:57.099307 [ 3 ] {} <Debug> HTTP-Session: 478a3103-f5b6-4152-9090-92468638922a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2184 | 2024.09.25 17:25:57.099322 [ 3 ] {} <Debug> HTTP-Session: 478a3103-f5b6-4152-9090-92468638922a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2185 | 2024.09.25 17:25:57.099337 [ 3 ] {} <Debug> HTTP-Session: 478a3103-f5b6-4152-9090-92468638922a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2186 | 2024.09.25 17:25:57.099367 [ 3 ] {} <Trace> HTTP-Session: 478a3103-f5b6-4152-9090-92468638922a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2187 | 2024.09.25 17:25:57.099778 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2188 | 2024.09.25 17:25:57.099821 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2189 | 2024.09.25 17:25:57.100047 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2190 | 2024.09.25 17:25:57.100591 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2191 | 2024.09.25 17:25:57.100627 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2192 | 2024.09.25 17:25:57.100996 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2193 | 2024.09.25 17:25:57.101360 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2194 | 2024.09.25 17:25:57.101523 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.002034 sec., 203539.82300884958 rows/sec., 14.52 MiB/sec. | ||
| 2195 | 2024.09.25 17:25:57.101687 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 2196 | 2024.09.25 17:25:57.101711 [ 3 ] {92bcbbf0-2e18-4c45-8e6e-6a963e4f14ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2197 | 2024.09.25 17:25:57.101726 [ 3 ] {} <Debug> HTTP-Session: 478a3103-f5b6-4152-9090-92468638922a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2198 | 2024.09.25 17:25:57.101860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2199 | 2024.09.25 17:25:57.101908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2200 | 2024.09.25 17:25:57.101927 [ 3 ] {} <Debug> HTTP-Session: d00f6027-733a-4d58-9c13-20b8db28bbdd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2201 | 2024.09.25 17:25:57.101943 [ 3 ] {} <Debug> HTTP-Session: d00f6027-733a-4d58-9c13-20b8db28bbdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2202 | 2024.09.25 17:25:57.101957 [ 3 ] {} <Debug> HTTP-Session: d00f6027-733a-4d58-9c13-20b8db28bbdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.09.25 17:25:57.101988 [ 3 ] {} <Trace> HTTP-Session: d00f6027-733a-4d58-9c13-20b8db28bbdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2204 | 2024.09.25 17:25:57.102084 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2205 | 2024.09.25 17:25:57.102128 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2206 | 2024.09.25 17:25:57.102256 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2207 | 2024.09.25 17:25:57.102537 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2024.09.25 17:25:57.102573 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2209 | 2024.09.25 17:25:57.102991 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2210 | 2024.09.25 17:25:57.103319 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2024.09.25 17:25:57.103482 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001416 sec., 4237.28813559322 rows/sec., 221.38 KiB/sec. | ||
| 2212 | 2024.09.25 17:25:57.103752 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Debug> DynamicQueryHandler: Done processing query | ||
| 2213 | 2024.09.25 17:25:57.103776 [ 3 ] {a9b4e9d2-2924-4bba-8487-7ba064d22702} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2214 | 2024.09.25 17:25:57.103791 [ 3 ] {} <Debug> HTTP-Session: d00f6027-733a-4d58-9c13-20b8db28bbdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2215 | 2024.09.25 17:25:57.104032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2216 | 2024.09.25 17:25:57.104080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2217 | 2024.09.25 17:25:57.104099 [ 3 ] {} <Debug> HTTP-Session: 709640f7-d8e4-43a3-a088-435afa7d62af Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2218 | 2024.09.25 17:25:57.104115 [ 3 ] {} <Debug> HTTP-Session: 709640f7-d8e4-43a3-a088-435afa7d62af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2219 | 2024.09.25 17:25:57.104128 [ 3 ] {} <Debug> HTTP-Session: 709640f7-d8e4-43a3-a088-435afa7d62af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2220 | 2024.09.25 17:25:57.104158 [ 3 ] {} <Trace> HTTP-Session: 709640f7-d8e4-43a3-a088-435afa7d62af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2221 | 2024.09.25 17:25:57.104394 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2222 | 2024.09.25 17:25:57.104440 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2223 | 2024.09.25 17:25:57.104607 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2224 | 2024.09.25 17:25:57.105004 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2225 | 2024.09.25 17:25:57.105040 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2226 | 2024.09.25 17:25:57.105415 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2227 | 2024.09.25 17:25:57.105759 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2228 | 2024.09.25 17:25:57.105918 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001672 sec., 141746.41148325359 rows/sec., 9.50 MiB/sec. | ||
| 2229 | 2024.09.25 17:25:57.106197 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Debug> DynamicQueryHandler: Done processing query | ||
| 2230 | 2024.09.25 17:25:57.106221 [ 3 ] {150b7ce2-696a-4744-8c64-151e92ffea45} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2231 | 2024.09.25 17:25:57.106237 [ 3 ] {} <Debug> HTTP-Session: 709640f7-d8e4-43a3-a088-435afa7d62af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2232 | 2024.09.25 17:25:57.106358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2233 | 2024.09.25 17:25:57.106405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2234 | 2024.09.25 17:25:57.106424 [ 3 ] {} <Debug> HTTP-Session: f141846b-9a42-4d58-a856-a44051ea58c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2235 | 2024.09.25 17:25:57.106439 [ 3 ] {} <Debug> HTTP-Session: f141846b-9a42-4d58-a856-a44051ea58c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2236 | 2024.09.25 17:25:57.106453 [ 3 ] {} <Debug> HTTP-Session: f141846b-9a42-4d58-a856-a44051ea58c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2237 | 2024.09.25 17:25:57.106483 [ 3 ] {} <Trace> HTTP-Session: f141846b-9a42-4d58-a856-a44051ea58c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2238 | 2024.09.25 17:25:57.106575 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2239 | 2024.09.25 17:25:57.106620 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2240 | 2024.09.25 17:25:57.106767 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2241 | 2024.09.25 17:25:57.107020 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.09.25 17:25:57.107055 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2243 | 2024.09.25 17:25:57.107510 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2244 | 2024.09.25 17:25:57.107845 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2024.09.25 17:25:57.108010 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001451 sec., 1378.3597518952447 rows/sec., 90.19 KiB/sec. | ||
| 2246 | 2024.09.25 17:25:57.108283 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Debug> DynamicQueryHandler: Done processing query | ||
| 2247 | 2024.09.25 17:25:57.108307 [ 3 ] {64c117de-3886-4535-a1a8-9e3359453b62} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2248 | 2024.09.25 17:25:57.108322 [ 3 ] {} <Debug> HTTP-Session: f141846b-9a42-4d58-a856-a44051ea58c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2249 | 2024.09.25 17:25:57.108512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 37615, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2250 | 2024.09.25 17:25:57.108561 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2251 | 2024.09.25 17:25:57.108580 [ 3 ] {} <Debug> HTTP-Session: c0ed3f5a-3c36-4f45-8ed9-149ba1c90cd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2252 | 2024.09.25 17:25:57.108596 [ 3 ] {} <Debug> HTTP-Session: c0ed3f5a-3c36-4f45-8ed9-149ba1c90cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2253 | 2024.09.25 17:25:57.108609 [ 3 ] {} <Debug> HTTP-Session: c0ed3f5a-3c36-4f45-8ed9-149ba1c90cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2254 | 2024.09.25 17:25:57.108640 [ 3 ] {} <Trace> HTTP-Session: c0ed3f5a-3c36-4f45-8ed9-149ba1c90cd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2255 | 2024.09.25 17:25:57.109126 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2256 | 2024.09.25 17:25:57.109195 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <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_histogramu64 | ||
| 2257 | 2024.09.25 17:25:57.109639 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2258 | 2024.09.25 17:25:57.110235 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2259 | 2024.09.25 17:25:57.110273 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2260 | 2024.09.25 17:25:57.110886 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2261 | 2024.09.25 17:25:57.111305 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2262 | 2024.09.25 17:25:57.111517 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002788 sec., 8249.641319942612 rows/sec., 14.78 MiB/sec. | ||
| 2263 | 2024.09.25 17:25:57.111957 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2264 | 2024.09.25 17:25:57.111981 [ 3 ] {447c3412-1c98-4aee-8801-74c7dd8fb5e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2265 | 2024.09.25 17:25:57.111999 [ 3 ] {} <Debug> HTTP-Session: c0ed3f5a-3c36-4f45-8ed9-149ba1c90cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2266 | 2024.09.25 17:25:57.112126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2267 | 2024.09.25 17:25:57.112175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2268 | 2024.09.25 17:25:57.112193 [ 3 ] {} <Debug> HTTP-Session: 1d49d1c2-daed-4d5d-816c-9d5090bb36a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2269 | 2024.09.25 17:25:57.112210 [ 3 ] {} <Debug> HTTP-Session: 1d49d1c2-daed-4d5d-816c-9d5090bb36a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2270 | 2024.09.25 17:25:57.112224 [ 3 ] {} <Debug> HTTP-Session: 1d49d1c2-daed-4d5d-816c-9d5090bb36a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2271 | 2024.09.25 17:25:57.112254 [ 3 ] {} <Trace> HTTP-Session: 1d49d1c2-daed-4d5d-816c-9d5090bb36a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2272 | 2024.09.25 17:25:57.112353 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2273 | 2024.09.25 17:25:57.112398 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2274 | 2024.09.25 17:25:57.112533 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2275 | 2024.09.25 17:25:57.112837 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2276 | 2024.09.25 17:25:57.112872 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2277 | 2024.09.25 17:25:57.113234 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2278 | 2024.09.25 17:25:57.113556 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Trace> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2279 | 2024.09.25 17:25:57.113715 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Debug> executeQuery: Read 15 rows, 1.12 KiB in 0.001386 sec., 10822.510822510822 rows/sec., 805.35 KiB/sec. | ||
| 2280 | 2024.09.25 17:25:57.113916 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2281 | 2024.09.25 17:25:57.113939 [ 3 ] {a72a9ca6-b348-4636-8a0e-98e4ef5f08a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2282 | 2024.09.25 17:25:57.113954 [ 3 ] {} <Debug> HTTP-Session: 1d49d1c2-daed-4d5d-816c-9d5090bb36a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2283 | 2024.09.25 17:25:57.114083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2284 | 2024.09.25 17:25:57.114131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2285 | 2024.09.25 17:25:57.114150 [ 3 ] {} <Debug> HTTP-Session: a1a125ca-1b0f-4a2f-ba4d-75035064dbf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2286 | 2024.09.25 17:25:57.114165 [ 3 ] {} <Debug> HTTP-Session: a1a125ca-1b0f-4a2f-ba4d-75035064dbf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2287 | 2024.09.25 17:25:57.114178 [ 3 ] {} <Debug> HTTP-Session: a1a125ca-1b0f-4a2f-ba4d-75035064dbf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2288 | 2024.09.25 17:25:57.114208 [ 3 ] {} <Trace> HTTP-Session: a1a125ca-1b0f-4a2f-ba4d-75035064dbf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2289 | 2024.09.25 17:25:57.114323 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2290 | 2024.09.25 17:25:57.114366 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2291 | 2024.09.25 17:25:57.114495 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2292 | 2024.09.25 17:25:57.114829 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2293 | 2024.09.25 17:25:57.114863 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2294 | 2024.09.25 17:25:57.115217 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2295 | 2024.09.25 17:25:57.115542 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2296 | 2024.09.25 17:25:57.115702 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001425 sec., 57543.8596491228 rows/sec., 3.65 MiB/sec. | ||
| 2297 | 2024.09.25 17:25:57.115856 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2298 | 2024.09.25 17:25:57.115879 [ 3 ] {879f7905-f071-42cc-8948-99b390e540f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2299 | 2024.09.25 17:25:57.115895 [ 3 ] {} <Debug> HTTP-Session: a1a125ca-1b0f-4a2f-ba4d-75035064dbf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2300 | 2024.09.25 17:26:01.505527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2301 | 2024.09.25 17:26:01.505673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2302 | 2024.09.25 17:26:01.505703 [ 3 ] {} <Debug> HTTP-Session: afe9de8c-267d-4a53-b8c1-9cefbde903b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2303 | 2024.09.25 17:26:01.505733 [ 3 ] {} <Debug> HTTP-Session: afe9de8c-267d-4a53-b8c1-9cefbde903b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2304 | 2024.09.25 17:26:01.505751 [ 3 ] {} <Debug> HTTP-Session: afe9de8c-267d-4a53-b8c1-9cefbde903b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2305 | 2024.09.25 17:26:01.505808 [ 3 ] {} <Trace> HTTP-Session: afe9de8c-267d-4a53-b8c1-9cefbde903b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2306 | 2024.09.25 17:26:01.506063 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2307 | 2024.09.25 17:26:01.506478 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2308 | 2024.09.25 17:26:01.506530 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2309 | 2024.09.25 17:26:01.506906 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2310 | 2024.09.25 17:26:01.506990 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2311 | 2024.09.25 17:26:01.507169 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2312 | 2024.09.25 17:26:01.507265 [ 253 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2313 | 2024.09.25 17:26:01.507389 [ 255 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2314 | 2024.09.25 17:26:01.507422 [ 258 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2315 | 2024.09.25 17:26:01.507402 [ 252 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2316 | 2024.09.25 17:26:01.507657 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2317 | 2024.09.25 17:26:01.507706 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2318 | 2024.09.25 17:26:01.507902 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2319 | 2024.09.25 17:26:01.507933 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2320 | 2024.09.25 17:26:01.507990 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2321 | 2024.09.25 17:26:01.508052 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2322 | 2024.09.25 17:26:01.508110 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2323 | 2024.09.25 17:26:01.510067 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.004117 sec., 8258.440612096187 rows/sec., 316.19 KiB/sec. | ||
| 2324 | 2024.09.25 17:26:01.510443 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2325 | 2024.09.25 17:26:01.510470 [ 3 ] {dd54b579-2088-4c09-842b-59c12a37e8bd} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 2326 | 2024.09.25 17:26:01.510489 [ 3 ] {} <Debug> HTTP-Session: afe9de8c-267d-4a53-b8c1-9cefbde903b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2327 | 2024.09.25 17:26:01.510834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2328 | 2024.09.25 17:26:01.510890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2329 | 2024.09.25 17:26:01.510910 [ 3 ] {} <Debug> HTTP-Session: d7e7091c-687c-4032-a775-782e402a1bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2330 | 2024.09.25 17:26:01.510929 [ 3 ] {} <Debug> HTTP-Session: d7e7091c-687c-4032-a775-782e402a1bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2331 | 2024.09.25 17:26:01.510943 [ 3 ] {} <Debug> HTTP-Session: d7e7091c-687c-4032-a775-782e402a1bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2332 | 2024.09.25 17:26:01.510979 [ 3 ] {} <Trace> HTTP-Session: d7e7091c-687c-4032-a775-782e402a1bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2333 | 2024.09.25 17:26:01.511167 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2334 | 2024.09.25 17:26:01.511482 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2335 | 2024.09.25 17:26:01.511532 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2336 | 2024.09.25 17:26:01.511863 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2337 | 2024.09.25 17:26:01.511931 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2338 | 2024.09.25 17:26:01.512086 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2339 | 2024.09.25 17:26:01.512258 [ 259 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2340 | 2024.09.25 17:26:01.512278 [ 253 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2341 | 2024.09.25 17:26:01.512283 [ 260 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2342 | 2024.09.25 17:26:01.512354 [ 255 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2343 | 2024.09.25 17:26:01.512459 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2344 | 2024.09.25 17:26:01.512494 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2345 | 2024.09.25 17:26:01.512606 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2346 | 2024.09.25 17:26:01.512628 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2347 | 2024.09.25 17:26:01.512670 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2348 | 2024.09.25 17:26:01.512712 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2349 | 2024.09.25 17:26:01.512750 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2350 | 2024.09.25 17:26:01.514402 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003326 sec., 10222.489476849069 rows/sec., 391.39 KiB/sec. | ||
| 2351 | 2024.09.25 17:26:01.514741 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> DynamicQueryHandler: Done processing query | ||
| 2352 | 2024.09.25 17:26:01.514766 [ 3 ] {47bbc847-2b76-4a60-90ac-5df7c202acad} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2353 | 2024.09.25 17:26:01.514784 [ 3 ] {} <Debug> HTTP-Session: d7e7091c-687c-4032-a775-782e402a1bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2354 | 2024.09.25 17:26:01.515043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1359, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2355 | 2024.09.25 17:26:01.515095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2356 | 2024.09.25 17:26:01.515114 [ 3 ] {} <Debug> HTTP-Session: c1d2ccd7-e4ba-47c0-bb38-80a30c494e39 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2357 | 2024.09.25 17:26:01.515132 [ 3 ] {} <Debug> HTTP-Session: c1d2ccd7-e4ba-47c0-bb38-80a30c494e39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2358 | 2024.09.25 17:26:01.515147 [ 3 ] {} <Debug> HTTP-Session: c1d2ccd7-e4ba-47c0-bb38-80a30c494e39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2359 | 2024.09.25 17:26:01.515179 [ 3 ] {} <Trace> HTTP-Session: c1d2ccd7-e4ba-47c0-bb38-80a30c494e39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2360 | 2024.09.25 17:26:01.515347 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2361 | 2024.09.25 17:26:01.515675 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2362 | 2024.09.25 17:26:01.515726 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2363 | 2024.09.25 17:26:01.516109 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2364 | 2024.09.25 17:26:01.516197 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2365 | 2024.09.25 17:26:01.516388 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2366 | 2024.09.25 17:26:01.516501 [ 258 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2367 | 2024.09.25 17:26:01.516564 [ 253 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2368 | 2024.09.25 17:26:01.516576 [ 255 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2369 | 2024.09.25 17:26:01.516657 [ 258 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2370 | 2024.09.25 17:26:01.517146 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2371 | 2024.09.25 17:26:01.517192 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2372 | 2024.09.25 17:26:01.517313 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2373 | 2024.09.25 17:26:01.517338 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2374 | 2024.09.25 17:26:01.517380 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2375 | 2024.09.25 17:26:01.517423 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2376 | 2024.09.25 17:26:01.517494 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2377 | 2024.09.25 17:26:01.519284 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.004017 sec., 8464.02788150361 rows/sec., 324.06 KiB/sec. | ||
| 2378 | 2024.09.25 17:26:01.519719 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> DynamicQueryHandler: Done processing query | ||
| 2379 | 2024.09.25 17:26:01.519745 [ 3 ] {9c4d2381-1fd9-4a40-bd9b-eaec5e7f2973} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2380 | 2024.09.25 17:26:01.519763 [ 3 ] {} <Debug> HTTP-Session: c1d2ccd7-e4ba-47c0-bb38-80a30c494e39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2381 | 2024.09.25 17:26:01.520031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1392, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2382 | 2024.09.25 17:26:01.520083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2383 | 2024.09.25 17:26:01.520112 [ 3 ] {} <Debug> HTTP-Session: fbccb9ba-3602-4775-9c21-50885e6d4b81 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2384 | 2024.09.25 17:26:01.520137 [ 3 ] {} <Debug> HTTP-Session: fbccb9ba-3602-4775-9c21-50885e6d4b81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2385 | 2024.09.25 17:26:01.520161 [ 3 ] {} <Debug> HTTP-Session: fbccb9ba-3602-4775-9c21-50885e6d4b81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2386 | 2024.09.25 17:26:01.520205 [ 3 ] {} <Trace> HTTP-Session: fbccb9ba-3602-4775-9c21-50885e6d4b81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2387 | 2024.09.25 17:26:01.520427 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2388 | 2024.09.25 17:26:01.520862 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2389 | 2024.09.25 17:26:01.520932 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2390 | 2024.09.25 17:26:01.521426 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2391 | 2024.09.25 17:26:01.521514 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2392 | 2024.09.25 17:26:01.521701 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2393 | 2024.09.25 17:26:01.521868 [ 259 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2394 | 2024.09.25 17:26:01.521878 [ 256 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2395 | 2024.09.25 17:26:01.521921 [ 255 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2396 | 2024.09.25 17:26:01.521882 [ 261 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2397 | 2024.09.25 17:26:01.522098 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2398 | 2024.09.25 17:26:01.522127 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2399 | 2024.09.25 17:26:01.522236 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2400 | 2024.09.25 17:26:01.522258 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2401 | 2024.09.25 17:26:01.522298 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2402 | 2024.09.25 17:26:01.522340 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2403 | 2024.09.25 17:26:01.522379 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2404 | 2024.09.25 17:26:01.524114 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003806 sec., 8933.263268523384 rows/sec., 342.03 KiB/sec. | ||
| 2405 | 2024.09.25 17:26:01.524447 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 2406 | 2024.09.25 17:26:01.524472 [ 3 ] {06e0ff6a-5b54-4ee3-9236-fb9ef4da60c6} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2407 | 2024.09.25 17:26:01.524490 [ 3 ] {} <Debug> HTTP-Session: fbccb9ba-3602-4775-9c21-50885e6d4b81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2408 | 2024.09.25 17:26:01.524746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1427, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2409 | 2024.09.25 17:26:01.524794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2410 | 2024.09.25 17:26:01.524815 [ 3 ] {} <Debug> HTTP-Session: 889a1230-8b64-47ef-9122-2fd418b4642a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2411 | 2024.09.25 17:26:01.524832 [ 3 ] {} <Debug> HTTP-Session: 889a1230-8b64-47ef-9122-2fd418b4642a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.09.25 17:26:01.524848 [ 3 ] {} <Debug> HTTP-Session: 889a1230-8b64-47ef-9122-2fd418b4642a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2413 | 2024.09.25 17:26:01.524880 [ 3 ] {} <Trace> HTTP-Session: 889a1230-8b64-47ef-9122-2fd418b4642a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2414 | 2024.09.25 17:26:01.525038 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2415 | 2024.09.25 17:26:01.525354 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2416 | 2024.09.25 17:26:01.525405 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2417 | 2024.09.25 17:26:01.525749 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2418 | 2024.09.25 17:26:01.525815 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2419 | 2024.09.25 17:26:01.525961 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2420 | 2024.09.25 17:26:01.526145 [ 256 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2421 | 2024.09.25 17:26:01.526155 [ 258 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2422 | 2024.09.25 17:26:01.526179 [ 259 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2423 | 2024.09.25 17:26:01.526157 [ 255 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2424 | 2024.09.25 17:26:01.526334 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2425 | 2024.09.25 17:26:01.526363 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2426 | 2024.09.25 17:26:01.526472 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2427 | 2024.09.25 17:26:01.526507 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2428 | 2024.09.25 17:26:01.526573 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2429 | 2024.09.25 17:26:01.526621 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2430 | 2024.09.25 17:26:01.526661 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2431 | 2024.09.25 17:26:01.528285 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003328 sec., 10216.346153846154 rows/sec., 391.15 KiB/sec. | ||
| 2432 | 2024.09.25 17:26:01.528634 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> DynamicQueryHandler: Done processing query | ||
| 2433 | 2024.09.25 17:26:01.528659 [ 3 ] {020ba280-e346-4c0a-acf7-cc93c6835235} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2434 | 2024.09.25 17:26:01.528677 [ 3 ] {} <Debug> HTTP-Session: 889a1230-8b64-47ef-9122-2fd418b4642a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2435 | 2024.09.25 17:26:01.528914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1456, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2436 | 2024.09.25 17:26:01.528967 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2437 | 2024.09.25 17:26:01.528991 [ 3 ] {} <Debug> HTTP-Session: 261456ba-7849-49e6-af77-290d465a6511 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2438 | 2024.09.25 17:26:01.529008 [ 3 ] {} <Debug> HTTP-Session: 261456ba-7849-49e6-af77-290d465a6511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2439 | 2024.09.25 17:26:01.529023 [ 3 ] {} <Debug> HTTP-Session: 261456ba-7849-49e6-af77-290d465a6511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2440 | 2024.09.25 17:26:01.529055 [ 3 ] {} <Trace> HTTP-Session: 261456ba-7849-49e6-af77-290d465a6511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2441 | 2024.09.25 17:26:01.529223 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 2442 | 2024.09.25 17:26:01.529536 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2443 | 2024.09.25 17:26:01.529587 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 2444 | 2024.09.25 17:26:01.529941 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2445 | 2024.09.25 17:26:01.530010 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2446 | 2024.09.25 17:26:01.530160 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2447 | 2024.09.25 17:26:01.530291 [ 255 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2448 | 2024.09.25 17:26:01.530350 [ 259 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2449 | 2024.09.25 17:26:01.530348 [ 252 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2450 | 2024.09.25 17:26:01.530383 [ 261 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2451 | 2024.09.25 17:26:01.530513 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2452 | 2024.09.25 17:26:01.530542 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2453 | 2024.09.25 17:26:01.530654 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2454 | 2024.09.25 17:26:01.530676 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2455 | 2024.09.25 17:26:01.530717 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2456 | 2024.09.25 17:26:01.530761 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2457 | 2024.09.25 17:26:01.530798 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 2458 | 2024.09.25 17:26:01.532482 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003347 sec., 10158.350761876307 rows/sec., 388.93 KiB/sec. | ||
| 2459 | 2024.09.25 17:26:01.532814 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2460 | 2024.09.25 17:26:01.532838 [ 3 ] {1ba60902-176f-4774-afaf-2a88a9a3926c} <Debug> MemoryTracker: Peak memory usage (for query): 3.11 MiB. | ||
| 2461 | 2024.09.25 17:26:01.532857 [ 3 ] {} <Debug> HTTP-Session: 261456ba-7849-49e6-af77-290d465a6511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2462 | 2024.09.25 17:26:01.629484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2463 | 2024.09.25 17:26:01.629577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2464 | 2024.09.25 17:26:01.629604 [ 3 ] {} <Debug> HTTP-Session: 13bbacda-82bb-4bcf-a0e1-868f50175d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2465 | 2024.09.25 17:26:01.629627 [ 3 ] {} <Debug> HTTP-Session: 13bbacda-82bb-4bcf-a0e1-868f50175d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2466 | 2024.09.25 17:26:01.629645 [ 3 ] {} <Debug> HTTP-Session: 13bbacda-82bb-4bcf-a0e1-868f50175d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2467 | 2024.09.25 17:26:01.629693 [ 3 ] {} <Trace> HTTP-Session: 13bbacda-82bb-4bcf-a0e1-868f50175d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2468 | 2024.09.25 17:26:01.629868 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2469 | 2024.09.25 17:26:01.629932 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2470 | 2024.09.25 17:26:01.630140 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2471 | 2024.09.25 17:26:01.630527 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2024.09.25 17:26:01.630564 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2473 | 2024.09.25 17:26:01.631086 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2474 | 2024.09.25 17:26:01.631414 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2024.09.25 17:26:01.631564 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001762 sec., 3405.22133938706 rows/sec., 758.19 KiB/sec. | ||
| 2476 | 2024.09.25 17:26:01.631748 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2477 | 2024.09.25 17:26:01.631774 [ 3 ] {5c886ccd-c2fc-41a4-9093-95d555e9f25a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2478 | 2024.09.25 17:26:01.631792 [ 3 ] {} <Debug> HTTP-Session: 13bbacda-82bb-4bcf-a0e1-868f50175d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2479 | 2024.09.25 17:26:01.632100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2480 | 2024.09.25 17:26:01.632151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2481 | 2024.09.25 17:26:01.632170 [ 3 ] {} <Debug> HTTP-Session: 6a1e2ccc-48ca-492c-94e8-7dda35e438c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2482 | 2024.09.25 17:26:01.632187 [ 3 ] {} <Debug> HTTP-Session: 6a1e2ccc-48ca-492c-94e8-7dda35e438c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2483 | 2024.09.25 17:26:01.632201 [ 3 ] {} <Debug> HTTP-Session: 6a1e2ccc-48ca-492c-94e8-7dda35e438c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2484 | 2024.09.25 17:26:01.632233 [ 3 ] {} <Trace> HTTP-Session: 6a1e2ccc-48ca-492c-94e8-7dda35e438c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2485 | 2024.09.25 17:26:01.633341 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2486 | 2024.09.25 17:26:01.633388 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2487 | 2024.09.25 17:26:01.633636 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2488 | 2024.09.25 17:26:01.635225 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2489 | 2024.09.25 17:26:01.635262 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2490 | 2024.09.25 17:26:01.635796 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2491 | 2024.09.25 17:26:01.636196 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2492 | 2024.09.25 17:26:01.636330 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.00395 sec., 306835.44303797465 rows/sec., 25.24 MiB/sec. | ||
| 2493 | 2024.09.25 17:26:01.636507 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2494 | 2024.09.25 17:26:01.636531 [ 3 ] {2f879784-f580-480c-b333-12b52401a40f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 2495 | 2024.09.25 17:26:01.636548 [ 3 ] {} <Debug> HTTP-Session: 6a1e2ccc-48ca-492c-94e8-7dda35e438c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2496 | 2024.09.25 17:26:01.636742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2497 | 2024.09.25 17:26:01.636791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2498 | 2024.09.25 17:26:01.636810 [ 3 ] {} <Debug> HTTP-Session: fa5bf402-628b-4279-9563-615825f39e55 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2499 | 2024.09.25 17:26:01.636826 [ 3 ] {} <Debug> HTTP-Session: fa5bf402-628b-4279-9563-615825f39e55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2500 | 2024.09.25 17:26:01.636841 [ 3 ] {} <Debug> HTTP-Session: fa5bf402-628b-4279-9563-615825f39e55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2501 | 2024.09.25 17:26:01.636872 [ 3 ] {} <Trace> HTTP-Session: fa5bf402-628b-4279-9563-615825f39e55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2502 | 2024.09.25 17:26:01.636972 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2503 | 2024.09.25 17:26:01.637016 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2504 | 2024.09.25 17:26:01.637246 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2505 | 2024.09.25 17:26:01.637550 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2506 | 2024.09.25 17:26:01.637586 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2507 | 2024.09.25 17:26:01.637935 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2508 | 2024.09.25 17:26:01.638308 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2509 | 2024.09.25 17:26:01.638435 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001489 sec., 5372.733378106112 rows/sec., 404.00 KiB/sec. | ||
| 2510 | 2024.09.25 17:26:01.638605 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Debug> DynamicQueryHandler: Done processing query | ||
| 2511 | 2024.09.25 17:26:01.638630 [ 3 ] {2ea6558f-de38-45a3-a7b5-91dcbff26572} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2512 | 2024.09.25 17:26:01.638646 [ 3 ] {} <Debug> HTTP-Session: fa5bf402-628b-4279-9563-615825f39e55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2513 | 2024.09.25 17:26:01.638820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2514 | 2024.09.25 17:26:01.638869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2515 | 2024.09.25 17:26:01.638888 [ 3 ] {} <Debug> HTTP-Session: efc5ac7f-706b-4d3b-af37-4013052598d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2516 | 2024.09.25 17:26:01.638905 [ 3 ] {} <Debug> HTTP-Session: efc5ac7f-706b-4d3b-af37-4013052598d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2517 | 2024.09.25 17:26:01.638919 [ 3 ] {} <Debug> HTTP-Session: efc5ac7f-706b-4d3b-af37-4013052598d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.09.25 17:26:01.638951 [ 3 ] {} <Trace> HTTP-Session: efc5ac7f-706b-4d3b-af37-4013052598d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2519 | 2024.09.25 17:26:01.639153 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2520 | 2024.09.25 17:26:01.639195 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2521 | 2024.09.25 17:26:01.639421 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2522 | 2024.09.25 17:26:01.639843 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2523 | 2024.09.25 17:26:01.639878 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2524 | 2024.09.25 17:26:01.640242 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2525 | 2024.09.25 17:26:01.640599 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2526 | 2024.09.25 17:26:01.640728 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001695 sec., 134513.27433628318 rows/sec., 9.11 MiB/sec. | ||
| 2527 | 2024.09.25 17:26:01.640999 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Debug> DynamicQueryHandler: Done processing query | ||
| 2528 | 2024.09.25 17:26:01.641025 [ 3 ] {96b0c7bc-b1fa-4472-8aa3-0a29a8647b86} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 2529 | 2024.09.25 17:26:01.641042 [ 3 ] {} <Debug> HTTP-Session: efc5ac7f-706b-4d3b-af37-4013052598d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2530 | 2024.09.25 17:26:01.641295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2531 | 2024.09.25 17:26:01.641345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2532 | 2024.09.25 17:26:01.641364 [ 3 ] {} <Debug> HTTP-Session: cc8d0e9f-5b83-4dc2-9199-05695d447960 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2533 | 2024.09.25 17:26:01.641380 [ 3 ] {} <Debug> HTTP-Session: cc8d0e9f-5b83-4dc2-9199-05695d447960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2534 | 2024.09.25 17:26:01.641395 [ 3 ] {} <Debug> HTTP-Session: cc8d0e9f-5b83-4dc2-9199-05695d447960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.09.25 17:26:01.641425 [ 3 ] {} <Trace> HTTP-Session: cc8d0e9f-5b83-4dc2-9199-05695d447960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2536 | 2024.09.25 17:26:01.641753 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2537 | 2024.09.25 17:26:01.641795 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2538 | 2024.09.25 17:26:01.642039 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2539 | 2024.09.25 17:26:01.642685 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2024.09.25 17:26:01.642721 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2541 | 2024.09.25 17:26:01.643114 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2542 | 2024.09.25 17:26:01.643476 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2024.09.25 17:26:01.643606 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.00208 sec., 253846.15384615387 rows/sec., 18.80 MiB/sec. | ||
| 2544 | 2024.09.25 17:26:01.643774 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2545 | 2024.09.25 17:26:01.643799 [ 3 ] {1eb089d7-dcda-4175-b191-32ce7fe6335a} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 2546 | 2024.09.25 17:26:01.643814 [ 3 ] {} <Debug> HTTP-Session: cc8d0e9f-5b83-4dc2-9199-05695d447960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2547 | 2024.09.25 17:26:01.644382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 504973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2548 | 2024.09.25 17:26:01.644431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2549 | 2024.09.25 17:26:01.644450 [ 3 ] {} <Debug> HTTP-Session: e13e2768-45a6-4e0e-868f-52e2b273b0db Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2550 | 2024.09.25 17:26:01.644466 [ 3 ] {} <Debug> HTTP-Session: e13e2768-45a6-4e0e-868f-52e2b273b0db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2551 | 2024.09.25 17:26:01.644480 [ 3 ] {} <Debug> HTTP-Session: e13e2768-45a6-4e0e-868f-52e2b273b0db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2552 | 2024.09.25 17:26:01.644511 [ 3 ] {} <Trace> HTTP-Session: e13e2768-45a6-4e0e-868f-52e2b273b0db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2024.09.25 17:26:01.645544 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2554 | 2024.09.25 17:26:01.645594 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2555 | 2024.09.25 17:26:01.645737 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2556 | 2024.09.25 17:26:01.647983 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2557 | 2024.09.25 17:26:01.648017 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2558 | 2024.09.25 17:26:01.648610 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2559 | 2024.09.25 17:26:01.648958 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2560 | 2024.09.25 17:26:01.649086 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Debug> executeQuery: Read 2670 rows, 182.97 KiB in 0.00433 sec., 616628.1755196305 rows/sec., 41.27 MiB/sec. | ||
| 2561 | 2024.09.25 17:26:01.649249 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Debug> DynamicQueryHandler: Done processing query | ||
| 2562 | 2024.09.25 17:26:01.649274 [ 3 ] {3effb593-8a2a-4c9e-be00-d17dadc22407} <Debug> MemoryTracker: Peak memory usage (for query): 5.52 MiB. | ||
| 2563 | 2024.09.25 17:26:01.649290 [ 3 ] {} <Debug> HTTP-Session: e13e2768-45a6-4e0e-868f-52e2b273b0db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2564 | 2024.09.25 17:26:01.649606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2565 | 2024.09.25 17:26:01.649656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2566 | 2024.09.25 17:26:01.649675 [ 3 ] {} <Debug> HTTP-Session: b0fa598d-788c-49ac-8d43-571a85f89a27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2567 | 2024.09.25 17:26:01.649692 [ 3 ] {} <Debug> HTTP-Session: b0fa598d-788c-49ac-8d43-571a85f89a27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2568 | 2024.09.25 17:26:01.649705 [ 3 ] {} <Debug> HTTP-Session: b0fa598d-788c-49ac-8d43-571a85f89a27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2569 | 2024.09.25 17:26:01.649735 [ 3 ] {} <Trace> HTTP-Session: b0fa598d-788c-49ac-8d43-571a85f89a27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2570 | 2024.09.25 17:26:01.649893 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2571 | 2024.09.25 17:26:01.649956 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <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_histogramu64 | ||
| 2572 | 2024.09.25 17:26:01.650358 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2573 | 2024.09.25 17:26:01.650872 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2574 | 2024.09.25 17:26:01.650907 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2575 | 2024.09.25 17:26:01.651500 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2576 | 2024.09.25 17:26:01.651938 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2577 | 2024.09.25 17:26:01.652095 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002286 sec., 3499.562554680665 rows/sec., 6.27 MiB/sec. | ||
| 2578 | 2024.09.25 17:26:01.652528 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Debug> DynamicQueryHandler: Done processing query | ||
| 2579 | 2024.09.25 17:26:01.652553 [ 3 ] {db09e83f-b09c-4462-ba42-8da02af64932} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2580 | 2024.09.25 17:26:01.652568 [ 3 ] {} <Debug> HTTP-Session: b0fa598d-788c-49ac-8d43-571a85f89a27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2581 | 2024.09.25 17:26:01.652719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2582 | 2024.09.25 17:26:01.652767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2583 | 2024.09.25 17:26:01.652786 [ 3 ] {} <Debug> HTTP-Session: 51e08a60-e4b2-45db-ab95-f91e86c1b2a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2584 | 2024.09.25 17:26:01.652802 [ 3 ] {} <Debug> HTTP-Session: 51e08a60-e4b2-45db-ab95-f91e86c1b2a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2585 | 2024.09.25 17:26:01.652816 [ 3 ] {} <Debug> HTTP-Session: 51e08a60-e4b2-45db-ab95-f91e86c1b2a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2586 | 2024.09.25 17:26:01.652847 [ 3 ] {} <Trace> HTTP-Session: 51e08a60-e4b2-45db-ab95-f91e86c1b2a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2587 | 2024.09.25 17:26:01.652961 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2588 | 2024.09.25 17:26:01.653005 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2589 | 2024.09.25 17:26:01.653147 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2590 | 2024.09.25 17:26:01.653464 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2024.09.25 17:26:01.653498 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2592 | 2024.09.25 17:26:01.653856 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2593 | 2024.09.25 17:26:01.654185 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2594 | 2024.09.25 17:26:01.654342 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001413 sec., 39631.98867657466 rows/sec., 2.67 MiB/sec. | ||
| 2595 | 2024.09.25 17:26:01.654510 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Debug> DynamicQueryHandler: Done processing query | ||
| 2596 | 2024.09.25 17:26:01.654533 [ 3 ] {3d74845c-982a-48cc-bbc1-bec99e671111} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2597 | 2024.09.25 17:26:01.654549 [ 3 ] {} <Debug> HTTP-Session: 51e08a60-e4b2-45db-ab95-f91e86c1b2a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2598 | 2024.09.25 17:26:02.017627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2599 | 2024.09.25 17:26:02.017795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2600 | 2024.09.25 17:26:02.017840 [ 3 ] {} <Debug> HTTP-Session: ee6f898a-6277-4415-9cc8-bbef8af4807b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2601 | 2024.09.25 17:26:02.017881 [ 3 ] {} <Debug> HTTP-Session: ee6f898a-6277-4415-9cc8-bbef8af4807b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2602 | 2024.09.25 17:26:02.017910 [ 3 ] {} <Debug> HTTP-Session: ee6f898a-6277-4415-9cc8-bbef8af4807b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2603 | 2024.09.25 17:26:02.017980 [ 3 ] {} <Trace> HTTP-Session: ee6f898a-6277-4415-9cc8-bbef8af4807b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2604 | 2024.09.25 17:26:02.018164 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2605 | 2024.09.25 17:26:02.018232 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2606 | 2024.09.25 17:26:02.018570 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2607 | 2024.09.25 17:26:02.019006 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2608 | 2024.09.25 17:26:02.019049 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2609 | 2024.09.25 17:26:02.019461 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2610 | 2024.09.25 17:26:02.019849 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2611 | 2024.09.25 17:26:02.020039 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.001927 sec., 13492.475350285418 rows/sec., 1.04 MiB/sec. | ||
| 2612 | 2024.09.25 17:26:02.020248 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2613 | 2024.09.25 17:26:02.020274 [ 3 ] {a57515de-9830-4ff6-9328-242b930788da} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2614 | 2024.09.25 17:26:02.020291 [ 3 ] {} <Debug> HTTP-Session: ee6f898a-6277-4415-9cc8-bbef8af4807b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2615 | 2024.09.25 17:26:02.020462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2616 | 2024.09.25 17:26:02.020511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2617 | 2024.09.25 17:26:02.020530 [ 3 ] {} <Debug> HTTP-Session: 5408d51d-22f9-4147-b521-ca23a9002e4d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2618 | 2024.09.25 17:26:02.020547 [ 3 ] {} <Debug> HTTP-Session: 5408d51d-22f9-4147-b521-ca23a9002e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2619 | 2024.09.25 17:26:02.020561 [ 3 ] {} <Debug> HTTP-Session: 5408d51d-22f9-4147-b521-ca23a9002e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2620 | 2024.09.25 17:26:02.020593 [ 3 ] {} <Trace> HTTP-Session: 5408d51d-22f9-4147-b521-ca23a9002e4d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.09.25 17:26:02.020696 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2622 | 2024.09.25 17:26:02.020738 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2623 | 2024.09.25 17:26:02.020969 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2624 | 2024.09.25 17:26:02.021285 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2625 | 2024.09.25 17:26:02.021322 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2626 | 2024.09.25 17:26:02.021666 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2627 | 2024.09.25 17:26:02.022032 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2024.09.25 17:26:02.022190 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001521 sec., 18408.94148586456 rows/sec., 1.44 MiB/sec. | ||
| 2629 | 2024.09.25 17:26:02.022364 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Debug> DynamicQueryHandler: Done processing query | ||
| 2630 | 2024.09.25 17:26:02.022387 [ 3 ] {4ba90bf3-c8a1-49c2-94f7-2b4ee0680c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2631 | 2024.09.25 17:26:02.022403 [ 3 ] {} <Debug> HTTP-Session: 5408d51d-22f9-4147-b521-ca23a9002e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2632 | 2024.09.25 17:26:02.022568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1971, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2633 | 2024.09.25 17:26:02.022617 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2634 | 2024.09.25 17:26:02.022637 [ 3 ] {} <Debug> HTTP-Session: 6051c945-c0e0-4e3e-b739-78b1598f9ddb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2635 | 2024.09.25 17:26:02.022653 [ 3 ] {} <Debug> HTTP-Session: 6051c945-c0e0-4e3e-b739-78b1598f9ddb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2636 | 2024.09.25 17:26:02.022667 [ 3 ] {} <Debug> HTTP-Session: 6051c945-c0e0-4e3e-b739-78b1598f9ddb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2637 | 2024.09.25 17:26:02.022697 [ 3 ] {} <Trace> HTTP-Session: 6051c945-c0e0-4e3e-b739-78b1598f9ddb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2638 | 2024.09.25 17:26:02.022797 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2639 | 2024.09.25 17:26:02.022845 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2640 | 2024.09.25 17:26:02.022992 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2641 | 2024.09.25 17:26:02.023274 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.09.25 17:26:02.023309 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2643 | 2024.09.25 17:26:02.023671 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2644 | 2024.09.25 17:26:02.024004 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2024.09.25 17:26:02.024164 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001387 sec., 7209.805335255948 rows/sec., 511.87 KiB/sec. | ||
| 2646 | 2024.09.25 17:26:02.024336 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Debug> DynamicQueryHandler: Done processing query | ||
| 2647 | 2024.09.25 17:26:02.024362 [ 3 ] {87099a76-eb79-4f94-97cd-05da7db7e059} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2648 | 2024.09.25 17:26:02.024377 [ 3 ] {} <Debug> HTTP-Session: 6051c945-c0e0-4e3e-b739-78b1598f9ddb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2649 | 2024.09.25 17:26:02.024499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2650 | 2024.09.25 17:26:02.024549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2651 | 2024.09.25 17:26:02.024567 [ 3 ] {} <Debug> HTTP-Session: 7617e881-f3cb-49ea-90f1-fa6398bd2df0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2652 | 2024.09.25 17:26:02.024583 [ 3 ] {} <Debug> HTTP-Session: 7617e881-f3cb-49ea-90f1-fa6398bd2df0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2653 | 2024.09.25 17:26:02.024597 [ 3 ] {} <Debug> HTTP-Session: 7617e881-f3cb-49ea-90f1-fa6398bd2df0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2654 | 2024.09.25 17:26:02.024628 [ 3 ] {} <Trace> HTTP-Session: 7617e881-f3cb-49ea-90f1-fa6398bd2df0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2655 | 2024.09.25 17:26:02.024721 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2656 | 2024.09.25 17:26:02.024764 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2657 | 2024.09.25 17:26:02.024894 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2658 | 2024.09.25 17:26:02.025151 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2659 | 2024.09.25 17:26:02.025186 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2660 | 2024.09.25 17:26:02.025688 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2661 | 2024.09.25 17:26:02.026010 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2662 | 2024.09.25 17:26:02.026165 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001467 sec., 2726.6530334014997 rows/sec., 191.72 KiB/sec. | ||
| 2663 | 2024.09.25 17:26:02.026331 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2664 | 2024.09.25 17:26:02.026355 [ 3 ] {94d210b6-0adc-4078-a6a9-5f5fd522095a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2665 | 2024.09.25 17:26:02.026371 [ 3 ] {} <Debug> HTTP-Session: 7617e881-f3cb-49ea-90f1-fa6398bd2df0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2666 | 2024.09.25 17:26:03.661984 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2667 | 2024.09.25 17:26:03.662076 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2668 | 2024.09.25 17:26:07.030786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 35455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2669 | 2024.09.25 17:26:07.030975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2670 | 2024.09.25 17:26:07.031020 [ 3 ] {} <Debug> HTTP-Session: 8cc3b898-4dad-4755-a5aa-5c1ff422aaad Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2671 | 2024.09.25 17:26:07.031063 [ 3 ] {} <Debug> HTTP-Session: 8cc3b898-4dad-4755-a5aa-5c1ff422aaad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2672 | 2024.09.25 17:26:07.031092 [ 3 ] {} <Debug> HTTP-Session: 8cc3b898-4dad-4755-a5aa-5c1ff422aaad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2673 | 2024.09.25 17:26:07.031155 [ 3 ] {} <Trace> HTTP-Session: 8cc3b898-4dad-4755-a5aa-5c1ff422aaad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2674 | 2024.09.25 17:26:07.031388 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2675 | 2024.09.25 17:26:07.031455 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2676 | 2024.09.25 17:26:07.031800 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2677 | 2024.09.25 17:26:07.032432 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2678 | 2024.09.25 17:26:07.032473 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2679 | 2024.09.25 17:26:07.032916 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2680 | 2024.09.25 17:26:07.033310 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2681 | 2024.09.25 17:26:07.033503 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Debug> executeQuery: Read 235 rows, 21.17 KiB in 0.002207 sec., 106479.38377888536 rows/sec., 9.37 MiB/sec. | ||
| 2682 | 2024.09.25 17:26:07.033724 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Debug> DynamicQueryHandler: Done processing query | ||
| 2683 | 2024.09.25 17:26:07.033751 [ 3 ] {51d0def6-d474-4ecf-9def-24caa3195e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 2684 | 2024.09.25 17:26:07.033768 [ 3 ] {} <Debug> HTTP-Session: 8cc3b898-4dad-4755-a5aa-5c1ff422aaad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2685 | 2024.09.25 17:26:07.033921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2686 | 2024.09.25 17:26:07.033971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2687 | 2024.09.25 17:26:07.033991 [ 3 ] {} <Debug> HTTP-Session: c2628fe3-5cb0-4bb1-ac22-7eb1d3035d66 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2688 | 2024.09.25 17:26:07.034007 [ 3 ] {} <Debug> HTTP-Session: c2628fe3-5cb0-4bb1-ac22-7eb1d3035d66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2689 | 2024.09.25 17:26:07.034021 [ 3 ] {} <Debug> HTTP-Session: c2628fe3-5cb0-4bb1-ac22-7eb1d3035d66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.09.25 17:26:07.034059 [ 3 ] {} <Trace> HTTP-Session: c2628fe3-5cb0-4bb1-ac22-7eb1d3035d66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2691 | 2024.09.25 17:26:07.034164 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2692 | 2024.09.25 17:26:07.034207 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2693 | 2024.09.25 17:26:07.034444 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2694 | 2024.09.25 17:26:07.034795 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.09.25 17:26:07.034832 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2696 | 2024.09.25 17:26:07.035186 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2697 | 2024.09.25 17:26:07.035545 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2024.09.25 17:26:07.035717 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001579 sec., 14566.181127295757 rows/sec., 1.07 MiB/sec. | ||
| 2699 | 2024.09.25 17:26:07.035989 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Debug> DynamicQueryHandler: Done processing query | ||
| 2700 | 2024.09.25 17:26:07.036014 [ 3 ] {d85cb639-1198-4809-a179-15a5aa189353} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2701 | 2024.09.25 17:26:07.036032 [ 3 ] {} <Debug> HTTP-Session: c2628fe3-5cb0-4bb1-ac22-7eb1d3035d66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2702 | 2024.09.25 17:26:07.036191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2703 | 2024.09.25 17:26:07.036241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2704 | 2024.09.25 17:26:07.036259 [ 3 ] {} <Debug> HTTP-Session: 0eee3ebc-0d1c-4e34-9159-31ca348f9b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2705 | 2024.09.25 17:26:07.036275 [ 3 ] {} <Debug> HTTP-Session: 0eee3ebc-0d1c-4e34-9159-31ca348f9b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2706 | 2024.09.25 17:26:07.036289 [ 3 ] {} <Debug> HTTP-Session: 0eee3ebc-0d1c-4e34-9159-31ca348f9b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.09.25 17:26:07.036319 [ 3 ] {} <Trace> HTTP-Session: 0eee3ebc-0d1c-4e34-9159-31ca348f9b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2708 | 2024.09.25 17:26:07.036417 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 2709 | 2024.09.25 17:26:07.036459 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2710 | 2024.09.25 17:26:07.036703 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2711 | 2024.09.25 17:26:07.037047 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2024.09.25 17:26:07.037084 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2713 | 2024.09.25 17:26:07.037429 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2714 | 2024.09.25 17:26:07.037795 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2024.09.25 17:26:07.037956 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001557 sec., 8991.65061014772 rows/sec., 629.72 KiB/sec. | ||
| 2716 | 2024.09.25 17:26:07.038170 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Debug> DynamicQueryHandler: Done processing query | ||
| 2717 | 2024.09.25 17:26:07.038194 [ 3 ] {43ceb371-b9cc-4803-b8d6-7c8b5a081c26} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2718 | 2024.09.25 17:26:07.038211 [ 3 ] {} <Debug> HTTP-Session: 0eee3ebc-0d1c-4e34-9159-31ca348f9b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2719 | 2024.09.25 17:26:07.038331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2720 | 2024.09.25 17:26:07.038379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2721 | 2024.09.25 17:26:07.038398 [ 3 ] {} <Debug> HTTP-Session: 30551435-b459-4824-a26f-6272fcfdc1bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2722 | 2024.09.25 17:26:07.038413 [ 3 ] {} <Debug> HTTP-Session: 30551435-b459-4824-a26f-6272fcfdc1bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2723 | 2024.09.25 17:26:07.038427 [ 3 ] {} <Debug> HTTP-Session: 30551435-b459-4824-a26f-6272fcfdc1bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.09.25 17:26:07.038457 [ 3 ] {} <Trace> HTTP-Session: 30551435-b459-4824-a26f-6272fcfdc1bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2024.09.25 17:26:07.038551 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 2726 | 2024.09.25 17:26:07.038594 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2727 | 2024.09.25 17:26:07.038821 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2728 | 2024.09.25 17:26:07.039150 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2729 | 2024.09.25 17:26:07.039185 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2730 | 2024.09.25 17:26:07.039523 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2731 | 2024.09.25 17:26:07.039876 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2732 | 2024.09.25 17:26:07.040052 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001509 sec., 3976.1431411530816 rows/sec., 234.92 KiB/sec. | ||
| 2733 | 2024.09.25 17:26:07.040514 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Debug> DynamicQueryHandler: Done processing query | ||
| 2734 | 2024.09.25 17:26:07.040538 [ 3 ] {6d7747a5-a5d0-4d34-9c57-1f25e48ec965} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2735 | 2024.09.25 17:26:07.040553 [ 3 ] {} <Debug> HTTP-Session: 30551435-b459-4824-a26f-6272fcfdc1bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2736 | 2024.09.25 17:26:07.040902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 65680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2737 | 2024.09.25 17:26:07.040949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2738 | 2024.09.25 17:26:07.040968 [ 3 ] {} <Debug> HTTP-Session: 4ca11a40-968d-49f6-81ec-797c40e59379 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2739 | 2024.09.25 17:26:07.040984 [ 3 ] {} <Debug> HTTP-Session: 4ca11a40-968d-49f6-81ec-797c40e59379 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2740 | 2024.09.25 17:26:07.040998 [ 3 ] {} <Debug> HTTP-Session: 4ca11a40-968d-49f6-81ec-797c40e59379 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.09.25 17:26:07.041031 [ 3 ] {} <Trace> HTTP-Session: 4ca11a40-968d-49f6-81ec-797c40e59379 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2742 | 2024.09.25 17:26:07.041243 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2743 | 2024.09.25 17:26:07.041286 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2744 | 2024.09.25 17:26:07.041524 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2745 | 2024.09.25 17:26:07.042095 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.09.25 17:26:07.042130 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2747 | 2024.09.25 17:26:07.042511 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2748 | 2024.09.25 17:26:07.042869 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.09.25 17:26:07.043019 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Debug> executeQuery: Read 405 rows, 29.52 KiB in 0.001876 sec., 215884.86140724947 rows/sec., 15.37 MiB/sec. | ||
| 2750 | 2024.09.25 17:26:07.043348 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2751 | 2024.09.25 17:26:07.043373 [ 3 ] {47f53129-2adb-441d-b72d-9b8fea9af23c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 2752 | 2024.09.25 17:26:07.043389 [ 3 ] {} <Debug> HTTP-Session: 4ca11a40-968d-49f6-81ec-797c40e59379 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2753 | 2024.09.25 17:26:07.043620 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2754 | 2024.09.25 17:26:07.043668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2755 | 2024.09.25 17:26:07.043687 [ 3 ] {} <Debug> HTTP-Session: c9f74960-7322-4757-bd2f-4ef4dddc910f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2756 | 2024.09.25 17:26:07.043703 [ 3 ] {} <Debug> HTTP-Session: c9f74960-7322-4757-bd2f-4ef4dddc910f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2757 | 2024.09.25 17:26:07.043717 [ 3 ] {} <Debug> HTTP-Session: c9f74960-7322-4757-bd2f-4ef4dddc910f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.09.25 17:26:07.043747 [ 3 ] {} <Trace> HTTP-Session: c9f74960-7322-4757-bd2f-4ef4dddc910f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2759 | 2024.09.25 17:26:07.043844 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2760 | 2024.09.25 17:26:07.043890 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2761 | 2024.09.25 17:26:07.044042 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2762 | 2024.09.25 17:26:07.044305 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2763 | 2024.09.25 17:26:07.044340 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2764 | 2024.09.25 17:26:07.044690 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2765 | 2024.09.25 17:26:07.045031 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2766 | 2024.09.25 17:26:07.045179 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. | ||
| 2767 | 2024.09.25 17:26:07.045587 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Debug> DynamicQueryHandler: Done processing query | ||
| 2768 | 2024.09.25 17:26:07.045611 [ 3 ] {309539fa-75cc-4b88-bb32-46f600eb2450} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2769 | 2024.09.25 17:26:07.045626 [ 3 ] {} <Debug> HTTP-Session: c9f74960-7322-4757-bd2f-4ef4dddc910f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2770 | 2024.09.25 17:26:07.045866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2771 | 2024.09.25 17:26:07.045913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2772 | 2024.09.25 17:26:07.045932 [ 3 ] {} <Debug> HTTP-Session: a7a555cc-c044-4c21-bb68-da2e9474e373 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2773 | 2024.09.25 17:26:07.045948 [ 3 ] {} <Debug> HTTP-Session: a7a555cc-c044-4c21-bb68-da2e9474e373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2774 | 2024.09.25 17:26:07.045962 [ 3 ] {} <Debug> HTTP-Session: a7a555cc-c044-4c21-bb68-da2e9474e373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2775 | 2024.09.25 17:26:07.045992 [ 3 ] {} <Trace> HTTP-Session: a7a555cc-c044-4c21-bb68-da2e9474e373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2024.09.25 17:26:07.046234 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2777 | 2024.09.25 17:26:07.046282 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2778 | 2024.09.25 17:26:07.046450 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2779 | 2024.09.25 17:26:07.046888 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2780 | 2024.09.25 17:26:07.046923 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2781 | 2024.09.25 17:26:07.047304 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2782 | 2024.09.25 17:26:07.047643 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2783 | 2024.09.25 17:26:07.047805 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001719 sec., 137870.85514834206 rows/sec., 9.24 MiB/sec. | ||
| 2784 | 2024.09.25 17:26:07.048394 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Debug> DynamicQueryHandler: Done processing query | ||
| 2785 | 2024.09.25 17:26:07.048418 [ 3 ] {e4ba75bc-c16a-4de8-8080-3ed9ec36f11d} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 2786 | 2024.09.25 17:26:07.048434 [ 3 ] {} <Debug> HTTP-Session: a7a555cc-c044-4c21-bb68-da2e9474e373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2787 | 2024.09.25 17:26:07.048573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2788 | 2024.09.25 17:26:07.048622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2789 | 2024.09.25 17:26:07.048640 [ 3 ] {} <Debug> HTTP-Session: 5d20afbf-ec9b-40ec-95a4-c858753d2348 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2790 | 2024.09.25 17:26:07.048656 [ 3 ] {} <Debug> HTTP-Session: 5d20afbf-ec9b-40ec-95a4-c858753d2348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2791 | 2024.09.25 17:26:07.048670 [ 3 ] {} <Debug> HTTP-Session: 5d20afbf-ec9b-40ec-95a4-c858753d2348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.09.25 17:26:07.048701 [ 3 ] {} <Trace> HTTP-Session: 5d20afbf-ec9b-40ec-95a4-c858753d2348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2793 | 2024.09.25 17:26:07.048795 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 2794 | 2024.09.25 17:26:07.048840 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2795 | 2024.09.25 17:26:07.048987 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2796 | 2024.09.25 17:26:07.049239 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2797 | 2024.09.25 17:26:07.049275 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2798 | 2024.09.25 17:26:07.049646 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2799 | 2024.09.25 17:26:07.049975 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2024.09.25 17:26:07.050144 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001359 sec., 735.8351729212657 rows/sec., 49.58 KiB/sec. | ||
| 2801 | 2024.09.25 17:26:07.050563 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2802 | 2024.09.25 17:26:07.050587 [ 3 ] {da7520ad-f282-45ef-8aa3-2d01753b4df8} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 2803 | 2024.09.25 17:26:07.050603 [ 3 ] {} <Debug> HTTP-Session: 5d20afbf-ec9b-40ec-95a4-c858753d2348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2804 | 2024.09.25 17:26:07.050891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 37617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2805 | 2024.09.25 17:26:07.050938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2806 | 2024.09.25 17:26:07.050957 [ 3 ] {} <Debug> HTTP-Session: 21034a33-aef4-4947-9d62-4c60f22086f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2807 | 2024.09.25 17:26:07.050973 [ 3 ] {} <Debug> HTTP-Session: 21034a33-aef4-4947-9d62-4c60f22086f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2808 | 2024.09.25 17:26:07.050986 [ 3 ] {} <Debug> HTTP-Session: 21034a33-aef4-4947-9d62-4c60f22086f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2809 | 2024.09.25 17:26:07.051016 [ 3 ] {} <Trace> HTTP-Session: 21034a33-aef4-4947-9d62-4c60f22086f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2810 | 2024.09.25 17:26:07.051273 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2811 | 2024.09.25 17:26:07.051344 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <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_histogramu64 | ||
| 2812 | 2024.09.25 17:26:07.051771 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2813 | 2024.09.25 17:26:07.052418 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2024.09.25 17:26:07.052454 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2815 | 2024.09.25 17:26:07.053066 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2816 | 2024.09.25 17:26:07.053485 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2024.09.25 17:26:07.053720 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.0026 sec., 8846.153846153846 rows/sec., 15.85 MiB/sec. | ||
| 2818 | 2024.09.25 17:26:07.054288 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2819 | 2024.09.25 17:26:07.054312 [ 3 ] {f1b83f17-e80d-45a8-ac1a-4f723ba5d87a} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2820 | 2024.09.25 17:26:07.054329 [ 3 ] {} <Debug> HTTP-Session: 21034a33-aef4-4947-9d62-4c60f22086f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2821 | 2024.09.25 17:26:07.054468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2822 | 2024.09.25 17:26:07.054517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2823 | 2024.09.25 17:26:07.054535 [ 3 ] {} <Debug> HTTP-Session: 852f0256-d3d3-4cdd-b9e9-8d225407ec3b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2824 | 2024.09.25 17:26:07.054551 [ 3 ] {} <Debug> HTTP-Session: 852f0256-d3d3-4cdd-b9e9-8d225407ec3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2825 | 2024.09.25 17:26:07.054565 [ 3 ] {} <Debug> HTTP-Session: 852f0256-d3d3-4cdd-b9e9-8d225407ec3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2826 | 2024.09.25 17:26:07.054596 [ 3 ] {} <Trace> HTTP-Session: 852f0256-d3d3-4cdd-b9e9-8d225407ec3b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2827 | 2024.09.25 17:26:07.054726 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2828 | 2024.09.25 17:26:07.054769 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2829 | 2024.09.25 17:26:07.054905 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2830 | 2024.09.25 17:26:07.055211 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2024.09.25 17:26:07.055247 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2832 | 2024.09.25 17:26:07.055603 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2833 | 2024.09.25 17:26:07.055927 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2024.09.25 17:26:07.056093 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001411 sec., 58114.812189936216 rows/sec., 3.69 MiB/sec. | ||
| 2835 | 2024.09.25 17:26:07.056382 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2836 | 2024.09.25 17:26:07.056406 [ 3 ] {bd922344-6ddb-4c9a-9ec8-2eac5bdb5f5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2837 | 2024.09.25 17:26:07.056422 [ 3 ] {} <Debug> HTTP-Session: 852f0256-d3d3-4cdd-b9e9-8d225407ec3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2838 | 2024.09.25 17:26:12.026186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2839 | 2024.09.25 17:26:12.026369 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2840 | 2024.09.25 17:26:12.026416 [ 3 ] {} <Debug> HTTP-Session: fb72367d-e938-4e3b-a307-69318110842c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2841 | 2024.09.25 17:26:12.026459 [ 3 ] {} <Debug> HTTP-Session: fb72367d-e938-4e3b-a307-69318110842c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2842 | 2024.09.25 17:26:12.026488 [ 3 ] {} <Debug> HTTP-Session: fb72367d-e938-4e3b-a307-69318110842c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2843 | 2024.09.25 17:26:12.026569 [ 3 ] {} <Trace> HTTP-Session: fb72367d-e938-4e3b-a307-69318110842c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2844 | 2024.09.25 17:26:12.026890 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2845 | 2024.09.25 17:26:12.026998 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2846 | 2024.09.25 17:26:12.027456 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2847 | 2024.09.25 17:26:12.028000 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2024.09.25 17:26:12.028039 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2849 | 2024.09.25 17:26:12.028471 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2850 | 2024.09.25 17:26:12.028877 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2024.09.25 17:26:12.029017 [ 71 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2852 | 2024.09.25 17:26:12.029022 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002257 sec., 31900.753212228625 rows/sec., 2.58 MiB/sec. | ||
| 2853 | 2024.09.25 17:26:12.029057 [ 71 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2854 | 2024.09.25 17:26:12.029091 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2855 | 2024.09.25 17:26:12.029233 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 2856 | 2024.09.25 17:26:12.029295 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Debug> DynamicQueryHandler: Done processing query | ||
| 2857 | 2024.09.25 17:26:12.029329 [ 3 ] {3f0d1eab-9772-41d4-8de0-556ae94408da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2858 | 2024.09.25 17:26:12.029356 [ 3 ] {} <Debug> HTTP-Session: fb72367d-e938-4e3b-a307-69318110842c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2859 | 2024.09.25 17:26:12.029412 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2860 | 2024.09.25 17:26:12.029448 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 2861 | 2024.09.25 17:26:12.029524 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 236 rows starting from the beginning of the part | ||
| 2862 | 2024.09.25 17:26:12.029707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2863 | 2024.09.25 17:26:12.029971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2864 | 2024.09.25 17:26:12.029993 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1212 rows starting from the beginning of the part | ||
| 2865 | 2024.09.25 17:26:12.030031 [ 3 ] {} <Debug> HTTP-Session: 1566f58b-46f7-4558-b6ff-32e0a644722e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2866 | 2024.09.25 17:26:12.030069 [ 3 ] {} <Debug> HTTP-Session: 1566f58b-46f7-4558-b6ff-32e0a644722e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2867 | 2024.09.25 17:26:12.030115 [ 3 ] {} <Debug> HTTP-Session: 1566f58b-46f7-4558-b6ff-32e0a644722e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2868 | 2024.09.25 17:26:12.030250 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 2869 | 2024.09.25 17:26:12.030263 [ 3 ] {} <Trace> HTTP-Session: 1566f58b-46f7-4558-b6ff-32e0a644722e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2870 | 2024.09.25 17:26:12.030414 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 235 rows starting from the beginning of the part | ||
| 2871 | 2024.09.25 17:26:12.030528 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 2872 | 2024.09.25 17:26:12.030665 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2873 | 2024.09.25 17:26:12.030712 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 2874 | 2024.09.25 17:26:12.031353 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2875 | 2024.09.25 17:26:12.031949 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2024.09.25 17:26:12.031995 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2877 | 2024.09.25 17:26:12.032838 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2878 | 2024.09.25 17:26:12.033275 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1853 rows, containing 5 columns (5 merged, 0 gathered) in 0.004111226 sec., 450717.1340130657 rows/sec., 39.37 MiB/sec. | ||
| 2879 | 2024.09.25 17:26:12.033485 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2880 | 2024.09.25 17:26:12.033507 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2881 | 2024.09.25 17:26:12.033687 [ 71 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2882 | 2024.09.25 17:26:12.033712 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003282 sec., 2437.538086532602 rows/sec., 183.29 KiB/sec. | ||
| 2883 | 2024.09.25 17:26:12.033760 [ 71 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2024.09.25 17:26:12.033836 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2885 | 2024.09.25 17:26:12.034524 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Debug> DynamicQueryHandler: Done processing query | ||
| 2886 | 2024.09.25 17:26:12.034653 [ 3 ] {c8071b9b-da44-417f-9cf2-81ceda1afd49} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2887 | 2024.09.25 17:26:12.034687 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 2888 | 2024.09.25 17:26:12.034782 [ 3 ] {} <Debug> HTTP-Session: 1566f58b-46f7-4558-b6ff-32e0a644722e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2889 | 2024.09.25 17:26:12.034983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2890 | 2024.09.25 17:26:12.034999 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2891 | 2024.09.25 17:26:12.035060 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 2892 | 2024.09.25 17:26:12.035072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2893 | 2024.09.25 17:26:12.035103 [ 3 ] {} <Debug> HTTP-Session: df7db2e0-2f30-4f79-b768-2ba2175c49e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2894 | 2024.09.25 17:26:12.035143 [ 3 ] {} <Debug> HTTP-Session: df7db2e0-2f30-4f79-b768-2ba2175c49e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2895 | 2024.09.25 17:26:12.035262 [ 3 ] {} <Debug> HTTP-Session: df7db2e0-2f30-4f79-b768-2ba2175c49e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2896 | 2024.09.25 17:26:12.035264 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2897 | 2024.09.25 17:26:12.035512 [ 3 ] {} <Trace> HTTP-Session: df7db2e0-2f30-4f79-b768-2ba2175c49e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2898 | 2024.09.25 17:26:12.035527 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 2899 | 2024.09.25 17:26:12.035776 [ 200 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_11_2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2900 | 2024.09.25 17:26:12.036036 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
| 2901 | 2024.09.25 17:26:12.036069 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2902 | 2024.09.25 17:26:12.036146 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. | ||
| 2903 | 2024.09.25 17:26:12.036263 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2904 | 2024.09.25 17:26:12.036460 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 2905 | 2024.09.25 17:26:12.036688 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 2906 | 2024.09.25 17:26:12.037030 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 2907 | 2024.09.25 17:26:12.037547 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2908 | 2024.09.25 17:26:12.038179 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2909 | 2024.09.25 17:26:12.038223 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2910 | 2024.09.25 17:26:12.038787 [ 186 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 5 columns (5 merged, 0 gathered) in 0.00482184 sec., 16176.397391867005 rows/sec., 1.25 MiB/sec. | ||
| 2911 | 2024.09.25 17:26:12.038825 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2912 | 2024.09.25 17:26:12.038966 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2913 | 2024.09.25 17:26:12.039427 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2914 | 2024.09.25 17:26:12.039669 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.003858 sec., 18662.51944012442 rows/sec., 1.46 MiB/sec. | ||
| 2915 | 2024.09.25 17:26:12.039714 [ 69 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2916 | 2024.09.25 17:26:12.039767 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2917 | 2024.09.25 17:26:12.039933 [ 69 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2024.09.25 17:26:12.040057 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2919 | 2024.09.25 17:26:12.040088 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_6_1} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2920 | 2024.09.25 17:26:12.040154 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Debug> DynamicQueryHandler: Done processing query | ||
| 2921 | 2024.09.25 17:26:12.040244 [ 3 ] {fbe4dba4-0b09-4de6-9c42-0a7af2c4589f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2922 | 2024.09.25 17:26:12.040359 [ 3 ] {} <Debug> HTTP-Session: df7db2e0-2f30-4f79-b768-2ba2175c49e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2923 | 2024.09.25 17:26:12.040467 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2924 | 2024.09.25 17:26:12.040525 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 2925 | 2024.09.25 17:26:12.040585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30582, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2926 | 2024.09.25 17:26:12.040668 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2927 | 2024.09.25 17:26:12.040720 [ 3 ] {} <Debug> HTTP-Session: 0b1e341e-4cab-4800-9067-4021dff162d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2928 | 2024.09.25 17:26:12.040772 [ 3 ] {} <Debug> HTTP-Session: 0b1e341e-4cab-4800-9067-4021dff162d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2929 | 2024.09.25 17:26:12.040817 [ 3 ] {} <Debug> HTTP-Session: 0b1e341e-4cab-4800-9067-4021dff162d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2930 | 2024.09.25 17:26:12.040861 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2931 | 2024.09.25 17:26:12.040889 [ 3 ] {} <Trace> HTTP-Session: 0b1e341e-4cab-4800-9067-4021dff162d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2024.09.25 17:26:12.040928 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 2933 | 2024.09.25 17:26:12.041202 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2934 | 2024.09.25 17:26:12.041196 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 414 rows starting from the beginning of the part | ||
| 2935 | 2024.09.25 17:26:12.041321 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2936 | 2024.09.25 17:26:12.041526 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 528 rows starting from the beginning of the part | ||
| 2937 | 2024.09.25 17:26:12.041884 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part | ||
| 2938 | 2024.09.25 17:26:12.042228 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 405 rows starting from the beginning of the part | ||
| 2939 | 2024.09.25 17:26:12.042576 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 72 rows starting from the beginning of the part | ||
| 2940 | 2024.09.25 17:26:12.042653 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2941 | 2024.09.25 17:26:12.043783 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2942 | 2024.09.25 17:26:12.043840 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2943 | 2024.09.25 17:26:12.044795 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2944 | 2024.09.25 17:26:12.045602 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2945 | 2024.09.25 17:26:12.045635 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1519 rows, containing 5 columns (5 merged, 0 gathered) in 0.005334579 sec., 284745.99401377316 rows/sec., 21.88 MiB/sec. | ||
| 2946 | 2024.09.25 17:26:12.045863 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2947 | 2024.09.25 17:26:12.045890 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004885 sec., 32753.326509723647 rows/sec., 2.28 MiB/sec. | ||
| 2948 | 2024.09.25 17:26:12.045953 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2024.09.25 17:26:12.045979 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2950 | 2024.09.25 17:26:12.046048 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2951 | 2024.09.25 17:26:12.046469 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Debug> DynamicQueryHandler: Done processing query | ||
| 2952 | 2024.09.25 17:26:12.046553 [ 3 ] {c5a0e7e4-a769-4366-93a4-7d1e8ff7de01} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2953 | 2024.09.25 17:26:12.046628 [ 3 ] {} <Debug> HTTP-Session: 0b1e341e-4cab-4800-9067-4021dff162d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2954 | 2024.09.25 17:26:12.046743 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 2955 | 2024.09.25 17:26:12.046932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14159, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2956 | 2024.09.25 17:26:12.047112 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2957 | 2024.09.25 17:26:12.047184 [ 3 ] {} <Debug> HTTP-Session: a5c6a4ac-f018-40c0-82a8-a693016695c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2958 | 2024.09.25 17:26:12.047256 [ 3 ] {} <Debug> HTTP-Session: a5c6a4ac-f018-40c0-82a8-a693016695c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2959 | 2024.09.25 17:26:12.047313 [ 3 ] {} <Debug> HTTP-Session: a5c6a4ac-f018-40c0-82a8-a693016695c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2960 | 2024.09.25 17:26:12.047442 [ 3 ] {} <Trace> HTTP-Session: a5c6a4ac-f018-40c0-82a8-a693016695c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2961 | 2024.09.25 17:26:12.047566 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2962 | 2024.09.25 17:26:12.047636 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2963 | 2024.09.25 17:26:12.047705 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 834 rows starting from the beginning of the part | ||
| 2964 | 2024.09.25 17:26:12.047884 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2965 | 2024.09.25 17:26:12.047992 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_11_2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2966 | 2024.09.25 17:26:12.048189 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 237 rows starting from the beginning of the part | ||
| 2967 | 2024.09.25 17:26:12.048378 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <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_histogramu64 | ||
| 2968 | 2024.09.25 17:26:12.048413 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 2969 | 2024.09.25 17:26:12.048738 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2670 rows starting from the beginning of the part | ||
| 2970 | 2024.09.25 17:26:12.049159 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part | ||
| 2971 | 2024.09.25 17:26:12.049588 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2972 | 2024.09.25 17:26:12.049927 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 2973 | 2024.09.25 17:26:12.051176 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2974 | 2024.09.25 17:26:12.052338 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2975 | 2024.09.25 17:26:12.052383 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2976 | 2024.09.25 17:26:12.054304 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2977 | 2024.09.25 17:26:12.054600 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4148 rows, containing 5 columns (5 merged, 0 gathered) in 0.008268153 sec., 501683.99157586944 rows/sec., 33.90 MiB/sec. | ||
| 2978 | 2024.09.25 17:26:12.055076 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2979 | 2024.09.25 17:26:12.055104 [ 186 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2980 | 2024.09.25 17:26:12.055465 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007786 sec., 1027.48522989982 rows/sec., 1.84 MiB/sec. | ||
| 2981 | 2024.09.25 17:26:12.055468 [ 69 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2982 | 2024.09.25 17:26:12.055627 [ 69 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2983 | 2024.09.25 17:26:12.055786 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 2984 | 2024.09.25 17:26:12.056464 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 2985 | 2024.09.25 17:26:12.056599 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Debug> DynamicQueryHandler: Done processing query | ||
| 2986 | 2024.09.25 17:26:12.056675 [ 3 ] {9c1aba82-0d96-4e97-a201-680af8bbbe78} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 2987 | 2024.09.25 17:26:12.056774 [ 3 ] {} <Debug> HTTP-Session: a5c6a4ac-f018-40c0-82a8-a693016695c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2988 | 2024.09.25 17:26:12.057014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2989 | 2024.09.25 17:26:12.057192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2990 | 2024.09.25 17:26:12.057308 [ 3 ] {} <Debug> HTTP-Session: 74343e29-d171-45b9-85ba-fe825462efee Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 2991 | 2024.09.25 17:26:12.057389 [ 3 ] {} <Debug> HTTP-Session: 74343e29-d171-45b9-85ba-fe825462efee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2992 | 2024.09.25 17:26:12.057451 [ 3 ] {} <Debug> HTTP-Session: 74343e29-d171-45b9-85ba-fe825462efee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2993 | 2024.09.25 17:26:12.057483 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2994 | 2024.09.25 17:26:12.057575 [ 3 ] {} <Trace> HTTP-Session: 74343e29-d171-45b9-85ba-fe825462efee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2995 | 2024.09.25 17:26:12.057989 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2996 | 2024.09.25 17:26:12.058011 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2997 | 2024.09.25 17:26:12.058138 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2998 | 2024.09.25 17:26:12.058136 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2999 | 2024.09.25 17:26:12.058446 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. | ||
| 3000 | 2024.09.25 17:26:12.058486 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 3001 | 2024.09.25 17:26:12.059093 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3002 | 2024.09.25 17:26:12.059439 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 3003 | 2024.09.25 17:26:12.060109 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
| 3004 | 2024.09.25 17:26:12.060306 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2024.09.25 17:26:12.060416 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3006 | 2024.09.25 17:26:12.060822 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 3007 | 2024.09.25 17:26:12.061464 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 3008 | 2024.09.25 17:26:12.061858 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3009 | 2024.09.25 17:26:12.062040 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 3010 | 2024.09.25 17:26:12.062977 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3011 | 2024.09.25 17:26:12.063385 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005552 sec., 10806.91642651297 rows/sec., 745.79 KiB/sec. | ||
| 3012 | 2024.09.25 17:26:12.063387 [ 69 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3013 | 2024.09.25 17:26:12.063545 [ 69 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3014 | 2024.09.25 17:26:12.063680 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3015 | 2024.09.25 17:26:12.063941 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3016 | 2024.09.25 17:26:12.064023 [ 3 ] {fac50e5c-e5ed-4bcb-9d69-c242210886d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3017 | 2024.09.25 17:26:12.064113 [ 3 ] {} <Debug> HTTP-Session: 74343e29-d171-45b9-85ba-fe825462efee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3018 | 2024.09.25 17:26:12.064325 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 3019 | 2024.09.25 17:26:12.064646 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3020 | 2024.09.25 17:26:12.064715 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part | ||
| 3021 | 2024.09.25 17:26:12.065015 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 82 rows starting from the beginning of the part | ||
| 3022 | 2024.09.25 17:26:12.065406 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 3023 | 2024.09.25 17:26:12.065762 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 4 rows starting from the beginning of the part | ||
| 3024 | 2024.09.25 17:26:12.066003 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 3025 | 2024.09.25 17:26:12.066299 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 3026 | 2024.09.25 17:26:12.069906 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 592 rows, containing 4 columns (4 merged, 0 gathered) in 0.005974411 sec., 99089.26587072767 rows/sec., 6.58 MiB/sec. | ||
| 3027 | 2024.09.25 17:26:12.070369 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3028 | 2024.09.25 17:26:12.071478 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 19 columns (19 merged, 0 gathered) in 0.015417896 sec., 5059.056047595599 rows/sec., 9.07 MiB/sec. | ||
| 3029 | 2024.09.25 17:26:12.071758 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3030 | 2024.09.25 17:26:12.071937 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_11_2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3031 | 2024.09.25 17:26:12.072106 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3032 | 2024.09.25 17:26:12.072110 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 3033 | 2024.09.25 17:26:12.072763 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3034 | 2024.09.25 17:26:12.072848 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3035 | 2024.09.25 17:26:12.072983 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 3036 | 2024.09.25 17:26:12.128016 [ 69 ] {} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3037 | 2024.09.25 17:26:12.128087 [ 69 ] {} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.09.25 17:26:12.128126 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3039 | 2024.09.25 17:26:12.128412 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::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 | ||
| 3040 | 2024.09.25 17:26:12.128975 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3041 | 2024.09.25 17:26:12.129045 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::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 | ||
| 3042 | 2024.09.25 17:26:12.129263 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::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 | ||
| 3043 | 2024.09.25 17:26:12.129486 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3044 | 2024.09.25 17:26:12.129695 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 16 rows starting from the beginning of the part | ||
| 3045 | 2024.09.25 17:26:12.129849 [ 191 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3046 | 2024.09.25 17:26:12.132618 [ 193 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.004392852 sec., 9333.344260175394 rows/sec., 1.43 MiB/sec. | ||
| 3047 | 2024.09.25 17:26:12.132883 [ 193 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3048 | 2024.09.25 17:26:12.133580 [ 193 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3049 | 2024.09.25 17:26:12.133659 [ 193 ] {0dbf34d7-dcfe-446f-b721-41b8e6e1c364::all_1_5_1} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3050 | 2024.09.25 17:26:12.133745 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 3051 | 2024.09.25 17:26:13.000216 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.70 MiB, peak 189.73 MiB, free memory in arenas 0.00 B, will set to 181.91 MiB (RSS), difference: 1.20 MiB | ||
| 3052 | 2024.09.25 17:26:17.030480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 35455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3053 | 2024.09.25 17:26:17.030660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3054 | 2024.09.25 17:26:17.030703 [ 3 ] {} <Debug> HTTP-Session: 277f3575-a3f5-4160-b6e9-3e7957e28ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3055 | 2024.09.25 17:26:17.030746 [ 3 ] {} <Debug> HTTP-Session: 277f3575-a3f5-4160-b6e9-3e7957e28ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3056 | 2024.09.25 17:26:17.030774 [ 3 ] {} <Debug> HTTP-Session: 277f3575-a3f5-4160-b6e9-3e7957e28ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3057 | 2024.09.25 17:26:17.030853 [ 3 ] {} <Trace> HTTP-Session: 277f3575-a3f5-4160-b6e9-3e7957e28ff1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3058 | 2024.09.25 17:26:17.031264 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3059 | 2024.09.25 17:26:17.031371 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3060 | 2024.09.25 17:26:17.031742 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3061 | 2024.09.25 17:26:17.032369 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3062 | 2024.09.25 17:26:17.032408 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3063 | 2024.09.25 17:26:17.032857 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3064 | 2024.09.25 17:26:17.033254 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3065 | 2024.09.25 17:26:17.033397 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Debug> executeQuery: Read 235 rows, 21.17 KiB in 0.002317 sec., 101424.25550280535 rows/sec., 8.92 MiB/sec. | ||
| 3066 | 2024.09.25 17:26:17.033594 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3067 | 2024.09.25 17:26:17.033621 [ 3 ] {2ed551f4-253f-4071-bdaa-33b584aaab5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3068 | 2024.09.25 17:26:17.033636 [ 3 ] {} <Debug> HTTP-Session: 277f3575-a3f5-4160-b6e9-3e7957e28ff1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3069 | 2024.09.25 17:26:17.033809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3070 | 2024.09.25 17:26:17.033858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3071 | 2024.09.25 17:26:17.033877 [ 3 ] {} <Debug> HTTP-Session: e8e84757-2369-48a2-a061-328ab66d6b64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3072 | 2024.09.25 17:26:17.033893 [ 3 ] {} <Debug> HTTP-Session: e8e84757-2369-48a2-a061-328ab66d6b64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3073 | 2024.09.25 17:26:17.033907 [ 3 ] {} <Debug> HTTP-Session: e8e84757-2369-48a2-a061-328ab66d6b64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3074 | 2024.09.25 17:26:17.033939 [ 3 ] {} <Trace> HTTP-Session: e8e84757-2369-48a2-a061-328ab66d6b64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3075 | 2024.09.25 17:26:17.034040 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3076 | 2024.09.25 17:26:17.034084 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3077 | 2024.09.25 17:26:17.034312 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3078 | 2024.09.25 17:26:17.034670 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2024.09.25 17:26:17.034706 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3080 | 2024.09.25 17:26:17.035056 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3081 | 2024.09.25 17:26:17.035427 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2024.09.25 17:26:17.035552 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.00154 sec., 14935.064935064936 rows/sec., 1.10 MiB/sec. | ||
| 3083 | 2024.09.25 17:26:17.035723 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3084 | 2024.09.25 17:26:17.035747 [ 3 ] {678bdc7d-faf3-4db7-9611-33f1a33cfc1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3085 | 2024.09.25 17:26:17.035763 [ 3 ] {} <Debug> HTTP-Session: e8e84757-2369-48a2-a061-328ab66d6b64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3086 | 2024.09.25 17:26:17.035883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3087 | 2024.09.25 17:26:17.035931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3088 | 2024.09.25 17:26:17.035951 [ 3 ] {} <Debug> HTTP-Session: a75bbb0a-3d2d-4623-afbd-04f23c696a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3089 | 2024.09.25 17:26:17.035968 [ 3 ] {} <Debug> HTTP-Session: a75bbb0a-3d2d-4623-afbd-04f23c696a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3090 | 2024.09.25 17:26:17.035982 [ 3 ] {} <Debug> HTTP-Session: a75bbb0a-3d2d-4623-afbd-04f23c696a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3091 | 2024.09.25 17:26:17.036014 [ 3 ] {} <Trace> HTTP-Session: a75bbb0a-3d2d-4623-afbd-04f23c696a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3092 | 2024.09.25 17:26:17.036111 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3093 | 2024.09.25 17:26:17.036152 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3094 | 2024.09.25 17:26:17.036379 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3095 | 2024.09.25 17:26:17.036692 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2024.09.25 17:26:17.036728 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3097 | 2024.09.25 17:26:17.037081 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3098 | 2024.09.25 17:26:17.037461 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2024.09.25 17:26:17.037590 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001506 sec., 9296.148738379814 rows/sec., 651.04 KiB/sec. | ||
| 3100 | 2024.09.25 17:26:17.037786 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3101 | 2024.09.25 17:26:17.037810 [ 3 ] {a2b3d318-bd50-4903-8ce3-8975524fa87f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3102 | 2024.09.25 17:26:17.037826 [ 3 ] {} <Debug> HTTP-Session: a75bbb0a-3d2d-4623-afbd-04f23c696a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3103 | 2024.09.25 17:26:17.037945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3104 | 2024.09.25 17:26:17.037994 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3105 | 2024.09.25 17:26:17.038012 [ 3 ] {} <Debug> HTTP-Session: bb3bb6f0-261f-49dc-b0af-f154c82de63f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3106 | 2024.09.25 17:26:17.038029 [ 3 ] {} <Debug> HTTP-Session: bb3bb6f0-261f-49dc-b0af-f154c82de63f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3107 | 2024.09.25 17:26:17.038043 [ 3 ] {} <Debug> HTTP-Session: bb3bb6f0-261f-49dc-b0af-f154c82de63f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3108 | 2024.09.25 17:26:17.038074 [ 3 ] {} <Trace> HTTP-Session: bb3bb6f0-261f-49dc-b0af-f154c82de63f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3109 | 2024.09.25 17:26:17.038167 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3110 | 2024.09.25 17:26:17.038209 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3111 | 2024.09.25 17:26:17.038441 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3112 | 2024.09.25 17:26:17.038795 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3113 | 2024.09.25 17:26:17.038832 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3114 | 2024.09.25 17:26:17.039176 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3115 | 2024.09.25 17:26:17.039545 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3116 | 2024.09.25 17:26:17.039696 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 229.00 KiB/sec. | ||
| 3117 | 2024.09.25 17:26:17.039984 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3118 | 2024.09.25 17:26:17.040007 [ 3 ] {79a2ee94-6441-4fb5-b384-b8f50683525f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3119 | 2024.09.25 17:26:17.040023 [ 3 ] {} <Debug> HTTP-Session: bb3bb6f0-261f-49dc-b0af-f154c82de63f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3120 | 2024.09.25 17:26:17.040232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 65680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3121 | 2024.09.25 17:26:17.040283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3122 | 2024.09.25 17:26:17.040301 [ 3 ] {} <Debug> HTTP-Session: a6ea1bbf-b4a8-4d04-b3e7-e27fb3a0f536 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3123 | 2024.09.25 17:26:17.040317 [ 3 ] {} <Debug> HTTP-Session: a6ea1bbf-b4a8-4d04-b3e7-e27fb3a0f536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3124 | 2024.09.25 17:26:17.040331 [ 3 ] {} <Debug> HTTP-Session: a6ea1bbf-b4a8-4d04-b3e7-e27fb3a0f536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3125 | 2024.09.25 17:26:17.040362 [ 3 ] {} <Trace> HTTP-Session: a6ea1bbf-b4a8-4d04-b3e7-e27fb3a0f536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3126 | 2024.09.25 17:26:17.040638 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3127 | 2024.09.25 17:26:17.040682 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3128 | 2024.09.25 17:26:17.040935 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3129 | 2024.09.25 17:26:17.041527 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3130 | 2024.09.25 17:26:17.041563 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3131 | 2024.09.25 17:26:17.041933 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3132 | 2024.09.25 17:26:17.042298 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3133 | 2024.09.25 17:26:17.042460 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Debug> executeQuery: Read 405 rows, 29.52 KiB in 0.001971 sec., 205479.4520547945 rows/sec., 14.63 MiB/sec. | ||
| 3134 | 2024.09.25 17:26:17.042635 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Debug> DynamicQueryHandler: Done processing query | ||
| 3135 | 2024.09.25 17:26:17.042661 [ 3 ] {b498e50f-649b-462b-8890-43c33a56b135} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3136 | 2024.09.25 17:26:17.042677 [ 3 ] {} <Debug> HTTP-Session: a6ea1bbf-b4a8-4d04-b3e7-e27fb3a0f536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3137 | 2024.09.25 17:26:17.042801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3138 | 2024.09.25 17:26:17.042850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3139 | 2024.09.25 17:26:17.042869 [ 3 ] {} <Debug> HTTP-Session: 56d9f28d-4490-4585-a8e8-cfbdbf0923cb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3140 | 2024.09.25 17:26:17.042884 [ 3 ] {} <Debug> HTTP-Session: 56d9f28d-4490-4585-a8e8-cfbdbf0923cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3141 | 2024.09.25 17:26:17.042898 [ 3 ] {} <Debug> HTTP-Session: 56d9f28d-4490-4585-a8e8-cfbdbf0923cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3142 | 2024.09.25 17:26:17.042929 [ 3 ] {} <Trace> HTTP-Session: 56d9f28d-4490-4585-a8e8-cfbdbf0923cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3143 | 2024.09.25 17:26:17.043023 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3144 | 2024.09.25 17:26:17.043068 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3145 | 2024.09.25 17:26:17.043202 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3146 | 2024.09.25 17:26:17.043483 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2024.09.25 17:26:17.043518 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3148 | 2024.09.25 17:26:17.043874 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3149 | 2024.09.25 17:26:17.044215 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2024.09.25 17:26:17.044380 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 227.82 KiB/sec. | ||
| 3151 | 2024.09.25 17:26:17.044674 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3152 | 2024.09.25 17:26:17.044699 [ 3 ] {3e4fbb45-9c2f-4164-a62b-85f0a4d47d6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3153 | 2024.09.25 17:26:17.044714 [ 3 ] {} <Debug> HTTP-Session: 56d9f28d-4490-4585-a8e8-cfbdbf0923cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3154 | 2024.09.25 17:26:17.045147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3155 | 2024.09.25 17:26:17.045195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3156 | 2024.09.25 17:26:17.045214 [ 3 ] {} <Debug> HTTP-Session: e2da5378-8f5a-4ecc-8106-1be0e109f3ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3157 | 2024.09.25 17:26:17.045231 [ 3 ] {} <Debug> HTTP-Session: e2da5378-8f5a-4ecc-8106-1be0e109f3ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3158 | 2024.09.25 17:26:17.045245 [ 3 ] {} <Debug> HTTP-Session: e2da5378-8f5a-4ecc-8106-1be0e109f3ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3159 | 2024.09.25 17:26:17.045275 [ 3 ] {} <Trace> HTTP-Session: e2da5378-8f5a-4ecc-8106-1be0e109f3ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3160 | 2024.09.25 17:26:17.045458 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3161 | 2024.09.25 17:26:17.045504 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3162 | 2024.09.25 17:26:17.045673 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3163 | 2024.09.25 17:26:17.046132 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3164 | 2024.09.25 17:26:17.046168 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3165 | 2024.09.25 17:26:17.046548 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3166 | 2024.09.25 17:26:17.046891 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3167 | 2024.09.25 17:26:17.047050 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001696 sec., 139740.56603773584 rows/sec., 9.37 MiB/sec. | ||
| 3168 | 2024.09.25 17:26:17.047226 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3169 | 2024.09.25 17:26:17.047250 [ 3 ] {5782ac2a-0048-4d56-b187-cf6c42b9f69f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3170 | 2024.09.25 17:26:17.047265 [ 3 ] {} <Debug> HTTP-Session: e2da5378-8f5a-4ecc-8106-1be0e109f3ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3171 | 2024.09.25 17:26:17.047392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3172 | 2024.09.25 17:26:17.047440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3173 | 2024.09.25 17:26:17.047459 [ 3 ] {} <Debug> HTTP-Session: 6d246707-1929-41e7-8bf5-2fd4cdaffc40 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3174 | 2024.09.25 17:26:17.047474 [ 3 ] {} <Debug> HTTP-Session: 6d246707-1929-41e7-8bf5-2fd4cdaffc40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3175 | 2024.09.25 17:26:17.047488 [ 3 ] {} <Debug> HTTP-Session: 6d246707-1929-41e7-8bf5-2fd4cdaffc40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3176 | 2024.09.25 17:26:17.047518 [ 3 ] {} <Trace> HTTP-Session: 6d246707-1929-41e7-8bf5-2fd4cdaffc40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3177 | 2024.09.25 17:26:17.047607 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3178 | 2024.09.25 17:26:17.047651 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3179 | 2024.09.25 17:26:17.047800 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3180 | 2024.09.25 17:26:17.048120 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3181 | 2024.09.25 17:26:17.048157 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3182 | 2024.09.25 17:26:17.048541 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3183 | 2024.09.25 17:26:17.048871 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3184 | 2024.09.25 17:26:17.049023 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001437 sec., 695.8942240779402 rows/sec., 46.89 KiB/sec. | ||
| 3185 | 2024.09.25 17:26:17.049190 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Debug> DynamicQueryHandler: Done processing query | ||
| 3186 | 2024.09.25 17:26:17.049213 [ 3 ] {dd792196-111a-460c-8f6b-bff1ef7da590} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3187 | 2024.09.25 17:26:17.049229 [ 3 ] {} <Debug> HTTP-Session: 6d246707-1929-41e7-8bf5-2fd4cdaffc40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3188 | 2024.09.25 17:26:17.049377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 37629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3189 | 2024.09.25 17:26:17.049425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3190 | 2024.09.25 17:26:17.049443 [ 3 ] {} <Debug> HTTP-Session: ce355671-2db1-495d-8c28-aa0958145870 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3191 | 2024.09.25 17:26:17.049459 [ 3 ] {} <Debug> HTTP-Session: ce355671-2db1-495d-8c28-aa0958145870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3192 | 2024.09.25 17:26:17.049473 [ 3 ] {} <Debug> HTTP-Session: ce355671-2db1-495d-8c28-aa0958145870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3193 | 2024.09.25 17:26:17.049504 [ 3 ] {} <Trace> HTTP-Session: ce355671-2db1-495d-8c28-aa0958145870 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3194 | 2024.09.25 17:26:17.049772 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3195 | 2024.09.25 17:26:17.049838 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <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_histogramu64 | ||
| 3196 | 2024.09.25 17:26:17.050265 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3197 | 2024.09.25 17:26:17.050937 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2024.09.25 17:26:17.050973 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3199 | 2024.09.25 17:26:17.051612 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3200 | 2024.09.25 17:26:17.052037 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3201 | 2024.09.25 17:26:17.052218 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002638 sec., 8718.726307808945 rows/sec., 15.62 MiB/sec. | ||
| 3202 | 2024.09.25 17:26:17.052448 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Debug> DynamicQueryHandler: Done processing query | ||
| 3203 | 2024.09.25 17:26:17.052472 [ 3 ] {4f2597dd-041e-4f89-b5c9-ce5813cb4c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 3204 | 2024.09.25 17:26:17.052488 [ 3 ] {} <Debug> HTTP-Session: ce355671-2db1-495d-8c28-aa0958145870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3205 | 2024.09.25 17:26:17.052621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3206 | 2024.09.25 17:26:17.052670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3207 | 2024.09.25 17:26:17.052688 [ 3 ] {} <Debug> HTTP-Session: dcee701b-856a-44c7-813b-ed929bba5779 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3208 | 2024.09.25 17:26:17.052704 [ 3 ] {} <Debug> HTTP-Session: dcee701b-856a-44c7-813b-ed929bba5779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3209 | 2024.09.25 17:26:17.052717 [ 3 ] {} <Debug> HTTP-Session: dcee701b-856a-44c7-813b-ed929bba5779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3210 | 2024.09.25 17:26:17.052748 [ 3 ] {} <Trace> HTTP-Session: dcee701b-856a-44c7-813b-ed929bba5779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3211 | 2024.09.25 17:26:17.052892 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3212 | 2024.09.25 17:26:17.052935 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3213 | 2024.09.25 17:26:17.053068 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3214 | 2024.09.25 17:26:17.053388 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3215 | 2024.09.25 17:26:17.053423 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3216 | 2024.09.25 17:26:17.053781 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3217 | 2024.09.25 17:26:17.054114 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3218 | 2024.09.25 17:26:17.054273 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 3219 | 2024.09.25 17:26:17.054574 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3220 | 2024.09.25 17:26:17.054598 [ 3 ] {d50393a9-d56b-4aba-99ce-853578b8872d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3221 | 2024.09.25 17:26:17.054615 [ 3 ] {} <Debug> HTTP-Session: dcee701b-856a-44c7-813b-ed929bba5779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3222 | 2024.09.25 17:26:18.662350 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3223 | 2024.09.25 17:26:18.662422 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3224 | 2024.09.25 17:26:22.025634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3225 | 2024.09.25 17:26:22.025764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3226 | 2024.09.25 17:26:22.025789 [ 3 ] {} <Debug> HTTP-Session: 8510ab66-1cc0-42e6-b777-f680c178791e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3227 | 2024.09.25 17:26:22.025815 [ 3 ] {} <Debug> HTTP-Session: 8510ab66-1cc0-42e6-b777-f680c178791e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3228 | 2024.09.25 17:26:22.025830 [ 3 ] {} <Debug> HTTP-Session: 8510ab66-1cc0-42e6-b777-f680c178791e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3229 | 2024.09.25 17:26:22.025881 [ 3 ] {} <Trace> HTTP-Session: 8510ab66-1cc0-42e6-b777-f680c178791e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3230 | 2024.09.25 17:26:22.026093 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3231 | 2024.09.25 17:26:22.026162 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3232 | 2024.09.25 17:26:22.026510 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3233 | 2024.09.25 17:26:22.027017 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3234 | 2024.09.25 17:26:22.027061 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3235 | 2024.09.25 17:26:22.027509 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3236 | 2024.09.25 17:26:22.027937 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3237 | 2024.09.25 17:26:22.028109 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00209 sec., 34449.76076555024 rows/sec., 2.79 MiB/sec. | ||
| 3238 | 2024.09.25 17:26:22.028428 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3239 | 2024.09.25 17:26:22.028480 [ 3 ] {f7c463d8-0b0a-4d3b-8247-e2ba6814248b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3240 | 2024.09.25 17:26:22.028498 [ 3 ] {} <Debug> HTTP-Session: 8510ab66-1cc0-42e6-b777-f680c178791e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3241 | 2024.09.25 17:26:22.028674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3242 | 2024.09.25 17:26:22.028725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3243 | 2024.09.25 17:26:22.028745 [ 3 ] {} <Debug> HTTP-Session: 00f4523f-1fcc-4c4b-ae4f-53b3eddbfbd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3244 | 2024.09.25 17:26:22.028763 [ 3 ] {} <Debug> HTTP-Session: 00f4523f-1fcc-4c4b-ae4f-53b3eddbfbd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3245 | 2024.09.25 17:26:22.028779 [ 3 ] {} <Debug> HTTP-Session: 00f4523f-1fcc-4c4b-ae4f-53b3eddbfbd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3246 | 2024.09.25 17:26:22.028811 [ 3 ] {} <Trace> HTTP-Session: 00f4523f-1fcc-4c4b-ae4f-53b3eddbfbd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3247 | 2024.09.25 17:26:22.028912 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3248 | 2024.09.25 17:26:22.028957 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3249 | 2024.09.25 17:26:22.029219 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3250 | 2024.09.25 17:26:22.029561 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3251 | 2024.09.25 17:26:22.029598 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3252 | 2024.09.25 17:26:22.029948 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3253 | 2024.09.25 17:26:22.030315 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3254 | 2024.09.25 17:26:22.030477 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001583 sec., 5053.695514845231 rows/sec., 380.01 KiB/sec. | ||
| 3255 | 2024.09.25 17:26:22.030639 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 3256 | 2024.09.25 17:26:22.030663 [ 3 ] {cf53a1cf-5db3-4104-9964-330a86fa45b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3257 | 2024.09.25 17:26:22.030679 [ 3 ] {} <Debug> HTTP-Session: 00f4523f-1fcc-4c4b-ae4f-53b3eddbfbd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3258 | 2024.09.25 17:26:22.030862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3259 | 2024.09.25 17:26:22.030910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3260 | 2024.09.25 17:26:22.030929 [ 3 ] {} <Debug> HTTP-Session: f3d2fa38-570b-4c97-a94d-7f4c8fe008ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3261 | 2024.09.25 17:26:22.030946 [ 3 ] {} <Debug> HTTP-Session: f3d2fa38-570b-4c97-a94d-7f4c8fe008ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3262 | 2024.09.25 17:26:22.030960 [ 3 ] {} <Debug> HTTP-Session: f3d2fa38-570b-4c97-a94d-7f4c8fe008ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3263 | 2024.09.25 17:26:22.030991 [ 3 ] {} <Trace> HTTP-Session: f3d2fa38-570b-4c97-a94d-7f4c8fe008ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3264 | 2024.09.25 17:26:22.031105 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3265 | 2024.09.25 17:26:22.031148 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3266 | 2024.09.25 17:26:22.031376 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3267 | 2024.09.25 17:26:22.031744 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3268 | 2024.09.25 17:26:22.031780 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3269 | 2024.09.25 17:26:22.032149 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3270 | 2024.09.25 17:26:22.032523 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3271 | 2024.09.25 17:26:22.032672 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001604 sec., 44887.78054862843 rows/sec., 3.50 MiB/sec. | ||
| 3272 | 2024.09.25 17:26:22.032851 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Debug> DynamicQueryHandler: Done processing query | ||
| 3273 | 2024.09.25 17:26:22.032876 [ 3 ] {deba8dee-a180-4a8c-af7f-790869c29410} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3274 | 2024.09.25 17:26:22.032892 [ 3 ] {} <Debug> HTTP-Session: f3d2fa38-570b-4c97-a94d-7f4c8fe008ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3275 | 2024.09.25 17:26:22.033091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30592, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3276 | 2024.09.25 17:26:22.033140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3277 | 2024.09.25 17:26:22.033159 [ 3 ] {} <Debug> HTTP-Session: 22aa7c11-8980-477d-95e2-9312fb514cd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3278 | 2024.09.25 17:26:22.033175 [ 3 ] {} <Debug> HTTP-Session: 22aa7c11-8980-477d-95e2-9312fb514cd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3279 | 2024.09.25 17:26:22.033189 [ 3 ] {} <Debug> HTTP-Session: 22aa7c11-8980-477d-95e2-9312fb514cd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3280 | 2024.09.25 17:26:22.033220 [ 3 ] {} <Trace> HTTP-Session: 22aa7c11-8980-477d-95e2-9312fb514cd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3281 | 2024.09.25 17:26:22.033366 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3282 | 2024.09.25 17:26:22.033414 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3283 | 2024.09.25 17:26:22.033560 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3284 | 2024.09.25 17:26:22.033939 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2024.09.25 17:26:22.033975 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3286 | 2024.09.25 17:26:22.034376 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3287 | 2024.09.25 17:26:22.034754 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3288 | 2024.09.25 17:26:22.034902 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001602 sec., 99875.15605493134 rows/sec., 6.96 MiB/sec. | ||
| 3289 | 2024.09.25 17:26:22.035110 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3290 | 2024.09.25 17:26:22.035134 [ 3 ] {742bff45-9c48-47e7-abf0-7feda0ea0a9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3291 | 2024.09.25 17:26:22.035151 [ 3 ] {} <Debug> HTTP-Session: 22aa7c11-8980-477d-95e2-9312fb514cd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3292 | 2024.09.25 17:26:22.035345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3293 | 2024.09.25 17:26:22.035401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3294 | 2024.09.25 17:26:22.035420 [ 3 ] {} <Debug> HTTP-Session: 28ef907b-a4e9-49dc-852a-9fb388fed198 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3295 | 2024.09.25 17:26:22.035436 [ 3 ] {} <Debug> HTTP-Session: 28ef907b-a4e9-49dc-852a-9fb388fed198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3296 | 2024.09.25 17:26:22.035450 [ 3 ] {} <Debug> HTTP-Session: 28ef907b-a4e9-49dc-852a-9fb388fed198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3297 | 2024.09.25 17:26:22.035481 [ 3 ] {} <Trace> HTTP-Session: 28ef907b-a4e9-49dc-852a-9fb388fed198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3298 | 2024.09.25 17:26:22.035630 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3299 | 2024.09.25 17:26:22.035695 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <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_histogramu64 | ||
| 3300 | 2024.09.25 17:26:22.036113 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3301 | 2024.09.25 17:26:22.036666 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3302 | 2024.09.25 17:26:22.036702 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3303 | 2024.09.25 17:26:22.037318 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3304 | 2024.09.25 17:26:22.037742 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3305 | 2024.09.25 17:26:22.037932 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002374 sec., 3369.8399326032018 rows/sec., 6.04 MiB/sec. | ||
| 3306 | 2024.09.25 17:26:22.038160 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3307 | 2024.09.25 17:26:22.038185 [ 3 ] {4c332cee-d86c-480b-a6ce-26ad11ad233e} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3308 | 2024.09.25 17:26:22.038201 [ 3 ] {} <Debug> HTTP-Session: 28ef907b-a4e9-49dc-852a-9fb388fed198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3309 | 2024.09.25 17:26:22.038349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3310 | 2024.09.25 17:26:22.038398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3311 | 2024.09.25 17:26:22.038418 [ 3 ] {} <Debug> HTTP-Session: 501eb87b-6aba-4f09-ae5d-a22f9758825e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3312 | 2024.09.25 17:26:22.038435 [ 3 ] {} <Debug> HTTP-Session: 501eb87b-6aba-4f09-ae5d-a22f9758825e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3313 | 2024.09.25 17:26:22.038450 [ 3 ] {} <Debug> HTTP-Session: 501eb87b-6aba-4f09-ae5d-a22f9758825e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3314 | 2024.09.25 17:26:22.038481 [ 3 ] {} <Trace> HTTP-Session: 501eb87b-6aba-4f09-ae5d-a22f9758825e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3315 | 2024.09.25 17:26:22.038592 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3316 | 2024.09.25 17:26:22.038636 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3317 | 2024.09.25 17:26:22.038775 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3318 | 2024.09.25 17:26:22.039082 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3319 | 2024.09.25 17:26:22.039119 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3320 | 2024.09.25 17:26:22.039476 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3321 | 2024.09.25 17:26:22.039810 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3322 | 2024.09.25 17:26:22.039959 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 3323 | 2024.09.25 17:26:22.040260 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Debug> DynamicQueryHandler: Done processing query | ||
| 3324 | 2024.09.25 17:26:22.040285 [ 3 ] {946eb124-eda1-423f-860b-896545985e04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3325 | 2024.09.25 17:26:22.040302 [ 3 ] {} <Debug> HTTP-Session: 501eb87b-6aba-4f09-ae5d-a22f9758825e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3326 | 2024.09.25 17:26:27.026829 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3327 | 2024.09.25 17:26:27.026965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3328 | 2024.09.25 17:26:27.026990 [ 3 ] {} <Debug> HTTP-Session: 4c5bc5b8-0ae2-4250-b00d-7e7b5f36da59 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3329 | 2024.09.25 17:26:27.027017 [ 3 ] {} <Debug> HTTP-Session: 4c5bc5b8-0ae2-4250-b00d-7e7b5f36da59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3330 | 2024.09.25 17:26:27.027032 [ 3 ] {} <Debug> HTTP-Session: 4c5bc5b8-0ae2-4250-b00d-7e7b5f36da59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3331 | 2024.09.25 17:26:27.027081 [ 3 ] {} <Trace> HTTP-Session: 4c5bc5b8-0ae2-4250-b00d-7e7b5f36da59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3332 | 2024.09.25 17:26:27.027341 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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) | ||
| 3333 | 2024.09.25 17:26:27.027771 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3334 | 2024.09.25 17:26:27.027825 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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 | ||
| 3335 | 2024.09.25 17:26:27.028212 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3336 | 2024.09.25 17:26:27.028293 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3337 | 2024.09.25 17:26:27.028472 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 3338 | 2024.09.25 17:26:27.028510 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Used generic exclusion search over index for part all_1_5_1 with 1 steps | ||
| 3339 | 2024.09.25 17:26:27.028535 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (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 | ||
| 3340 | 2024.09.25 17:26:27.028553 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3341 | 2024.09.25 17:26:27.028602 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <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', '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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', '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'))" | ||
| 3342 | 2024.09.25 17:26:27.028627 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_5_1, approx. 41 rows starting from 0 | ||
| 3343 | 2024.09.25 17:26:27.029641 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.002421 sec., 16935.150764147045 rows/sec., 646.20 KiB/sec. | ||
| 3344 | 2024.09.25 17:26:27.029929 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> DynamicQueryHandler: Done processing query | ||
| 3345 | 2024.09.25 17:26:27.029957 [ 3 ] {32523629-cad9-48ab-8b86-7018d8ec5386} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
| 3346 | 2024.09.25 17:26:27.029973 [ 3 ] {} <Debug> HTTP-Session: 4c5bc5b8-0ae2-4250-b00d-7e7b5f36da59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3347 | 2024.09.25 17:26:27.034646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3348 | 2024.09.25 17:26:27.034709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3349 | 2024.09.25 17:26:27.034733 [ 3 ] {} <Debug> HTTP-Session: 8d017da3-bf6a-4c86-a672-cd1d1e6313de Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3350 | 2024.09.25 17:26:27.034754 [ 3 ] {} <Debug> HTTP-Session: 8d017da3-bf6a-4c86-a672-cd1d1e6313de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3351 | 2024.09.25 17:26:27.034771 [ 3 ] {} <Debug> HTTP-Session: 8d017da3-bf6a-4c86-a672-cd1d1e6313de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3352 | 2024.09.25 17:26:27.034812 [ 3 ] {} <Trace> HTTP-Session: 8d017da3-bf6a-4c86-a672-cd1d1e6313de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3353 | 2024.09.25 17:26:27.034947 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3354 | 2024.09.25 17:26:27.035005 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3355 | 2024.09.25 17:26:27.035226 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3356 | 2024.09.25 17:26:27.035654 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3357 | 2024.09.25 17:26:27.035697 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3358 | 2024.09.25 17:26:27.036189 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3359 | 2024.09.25 17:26:27.036528 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Trace> oximeter.timeseries_schema (0dbf34d7-dcfe-446f-b721-41b8e6e1c364): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3360 | 2024.09.25 17:26:27.036703 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001799 sec., 555.864369093941 rows/sec., 125.94 KiB/sec. | ||
| 3361 | 2024.09.25 17:26:27.036929 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3362 | 2024.09.25 17:26:27.036953 [ 3 ] {02f4edf4-f68a-47a2-8a6a-91072171b06d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3363 | 2024.09.25 17:26:27.036969 [ 3 ] {} <Debug> HTTP-Session: 8d017da3-bf6a-4c86-a672-cd1d1e6313de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3364 | 2024.09.25 17:26:27.037091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3365 | 2024.09.25 17:26:27.037138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3366 | 2024.09.25 17:26:27.037158 [ 3 ] {} <Debug> HTTP-Session: c726f5ba-43ba-46d1-9fff-8c4c71e9c4fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3367 | 2024.09.25 17:26:27.037174 [ 3 ] {} <Debug> HTTP-Session: c726f5ba-43ba-46d1-9fff-8c4c71e9c4fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3368 | 2024.09.25 17:26:27.037188 [ 3 ] {} <Debug> HTTP-Session: c726f5ba-43ba-46d1-9fff-8c4c71e9c4fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3369 | 2024.09.25 17:26:27.037222 [ 3 ] {} <Trace> HTTP-Session: c726f5ba-43ba-46d1-9fff-8c4c71e9c4fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3370 | 2024.09.25 17:26:27.037315 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3371 | 2024.09.25 17:26:27.037361 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3372 | 2024.09.25 17:26:27.037641 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3373 | 2024.09.25 17:26:27.037998 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3374 | 2024.09.25 17:26:27.038033 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3375 | 2024.09.25 17:26:27.038456 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3376 | 2024.09.25 17:26:27.038829 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3377 | 2024.09.25 17:26:27.038978 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 194.15 KiB/sec. | ||
| 3378 | 2024.09.25 17:26:27.039186 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Debug> DynamicQueryHandler: Done processing query | ||
| 3379 | 2024.09.25 17:26:27.039210 [ 3 ] {310f46c2-6038-4fd5-8b97-873f478cc823} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3380 | 2024.09.25 17:26:27.039226 [ 3 ] {} <Debug> HTTP-Session: c726f5ba-43ba-46d1-9fff-8c4c71e9c4fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3381 | 2024.09.25 17:26:27.039391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 35721, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3382 | 2024.09.25 17:26:27.039441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3383 | 2024.09.25 17:26:27.039460 [ 3 ] {} <Debug> HTTP-Session: 104fa21d-daa5-4637-a3e7-6b8d40a7b8ed Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3384 | 2024.09.25 17:26:27.039477 [ 3 ] {} <Debug> HTTP-Session: 104fa21d-daa5-4637-a3e7-6b8d40a7b8ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3385 | 2024.09.25 17:26:27.039491 [ 3 ] {} <Debug> HTTP-Session: 104fa21d-daa5-4637-a3e7-6b8d40a7b8ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3386 | 2024.09.25 17:26:27.039523 [ 3 ] {} <Trace> HTTP-Session: 104fa21d-daa5-4637-a3e7-6b8d40a7b8ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2024.09.25 17:26:27.039676 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3388 | 2024.09.25 17:26:27.039718 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3389 | 2024.09.25 17:26:27.039951 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3390 | 2024.09.25 17:26:27.040468 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3391 | 2024.09.25 17:26:27.040505 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3392 | 2024.09.25 17:26:27.040893 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3393 | 2024.09.25 17:26:27.041299 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3394 | 2024.09.25 17:26:27.041457 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Debug> executeQuery: Read 237 rows, 21.32 KiB in 0.001848 sec., 128246.75324675324 rows/sec., 11.27 MiB/sec. | ||
| 3395 | 2024.09.25 17:26:27.041671 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Debug> DynamicQueryHandler: Done processing query | ||
| 3396 | 2024.09.25 17:26:27.041700 [ 3 ] {80f2eea1-3c0f-41a5-bcb1-82adc25e3088} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3397 | 2024.09.25 17:26:27.041718 [ 3 ] {} <Debug> HTTP-Session: 104fa21d-daa5-4637-a3e7-6b8d40a7b8ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3398 | 2024.09.25 17:26:27.041855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3904, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3399 | 2024.09.25 17:26:27.041903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3400 | 2024.09.25 17:26:27.041922 [ 3 ] {} <Debug> HTTP-Session: 20158ac6-8b51-4020-95fe-4bba4cbfdfa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3401 | 2024.09.25 17:26:27.041938 [ 3 ] {} <Debug> HTTP-Session: 20158ac6-8b51-4020-95fe-4bba4cbfdfa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3402 | 2024.09.25 17:26:27.041952 [ 3 ] {} <Debug> HTTP-Session: 20158ac6-8b51-4020-95fe-4bba4cbfdfa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3403 | 2024.09.25 17:26:27.041982 [ 3 ] {} <Trace> HTTP-Session: 20158ac6-8b51-4020-95fe-4bba4cbfdfa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3404 | 2024.09.25 17:26:27.042084 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3405 | 2024.09.25 17:26:27.042127 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3406 | 2024.09.25 17:26:27.042354 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3407 | 2024.09.25 17:26:27.042684 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2024.09.25 17:26:27.042721 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3409 | 2024.09.25 17:26:27.043071 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3410 | 2024.09.25 17:26:27.043426 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2024.09.25 17:26:27.043582 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Debug> executeQuery: Read 27 rows, 2.01 KiB in 0.001518 sec., 17786.561264822132 rows/sec., 1.29 MiB/sec. | ||
| 3412 | 2024.09.25 17:26:27.043809 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 3413 | 2024.09.25 17:26:27.043837 [ 3 ] {945b6731-801a-4c22-830d-9660ef1fc8ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3414 | 2024.09.25 17:26:27.043854 [ 3 ] {} <Debug> HTTP-Session: 20158ac6-8b51-4020-95fe-4bba4cbfdfa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3415 | 2024.09.25 17:26:27.043973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3416 | 2024.09.25 17:26:27.044022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3417 | 2024.09.25 17:26:27.044050 [ 3 ] {} <Debug> HTTP-Session: ff63d25f-8203-48ce-a24f-90256ac45020 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3418 | 2024.09.25 17:26:27.044070 [ 3 ] {} <Debug> HTTP-Session: ff63d25f-8203-48ce-a24f-90256ac45020 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3419 | 2024.09.25 17:26:27.044083 [ 3 ] {} <Debug> HTTP-Session: ff63d25f-8203-48ce-a24f-90256ac45020 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3420 | 2024.09.25 17:26:27.044114 [ 3 ] {} <Trace> HTTP-Session: ff63d25f-8203-48ce-a24f-90256ac45020 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3421 | 2024.09.25 17:26:27.044213 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3422 | 2024.09.25 17:26:27.044255 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3423 | 2024.09.25 17:26:27.044480 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3424 | 2024.09.25 17:26:27.044792 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3425 | 2024.09.25 17:26:27.044827 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3426 | 2024.09.25 17:26:27.045189 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3427 | 2024.09.25 17:26:27.045557 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3428 | 2024.09.25 17:26:27.045717 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 3429 | 2024.09.25 17:26:27.045892 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3430 | 2024.09.25 17:26:27.045916 [ 3 ] {b9d2acce-1bad-41a3-bee2-77341428b9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3431 | 2024.09.25 17:26:27.045932 [ 3 ] {} <Debug> HTTP-Session: ff63d25f-8203-48ce-a24f-90256ac45020 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3432 | 2024.09.25 17:26:27.046046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3433 | 2024.09.25 17:26:27.046095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3434 | 2024.09.25 17:26:27.046113 [ 3 ] {} <Debug> HTTP-Session: ac95c6c5-b4b8-4d90-a878-e66f691cdcdd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3435 | 2024.09.25 17:26:27.046129 [ 3 ] {} <Debug> HTTP-Session: ac95c6c5-b4b8-4d90-a878-e66f691cdcdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3436 | 2024.09.25 17:26:27.046143 [ 3 ] {} <Debug> HTTP-Session: ac95c6c5-b4b8-4d90-a878-e66f691cdcdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3437 | 2024.09.25 17:26:27.046173 [ 3 ] {} <Trace> HTTP-Session: ac95c6c5-b4b8-4d90-a878-e66f691cdcdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3438 | 2024.09.25 17:26:27.046268 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3439 | 2024.09.25 17:26:27.046310 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3440 | 2024.09.25 17:26:27.046536 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3441 | 2024.09.25 17:26:27.046835 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3442 | 2024.09.25 17:26:27.046871 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3443 | 2024.09.25 17:26:27.047208 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3444 | 2024.09.25 17:26:27.047587 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3445 | 2024.09.25 17:26:27.047747 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.0015 sec., 4000 rows/sec., 236.33 KiB/sec. | ||
| 3446 | 2024.09.25 17:26:27.047956 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Debug> DynamicQueryHandler: Done processing query | ||
| 3447 | 2024.09.25 17:26:27.047980 [ 3 ] {cb9228a8-7667-48b4-b5e4-41d37604e533} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3448 | 2024.09.25 17:26:27.047996 [ 3 ] {} <Debug> HTTP-Session: ac95c6c5-b4b8-4d90-a878-e66f691cdcdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3449 | 2024.09.25 17:26:27.048199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 66362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3450 | 2024.09.25 17:26:27.048248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3451 | 2024.09.25 17:26:27.048266 [ 3 ] {} <Debug> HTTP-Session: 8ef6983e-2aa5-4dfb-aabe-2588e61d53ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3452 | 2024.09.25 17:26:27.048282 [ 3 ] {} <Debug> HTTP-Session: 8ef6983e-2aa5-4dfb-aabe-2588e61d53ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3453 | 2024.09.25 17:26:27.048296 [ 3 ] {} <Debug> HTTP-Session: 8ef6983e-2aa5-4dfb-aabe-2588e61d53ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3454 | 2024.09.25 17:26:27.048327 [ 3 ] {} <Trace> HTTP-Session: 8ef6983e-2aa5-4dfb-aabe-2588e61d53ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3455 | 2024.09.25 17:26:27.048569 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3456 | 2024.09.25 17:26:27.048611 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3457 | 2024.09.25 17:26:27.048841 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3458 | 2024.09.25 17:26:27.049423 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3459 | 2024.09.25 17:26:27.049459 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3460 | 2024.09.25 17:26:27.049819 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3461 | 2024.09.25 17:26:27.050179 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3462 | 2024.09.25 17:26:27.050336 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Debug> executeQuery: Read 409 rows, 29.85 KiB in 0.001901 sec., 215149.92109416096 rows/sec., 15.33 MiB/sec. | ||
| 3463 | 2024.09.25 17:26:27.050511 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3464 | 2024.09.25 17:26:27.050536 [ 3 ] {da6fb2bb-2668-45b0-9411-6f493c41848f} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3465 | 2024.09.25 17:26:27.050551 [ 3 ] {} <Debug> HTTP-Session: 8ef6983e-2aa5-4dfb-aabe-2588e61d53ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3466 | 2024.09.25 17:26:27.050683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3467 | 2024.09.25 17:26:27.050732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3468 | 2024.09.25 17:26:27.050751 [ 3 ] {} <Debug> HTTP-Session: 2c405440-0641-4b08-afe5-c6fce60bf214 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3469 | 2024.09.25 17:26:27.050767 [ 3 ] {} <Debug> HTTP-Session: 2c405440-0641-4b08-afe5-c6fce60bf214 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3470 | 2024.09.25 17:26:27.050781 [ 3 ] {} <Debug> HTTP-Session: 2c405440-0641-4b08-afe5-c6fce60bf214 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3471 | 2024.09.25 17:26:27.050812 [ 3 ] {} <Trace> HTTP-Session: 2c405440-0641-4b08-afe5-c6fce60bf214 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3472 | 2024.09.25 17:26:27.050906 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3473 | 2024.09.25 17:26:27.050950 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3474 | 2024.09.25 17:26:27.051079 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3475 | 2024.09.25 17:26:27.051377 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3476 | 2024.09.25 17:26:27.051413 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3477 | 2024.09.25 17:26:27.051770 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3478 | 2024.09.25 17:26:27.052096 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3479 | 2024.09.25 17:26:27.052248 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 229.49 KiB/sec. | ||
| 3480 | 2024.09.25 17:26:27.052409 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3481 | 2024.09.25 17:26:27.052433 [ 3 ] {f1939ab0-ed6c-4dd3-b52f-e0ce70ce39c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3482 | 2024.09.25 17:26:27.052448 [ 3 ] {} <Debug> HTTP-Session: 2c405440-0641-4b08-afe5-c6fce60bf214 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3483 | 2024.09.25 17:26:27.052608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3484 | 2024.09.25 17:26:27.052655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3485 | 2024.09.25 17:26:27.052674 [ 3 ] {} <Debug> HTTP-Session: 6bbeef96-4a20-4a88-bb16-74553c8246dd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3486 | 2024.09.25 17:26:27.052691 [ 3 ] {} <Debug> HTTP-Session: 6bbeef96-4a20-4a88-bb16-74553c8246dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3487 | 2024.09.25 17:26:27.052705 [ 3 ] {} <Debug> HTTP-Session: 6bbeef96-4a20-4a88-bb16-74553c8246dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.09.25 17:26:27.052735 [ 3 ] {} <Trace> HTTP-Session: 6bbeef96-4a20-4a88-bb16-74553c8246dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3489 | 2024.09.25 17:26:27.052957 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3490 | 2024.09.25 17:26:27.053003 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3491 | 2024.09.25 17:26:27.053149 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3492 | 2024.09.25 17:26:27.053567 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3493 | 2024.09.25 17:26:27.053603 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3494 | 2024.09.25 17:26:27.054006 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3495 | 2024.09.25 17:26:27.054348 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2024.09.25 17:26:27.054515 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001696 sec., 140919.81132075473 rows/sec., 9.45 MiB/sec. | ||
| 3497 | 2024.09.25 17:26:27.054828 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3498 | 2024.09.25 17:26:27.054852 [ 3 ] {9f32f527-e4d4-4823-bcfd-784b0f96cce2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 3499 | 2024.09.25 17:26:27.054869 [ 3 ] {} <Debug> HTTP-Session: 6bbeef96-4a20-4a88-bb16-74553c8246dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3500 | 2024.09.25 17:26:27.054992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3501 | 2024.09.25 17:26:27.055041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3502 | 2024.09.25 17:26:27.055060 [ 3 ] {} <Debug> HTTP-Session: cafdbcf3-690d-4b95-8afe-05b2ff9d8599 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3503 | 2024.09.25 17:26:27.055076 [ 3 ] {} <Debug> HTTP-Session: cafdbcf3-690d-4b95-8afe-05b2ff9d8599 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3504 | 2024.09.25 17:26:27.055090 [ 3 ] {} <Debug> HTTP-Session: cafdbcf3-690d-4b95-8afe-05b2ff9d8599 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3505 | 2024.09.25 17:26:27.055121 [ 3 ] {} <Trace> HTTP-Session: cafdbcf3-690d-4b95-8afe-05b2ff9d8599 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3506 | 2024.09.25 17:26:27.055216 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 3507 | 2024.09.25 17:26:27.055262 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3508 | 2024.09.25 17:26:27.055415 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3509 | 2024.09.25 17:26:27.055731 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3510 | 2024.09.25 17:26:27.055766 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3511 | 2024.09.25 17:26:27.056111 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3512 | 2024.09.25 17:26:27.056448 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3513 | 2024.09.25 17:26:27.056598 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001404 sec., 712.2507122507122 rows/sec., 47.99 KiB/sec. | ||
| 3514 | 2024.09.25 17:26:27.056798 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Debug> DynamicQueryHandler: Done processing query | ||
| 3515 | 2024.09.25 17:26:27.056821 [ 3 ] {97396efa-b34e-49df-9053-48b6af455e11} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 3516 | 2024.09.25 17:26:27.056838 [ 3 ] {} <Debug> HTTP-Session: cafdbcf3-690d-4b95-8afe-05b2ff9d8599 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3517 | 2024.09.25 17:26:27.056998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 37650, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3518 | 2024.09.25 17:26:27.057046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3519 | 2024.09.25 17:26:27.057067 [ 3 ] {} <Debug> HTTP-Session: d9675fa2-ab27-4ca5-a030-cce87f88c90b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3520 | 2024.09.25 17:26:27.057084 [ 3 ] {} <Debug> HTTP-Session: d9675fa2-ab27-4ca5-a030-cce87f88c90b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3521 | 2024.09.25 17:26:27.057097 [ 3 ] {} <Debug> HTTP-Session: d9675fa2-ab27-4ca5-a030-cce87f88c90b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3522 | 2024.09.25 17:26:27.057127 [ 3 ] {} <Trace> HTTP-Session: d9675fa2-ab27-4ca5-a030-cce87f88c90b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3523 | 2024.09.25 17:26:27.057485 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3524 | 2024.09.25 17:26:27.057551 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <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_histogramu64 | ||
| 3525 | 2024.09.25 17:26:27.057980 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3526 | 2024.09.25 17:26:27.058545 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3527 | 2024.09.25 17:26:27.058581 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3528 | 2024.09.25 17:26:27.059201 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3529 | 2024.09.25 17:26:27.059632 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3530 | 2024.09.25 17:26:27.059814 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002607 sec., 8822.40122746452 rows/sec., 15.81 MiB/sec. | ||
| 3531 | 2024.09.25 17:26:27.060025 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Debug> DynamicQueryHandler: Done processing query | ||
| 3532 | 2024.09.25 17:26:27.060049 [ 3 ] {f2b7c102-1444-415a-9d2a-c681062d8684} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 3533 | 2024.09.25 17:26:27.060067 [ 3 ] {} <Debug> HTTP-Session: d9675fa2-ab27-4ca5-a030-cce87f88c90b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3534 | 2024.09.25 17:26:27.060201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3535 | 2024.09.25 17:26:27.060247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3536 | 2024.09.25 17:26:27.060268 [ 3 ] {} <Debug> HTTP-Session: 48395527-2630-4b3e-8e6f-0fc9451aef72 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3537 | 2024.09.25 17:26:27.060284 [ 3 ] {} <Debug> HTTP-Session: 48395527-2630-4b3e-8e6f-0fc9451aef72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3538 | 2024.09.25 17:26:27.060297 [ 3 ] {} <Debug> HTTP-Session: 48395527-2630-4b3e-8e6f-0fc9451aef72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3539 | 2024.09.25 17:26:27.060328 [ 3 ] {} <Trace> HTTP-Session: 48395527-2630-4b3e-8e6f-0fc9451aef72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3540 | 2024.09.25 17:26:27.060457 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3541 | 2024.09.25 17:26:27.060502 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3542 | 2024.09.25 17:26:27.060631 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3543 | 2024.09.25 17:26:27.060966 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3544 | 2024.09.25 17:26:27.061007 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3545 | 2024.09.25 17:26:27.061389 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3546 | 2024.09.25 17:26:27.061715 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3547 | 2024.09.25 17:26:27.061835 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001437 sec., 57063.326374391094 rows/sec., 3.62 MiB/sec. | ||
| 3548 | 2024.09.25 17:26:27.061998 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3549 | 2024.09.25 17:26:27.062022 [ 3 ] {1dad2c93-e2f1-4b3a-9cf9-653ea654add8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3550 | 2024.09.25 17:26:27.062038 [ 3 ] {} <Debug> HTTP-Session: 48395527-2630-4b3e-8e6f-0fc9451aef72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3551 | 2024.09.25 17:26:31.430848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3552 | 2024.09.25 17:26:31.430978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3553 | 2024.09.25 17:26:31.431004 [ 3 ] {} <Debug> HTTP-Session: b101698d-6a6d-4d42-8f88-e980cc6a9bd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3554 | 2024.09.25 17:26:31.431030 [ 3 ] {} <Debug> HTTP-Session: b101698d-6a6d-4d42-8f88-e980cc6a9bd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3555 | 2024.09.25 17:26:31.431045 [ 3 ] {} <Debug> HTTP-Session: b101698d-6a6d-4d42-8f88-e980cc6a9bd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3556 | 2024.09.25 17:26:31.431096 [ 3 ] {} <Trace> HTTP-Session: b101698d-6a6d-4d42-8f88-e980cc6a9bd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2024.09.25 17:26:31.431284 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3558 | 2024.09.25 17:26:31.431353 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3559 | 2024.09.25 17:26:31.431695 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3560 | 2024.09.25 17:26:31.432123 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2024.09.25 17:26:31.432166 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3562 | 2024.09.25 17:26:31.432589 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3563 | 2024.09.25 17:26:31.432987 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2024.09.25 17:26:31.433150 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001919 sec., 2084.4189682126107 rows/sec., 169.97 KiB/sec. | ||
| 3565 | 2024.09.25 17:26:31.433387 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Debug> DynamicQueryHandler: Done processing query | ||
| 3566 | 2024.09.25 17:26:31.433415 [ 3 ] {ae80f3a9-baeb-464c-b600-c5e33e1ea802} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3567 | 2024.09.25 17:26:31.433432 [ 3 ] {} <Debug> HTTP-Session: b101698d-6a6d-4d42-8f88-e980cc6a9bd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3568 | 2024.09.25 17:26:31.433717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3569 | 2024.09.25 17:26:31.433766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3570 | 2024.09.25 17:26:31.433786 [ 3 ] {} <Debug> HTTP-Session: 9fc503ca-9668-496d-8bb6-4fa2aaf768d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3571 | 2024.09.25 17:26:31.433803 [ 3 ] {} <Debug> HTTP-Session: 9fc503ca-9668-496d-8bb6-4fa2aaf768d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3572 | 2024.09.25 17:26:31.433817 [ 3 ] {} <Debug> HTTP-Session: 9fc503ca-9668-496d-8bb6-4fa2aaf768d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3573 | 2024.09.25 17:26:31.433849 [ 3 ] {} <Trace> HTTP-Session: 9fc503ca-9668-496d-8bb6-4fa2aaf768d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2024.09.25 17:26:31.434664 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3575 | 2024.09.25 17:26:31.434711 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3576 | 2024.09.25 17:26:31.434946 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3577 | 2024.09.25 17:26:31.436114 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3578 | 2024.09.25 17:26:31.436152 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3579 | 2024.09.25 17:26:31.436590 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3580 | 2024.09.25 17:26:31.436972 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3581 | 2024.09.25 17:26:31.437117 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Debug> executeQuery: Read 1214 rows, 102.23 KiB in 0.003117 sec., 389477.0612768688 rows/sec., 32.03 MiB/sec. | ||
| 3582 | 2024.09.25 17:26:31.437299 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Debug> DynamicQueryHandler: Done processing query | ||
| 3583 | 2024.09.25 17:26:31.437323 [ 3 ] {a766c197-efed-48c7-8cc7-fc08efb61318} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 3584 | 2024.09.25 17:26:31.437339 [ 3 ] {} <Debug> HTTP-Session: 9fc503ca-9668-496d-8bb6-4fa2aaf768d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3585 | 2024.09.25 17:26:31.437530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3586 | 2024.09.25 17:26:31.437578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3587 | 2024.09.25 17:26:31.437598 [ 3 ] {} <Debug> HTTP-Session: b381e2c1-b421-4f00-a384-8b5b356d63ee Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3588 | 2024.09.25 17:26:31.437615 [ 3 ] {} <Debug> HTTP-Session: b381e2c1-b421-4f00-a384-8b5b356d63ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3589 | 2024.09.25 17:26:31.437629 [ 3 ] {} <Debug> HTTP-Session: b381e2c1-b421-4f00-a384-8b5b356d63ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3590 | 2024.09.25 17:26:31.437660 [ 3 ] {} <Trace> HTTP-Session: b381e2c1-b421-4f00-a384-8b5b356d63ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3591 | 2024.09.25 17:26:31.437757 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3592 | 2024.09.25 17:26:31.437800 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3593 | 2024.09.25 17:26:31.438032 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3594 | 2024.09.25 17:26:31.438338 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3595 | 2024.09.25 17:26:31.438375 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3596 | 2024.09.25 17:26:31.438727 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3597 | 2024.09.25 17:26:31.439094 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3598 | 2024.09.25 17:26:31.439235 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001504 sec., 7978.72340425532 rows/sec., 585.68 KiB/sec. | ||
| 3599 | 2024.09.25 17:26:31.439407 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Debug> DynamicQueryHandler: Done processing query | ||
| 3600 | 2024.09.25 17:26:31.439432 [ 3 ] {36837dd6-f93f-4daf-9df7-801dd840ef22} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3601 | 2024.09.25 17:26:31.439449 [ 3 ] {} <Debug> HTTP-Session: b381e2c1-b421-4f00-a384-8b5b356d63ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3602 | 2024.09.25 17:26:31.439632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3603 | 2024.09.25 17:26:31.439680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3604 | 2024.09.25 17:26:31.439700 [ 3 ] {} <Debug> HTTP-Session: 23dfbfbe-a08c-4bc3-8cf1-796afb27fd23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3605 | 2024.09.25 17:26:31.439717 [ 3 ] {} <Debug> HTTP-Session: 23dfbfbe-a08c-4bc3-8cf1-796afb27fd23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3606 | 2024.09.25 17:26:31.439730 [ 3 ] {} <Debug> HTTP-Session: 23dfbfbe-a08c-4bc3-8cf1-796afb27fd23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3607 | 2024.09.25 17:26:31.439761 [ 3 ] {} <Trace> HTTP-Session: 23dfbfbe-a08c-4bc3-8cf1-796afb27fd23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3608 | 2024.09.25 17:26:31.439905 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3609 | 2024.09.25 17:26:31.439948 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3610 | 2024.09.25 17:26:31.440179 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3611 | 2024.09.25 17:26:31.440617 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2024.09.25 17:26:31.440652 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3613 | 2024.09.25 17:26:31.441010 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3614 | 2024.09.25 17:26:31.441367 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2024.09.25 17:26:31.441529 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001681 sec., 135633.5514574658 rows/sec., 9.18 MiB/sec. | ||
| 3616 | 2024.09.25 17:26:31.441530 [ 44 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3617 | 2024.09.25 17:26:31.441643 [ 44 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3618 | 2024.09.25 17:26:31.441691 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3619 | 2024.09.25 17:26:31.441782 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3620 | 2024.09.25 17:26:31.441850 [ 3 ] {e03a9958-4ecf-436c-8fba-fb8df1e3572e} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 3621 | 2024.09.25 17:26:31.441908 [ 3 ] {} <Debug> HTTP-Session: 23dfbfbe-a08c-4bc3-8cf1-796afb27fd23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3622 | 2024.09.25 17:26:31.441987 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 3623 | 2024.09.25 17:26:31.442182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3624 | 2024.09.25 17:26:31.442286 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3625 | 2024.09.25 17:26:31.442298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3626 | 2024.09.25 17:26:31.442362 [ 3 ] {} <Debug> HTTP-Session: d2a01c8c-8a0f-4128-b640-3d7643d22e66 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3627 | 2024.09.25 17:26:31.442370 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 3628 | 2024.09.25 17:26:31.442388 [ 3 ] {} <Debug> HTTP-Session: d2a01c8c-8a0f-4128-b640-3d7643d22e66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3629 | 2024.09.25 17:26:31.442422 [ 3 ] {} <Debug> HTTP-Session: d2a01c8c-8a0f-4128-b640-3d7643d22e66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3630 | 2024.09.25 17:26:31.442480 [ 3 ] {} <Trace> HTTP-Session: d2a01c8c-8a0f-4128-b640-3d7643d22e66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3631 | 2024.09.25 17:26:31.442706 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 3632 | 2024.09.25 17:26:31.442835 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3633 | 2024.09.25 17:26:31.443115 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3634 | 2024.09.25 17:26:31.443125 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3635 | 2024.09.25 17:26:31.443232 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3636 | 2024.09.25 17:26:31.443420 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 3637 | 2024.09.25 17:26:31.443791 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 3638 | 2024.09.25 17:26:31.444568 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3639 | 2024.09.25 17:26:31.445692 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3640 | 2024.09.25 17:26:31.445766 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3641 | 2024.09.25 17:26:31.446860 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005066004 sec., 101263.24416640808 rows/sec., 6.89 MiB/sec. | ||
| 3642 | 2024.09.25 17:26:31.446941 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3643 | 2024.09.25 17:26:31.447055 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3644 | 2024.09.25 17:26:31.447842 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2024.09.25 17:26:31.448114 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3646 | 2024.09.25 17:26:31.448163 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.005457 sec., 97489.4630749496 rows/sec., 7.22 MiB/sec. | ||
| 3647 | 2024.09.25 17:26:31.448334 [ 194 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_6_1} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3648 | 2024.09.25 17:26:31.448493 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3649 | 2024.09.25 17:26:31.448544 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Debug> DynamicQueryHandler: Done processing query | ||
| 3650 | 2024.09.25 17:26:31.448574 [ 3 ] {c3c85a08-9215-411f-a026-855e51f8c222} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 3651 | 2024.09.25 17:26:31.448590 [ 3 ] {} <Debug> HTTP-Session: d2a01c8c-8a0f-4128-b640-3d7643d22e66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3652 | 2024.09.25 17:26:31.448847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 189089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3653 | 2024.09.25 17:26:31.448895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3654 | 2024.09.25 17:26:31.448914 [ 3 ] {} <Debug> HTTP-Session: 2baaa0ea-ff03-43ac-8b07-18eff95295a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3655 | 2024.09.25 17:26:31.448931 [ 3 ] {} <Debug> HTTP-Session: 2baaa0ea-ff03-43ac-8b07-18eff95295a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3656 | 2024.09.25 17:26:31.448945 [ 3 ] {} <Debug> HTTP-Session: 2baaa0ea-ff03-43ac-8b07-18eff95295a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3657 | 2024.09.25 17:26:31.448977 [ 3 ] {} <Trace> HTTP-Session: 2baaa0ea-ff03-43ac-8b07-18eff95295a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3658 | 2024.09.25 17:26:31.449667 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3659 | 2024.09.25 17:26:31.449718 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3660 | 2024.09.25 17:26:31.449887 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3661 | 2024.09.25 17:26:31.450850 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.09.25 17:26:31.450887 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3663 | 2024.09.25 17:26:31.451334 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3664 | 2024.09.25 17:26:31.451688 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.09.25 17:26:31.451928 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Debug> executeQuery: Read 998 rows, 68.67 KiB in 0.002688 sec., 371279.76190476195 rows/sec., 24.95 MiB/sec. | ||
| 3666 | 2024.09.25 17:26:31.452140 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Debug> DynamicQueryHandler: Done processing query | ||
| 3667 | 2024.09.25 17:26:31.452164 [ 3 ] {28d12d22-e14b-4d82-95ef-54b731c7b228} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 3668 | 2024.09.25 17:26:31.452181 [ 3 ] {} <Debug> HTTP-Session: 2baaa0ea-ff03-43ac-8b07-18eff95295a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3669 | 2024.09.25 17:26:31.452477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14172, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3670 | 2024.09.25 17:26:31.452559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3671 | 2024.09.25 17:26:31.452582 [ 3 ] {} <Debug> HTTP-Session: d501c9f2-82e8-4598-b0d8-8bd74f590ffd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3672 | 2024.09.25 17:26:31.452606 [ 3 ] {} <Debug> HTTP-Session: d501c9f2-82e8-4598-b0d8-8bd74f590ffd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3673 | 2024.09.25 17:26:31.452621 [ 3 ] {} <Debug> HTTP-Session: d501c9f2-82e8-4598-b0d8-8bd74f590ffd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3674 | 2024.09.25 17:26:31.452669 [ 3 ] {} <Trace> HTTP-Session: d501c9f2-82e8-4598-b0d8-8bd74f590ffd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2024.09.25 17:26:31.452933 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3676 | 2024.09.25 17:26:31.453031 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <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_histogramu64 | ||
| 3677 | 2024.09.25 17:26:31.453553 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3678 | 2024.09.25 17:26:31.454243 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3679 | 2024.09.25 17:26:31.454300 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3680 | 2024.09.25 17:26:31.455016 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3681 | 2024.09.25 17:26:31.455454 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3682 | 2024.09.25 17:26:31.455635 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002829 sec., 2827.8543655001768 rows/sec., 5.07 MiB/sec. | ||
| 3683 | 2024.09.25 17:26:31.455939 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3684 | 2024.09.25 17:26:31.455966 [ 3 ] {8e62574a-71f4-48e9-9f1d-b8694e110df0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 3685 | 2024.09.25 17:26:31.455984 [ 3 ] {} <Debug> HTTP-Session: d501c9f2-82e8-4598-b0d8-8bd74f590ffd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3686 | 2024.09.25 17:26:31.456123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3687 | 2024.09.25 17:26:31.456175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3688 | 2024.09.25 17:26:31.456195 [ 3 ] {} <Debug> HTTP-Session: c97af188-638e-4bf9-aa38-bae54abe42a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3689 | 2024.09.25 17:26:31.456212 [ 3 ] {} <Debug> HTTP-Session: c97af188-638e-4bf9-aa38-bae54abe42a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3690 | 2024.09.25 17:26:31.456226 [ 3 ] {} <Debug> HTTP-Session: c97af188-638e-4bf9-aa38-bae54abe42a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3691 | 2024.09.25 17:26:31.456262 [ 3 ] {} <Trace> HTTP-Session: c97af188-638e-4bf9-aa38-bae54abe42a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3692 | 2024.09.25 17:26:31.456378 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3693 | 2024.09.25 17:26:31.456425 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3694 | 2024.09.25 17:26:31.456561 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3695 | 2024.09.25 17:26:31.456861 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3696 | 2024.09.25 17:26:31.456899 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3697 | 2024.09.25 17:26:31.457266 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3698 | 2024.09.25 17:26:31.457604 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3699 | 2024.09.25 17:26:31.457770 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001427 sec., 39243.167484232654 rows/sec., 2.64 MiB/sec. | ||
| 3700 | 2024.09.25 17:26:31.457932 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3701 | 2024.09.25 17:26:31.457957 [ 3 ] {ed4fa9f1-4864-4bf4-94cc-d6937058109d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3702 | 2024.09.25 17:26:31.457973 [ 3 ] {} <Debug> HTTP-Session: c97af188-638e-4bf9-aa38-bae54abe42a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3703 | 2024.09.25 17:26:32.017694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3704 | 2024.09.25 17:26:32.017820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3705 | 2024.09.25 17:26:32.017844 [ 3 ] {} <Debug> HTTP-Session: 05ff9d35-6c61-4fa4-a59b-873cc8c668ef Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3706 | 2024.09.25 17:26:32.017870 [ 3 ] {} <Debug> HTTP-Session: 05ff9d35-6c61-4fa4-a59b-873cc8c668ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3707 | 2024.09.25 17:26:32.017885 [ 3 ] {} <Debug> HTTP-Session: 05ff9d35-6c61-4fa4-a59b-873cc8c668ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3708 | 2024.09.25 17:26:32.017934 [ 3 ] {} <Trace> HTTP-Session: 05ff9d35-6c61-4fa4-a59b-873cc8c668ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3709 | 2024.09.25 17:26:32.018111 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3710 | 2024.09.25 17:26:32.018178 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3711 | 2024.09.25 17:26:32.018518 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3712 | 2024.09.25 17:26:32.018945 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3713 | 2024.09.25 17:26:32.018987 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3714 | 2024.09.25 17:26:32.019394 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3715 | 2024.09.25 17:26:32.019797 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3716 | 2024.09.25 17:26:32.019988 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001926 sec., 1038.4215991692627 rows/sec., 84.68 KiB/sec. | ||
| 3717 | 2024.09.25 17:26:32.020203 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Debug> DynamicQueryHandler: Done processing query | ||
| 3718 | 2024.09.25 17:26:32.020229 [ 3 ] {7d57cb40-369c-4908-a2f4-47bace771d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3719 | 2024.09.25 17:26:32.020246 [ 3 ] {} <Debug> HTTP-Session: 05ff9d35-6c61-4fa4-a59b-873cc8c668ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3720 | 2024.09.25 17:26:32.020365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3721 | 2024.09.25 17:26:32.020414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3722 | 2024.09.25 17:26:32.020432 [ 3 ] {} <Debug> HTTP-Session: 1f3c7ee8-540e-4e5b-8e5e-aa659b059676 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3723 | 2024.09.25 17:26:32.020450 [ 3 ] {} <Debug> HTTP-Session: 1f3c7ee8-540e-4e5b-8e5e-aa659b059676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3724 | 2024.09.25 17:26:32.020464 [ 3 ] {} <Debug> HTTP-Session: 1f3c7ee8-540e-4e5b-8e5e-aa659b059676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3725 | 2024.09.25 17:26:32.020495 [ 3 ] {} <Trace> HTTP-Session: 1f3c7ee8-540e-4e5b-8e5e-aa659b059676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3726 | 2024.09.25 17:26:32.020596 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3727 | 2024.09.25 17:26:32.020639 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3728 | 2024.09.25 17:26:32.020867 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3729 | 2024.09.25 17:26:32.021195 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2024.09.25 17:26:32.021233 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3731 | 2024.09.25 17:26:32.021588 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3732 | 2024.09.25 17:26:32.021957 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2024.09.25 17:26:32.022128 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Debug> executeQuery: Read 27 rows, 2.13 KiB in 0.001546 sec., 17464.424320827944 rows/sec., 1.35 MiB/sec. | ||
| 3734 | 2024.09.25 17:26:32.022146 [ 41 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3735 | 2024.09.25 17:26:32.022290 [ 41 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2024.09.25 17:26:32.022351 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 3737 | 2024.09.25 17:26:32.022364 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Debug> DynamicQueryHandler: Done processing query | ||
| 3738 | 2024.09.25 17:26:32.022407 [ 3 ] {dcf44bdd-b4d5-46ae-94fd-a004d0f05f85} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3739 | 2024.09.25 17:26:32.022465 [ 3 ] {} <Debug> HTTP-Session: 1f3c7ee8-540e-4e5b-8e5e-aa659b059676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3740 | 2024.09.25 17:26:32.022626 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 3741 | 2024.09.25 17:26:32.022685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3742 | 2024.09.25 17:26:32.022793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3743 | 2024.09.25 17:26:32.022845 [ 3 ] {} <Debug> HTTP-Session: c717cd71-48d3-44b6-8eb3-13253e659f99 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3744 | 2024.09.25 17:26:32.022901 [ 3 ] {} <Debug> HTTP-Session: c717cd71-48d3-44b6-8eb3-13253e659f99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3745 | 2024.09.25 17:26:32.022942 [ 3 ] {} <Debug> HTTP-Session: c717cd71-48d3-44b6-8eb3-13253e659f99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3746 | 2024.09.25 17:26:32.023037 [ 3 ] {} <Trace> HTTP-Session: c717cd71-48d3-44b6-8eb3-13253e659f99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3747 | 2024.09.25 17:26:32.023068 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3748 | 2024.09.25 17:26:32.023121 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1392 rows starting from the beginning of the part | ||
| 3749 | 2024.09.25 17:26:32.023199 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3750 | 2024.09.25 17:26:32.023357 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3751 | 2024.09.25 17:26:32.023399 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 235 rows starting from the beginning of the part | ||
| 3752 | 2024.09.25 17:26:32.023800 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 3753 | 2024.09.25 17:26:32.024223 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 237 rows starting from the beginning of the part | ||
| 3754 | 2024.09.25 17:26:32.024598 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1214 rows starting from the beginning of the part | ||
| 3755 | 2024.09.25 17:26:32.025005 [ 193 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part | ||
| 3756 | 2024.09.25 17:26:32.025252 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3757 | 2024.09.25 17:26:32.026176 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2024.09.25 17:26:32.026243 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3759 | 2024.09.25 17:26:32.027274 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3760 | 2024.09.25 17:26:32.028153 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2024.09.25 17:26:32.028360 [ 41 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3762 | 2024.09.25 17:26:32.028412 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.005217 sec., 383.362085489745 rows/sec., 26.77 KiB/sec. | ||
| 3763 | 2024.09.25 17:26:32.028446 [ 41 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3764 | 2024.09.25 17:26:32.028544 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3765 | 2024.09.25 17:26:32.029084 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 3766 | 2024.09.25 17:26:32.029177 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 3767 | 2024.09.25 17:26:32.029270 [ 3 ] {dd8280c5-904c-42b7-81a4-4c1fcbd7bfeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3768 | 2024.09.25 17:26:32.029331 [ 3 ] {} <Debug> HTTP-Session: c717cd71-48d3-44b6-8eb3-13253e659f99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3769 | 2024.09.25 17:26:32.029337 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3177 rows, containing 5 columns (5 merged, 0 gathered) in 0.006843207 sec., 464256.0132990278 rows/sec., 40.56 MiB/sec. | ||
| 3770 | 2024.09.25 17:26:32.029545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3771 | 2024.09.25 17:26:32.029550 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3772 | 2024.09.25 17:26:32.029671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3773 | 2024.09.25 17:26:32.029668 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 31 rows starting from the beginning of the part | ||
| 3774 | 2024.09.25 17:26:32.029712 [ 3 ] {} <Debug> HTTP-Session: 20be86db-e1cc-47a4-aef6-adc8880ed6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3775 | 2024.09.25 17:26:32.029727 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3776 | 2024.09.25 17:26:32.029777 [ 3 ] {} <Debug> HTTP-Session: 20be86db-e1cc-47a4-aef6-adc8880ed6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3777 | 2024.09.25 17:26:32.029837 [ 3 ] {} <Debug> HTTP-Session: 20be86db-e1cc-47a4-aef6-adc8880ed6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3778 | 2024.09.25 17:26:32.030001 [ 3 ] {} <Trace> HTTP-Session: 20be86db-e1cc-47a4-aef6-adc8880ed6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3779 | 2024.09.25 17:26:32.030294 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 3780 | 2024.09.25 17:26:32.030377 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3781 | 2024.09.25 17:26:32.030587 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3782 | 2024.09.25 17:26:32.031312 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 3783 | 2024.09.25 17:26:32.031768 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3784 | 2024.09.25 17:26:32.032126 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_16_3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3785 | 2024.09.25 17:26:32.032243 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 3786 | 2024.09.25 17:26:32.032243 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3787 | 2024.09.25 17:26:32.032406 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 3788 | 2024.09.25 17:26:32.032731 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 3789 | 2024.09.25 17:26:32.033074 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 3790 | 2024.09.25 17:26:32.033766 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3791 | 2024.09.25 17:26:32.033827 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3792 | 2024.09.25 17:26:32.034764 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3793 | 2024.09.25 17:26:32.036067 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3794 | 2024.09.25 17:26:32.036096 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 103 rows, containing 5 columns (5 merged, 0 gathered) in 0.007398357 sec., 13922.00998140533 rows/sec., 1.07 MiB/sec. | ||
| 3795 | 2024.09.25 17:26:32.036322 [ 41 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3796 | 2024.09.25 17:26:32.036341 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.006071 sec., 4941.525284137704 rows/sec., 395.23 KiB/sec. | ||
| 3797 | 2024.09.25 17:26:32.036342 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3798 | 2024.09.25 17:26:32.036380 [ 41 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3799 | 2024.09.25 17:26:32.036555 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3800 | 2024.09.25 17:26:32.036907 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 3801 | 2024.09.25 17:26:32.036918 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 3802 | 2024.09.25 17:26:32.036955 [ 3 ] {d61f73d6-ad7d-4c0e-a21f-b6dff31982ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3803 | 2024.09.25 17:26:32.037064 [ 3 ] {} <Debug> HTTP-Session: 20be86db-e1cc-47a4-aef6-adc8880ed6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3804 | 2024.09.25 17:26:32.037381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3805 | 2024.09.25 17:26:32.037549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3806 | 2024.09.25 17:26:32.037649 [ 3 ] {} <Debug> HTTP-Session: fb0ede83-a04d-41f7-9930-f38ebd19d983 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3807 | 2024.09.25 17:26:32.037726 [ 3 ] {} <Debug> HTTP-Session: fb0ede83-a04d-41f7-9930-f38ebd19d983 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3808 | 2024.09.25 17:26:32.037748 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3809 | 2024.09.25 17:26:32.037769 [ 3 ] {} <Debug> HTTP-Session: fb0ede83-a04d-41f7-9930-f38ebd19d983 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3810 | 2024.09.25 17:26:32.037838 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 878 rows starting from the beginning of the part | ||
| 3811 | 2024.09.25 17:26:32.037855 [ 3 ] {} <Trace> HTTP-Session: fb0ede83-a04d-41f7-9930-f38ebd19d983 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2024.09.25 17:26:32.038190 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 405 rows starting from the beginning of the part | ||
| 3813 | 2024.09.25 17:26:32.038225 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3814 | 2024.09.25 17:26:32.038405 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2024.09.25 17:26:32.038508 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3816 | 2024.09.25 17:26:32.038864 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 72 rows starting from the beginning of the part | ||
| 3817 | 2024.09.25 17:26:32.038944 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_11_2} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3818 | 2024.09.25 17:26:32.039379 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 409 rows starting from the beginning of the part | ||
| 3819 | 2024.09.25 17:26:32.039410 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3820 | 2024.09.25 17:26:32.039702 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 532 rows starting from the beginning of the part | ||
| 3821 | 2024.09.25 17:26:32.039941 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
| 3822 | 2024.09.25 17:26:32.040080 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3823 | 2024.09.25 17:26:32.040685 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3824 | 2024.09.25 17:26:32.040730 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3825 | 2024.09.25 17:26:32.041262 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3826 | 2024.09.25 17:26:32.041709 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3827 | 2024.09.25 17:26:32.041953 [ 41 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3828 | 2024.09.25 17:26:32.042061 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Debug> executeQuery: Read 11 rows, 799.00 B in 0.004002 sec., 2748.6256871564215 rows/sec., 194.97 KiB/sec. | ||
| 3829 | 2024.09.25 17:26:32.042083 [ 41 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3830 | 2024.09.25 17:26:32.042227 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3831 | 2024.09.25 17:26:32.042435 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.005667495 sec., 410410.59586289886 rows/sec., 31.39 MiB/sec. | ||
| 3832 | 2024.09.25 17:26:32.042702 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 3833 | 2024.09.25 17:26:32.042777 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3834 | 2024.09.25 17:26:32.042775 [ 196 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3835 | 2024.09.25 17:26:32.042844 [ 3 ] {b7a3bef9-3214-4346-8763-c453e48cb2e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3836 | 2024.09.25 17:26:32.042912 [ 3 ] {} <Debug> HTTP-Session: fb0ede83-a04d-41f7-9930-f38ebd19d983 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3837 | 2024.09.25 17:26:32.043178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3838 | 2024.09.25 17:26:32.043345 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3839 | 2024.09.25 17:26:32.043382 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3840 | 2024.09.25 17:26:32.043417 [ 3 ] {} <Debug> HTTP-Session: a0500c8c-8eb3-438d-b965-ac69a3459ba7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3841 | 2024.09.25 17:26:32.043497 [ 3 ] {} <Debug> HTTP-Session: a0500c8c-8eb3-438d-b965-ac69a3459ba7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3842 | 2024.09.25 17:26:32.043588 [ 3 ] {} <Debug> HTTP-Session: a0500c8c-8eb3-438d-b965-ac69a3459ba7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3843 | 2024.09.25 17:26:32.043574 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4148 rows starting from the beginning of the part | ||
| 3844 | 2024.09.25 17:26:32.043729 [ 3 ] {} <Trace> HTTP-Session: a0500c8c-8eb3-438d-b965-ac69a3459ba7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3845 | 2024.09.25 17:26:32.044174 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 3846 | 2024.09.25 17:26:32.044263 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3847 | 2024.09.25 17:26:32.044527 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3848 | 2024.09.25 17:26:32.045062 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 3849 | 2024.09.25 17:26:32.045308 [ 195 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3850 | 2024.09.25 17:26:32.045757 [ 195 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_16_3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3851 | 2024.09.25 17:26:32.045769 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3852 | 2024.09.25 17:26:32.045822 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 239 rows starting from the beginning of the part | ||
| 3853 | 2024.09.25 17:26:32.046048 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 3854 | 2024.09.25 17:26:32.046345 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 998 rows starting from the beginning of the part | ||
| 3855 | 2024.09.25 17:26:32.046724 [ 197 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 11 rows starting from the beginning of the part | ||
| 3856 | 2024.09.25 17:26:32.046953 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.09.25 17:26:32.047053 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3858 | 2024.09.25 17:26:32.048024 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3859 | 2024.09.25 17:26:32.048615 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2024.09.25 17:26:32.048923 [ 41 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3861 | 2024.09.25 17:26:32.049031 [ 41 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2024.09.25 17:26:32.049047 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.004981 sec., 803.0515960650472 rows/sec., 56.46 KiB/sec. | ||
| 3863 | 2024.09.25 17:26:32.049102 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3864 | 2024.09.25 17:26:32.049673 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 3865 | 2024.09.25 17:26:32.049794 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 3866 | 2024.09.25 17:26:32.049865 [ 3 ] {1af47826-3732-4eae-aee7-93c7eb238bbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3867 | 2024.09.25 17:26:32.049929 [ 3 ] {} <Debug> HTTP-Session: a0500c8c-8eb3-438d-b965-ac69a3459ba7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3868 | 2024.09.25 17:26:32.050325 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3869 | 2024.09.25 17:26:32.050414 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 592 rows starting from the beginning of the part | ||
| 3870 | 2024.09.25 17:26:32.050675 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 3871 | 2024.09.25 17:26:32.050887 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 3872 | 2024.09.25 17:26:32.051131 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 3873 | 2024.09.25 17:26:32.051371 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 3874 | 2024.09.25 17:26:32.051626 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 3875 | 2024.09.25 17:26:32.052307 [ 196 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5793 rows, containing 5 columns (5 merged, 0 gathered) in 0.009902464 sec., 585005.913679666 rows/sec., 39.51 MiB/sec. | ||
| 3876 | 2024.09.25 17:26:32.052817 [ 196 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3877 | 2024.09.25 17:26:32.053867 [ 196 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.09.25 17:26:32.054131 [ 196 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3879 | 2024.09.25 17:26:32.054196 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 876 rows, containing 4 columns (4 merged, 0 gathered) in 0.004947772 sec., 177049.3870776584 rows/sec., 11.69 MiB/sec. | ||
| 3880 | 2024.09.25 17:26:32.054271 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 3881 | 2024.09.25 17:26:32.054545 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3882 | 2024.09.25 17:26:32.055024 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2024.09.25 17:26:32.055109 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_16_3} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3884 | 2024.09.25 17:26:32.055214 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 3885 | 2024.09.25 17:26:33.662466 [ 39 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3886 | 2024.09.25 17:26:33.662515 [ 39 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3887 | 2024.09.25 17:26:37.031911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38397, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3888 | 2024.09.25 17:26:37.032057 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3889 | 2024.09.25 17:26:37.032083 [ 3 ] {} <Debug> HTTP-Session: ac13a2dc-1779-47f5-9f1a-30bc942d8340 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3890 | 2024.09.25 17:26:37.032110 [ 3 ] {} <Debug> HTTP-Session: ac13a2dc-1779-47f5-9f1a-30bc942d8340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3891 | 2024.09.25 17:26:37.032125 [ 3 ] {} <Debug> HTTP-Session: ac13a2dc-1779-47f5-9f1a-30bc942d8340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3892 | 2024.09.25 17:26:37.032175 [ 3 ] {} <Trace> HTTP-Session: ac13a2dc-1779-47f5-9f1a-30bc942d8340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3893 | 2024.09.25 17:26:37.032445 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3894 | 2024.09.25 17:26:37.032514 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3895 | 2024.09.25 17:26:37.032847 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3896 | 2024.09.25 17:26:37.033449 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3897 | 2024.09.25 17:26:37.033490 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3898 | 2024.09.25 17:26:37.033942 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3899 | 2024.09.25 17:26:37.034340 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3900 | 2024.09.25 17:26:37.034494 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Debug> executeQuery: Read 254 rows, 22.96 KiB in 0.002183 sec., 116353.64177737059 rows/sec., 10.27 MiB/sec. | ||
| 3901 | 2024.09.25 17:26:37.034750 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3902 | 2024.09.25 17:26:37.034777 [ 3 ] {539e93d9-64da-4bc7-95a4-f475ef04e7b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 3903 | 2024.09.25 17:26:37.034793 [ 3 ] {} <Debug> HTTP-Session: ac13a2dc-1779-47f5-9f1a-30bc942d8340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3904 | 2024.09.25 17:26:37.035014 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3905 | 2024.09.25 17:26:37.035063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3906 | 2024.09.25 17:26:37.035085 [ 3 ] {} <Debug> HTTP-Session: 414a3ae4-a4df-4466-b1d5-230066e1def3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3907 | 2024.09.25 17:26:37.035101 [ 3 ] {} <Debug> HTTP-Session: 414a3ae4-a4df-4466-b1d5-230066e1def3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3908 | 2024.09.25 17:26:37.035114 [ 3 ] {} <Debug> HTTP-Session: 414a3ae4-a4df-4466-b1d5-230066e1def3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3909 | 2024.09.25 17:26:37.035145 [ 3 ] {} <Trace> HTTP-Session: 414a3ae4-a4df-4466-b1d5-230066e1def3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3910 | 2024.09.25 17:26:37.035249 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3911 | 2024.09.25 17:26:37.035295 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3912 | 2024.09.25 17:26:37.035522 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3913 | 2024.09.25 17:26:37.035868 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2024.09.25 17:26:37.035903 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3915 | 2024.09.25 17:26:37.036258 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3916 | 2024.09.25 17:26:37.036655 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2024.09.25 17:26:37.036789 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001573 sec., 20343.2930705658 rows/sec., 1.49 MiB/sec. | ||
| 3918 | 2024.09.25 17:26:37.036961 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 3919 | 2024.09.25 17:26:37.036986 [ 3 ] {646326f7-4942-4292-a507-ef881a7fe3e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 3920 | 2024.09.25 17:26:37.037002 [ 3 ] {} <Debug> HTTP-Session: 414a3ae4-a4df-4466-b1d5-230066e1def3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3921 | 2024.09.25 17:26:37.037130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2057, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3922 | 2024.09.25 17:26:37.037177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3923 | 2024.09.25 17:26:37.037196 [ 3 ] {} <Debug> HTTP-Session: a7e77923-c9bf-421d-91ba-f50a83539512 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3924 | 2024.09.25 17:26:37.037212 [ 3 ] {} <Debug> HTTP-Session: a7e77923-c9bf-421d-91ba-f50a83539512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3925 | 2024.09.25 17:26:37.037226 [ 3 ] {} <Debug> HTTP-Session: a7e77923-c9bf-421d-91ba-f50a83539512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3926 | 2024.09.25 17:26:37.037256 [ 3 ] {} <Trace> HTTP-Session: a7e77923-c9bf-421d-91ba-f50a83539512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3927 | 2024.09.25 17:26:37.037352 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3928 | 2024.09.25 17:26:37.037395 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3929 | 2024.09.25 17:26:37.037617 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3930 | 2024.09.25 17:26:37.037921 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3931 | 2024.09.25 17:26:37.037958 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3932 | 2024.09.25 17:26:37.038295 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3933 | 2024.09.25 17:26:37.038658 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2024.09.25 17:26:37.038789 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001464 sec., 10245.901639344262 rows/sec., 715.08 KiB/sec. | ||
| 3935 | 2024.09.25 17:26:37.038944 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 3936 | 2024.09.25 17:26:37.038968 [ 3 ] {51c243c6-39a7-496a-94a1-761ce35bb0ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3937 | 2024.09.25 17:26:37.038983 [ 3 ] {} <Debug> HTTP-Session: a7e77923-c9bf-421d-91ba-f50a83539512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3938 | 2024.09.25 17:26:37.039099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3939 | 2024.09.25 17:26:37.039147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3940 | 2024.09.25 17:26:37.039165 [ 3 ] {} <Debug> HTTP-Session: 9adf18db-ab74-40f1-8577-bd3071305cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3941 | 2024.09.25 17:26:37.039182 [ 3 ] {} <Debug> HTTP-Session: 9adf18db-ab74-40f1-8577-bd3071305cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3942 | 2024.09.25 17:26:37.039195 [ 3 ] {} <Debug> HTTP-Session: 9adf18db-ab74-40f1-8577-bd3071305cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3943 | 2024.09.25 17:26:37.039226 [ 3 ] {} <Trace> HTTP-Session: 9adf18db-ab74-40f1-8577-bd3071305cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3944 | 2024.09.25 17:26:37.039320 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 3945 | 2024.09.25 17:26:37.039361 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3946 | 2024.09.25 17:26:37.039581 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3947 | 2024.09.25 17:26:37.039870 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2024.09.25 17:26:37.039905 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3949 | 2024.09.25 17:26:37.040245 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3950 | 2024.09.25 17:26:37.040608 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2024.09.25 17:26:37.040725 [ 35 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3952 | 2024.09.25 17:26:37.040744 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 244.65 KiB/sec. | ||
| 3953 | 2024.09.25 17:26:37.040770 [ 35 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3954 | 2024.09.25 17:26:37.040806 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3955 | 2024.09.25 17:26:37.040923 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::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 | ||
| 3956 | 2024.09.25 17:26:37.040948 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Debug> DynamicQueryHandler: Done processing query | ||
| 3957 | 2024.09.25 17:26:37.040977 [ 3 ] {56327bbc-f438-4af6-b963-546966819204} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3958 | 2024.09.25 17:26:37.041004 [ 3 ] {} <Debug> HTTP-Session: 9adf18db-ab74-40f1-8577-bd3071305cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3959 | 2024.09.25 17:26:37.041092 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3960 | 2024.09.25 17:26:37.041129 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3961 | 2024.09.25 17:26:37.041219 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3962 | 2024.09.25 17:26:37.041227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 69096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3963 | 2024.09.25 17:26:37.041401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3964 | 2024.09.25 17:26:37.041574 [ 3 ] {} <Debug> HTTP-Session: 8764dfe2-c56b-434d-b620-775006255227 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3965 | 2024.09.25 17:26:37.041649 [ 3 ] {} <Debug> HTTP-Session: 8764dfe2-c56b-434d-b620-775006255227 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3966 | 2024.09.25 17:26:37.041664 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3967 | 2024.09.25 17:26:37.041675 [ 3 ] {} <Debug> HTTP-Session: 8764dfe2-c56b-434d-b620-775006255227 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3968 | 2024.09.25 17:26:37.041729 [ 3 ] {} <Trace> HTTP-Session: 8764dfe2-c56b-434d-b620-775006255227 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3969 | 2024.09.25 17:26:37.041843 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3970 | 2024.09.25 17:26:37.041957 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3971 | 2024.09.25 17:26:37.042110 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3972 | 2024.09.25 17:26:37.042179 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3973 | 2024.09.25 17:26:37.042627 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3974 | 2024.09.25 17:26:37.043396 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2024.09.25 17:26:37.043429 [ 195 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.002550087 sec., 11764.30451196371 rows/sec., 746.76 KiB/sec. | ||
| 3976 | 2024.09.25 17:26:37.043449 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3977 | 2024.09.25 17:26:37.043671 [ 195 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3978 | 2024.09.25 17:26:37.044260 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3979 | 2024.09.25 17:26:37.044767 [ 195 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.09.25 17:26:37.044892 [ 195 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_5_1} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3981 | 2024.09.25 17:26:37.045094 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3982 | 2024.09.25 17:26:37.045095 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3983 | 2024.09.25 17:26:37.045273 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Debug> executeQuery: Read 425 rows, 31.15 KiB in 0.00338 sec., 125739.6449704142 rows/sec., 9.00 MiB/sec. | ||
| 3984 | 2024.09.25 17:26:37.045453 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3985 | 2024.09.25 17:26:37.045477 [ 3 ] {0c887e1f-d0a3-434d-928a-9602ca283dfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 3986 | 2024.09.25 17:26:37.045493 [ 3 ] {} <Debug> HTTP-Session: 8764dfe2-c56b-434d-b620-775006255227 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3987 | 2024.09.25 17:26:37.045681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3988 | 2024.09.25 17:26:37.045728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3989 | 2024.09.25 17:26:37.045746 [ 3 ] {} <Debug> HTTP-Session: effcb328-9af0-46e1-b571-35652c5779de Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 3990 | 2024.09.25 17:26:37.045762 [ 3 ] {} <Debug> HTTP-Session: effcb328-9af0-46e1-b571-35652c5779de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3991 | 2024.09.25 17:26:37.045775 [ 3 ] {} <Debug> HTTP-Session: effcb328-9af0-46e1-b571-35652c5779de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3992 | 2024.09.25 17:26:37.045806 [ 3 ] {} <Trace> HTTP-Session: effcb328-9af0-46e1-b571-35652c5779de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3993 | 2024.09.25 17:26:37.045902 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3994 | 2024.09.25 17:26:37.045947 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3995 | 2024.09.25 17:26:37.046083 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3996 | 2024.09.25 17:26:37.046357 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3997 | 2024.09.25 17:26:37.046393 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 3998 | 2024.09.25 17:26:37.046746 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3999 | 2024.09.25 17:26:37.047073 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4000 | 2024.09.25 17:26:37.047205 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00133 sec., 4511.278195488721 rows/sec., 235.70 KiB/sec. | ||
| 4001 | 2024.09.25 17:26:37.047403 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4002 | 2024.09.25 17:26:37.047428 [ 3 ] {2c5870ec-eda8-429c-805f-3e2c8b130d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4003 | 2024.09.25 17:26:37.047444 [ 3 ] {} <Debug> HTTP-Session: effcb328-9af0-46e1-b571-35652c5779de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4004 | 2024.09.25 17:26:37.047599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4005 | 2024.09.25 17:26:37.047648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4006 | 2024.09.25 17:26:37.047667 [ 3 ] {} <Debug> HTTP-Session: a9a1e995-80bc-425b-8354-0e1c035b8ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4007 | 2024.09.25 17:26:37.047684 [ 3 ] {} <Debug> HTTP-Session: a9a1e995-80bc-425b-8354-0e1c035b8ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4008 | 2024.09.25 17:26:37.047697 [ 3 ] {} <Debug> HTTP-Session: a9a1e995-80bc-425b-8354-0e1c035b8ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4009 | 2024.09.25 17:26:37.047727 [ 3 ] {} <Trace> HTTP-Session: a9a1e995-80bc-425b-8354-0e1c035b8ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4010 | 2024.09.25 17:26:37.047931 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4011 | 2024.09.25 17:26:37.047978 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4012 | 2024.09.25 17:26:37.048119 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4013 | 2024.09.25 17:26:37.048546 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4014 | 2024.09.25 17:26:37.048580 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4015 | 2024.09.25 17:26:37.048964 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4016 | 2024.09.25 17:26:37.049330 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4017 | 2024.09.25 17:26:37.049461 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001659 sec., 142857.14285714284 rows/sec., 9.58 MiB/sec. | ||
| 4018 | 2024.09.25 17:26:37.049666 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4019 | 2024.09.25 17:26:37.049690 [ 3 ] {1fd7f377-a58f-43fd-a08a-ae6c0c8ac1d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4020 | 2024.09.25 17:26:37.049705 [ 3 ] {} <Debug> HTTP-Session: a9a1e995-80bc-425b-8354-0e1c035b8ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.09.25 17:26:37.049863 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4022 | 2024.09.25 17:26:37.049910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4023 | 2024.09.25 17:26:37.049928 [ 3 ] {} <Debug> HTTP-Session: 07550dd1-dff3-49ae-9dfa-cae6cb5d1464 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4024 | 2024.09.25 17:26:37.049944 [ 3 ] {} <Debug> HTTP-Session: 07550dd1-dff3-49ae-9dfa-cae6cb5d1464 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4025 | 2024.09.25 17:26:37.049957 [ 3 ] {} <Debug> HTTP-Session: 07550dd1-dff3-49ae-9dfa-cae6cb5d1464 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4026 | 2024.09.25 17:26:37.049988 [ 3 ] {} <Trace> HTTP-Session: 07550dd1-dff3-49ae-9dfa-cae6cb5d1464 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4027 | 2024.09.25 17:26:37.050080 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4028 | 2024.09.25 17:26:37.050124 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4029 | 2024.09.25 17:26:37.050253 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4030 | 2024.09.25 17:26:37.050577 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2024.09.25 17:26:37.050611 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4032 | 2024.09.25 17:26:37.050960 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4033 | 2024.09.25 17:26:37.051287 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.09.25 17:26:37.051427 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.00137 sec., 1459.8540145985403 rows/sec., 95.52 KiB/sec. | ||
| 4035 | 2024.09.25 17:26:37.051618 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4036 | 2024.09.25 17:26:37.051642 [ 3 ] {a5a82b14-17bd-4a40-a905-ad4a1024da46} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4037 | 2024.09.25 17:26:37.051658 [ 3 ] {} <Debug> HTTP-Session: 07550dd1-dff3-49ae-9dfa-cae6cb5d1464 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4038 | 2024.09.25 17:26:37.051810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4039 | 2024.09.25 17:26:37.051857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4040 | 2024.09.25 17:26:37.051876 [ 3 ] {} <Debug> HTTP-Session: 99196629-dc98-40a3-92d7-1effc1a893c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4041 | 2024.09.25 17:26:37.051892 [ 3 ] {} <Debug> HTTP-Session: 99196629-dc98-40a3-92d7-1effc1a893c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4042 | 2024.09.25 17:26:37.051906 [ 3 ] {} <Debug> HTTP-Session: 99196629-dc98-40a3-92d7-1effc1a893c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4043 | 2024.09.25 17:26:37.051935 [ 3 ] {} <Trace> HTTP-Session: 99196629-dc98-40a3-92d7-1effc1a893c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4044 | 2024.09.25 17:26:37.052247 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4045 | 2024.09.25 17:26:37.052314 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <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_histogramu64 | ||
| 4046 | 2024.09.25 17:26:37.052714 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4047 | 2024.09.25 17:26:37.053501 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4048 | 2024.09.25 17:26:37.053536 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4049 | 2024.09.25 17:26:37.054189 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4050 | 2024.09.25 17:26:37.054625 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4051 | 2024.09.25 17:26:37.054753 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4052 | 2024.09.25 17:26:37.054775 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002766 sec., 11569.052783803327 rows/sec., 20.73 MiB/sec. | ||
| 4053 | 2024.09.25 17:26:37.054803 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4054 | 2024.09.25 17:26:37.054857 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4055 | 2024.09.25 17:26:37.055426 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4056 | 2024.09.25 17:26:37.055427 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 4057 | 2024.09.25 17:26:37.055462 [ 3 ] {f8c4a3c3-ff99-476d-bb29-5b7d53e86cf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4058 | 2024.09.25 17:26:37.055511 [ 3 ] {} <Debug> HTTP-Session: 99196629-dc98-40a3-92d7-1effc1a893c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4059 | 2024.09.25 17:26:37.055710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1948, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4060 | 2024.09.25 17:26:37.055861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4061 | 2024.09.25 17:26:37.055915 [ 3 ] {} <Debug> HTTP-Session: af3b93af-34d3-4eb4-a911-64c92914418c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4062 | 2024.09.25 17:26:37.055960 [ 3 ] {} <Debug> HTTP-Session: af3b93af-34d3-4eb4-a911-64c92914418c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4063 | 2024.09.25 17:26:37.056010 [ 3 ] {} <Debug> HTTP-Session: af3b93af-34d3-4eb4-a911-64c92914418c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4064 | 2024.09.25 17:26:37.056118 [ 3 ] {} <Trace> HTTP-Session: af3b93af-34d3-4eb4-a911-64c92914418c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4065 | 2024.09.25 17:26:37.056296 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4066 | 2024.09.25 17:26:37.056370 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4067 | 2024.09.25 17:26:37.056458 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 78 rows starting from the beginning of the part | ||
| 4068 | 2024.09.25 17:26:37.056480 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4069 | 2024.09.25 17:26:37.057365 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 4070 | 2024.09.25 17:26:37.057427 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4071 | 2024.09.25 17:26:37.058029 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 4072 | 2024.09.25 17:26:37.058697 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4073 | 2024.09.25 17:26:37.058776 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4074 | 2024.09.25 17:26:37.058799 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 4075 | 2024.09.25 17:26:37.059542 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 4076 | 2024.09.25 17:26:37.060154 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 4077 | 2024.09.25 17:26:37.060175 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4078 | 2024.09.25 17:26:37.061400 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Trace> oximeter.measurements_i64 (dabbb5c8-51b7-4d3b-a4e6-0621d31344fe): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2024.09.25 17:26:37.061608 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Debug> executeQuery: Read 12 rows, 897.00 B in 0.005318 sec., 2256.4874012786763 rows/sec., 164.72 KiB/sec. | ||
| 4080 | 2024.09.25 17:26:37.061990 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Debug> DynamicQueryHandler: Done processing query | ||
| 4081 | 2024.09.25 17:26:37.062052 [ 3 ] {374f89b6-ea9a-4bf1-bce8-a95a77b61afa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4082 | 2024.09.25 17:26:37.062105 [ 3 ] {} <Debug> HTTP-Session: af3b93af-34d3-4eb4-a911-64c92914418c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4083 | 2024.09.25 17:26:37.062302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4084 | 2024.09.25 17:26:37.062374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4085 | 2024.09.25 17:26:37.062426 [ 3 ] {} <Debug> HTTP-Session: 4e76dbae-84a0-4be5-8b79-a715cc550a63 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4086 | 2024.09.25 17:26:37.062455 [ 3 ] {} <Debug> HTTP-Session: 4e76dbae-84a0-4be5-8b79-a715cc550a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4087 | 2024.09.25 17:26:37.062500 [ 3 ] {} <Debug> HTTP-Session: 4e76dbae-84a0-4be5-8b79-a715cc550a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4088 | 2024.09.25 17:26:37.062588 [ 3 ] {} <Trace> HTTP-Session: 4e76dbae-84a0-4be5-8b79-a715cc550a63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2024.09.25 17:26:37.062888 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4090 | 2024.09.25 17:26:37.062999 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4091 | 2024.09.25 17:26:37.063767 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4092 | 2024.09.25 17:26:37.064713 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2024.09.25 17:26:37.064787 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4094 | 2024.09.25 17:26:37.065959 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4095 | 2024.09.25 17:26:37.066857 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.09.25 17:26:37.067215 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004448 sec., 18435.251798561152 rows/sec., 1.17 MiB/sec. | ||
| 4097 | 2024.09.25 17:26:37.067473 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4098 | 2024.09.25 17:26:37.067522 [ 3 ] {15895cbe-09d1-4246-8ee9-49fe3795784c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4099 | 2024.09.25 17:26:37.067627 [ 3 ] {} <Debug> HTTP-Session: 4e76dbae-84a0-4be5-8b79-a715cc550a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4100 | 2024.09.25 17:26:37.068111 [ 196 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 172 rows, containing 19 columns (19 merged, 0 gathered) in 0.013101763 sec., 13128.00422355373 rows/sec., 23.52 MiB/sec. | ||
| 4101 | 2024.09.25 17:26:37.068558 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4102 | 2024.09.25 17:26:37.069360 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.09.25 17:26:37.069455 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4104 | 2024.09.25 17:26:37.069584 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 4105 | 2024.09.25 17:26:42.025396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4106 | 2024.09.25 17:26:42.025523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4107 | 2024.09.25 17:26:42.025548 [ 3 ] {} <Debug> HTTP-Session: 058fe534-d7ea-4251-957b-c403d422363d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4108 | 2024.09.25 17:26:42.025574 [ 3 ] {} <Debug> HTTP-Session: 058fe534-d7ea-4251-957b-c403d422363d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4109 | 2024.09.25 17:26:42.025589 [ 3 ] {} <Debug> HTTP-Session: 058fe534-d7ea-4251-957b-c403d422363d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4110 | 2024.09.25 17:26:42.025639 [ 3 ] {} <Trace> HTTP-Session: 058fe534-d7ea-4251-957b-c403d422363d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4111 | 2024.09.25 17:26:42.025857 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4112 | 2024.09.25 17:26:42.025921 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4113 | 2024.09.25 17:26:42.026259 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4114 | 2024.09.25 17:26:42.026769 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4115 | 2024.09.25 17:26:42.026825 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4116 | 2024.09.25 17:26:42.027403 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4117 | 2024.09.25 17:26:42.027806 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4118 | 2024.09.25 17:26:42.027973 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002195 sec., 32801.82232346242 rows/sec., 2.65 MiB/sec. | ||
| 4119 | 2024.09.25 17:26:42.028186 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Debug> DynamicQueryHandler: Done processing query | ||
| 4120 | 2024.09.25 17:26:42.028214 [ 3 ] {116b9c7c-743f-4b97-b1a9-84098806da24} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4121 | 2024.09.25 17:26:42.028231 [ 3 ] {} <Debug> HTTP-Session: 058fe534-d7ea-4251-957b-c403d422363d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4122 | 2024.09.25 17:26:42.028364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4123 | 2024.09.25 17:26:42.028414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4124 | 2024.09.25 17:26:42.028434 [ 3 ] {} <Debug> HTTP-Session: a23fc337-9cb7-42c5-b968-11f4382776f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4125 | 2024.09.25 17:26:42.028451 [ 3 ] {} <Debug> HTTP-Session: a23fc337-9cb7-42c5-b968-11f4382776f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4126 | 2024.09.25 17:26:42.028465 [ 3 ] {} <Debug> HTTP-Session: a23fc337-9cb7-42c5-b968-11f4382776f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4127 | 2024.09.25 17:26:42.028497 [ 3 ] {} <Trace> HTTP-Session: a23fc337-9cb7-42c5-b968-11f4382776f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4128 | 2024.09.25 17:26:42.028595 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4129 | 2024.09.25 17:26:42.028640 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4130 | 2024.09.25 17:26:42.028870 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4131 | 2024.09.25 17:26:42.029209 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4132 | 2024.09.25 17:26:42.029246 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4133 | 2024.09.25 17:26:42.029599 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4134 | 2024.09.25 17:26:42.029966 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4135 | 2024.09.25 17:26:42.030095 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001526 sec., 5242.463958060288 rows/sec., 394.21 KiB/sec. | ||
| 4136 | 2024.09.25 17:26:42.030272 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4137 | 2024.09.25 17:26:42.030296 [ 3 ] {25d2cae5-263a-4619-973c-05ab7c78380e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4138 | 2024.09.25 17:26:42.030313 [ 3 ] {} <Debug> HTTP-Session: a23fc337-9cb7-42c5-b968-11f4382776f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4139 | 2024.09.25 17:26:42.030437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4140 | 2024.09.25 17:26:42.030486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4141 | 2024.09.25 17:26:42.030505 [ 3 ] {} <Debug> HTTP-Session: 53eb45ad-7532-44fe-8f33-55aa6852cc03 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4142 | 2024.09.25 17:26:42.030521 [ 3 ] {} <Debug> HTTP-Session: 53eb45ad-7532-44fe-8f33-55aa6852cc03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4143 | 2024.09.25 17:26:42.030537 [ 3 ] {} <Debug> HTTP-Session: 53eb45ad-7532-44fe-8f33-55aa6852cc03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4144 | 2024.09.25 17:26:42.030567 [ 3 ] {} <Trace> HTTP-Session: 53eb45ad-7532-44fe-8f33-55aa6852cc03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2024.09.25 17:26:42.030687 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4146 | 2024.09.25 17:26:42.030731 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4147 | 2024.09.25 17:26:42.030958 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4148 | 2024.09.25 17:26:42.031338 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2024.09.25 17:26:42.031374 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4150 | 2024.09.25 17:26:42.031727 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4151 | 2024.09.25 17:26:42.032098 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2024.09.25 17:26:42.032234 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001592 sec., 45226.13065326633 rows/sec., 3.53 MiB/sec. | ||
| 4153 | 2024.09.25 17:26:42.032409 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4154 | 2024.09.25 17:26:42.032433 [ 3 ] {b707a4ee-b393-41de-bdec-a861a5cf75d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4155 | 2024.09.25 17:26:42.032448 [ 3 ] {} <Debug> HTTP-Session: 53eb45ad-7532-44fe-8f33-55aa6852cc03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4156 | 2024.09.25 17:26:42.032635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4157 | 2024.09.25 17:26:42.032684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4158 | 2024.09.25 17:26:42.032703 [ 3 ] {} <Debug> HTTP-Session: 18bc28a9-0187-4cd0-a7c3-f907d3b4d120 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4159 | 2024.09.25 17:26:42.032719 [ 3 ] {} <Debug> HTTP-Session: 18bc28a9-0187-4cd0-a7c3-f907d3b4d120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4160 | 2024.09.25 17:26:42.032733 [ 3 ] {} <Debug> HTTP-Session: 18bc28a9-0187-4cd0-a7c3-f907d3b4d120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4161 | 2024.09.25 17:26:42.032764 [ 3 ] {} <Trace> HTTP-Session: 18bc28a9-0187-4cd0-a7c3-f907d3b4d120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4162 | 2024.09.25 17:26:42.032912 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4163 | 2024.09.25 17:26:42.032959 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4164 | 2024.09.25 17:26:42.033111 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4165 | 2024.09.25 17:26:42.033519 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2024.09.25 17:26:42.033554 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4167 | 2024.09.25 17:26:42.033945 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4168 | 2024.09.25 17:26:42.034302 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2024.09.25 17:26:42.034451 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
| 4170 | 2024.09.25 17:26:42.034627 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4171 | 2024.09.25 17:26:42.034651 [ 3 ] {a3238f0a-7e69-4f77-b590-e6d1297e70b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4172 | 2024.09.25 17:26:42.034668 [ 3 ] {} <Debug> HTTP-Session: 18bc28a9-0187-4cd0-a7c3-f907d3b4d120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4173 | 2024.09.25 17:26:42.034794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14154, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4174 | 2024.09.25 17:26:42.034843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4175 | 2024.09.25 17:26:42.034862 [ 3 ] {} <Debug> HTTP-Session: 49d655ad-e082-48f1-b1ff-d8fcb8a888b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4176 | 2024.09.25 17:26:42.034879 [ 3 ] {} <Debug> HTTP-Session: 49d655ad-e082-48f1-b1ff-d8fcb8a888b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4177 | 2024.09.25 17:26:42.034892 [ 3 ] {} <Debug> HTTP-Session: 49d655ad-e082-48f1-b1ff-d8fcb8a888b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4178 | 2024.09.25 17:26:42.034923 [ 3 ] {} <Trace> HTTP-Session: 49d655ad-e082-48f1-b1ff-d8fcb8a888b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4179 | 2024.09.25 17:26:42.035083 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4180 | 2024.09.25 17:26:42.035148 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <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_histogramu64 | ||
| 4181 | 2024.09.25 17:26:42.035564 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4182 | 2024.09.25 17:26:42.036065 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4183 | 2024.09.25 17:26:42.036106 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4184 | 2024.09.25 17:26:42.036726 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4185 | 2024.09.25 17:26:42.037163 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4186 | 2024.09.25 17:26:42.037320 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00232 sec., 3448.2758620689656 rows/sec., 6.18 MiB/sec. | ||
| 4187 | 2024.09.25 17:26:42.037538 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4188 | 2024.09.25 17:26:42.037564 [ 3 ] {60d6352a-5363-4968-8e93-194bfa9a80b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4189 | 2024.09.25 17:26:42.037582 [ 3 ] {} <Debug> HTTP-Session: 49d655ad-e082-48f1-b1ff-d8fcb8a888b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4190 | 2024.09.25 17:26:42.037702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4191 | 2024.09.25 17:26:42.037752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4192 | 2024.09.25 17:26:42.037771 [ 3 ] {} <Debug> HTTP-Session: 852a774a-242b-4edc-b179-9d72cefcdefa Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4193 | 2024.09.25 17:26:42.037788 [ 3 ] {} <Debug> HTTP-Session: 852a774a-242b-4edc-b179-9d72cefcdefa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.09.25 17:26:42.037802 [ 3 ] {} <Debug> HTTP-Session: 852a774a-242b-4edc-b179-9d72cefcdefa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4195 | 2024.09.25 17:26:42.037833 [ 3 ] {} <Trace> HTTP-Session: 852a774a-242b-4edc-b179-9d72cefcdefa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2024.09.25 17:26:42.037951 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4197 | 2024.09.25 17:26:42.037995 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4198 | 2024.09.25 17:26:42.038127 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4199 | 2024.09.25 17:26:42.038430 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4200 | 2024.09.25 17:26:42.038467 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4201 | 2024.09.25 17:26:42.038834 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4202 | 2024.09.25 17:26:42.039173 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4203 | 2024.09.25 17:26:42.039345 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 4204 | 2024.09.25 17:26:42.039553 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Debug> DynamicQueryHandler: Done processing query | ||
| 4205 | 2024.09.25 17:26:42.039579 [ 3 ] {daac6e08-b8b5-41ff-836a-63d7e0b21186} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4206 | 2024.09.25 17:26:42.039595 [ 3 ] {} <Debug> HTTP-Session: 852a774a-242b-4edc-b179-9d72cefcdefa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4207 | 2024.09.25 17:26:47.031455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4208 | 2024.09.25 17:26:47.031592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4209 | 2024.09.25 17:26:47.031618 [ 3 ] {} <Debug> HTTP-Session: 37ea5695-dbc1-4da2-9e62-961000ad72fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4210 | 2024.09.25 17:26:47.031642 [ 3 ] {} <Debug> HTTP-Session: 37ea5695-dbc1-4da2-9e62-961000ad72fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4211 | 2024.09.25 17:26:47.031658 [ 3 ] {} <Debug> HTTP-Session: 37ea5695-dbc1-4da2-9e62-961000ad72fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4212 | 2024.09.25 17:26:47.031709 [ 3 ] {} <Trace> HTTP-Session: 37ea5695-dbc1-4da2-9e62-961000ad72fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4213 | 2024.09.25 17:26:47.031894 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4214 | 2024.09.25 17:26:47.031962 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4215 | 2024.09.25 17:26:47.032307 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4216 | 2024.09.25 17:26:47.032718 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4217 | 2024.09.25 17:26:47.032759 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4218 | 2024.09.25 17:26:47.033177 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4219 | 2024.09.25 17:26:47.033575 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4220 | 2024.09.25 17:26:47.033731 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001891 sec., 2115.282919090428 rows/sec., 172.49 KiB/sec. | ||
| 4221 | 2024.09.25 17:26:47.033944 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4222 | 2024.09.25 17:26:47.033970 [ 3 ] {6d3de8bf-f4a0-44f4-90e1-0f10471eb80b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4223 | 2024.09.25 17:26:47.033986 [ 3 ] {} <Debug> HTTP-Session: 37ea5695-dbc1-4da2-9e62-961000ad72fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4224 | 2024.09.25 17:26:47.034212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4225 | 2024.09.25 17:26:47.034265 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4226 | 2024.09.25 17:26:47.034286 [ 3 ] {} <Debug> HTTP-Session: cd7f2c36-4146-465f-817a-fdb7d03e7a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4227 | 2024.09.25 17:26:47.034303 [ 3 ] {} <Debug> HTTP-Session: cd7f2c36-4146-465f-817a-fdb7d03e7a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4228 | 2024.09.25 17:26:47.034318 [ 3 ] {} <Debug> HTTP-Session: cd7f2c36-4146-465f-817a-fdb7d03e7a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4229 | 2024.09.25 17:26:47.034351 [ 3 ] {} <Trace> HTTP-Session: cd7f2c36-4146-465f-817a-fdb7d03e7a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4230 | 2024.09.25 17:26:47.034531 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4231 | 2024.09.25 17:26:47.034577 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4232 | 2024.09.25 17:26:47.034810 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4233 | 2024.09.25 17:26:47.035308 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2024.09.25 17:26:47.035346 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4235 | 2024.09.25 17:26:47.035725 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4236 | 2024.09.25 17:26:47.036094 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4237 | 2024.09.25 17:26:47.036255 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Debug> executeQuery: Read 255 rows, 23.01 KiB in 0.001812 sec., 140728.47682119205 rows/sec., 12.40 MiB/sec. | ||
| 4238 | 2024.09.25 17:26:47.036549 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Debug> DynamicQueryHandler: Done processing query | ||
| 4239 | 2024.09.25 17:26:47.036591 [ 3 ] {29083d2e-a74d-4a3c-a9d8-45a7e2729d93} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4240 | 2024.09.25 17:26:47.036617 [ 3 ] {} <Debug> HTTP-Session: cd7f2c36-4146-465f-817a-fdb7d03e7a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4241 | 2024.09.25 17:26:47.036759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4242 | 2024.09.25 17:26:47.036810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4243 | 2024.09.25 17:26:47.036830 [ 3 ] {} <Debug> HTTP-Session: f956c08f-86fa-4590-a6f5-00547660a7c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4244 | 2024.09.25 17:26:47.036847 [ 3 ] {} <Debug> HTTP-Session: f956c08f-86fa-4590-a6f5-00547660a7c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4245 | 2024.09.25 17:26:47.036860 [ 3 ] {} <Debug> HTTP-Session: f956c08f-86fa-4590-a6f5-00547660a7c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4246 | 2024.09.25 17:26:47.036891 [ 3 ] {} <Trace> HTTP-Session: f956c08f-86fa-4590-a6f5-00547660a7c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4247 | 2024.09.25 17:26:47.036999 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4248 | 2024.09.25 17:26:47.037044 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4249 | 2024.09.25 17:26:47.037295 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4250 | 2024.09.25 17:26:47.037629 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4251 | 2024.09.25 17:26:47.037666 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4252 | 2024.09.25 17:26:47.038026 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4253 | 2024.09.25 17:26:47.038387 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4254 | 2024.09.25 17:26:47.038554 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.00158 sec., 22784.810126582277 rows/sec., 1.66 MiB/sec. | ||
| 4255 | 2024.09.25 17:26:47.038719 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4256 | 2024.09.25 17:26:47.038744 [ 3 ] {b2c558c8-3c4c-4937-bd7a-665e2e435a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4257 | 2024.09.25 17:26:47.038759 [ 3 ] {} <Debug> HTTP-Session: f956c08f-86fa-4590-a6f5-00547660a7c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4258 | 2024.09.25 17:26:47.038890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4259 | 2024.09.25 17:26:47.038938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4260 | 2024.09.25 17:26:47.038958 [ 3 ] {} <Debug> HTTP-Session: a835b674-d859-476c-a03f-4ddedf57ada2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4261 | 2024.09.25 17:26:47.038974 [ 3 ] {} <Debug> HTTP-Session: a835b674-d859-476c-a03f-4ddedf57ada2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4262 | 2024.09.25 17:26:47.038987 [ 3 ] {} <Debug> HTTP-Session: a835b674-d859-476c-a03f-4ddedf57ada2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4263 | 2024.09.25 17:26:47.039018 [ 3 ] {} <Trace> HTTP-Session: a835b674-d859-476c-a03f-4ddedf57ada2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2024.09.25 17:26:47.039118 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4265 | 2024.09.25 17:26:47.039160 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4266 | 2024.09.25 17:26:47.039386 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4267 | 2024.09.25 17:26:47.039698 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4268 | 2024.09.25 17:26:47.039734 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4269 | 2024.09.25 17:26:47.040087 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4270 | 2024.09.25 17:26:47.040457 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4271 | 2024.09.25 17:26:47.040622 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001531 sec., 9144.350097975179 rows/sec., 640.41 KiB/sec. | ||
| 4272 | 2024.09.25 17:26:47.040831 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4273 | 2024.09.25 17:26:47.040856 [ 3 ] {5ece384b-497d-475e-b125-d2e2679a50cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4274 | 2024.09.25 17:26:47.040871 [ 3 ] {} <Debug> HTTP-Session: a835b674-d859-476c-a03f-4ddedf57ada2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4275 | 2024.09.25 17:26:47.040988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4276 | 2024.09.25 17:26:47.041037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4277 | 2024.09.25 17:26:47.041056 [ 3 ] {} <Debug> HTTP-Session: 8459b7a9-b397-464c-a054-a0519d56b0fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4278 | 2024.09.25 17:26:47.041072 [ 3 ] {} <Debug> HTTP-Session: 8459b7a9-b397-464c-a054-a0519d56b0fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4279 | 2024.09.25 17:26:47.041086 [ 3 ] {} <Debug> HTTP-Session: 8459b7a9-b397-464c-a054-a0519d56b0fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4280 | 2024.09.25 17:26:47.041119 [ 3 ] {} <Trace> HTTP-Session: 8459b7a9-b397-464c-a054-a0519d56b0fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2024.09.25 17:26:47.041215 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4282 | 2024.09.25 17:26:47.041258 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4283 | 2024.09.25 17:26:47.041487 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4284 | 2024.09.25 17:26:47.041805 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4285 | 2024.09.25 17:26:47.041841 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4286 | 2024.09.25 17:26:47.042197 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4287 | 2024.09.25 17:26:47.042569 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4288 | 2024.09.25 17:26:47.042728 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001529 sec., 3924.133420536298 rows/sec., 231.85 KiB/sec. | ||
| 4289 | 2024.09.25 17:26:47.043046 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Debug> DynamicQueryHandler: Done processing query | ||
| 4290 | 2024.09.25 17:26:47.043072 [ 3 ] {aeebbfec-3a5b-45ee-8fb9-34f5a60b7584} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4291 | 2024.09.25 17:26:47.043087 [ 3 ] {} <Debug> HTTP-Session: 8459b7a9-b397-464c-a054-a0519d56b0fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4292 | 2024.09.25 17:26:47.043260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4293 | 2024.09.25 17:26:47.043309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4294 | 2024.09.25 17:26:47.043330 [ 3 ] {} <Debug> HTTP-Session: 20603a9f-f89a-48d7-8a27-23cb44125e01 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4295 | 2024.09.25 17:26:47.043347 [ 3 ] {} <Debug> HTTP-Session: 20603a9f-f89a-48d7-8a27-23cb44125e01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4296 | 2024.09.25 17:26:47.043361 [ 3 ] {} <Debug> HTTP-Session: 20603a9f-f89a-48d7-8a27-23cb44125e01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4297 | 2024.09.25 17:26:47.043392 [ 3 ] {} <Trace> HTTP-Session: 20603a9f-f89a-48d7-8a27-23cb44125e01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4298 | 2024.09.25 17:26:47.043601 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4299 | 2024.09.25 17:26:47.043645 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4300 | 2024.09.25 17:26:47.043896 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4301 | 2024.09.25 17:26:47.044460 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2024.09.25 17:26:47.044496 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4303 | 2024.09.25 17:26:47.044872 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4304 | 2024.09.25 17:26:47.045249 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2024.09.25 17:26:47.045418 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.001925 sec., 217142.85714285713 rows/sec., 15.51 MiB/sec. | ||
| 4306 | 2024.09.25 17:26:47.045599 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Debug> DynamicQueryHandler: Done processing query | ||
| 4307 | 2024.09.25 17:26:47.045625 [ 3 ] {99487ab6-3851-43b8-a3ef-50e32446531c} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4308 | 2024.09.25 17:26:47.045642 [ 3 ] {} <Debug> HTTP-Session: 20603a9f-f89a-48d7-8a27-23cb44125e01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4309 | 2024.09.25 17:26:47.045788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4310 | 2024.09.25 17:26:47.045838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4311 | 2024.09.25 17:26:47.045857 [ 3 ] {} <Debug> HTTP-Session: ea6672e4-1413-4072-8f64-5c28a52134ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4312 | 2024.09.25 17:26:47.045875 [ 3 ] {} <Debug> HTTP-Session: ea6672e4-1413-4072-8f64-5c28a52134ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4313 | 2024.09.25 17:26:47.045890 [ 3 ] {} <Debug> HTTP-Session: ea6672e4-1413-4072-8f64-5c28a52134ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4314 | 2024.09.25 17:26:47.045922 [ 3 ] {} <Trace> HTTP-Session: ea6672e4-1413-4072-8f64-5c28a52134ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4315 | 2024.09.25 17:26:47.046017 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4316 | 2024.09.25 17:26:47.046063 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4317 | 2024.09.25 17:26:47.046196 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4318 | 2024.09.25 17:26:47.046535 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4319 | 2024.09.25 17:26:47.046572 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4320 | 2024.09.25 17:26:47.046935 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4321 | 2024.09.25 17:26:47.047259 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4322 | 2024.09.25 17:26:47.047416 [ 97 ] {} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4323 | 2024.09.25 17:26:47.047428 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001431 sec., 4192.8721174004195 rows/sec., 219.06 KiB/sec. | ||
| 4324 | 2024.09.25 17:26:47.047501 [ 97 ] {} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2024.09.25 17:26:47.047568 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4326 | 2024.09.25 17:26:47.047803 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Debug> DynamicQueryHandler: Done processing query | ||
| 4327 | 2024.09.25 17:26:47.047887 [ 3 ] {fb3ab3c5-4111-42f5-a172-eb65c4e42fee} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4328 | 2024.09.25 17:26:47.047972 [ 3 ] {} <Debug> HTTP-Session: ea6672e4-1413-4072-8f64-5c28a52134ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4329 | 2024.09.25 17:26:47.048054 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4330 | 2024.09.25 17:26:47.048256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45020, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4331 | 2024.09.25 17:26:47.048323 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4332 | 2024.09.25 17:26:47.048340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4333 | 2024.09.25 17:26:47.048388 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4334 | 2024.09.25 17:26:47.048390 [ 3 ] {} <Debug> HTTP-Session: 02e6e642-ca17-484d-a462-45a701448a3f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4335 | 2024.09.25 17:26:47.048448 [ 3 ] {} <Debug> HTTP-Session: 02e6e642-ca17-484d-a462-45a701448a3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4336 | 2024.09.25 17:26:47.048483 [ 3 ] {} <Debug> HTTP-Session: 02e6e642-ca17-484d-a462-45a701448a3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4337 | 2024.09.25 17:26:47.048617 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4338 | 2024.09.25 17:26:47.048631 [ 3 ] {} <Trace> HTTP-Session: 02e6e642-ca17-484d-a462-45a701448a3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2024.09.25 17:26:47.048889 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4340 | 2024.09.25 17:26:47.049155 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4341 | 2024.09.25 17:26:47.049193 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4342 | 2024.09.25 17:26:47.049394 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4343 | 2024.09.25 17:26:47.049630 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4344 | 2024.09.25 17:26:47.049962 [ 195 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 4345 | 2024.09.25 17:26:47.050772 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4346 | 2024.09.25 17:26:47.051621 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4347 | 2024.09.25 17:26:47.051684 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4348 | 2024.09.25 17:26:47.052845 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005166416 sec., 6968.079999752246 rows/sec., 364.05 KiB/sec. | ||
| 4349 | 2024.09.25 17:26:47.052851 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4350 | 2024.09.25 17:26:47.053064 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4351 | 2024.09.25 17:26:47.053893 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2024.09.25 17:26:47.054208 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.005333 sec., 44815.300956309766 rows/sec., 3.00 MiB/sec. | ||
| 4353 | 2024.09.25 17:26:47.054250 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_6_1} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4354 | 2024.09.25 17:26:47.054479 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_6_1} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4355 | 2024.09.25 17:26:47.054592 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Debug> DynamicQueryHandler: Done processing query | ||
| 4356 | 2024.09.25 17:26:47.054637 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4357 | 2024.09.25 17:26:47.054643 [ 3 ] {791993a0-af82-4b77-b46c-852c3d071374} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4358 | 2024.09.25 17:26:47.054693 [ 3 ] {} <Debug> HTTP-Session: 02e6e642-ca17-484d-a462-45a701448a3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4359 | 2024.09.25 17:26:47.054826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4360 | 2024.09.25 17:26:47.054875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4361 | 2024.09.25 17:26:47.054894 [ 3 ] {} <Debug> HTTP-Session: 8e7725ea-c5d9-471e-9b38-f9db6c531837 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4362 | 2024.09.25 17:26:47.054911 [ 3 ] {} <Debug> HTTP-Session: 8e7725ea-c5d9-471e-9b38-f9db6c531837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4363 | 2024.09.25 17:26:47.054925 [ 3 ] {} <Debug> HTTP-Session: 8e7725ea-c5d9-471e-9b38-f9db6c531837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.09.25 17:26:47.054955 [ 3 ] {} <Trace> HTTP-Session: 8e7725ea-c5d9-471e-9b38-f9db6c531837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4365 | 2024.09.25 17:26:47.055051 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4366 | 2024.09.25 17:26:47.055099 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4367 | 2024.09.25 17:26:47.055254 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4368 | 2024.09.25 17:26:47.055496 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.09.25 17:26:47.055532 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4370 | 2024.09.25 17:26:47.055888 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4371 | 2024.09.25 17:26:47.056223 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.09.25 17:26:47.056386 [ 97 ] {} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 4373 | 2024.09.25 17:26:47.056396 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001358 sec., 736.3770250368188 rows/sec., 49.62 KiB/sec. | ||
| 4374 | 2024.09.25 17:26:47.056443 [ 97 ] {} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4375 | 2024.09.25 17:26:47.056512 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4376 | 2024.09.25 17:26:47.056788 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4377 | 2024.09.25 17:26:47.056830 [ 201 ] {61366afb-416c-420b-ad75-717025119709::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 | ||
| 4378 | 2024.09.25 17:26:47.056846 [ 3 ] {662dd3a3-133e-4349-ae9c-3b3f22485a7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4379 | 2024.09.25 17:26:47.056989 [ 3 ] {} <Debug> HTTP-Session: 8e7725ea-c5d9-471e-9b38-f9db6c531837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4380 | 2024.09.25 17:26:47.057115 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4381 | 2024.09.25 17:26:47.057166 [ 201 ] {61366afb-416c-420b-ad75-717025119709::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 | ||
| 4382 | 2024.09.25 17:26:47.057187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52381, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4383 | 2024.09.25 17:26:47.057298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4384 | 2024.09.25 17:26:47.057387 [ 3 ] {} <Debug> HTTP-Session: 7109dabd-21a0-469b-849c-a97d8c119f15 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4385 | 2024.09.25 17:26:47.057413 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 4386 | 2024.09.25 17:26:47.057457 [ 3 ] {} <Debug> HTTP-Session: 7109dabd-21a0-469b-849c-a97d8c119f15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.09.25 17:26:47.057585 [ 3 ] {} <Debug> HTTP-Session: 7109dabd-21a0-469b-849c-a97d8c119f15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4388 | 2024.09.25 17:26:47.057635 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 4389 | 2024.09.25 17:26:47.057739 [ 3 ] {} <Trace> HTTP-Session: 7109dabd-21a0-469b-849c-a97d8c119f15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4390 | 2024.09.25 17:26:47.058019 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 4391 | 2024.09.25 17:26:47.058145 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 2 rows starting from the beginning of the part | ||
| 4392 | 2024.09.25 17:26:47.058379 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4393 | 2024.09.25 17:26:47.058470 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4394 | 2024.09.25 17:26:47.058624 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <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_histogramu64 | ||
| 4395 | 2024.09.25 17:26:47.060710 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4396 | 2024.09.25 17:26:47.062206 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8 rows, containing 4 columns (4 merged, 0 gathered) in 0.005571173 sec., 1435.9633061116574 rows/sec., 95.36 KiB/sec. | ||
| 4397 | 2024.09.25 17:26:47.062480 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2024.09.25 17:26:47.062486 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 4399 | 2024.09.25 17:26:47.062545 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4400 | 2024.09.25 17:26:47.063497 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2024.09.25 17:26:47.063669 [ 201 ] {61366afb-416c-420b-ad75-717025119709::all_1_6_1} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 4402 | 2024.09.25 17:26:47.063891 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4403 | 2024.09.25 17:26:47.064216 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4404 | 2024.09.25 17:26:47.064662 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4405 | 2024.09.25 17:26:47.064860 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.00687 sec., 4657.933042212518 rows/sec., 8.35 MiB/sec. | ||
| 4406 | 2024.09.25 17:26:47.065103 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Debug> DynamicQueryHandler: Done processing query | ||
| 4407 | 2024.09.25 17:26:47.065128 [ 3 ] {b36e27dd-e5db-4f30-9e97-ed178d3c8aff} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4408 | 2024.09.25 17:26:47.065145 [ 3 ] {} <Debug> HTTP-Session: 7109dabd-21a0-469b-849c-a97d8c119f15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4409 | 2024.09.25 17:26:47.065284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4410 | 2024.09.25 17:26:47.065333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4411 | 2024.09.25 17:26:47.065352 [ 3 ] {} <Debug> HTTP-Session: 42e11617-f2cc-438c-8147-af8c7c84dad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4412 | 2024.09.25 17:26:47.065368 [ 3 ] {} <Debug> HTTP-Session: 42e11617-f2cc-438c-8147-af8c7c84dad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.09.25 17:26:47.065383 [ 3 ] {} <Debug> HTTP-Session: 42e11617-f2cc-438c-8147-af8c7c84dad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4414 | 2024.09.25 17:26:47.065414 [ 3 ] {} <Trace> HTTP-Session: 42e11617-f2cc-438c-8147-af8c7c84dad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4415 | 2024.09.25 17:26:47.065530 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4416 | 2024.09.25 17:26:47.065575 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4417 | 2024.09.25 17:26:47.065711 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4418 | 2024.09.25 17:26:47.065991 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4419 | 2024.09.25 17:26:47.066027 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4420 | 2024.09.25 17:26:47.066425 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4421 | 2024.09.25 17:26:47.066762 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4422 | 2024.09.25 17:26:47.066922 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 4423 | 2024.09.25 17:26:47.067080 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Debug> DynamicQueryHandler: Done processing query | ||
| 4424 | 2024.09.25 17:26:47.067106 [ 3 ] {3b3f6f3a-a147-4357-8805-00b10b242d34} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4425 | 2024.09.25 17:26:47.067121 [ 3 ] {} <Debug> HTTP-Session: 42e11617-f2cc-438c-8147-af8c7c84dad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4426 | 2024.09.25 17:26:48.662556 [ 146 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4427 | 2024.09.25 17:26:48.662608 [ 146 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4428 | 2024.09.25 17:26:52.025563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4429 | 2024.09.25 17:26:52.025702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4430 | 2024.09.25 17:26:52.025732 [ 3 ] {} <Debug> HTTP-Session: 40029632-ed99-4fcb-a405-5481d9e33bca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4431 | 2024.09.25 17:26:52.025761 [ 3 ] {} <Debug> HTTP-Session: 40029632-ed99-4fcb-a405-5481d9e33bca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4432 | 2024.09.25 17:26:52.025779 [ 3 ] {} <Debug> HTTP-Session: 40029632-ed99-4fcb-a405-5481d9e33bca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4433 | 2024.09.25 17:26:52.025835 [ 3 ] {} <Trace> HTTP-Session: 40029632-ed99-4fcb-a405-5481d9e33bca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4434 | 2024.09.25 17:26:52.026067 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4435 | 2024.09.25 17:26:52.026145 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4436 | 2024.09.25 17:26:52.026524 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4437 | 2024.09.25 17:26:52.026933 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4438 | 2024.09.25 17:26:52.026971 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4439 | 2024.09.25 17:26:52.027410 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4440 | 2024.09.25 17:26:52.027808 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2024.09.25 17:26:52.027959 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001976 sec., 36437.24696356276 rows/sec., 2.95 MiB/sec. | ||
| 4442 | 2024.09.25 17:26:52.028154 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Debug> DynamicQueryHandler: Done processing query | ||
| 4443 | 2024.09.25 17:26:52.028180 [ 3 ] {779629bd-dd44-4107-94e6-cbf1715f0db3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4444 | 2024.09.25 17:26:52.028198 [ 3 ] {} <Debug> HTTP-Session: 40029632-ed99-4fcb-a405-5481d9e33bca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4445 | 2024.09.25 17:26:52.028323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4446 | 2024.09.25 17:26:52.028372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4447 | 2024.09.25 17:26:52.028392 [ 3 ] {} <Debug> HTTP-Session: 1c682745-953c-4ec9-bc28-abe5d79b95fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4448 | 2024.09.25 17:26:52.028408 [ 3 ] {} <Debug> HTTP-Session: 1c682745-953c-4ec9-bc28-abe5d79b95fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4449 | 2024.09.25 17:26:52.028422 [ 3 ] {} <Debug> HTTP-Session: 1c682745-953c-4ec9-bc28-abe5d79b95fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4450 | 2024.09.25 17:26:52.028454 [ 3 ] {} <Trace> HTTP-Session: 1c682745-953c-4ec9-bc28-abe5d79b95fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4451 | 2024.09.25 17:26:52.028550 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4452 | 2024.09.25 17:26:52.028595 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4453 | 2024.09.25 17:26:52.028825 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4454 | 2024.09.25 17:26:52.029133 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4455 | 2024.09.25 17:26:52.029169 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4456 | 2024.09.25 17:26:52.029518 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4457 | 2024.09.25 17:26:52.029913 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4458 | 2024.09.25 17:26:52.030053 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001529 sec., 5232.177894048397 rows/sec., 393.44 KiB/sec. | ||
| 4459 | 2024.09.25 17:26:52.030250 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4460 | 2024.09.25 17:26:52.030275 [ 3 ] {63d7f61a-9b82-43c9-8834-7bd21d094d7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4461 | 2024.09.25 17:26:52.030291 [ 3 ] {} <Debug> HTTP-Session: 1c682745-953c-4ec9-bc28-abe5d79b95fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4462 | 2024.09.25 17:26:52.030415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4463 | 2024.09.25 17:26:52.030462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4464 | 2024.09.25 17:26:52.030482 [ 3 ] {} <Debug> HTTP-Session: 583ce440-1326-4a95-ac00-56a35b6f9a7c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4465 | 2024.09.25 17:26:52.030499 [ 3 ] {} <Debug> HTTP-Session: 583ce440-1326-4a95-ac00-56a35b6f9a7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4466 | 2024.09.25 17:26:52.030513 [ 3 ] {} <Debug> HTTP-Session: 583ce440-1326-4a95-ac00-56a35b6f9a7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4467 | 2024.09.25 17:26:52.030543 [ 3 ] {} <Trace> HTTP-Session: 583ce440-1326-4a95-ac00-56a35b6f9a7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4468 | 2024.09.25 17:26:52.030658 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4469 | 2024.09.25 17:26:52.030703 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4470 | 2024.09.25 17:26:52.030942 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4471 | 2024.09.25 17:26:52.031300 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4472 | 2024.09.25 17:26:52.031338 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4473 | 2024.09.25 17:26:52.031699 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4474 | 2024.09.25 17:26:52.032058 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4475 | 2024.09.25 17:26:52.032209 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001586 sec., 45397.22572509458 rows/sec., 3.54 MiB/sec. | ||
| 4476 | 2024.09.25 17:26:52.032384 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Debug> DynamicQueryHandler: Done processing query | ||
| 4477 | 2024.09.25 17:26:52.032409 [ 3 ] {7cbecae4-b3ff-44ed-8120-9f5076f32a48} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 4478 | 2024.09.25 17:26:52.032425 [ 3 ] {} <Debug> HTTP-Session: 583ce440-1326-4a95-ac00-56a35b6f9a7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4479 | 2024.09.25 17:26:52.032585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4480 | 2024.09.25 17:26:52.032633 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4481 | 2024.09.25 17:26:52.032653 [ 3 ] {} <Debug> HTTP-Session: 8e31c146-9415-4c97-8955-ceb275b8fe24 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4482 | 2024.09.25 17:26:52.032669 [ 3 ] {} <Debug> HTTP-Session: 8e31c146-9415-4c97-8955-ceb275b8fe24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4483 | 2024.09.25 17:26:52.032683 [ 3 ] {} <Debug> HTTP-Session: 8e31c146-9415-4c97-8955-ceb275b8fe24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4484 | 2024.09.25 17:26:52.032714 [ 3 ] {} <Trace> HTTP-Session: 8e31c146-9415-4c97-8955-ceb275b8fe24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4485 | 2024.09.25 17:26:52.032857 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4486 | 2024.09.25 17:26:52.032907 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4487 | 2024.09.25 17:26:52.033057 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4488 | 2024.09.25 17:26:52.033501 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4489 | 2024.09.25 17:26:52.033540 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4490 | 2024.09.25 17:26:52.033941 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4491 | 2024.09.25 17:26:52.034285 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): 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.09.25 17:26:52.034444 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 4493 | 2024.09.25 17:26:52.034733 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4494 | 2024.09.25 17:26:52.034765 [ 3 ] {ba2c4563-4e01-4b69-9e53-a1a31345bcb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4495 | 2024.09.25 17:26:52.034781 [ 3 ] {} <Debug> HTTP-Session: 8e31c146-9415-4c97-8955-ceb275b8fe24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4496 | 2024.09.25 17:26:52.034912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14173, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4497 | 2024.09.25 17:26:52.034968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4498 | 2024.09.25 17:26:52.034989 [ 3 ] {} <Debug> HTTP-Session: f19789d2-8950-4a91-88c8-17c235ba1849 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4499 | 2024.09.25 17:26:52.035008 [ 3 ] {} <Debug> HTTP-Session: f19789d2-8950-4a91-88c8-17c235ba1849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4500 | 2024.09.25 17:26:52.035023 [ 3 ] {} <Debug> HTTP-Session: f19789d2-8950-4a91-88c8-17c235ba1849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4501 | 2024.09.25 17:26:52.035057 [ 3 ] {} <Trace> HTTP-Session: f19789d2-8950-4a91-88c8-17c235ba1849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2024.09.25 17:26:52.035212 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4503 | 2024.09.25 17:26:52.035283 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <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_histogramu64 | ||
| 4504 | 2024.09.25 17:26:52.035733 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4505 | 2024.09.25 17:26:52.036223 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4506 | 2024.09.25 17:26:52.036259 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4507 | 2024.09.25 17:26:52.036874 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4508 | 2024.09.25 17:26:52.037319 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4509 | 2024.09.25 17:26:52.037517 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002384 sec., 3355.7046979865772 rows/sec., 6.01 MiB/sec. | ||
| 4510 | 2024.09.25 17:26:52.037727 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Debug> DynamicQueryHandler: Done processing query | ||
| 4511 | 2024.09.25 17:26:52.037752 [ 3 ] {2bf4ba14-975b-43c3-9dc7-44e960358e3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4512 | 2024.09.25 17:26:52.037768 [ 3 ] {} <Debug> HTTP-Session: f19789d2-8950-4a91-88c8-17c235ba1849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4513 | 2024.09.25 17:26:52.037887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4514 | 2024.09.25 17:26:52.037934 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4515 | 2024.09.25 17:26:52.037954 [ 3 ] {} <Debug> HTTP-Session: 87948a00-a0c8-4ef1-b5cc-7313c1f4ef87 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4516 | 2024.09.25 17:26:52.037971 [ 3 ] {} <Debug> HTTP-Session: 87948a00-a0c8-4ef1-b5cc-7313c1f4ef87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4517 | 2024.09.25 17:26:52.037985 [ 3 ] {} <Debug> HTTP-Session: 87948a00-a0c8-4ef1-b5cc-7313c1f4ef87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4518 | 2024.09.25 17:26:52.038016 [ 3 ] {} <Trace> HTTP-Session: 87948a00-a0c8-4ef1-b5cc-7313c1f4ef87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4519 | 2024.09.25 17:26:52.038129 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4520 | 2024.09.25 17:26:52.038175 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4521 | 2024.09.25 17:26:52.038305 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4522 | 2024.09.25 17:26:52.038622 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2024.09.25 17:26:52.038658 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4524 | 2024.09.25 17:26:52.039021 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4525 | 2024.09.25 17:26:52.039346 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4526 | 2024.09.25 17:26:52.039500 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 4527 | 2024.09.25 17:26:52.039679 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Debug> DynamicQueryHandler: Done processing query | ||
| 4528 | 2024.09.25 17:26:52.039704 [ 3 ] {04379b44-13a1-4cfd-aa88-97185cb81c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4529 | 2024.09.25 17:26:52.039720 [ 3 ] {} <Debug> HTTP-Session: 87948a00-a0c8-4ef1-b5cc-7313c1f4ef87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4530 | 2024.09.25 17:26:57.031254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4531 | 2024.09.25 17:26:57.031396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4532 | 2024.09.25 17:26:57.031426 [ 3 ] {} <Debug> HTTP-Session: 37c5230c-f445-4f10-b5cc-8f2a1d374a77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4533 | 2024.09.25 17:26:57.031455 [ 3 ] {} <Debug> HTTP-Session: 37c5230c-f445-4f10-b5cc-8f2a1d374a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4534 | 2024.09.25 17:26:57.031474 [ 3 ] {} <Debug> HTTP-Session: 37c5230c-f445-4f10-b5cc-8f2a1d374a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4535 | 2024.09.25 17:26:57.031530 [ 3 ] {} <Trace> HTTP-Session: 37c5230c-f445-4f10-b5cc-8f2a1d374a77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4536 | 2024.09.25 17:26:57.031794 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4537 | 2024.09.25 17:26:57.031861 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4538 | 2024.09.25 17:26:57.032202 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4539 | 2024.09.25 17:26:57.032792 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4540 | 2024.09.25 17:26:57.032833 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4541 | 2024.09.25 17:26:57.033269 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4542 | 2024.09.25 17:26:57.033666 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4543 | 2024.09.25 17:26:57.033847 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002165 sec., 116859.12240184759 rows/sec., 10.31 MiB/sec. | ||
| 4544 | 2024.09.25 17:26:57.033856 [ 143 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4545 | 2024.09.25 17:26:57.033968 [ 143 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4546 | 2024.09.25 17:26:57.034033 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4547 | 2024.09.25 17:26:57.034180 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4548 | 2024.09.25 17:26:57.034217 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 4549 | 2024.09.25 17:26:57.034233 [ 3 ] {419c904c-9ac1-4efe-bc65-4f91dd20791a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 4550 | 2024.09.25 17:26:57.034322 [ 3 ] {} <Debug> HTTP-Session: 37c5230c-f445-4f10-b5cc-8f2a1d374a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4551 | 2024.09.25 17:26:57.034499 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4552 | 2024.09.25 17:26:57.034568 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1397 rows starting from the beginning of the part | ||
| 4553 | 2024.09.25 17:26:57.034580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4554 | 2024.09.25 17:26:57.034705 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4555 | 2024.09.25 17:26:57.034793 [ 3 ] {} <Debug> HTTP-Session: 02a0c7d1-4ef3-4b99-b2cb-e8877ce7e993 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4556 | 2024.09.25 17:26:57.034787 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 254 rows starting from the beginning of the part | ||
| 4557 | 2024.09.25 17:26:57.034833 [ 3 ] {} <Debug> HTTP-Session: 02a0c7d1-4ef3-4b99-b2cb-e8877ce7e993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4558 | 2024.09.25 17:26:57.034898 [ 3 ] {} <Debug> HTTP-Session: 02a0c7d1-4ef3-4b99-b2cb-e8877ce7e993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4559 | 2024.09.25 17:26:57.035095 [ 3 ] {} <Trace> HTTP-Session: 02a0c7d1-4ef3-4b99-b2cb-e8877ce7e993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4560 | 2024.09.25 17:26:57.035188 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part | ||
| 4561 | 2024.09.25 17:26:57.035520 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 255 rows starting from the beginning of the part | ||
| 4562 | 2024.09.25 17:26:57.035529 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4563 | 2024.09.25 17:26:57.035709 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4564 | 2024.09.25 17:26:57.035805 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part | ||
| 4565 | 2024.09.25 17:26:57.036163 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 253 rows starting from the beginning of the part | ||
| 4566 | 2024.09.25 17:26:57.036989 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4567 | 2024.09.25 17:26:57.037715 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4568 | 2024.09.25 17:26:57.037776 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4569 | 2024.09.25 17:26:57.038755 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4570 | 2024.09.25 17:26:57.039498 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4571 | 2024.09.25 17:26:57.039529 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2303 rows, containing 5 columns (5 merged, 0 gathered) in 0.005410401 sec., 425661.6099250315 rows/sec., 37.74 MiB/sec. | ||
| 4572 | 2024.09.25 17:26:57.039719 [ 143 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4573 | 2024.09.25 17:26:57.039739 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004378 sec., 7309.273640931932 rows/sec., 549.62 KiB/sec. | ||
| 4574 | 2024.09.25 17:26:57.039798 [ 143 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4575 | 2024.09.25 17:26:57.039906 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4576 | 2024.09.25 17:26:57.040036 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4577 | 2024.09.25 17:26:57.040269 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4578 | 2024.09.25 17:26:57.040336 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 4579 | 2024.09.25 17:26:57.040353 [ 3 ] {9d9c0961-b519-46c0-bf7f-cfc7c52392d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4580 | 2024.09.25 17:26:57.040405 [ 3 ] {} <Debug> HTTP-Session: 02a0c7d1-4ef3-4b99-b2cb-e8877ce7e993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4581 | 2024.09.25 17:26:57.040617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4582 | 2024.09.25 17:26:57.040877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4583 | 2024.09.25 17:26:57.040887 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4584 | 2024.09.25 17:26:57.041033 [ 3 ] {} <Debug> HTTP-Session: 9acb0a42-e444-42ee-997d-2f48cafbbe96 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4585 | 2024.09.25 17:26:57.041078 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 41 rows starting from the beginning of the part | ||
| 4586 | 2024.09.25 17:26:57.041149 [ 3 ] {} <Debug> HTTP-Session: 9acb0a42-e444-42ee-997d-2f48cafbbe96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4587 | 2024.09.25 17:26:57.041218 [ 3 ] {} <Debug> HTTP-Session: 9acb0a42-e444-42ee-997d-2f48cafbbe96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4588 | 2024.09.25 17:26:57.041443 [ 3 ] {} <Trace> HTTP-Session: 9acb0a42-e444-42ee-997d-2f48cafbbe96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2024.09.25 17:26:57.041639 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part | ||
| 4590 | 2024.09.25 17:26:57.041908 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4591 | 2024.09.25 17:26:57.042145 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4592 | 2024.09.25 17:26:57.042161 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 4593 | 2024.09.25 17:26:57.042287 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4594 | 2024.09.25 17:26:57.042738 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4595 | 2024.09.25 17:26:57.042829 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_21_4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4596 | 2024.09.25 17:26:57.043273 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 4597 | 2024.09.25 17:26:57.043282 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4598 | 2024.09.25 17:26:57.043576 [ 188 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part | ||
| 4599 | 2024.09.25 17:26:57.044022 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4600 | 2024.09.25 17:26:57.044549 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2024.09.25 17:26:57.044599 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4602 | 2024.09.25 17:26:57.045229 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4603 | 2024.09.25 17:26:57.045272 [ 187 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005198757 sec., 30199.526540671162 rows/sec., 2.32 MiB/sec. | ||
| 4604 | 2024.09.25 17:26:57.045505 [ 187 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4605 | 2024.09.25 17:26:57.046122 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4606 | 2024.09.25 17:26:57.046459 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004719 sec., 2966.730239457512 rows/sec., 207.77 KiB/sec. | ||
| 4607 | 2024.09.25 17:26:57.046757 [ 187 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4608 | 2024.09.25 17:26:57.047081 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Debug> DynamicQueryHandler: Done processing query | ||
| 4609 | 2024.09.25 17:26:57.047112 [ 187 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_16_3} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4610 | 2024.09.25 17:26:57.047144 [ 3 ] {b7b2b681-399b-4f2c-9dd6-c968ecaee537} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4611 | 2024.09.25 17:26:57.047194 [ 3 ] {} <Debug> HTTP-Session: 9acb0a42-e444-42ee-997d-2f48cafbbe96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4612 | 2024.09.25 17:26:57.047381 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4613 | 2024.09.25 17:26:57.047424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4614 | 2024.09.25 17:26:57.047487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4615 | 2024.09.25 17:26:57.047507 [ 3 ] {} <Debug> HTTP-Session: e36e746e-6eb8-4651-af9f-5ce5544a7e2a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4616 | 2024.09.25 17:26:57.047524 [ 3 ] {} <Debug> HTTP-Session: e36e746e-6eb8-4651-af9f-5ce5544a7e2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4617 | 2024.09.25 17:26:57.047538 [ 3 ] {} <Debug> HTTP-Session: e36e746e-6eb8-4651-af9f-5ce5544a7e2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4618 | 2024.09.25 17:26:57.047572 [ 3 ] {} <Trace> HTTP-Session: e36e746e-6eb8-4651-af9f-5ce5544a7e2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4619 | 2024.09.25 17:26:57.047675 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 4620 | 2024.09.25 17:26:57.047722 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4621 | 2024.09.25 17:26:57.047982 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4622 | 2024.09.25 17:26:57.048297 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4623 | 2024.09.25 17:26:57.048336 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4624 | 2024.09.25 17:26:57.048698 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4625 | 2024.09.25 17:26:57.049077 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4626 | 2024.09.25 17:26:57.049246 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001594 sec., 3764.115432873275 rows/sec., 222.39 KiB/sec. | ||
| 4627 | 2024.09.25 17:26:57.049465 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4628 | 2024.09.25 17:26:57.049489 [ 3 ] {95246dbc-279f-4893-8712-14a457bc8d6e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4629 | 2024.09.25 17:26:57.049505 [ 3 ] {} <Debug> HTTP-Session: e36e746e-6eb8-4651-af9f-5ce5544a7e2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4630 | 2024.09.25 17:26:57.049682 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4631 | 2024.09.25 17:26:57.049732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4632 | 2024.09.25 17:26:57.049751 [ 3 ] {} <Debug> HTTP-Session: 4dd89ac9-73a3-4cbd-a785-748730cfe352 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4633 | 2024.09.25 17:26:57.049767 [ 3 ] {} <Debug> HTTP-Session: 4dd89ac9-73a3-4cbd-a785-748730cfe352 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4634 | 2024.09.25 17:26:57.049780 [ 3 ] {} <Debug> HTTP-Session: 4dd89ac9-73a3-4cbd-a785-748730cfe352 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4635 | 2024.09.25 17:26:57.049810 [ 3 ] {} <Trace> HTTP-Session: 4dd89ac9-73a3-4cbd-a785-748730cfe352 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4636 | 2024.09.25 17:26:57.050075 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4637 | 2024.09.25 17:26:57.050120 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4638 | 2024.09.25 17:26:57.050351 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4639 | 2024.09.25 17:26:57.050928 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4640 | 2024.09.25 17:26:57.050963 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4641 | 2024.09.25 17:26:57.051343 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4642 | 2024.09.25 17:26:57.051715 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4643 | 2024.09.25 17:26:57.051864 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001941 sec., 213292.11746522412 rows/sec., 15.22 MiB/sec. | ||
| 4644 | 2024.09.25 17:26:57.051893 [ 142 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4645 | 2024.09.25 17:26:57.052007 [ 142 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2024.09.25 17:26:57.052055 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4647 | 2024.09.25 17:26:57.052129 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 4648 | 2024.09.25 17:26:57.052170 [ 3 ] {7f291292-a6c7-4449-85e8-a83f4be9e9d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 4649 | 2024.09.25 17:26:57.052191 [ 3 ] {} <Debug> HTTP-Session: 4dd89ac9-73a3-4cbd-a785-748730cfe352 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4650 | 2024.09.25 17:26:57.052190 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 4651 | 2024.09.25 17:26:57.052321 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4652 | 2024.09.25 17:26:57.052354 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 888 rows starting from the beginning of the part | ||
| 4653 | 2024.09.25 17:26:57.052431 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 425 rows starting from the beginning of the part | ||
| 4654 | 2024.09.25 17:26:57.052473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4655 | 2024.09.25 17:26:57.052664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4656 | 2024.09.25 17:26:57.052695 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 72 rows starting from the beginning of the part | ||
| 4657 | 2024.09.25 17:26:57.052745 [ 3 ] {} <Debug> HTTP-Session: 7b5e2573-260c-4dc5-b98d-80af12989eec Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4658 | 2024.09.25 17:26:57.052811 [ 3 ] {} <Debug> HTTP-Session: 7b5e2573-260c-4dc5-b98d-80af12989eec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4659 | 2024.09.25 17:26:57.052912 [ 3 ] {} <Debug> HTTP-Session: 7b5e2573-260c-4dc5-b98d-80af12989eec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4660 | 2024.09.25 17:26:57.052985 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 418 rows starting from the beginning of the part | ||
| 4661 | 2024.09.25 17:26:57.052997 [ 3 ] {} <Trace> HTTP-Session: 7b5e2573-260c-4dc5-b98d-80af12989eec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4662 | 2024.09.25 17:26:57.053125 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 72 rows starting from the beginning of the part | ||
| 4663 | 2024.09.25 17:26:57.053192 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4664 | 2024.09.25 17:26:57.053296 [ 200 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 414 rows starting from the beginning of the part | ||
| 4665 | 2024.09.25 17:26:57.053307 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4666 | 2024.09.25 17:26:57.053755 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4667 | 2024.09.25 17:26:57.054282 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4668 | 2024.09.25 17:26:57.054331 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4669 | 2024.09.25 17:26:57.054858 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4670 | 2024.09.25 17:26:57.055267 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2289 rows, containing 5 columns (5 merged, 0 gathered) in 0.003138038 sec., 729436.6734883388 rows/sec., 55.52 MiB/sec. | ||
| 4671 | 2024.09.25 17:26:57.055396 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4672 | 2024.09.25 17:26:57.055556 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4673 | 2024.09.25 17:26:57.055712 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002569 sec., 2335.539120280265 rows/sec., 122.02 KiB/sec. | ||
| 4674 | 2024.09.25 17:26:57.056039 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Debug> DynamicQueryHandler: Done processing query | ||
| 4675 | 2024.09.25 17:26:57.056109 [ 3 ] {8db1eb83-1379-4c62-9a9b-a29fdad56f74} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4676 | 2024.09.25 17:26:57.056151 [ 3 ] {} <Debug> HTTP-Session: 7b5e2573-260c-4dc5-b98d-80af12989eec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4677 | 2024.09.25 17:26:57.056388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4678 | 2024.09.25 17:26:57.056471 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4679 | 2024.09.25 17:26:57.056487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4680 | 2024.09.25 17:26:57.056551 [ 3 ] {} <Debug> HTTP-Session: ce1ae5e5-f172-484d-a435-252b646a0ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4681 | 2024.09.25 17:26:57.056589 [ 3 ] {} <Debug> HTTP-Session: ce1ae5e5-f172-484d-a435-252b646a0ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4682 | 2024.09.25 17:26:57.056622 [ 3 ] {} <Debug> HTTP-Session: ce1ae5e5-f172-484d-a435-252b646a0ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4683 | 2024.09.25 17:26:57.056651 [ 187 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_21_4} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4684 | 2024.09.25 17:26:57.056674 [ 3 ] {} <Trace> HTTP-Session: ce1ae5e5-f172-484d-a435-252b646a0ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4685 | 2024.09.25 17:26:57.056791 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 4686 | 2024.09.25 17:26:57.056957 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4687 | 2024.09.25 17:26:57.057009 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4688 | 2024.09.25 17:26:57.057179 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4689 | 2024.09.25 17:26:57.057630 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2024.09.25 17:26:57.057667 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4691 | 2024.09.25 17:26:57.058066 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4692 | 2024.09.25 17:26:57.058427 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4693 | 2024.09.25 17:26:57.058590 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001757 sec., 134889.015367103 rows/sec., 9.04 MiB/sec. | ||
| 4694 | 2024.09.25 17:26:57.058601 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4695 | 2024.09.25 17:26:57.058697 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4696 | 2024.09.25 17:26:57.058763 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4697 | 2024.09.25 17:26:57.058882 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Debug> DynamicQueryHandler: Done processing query | ||
| 4698 | 2024.09.25 17:26:57.058909 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 4699 | 2024.09.25 17:26:57.058919 [ 3 ] {1f9b692e-1494-4442-9caa-ac36ecf3e751} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 4700 | 2024.09.25 17:26:57.058953 [ 3 ] {} <Debug> HTTP-Session: ce1ae5e5-f172-484d-a435-252b646a0ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4701 | 2024.09.25 17:26:57.059057 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4702 | 2024.09.25 17:26:57.059094 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5793 rows starting from the beginning of the part | ||
| 4703 | 2024.09.25 17:26:57.059100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4704 | 2024.09.25 17:26:57.059182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4705 | 2024.09.25 17:26:57.059206 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 4706 | 2024.09.25 17:26:57.059234 [ 3 ] {} <Debug> HTTP-Session: 61e42cb5-fc12-47e0-814d-e261438e5268 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4707 | 2024.09.25 17:26:57.059287 [ 3 ] {} <Debug> HTTP-Session: 61e42cb5-fc12-47e0-814d-e261438e5268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4708 | 2024.09.25 17:26:57.059378 [ 3 ] {} <Debug> HTTP-Session: 61e42cb5-fc12-47e0-814d-e261438e5268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4709 | 2024.09.25 17:26:57.059498 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
| 4710 | 2024.09.25 17:26:57.059510 [ 3 ] {} <Trace> HTTP-Session: 61e42cb5-fc12-47e0-814d-e261438e5268 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4711 | 2024.09.25 17:26:57.059774 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 239 rows starting from the beginning of the part | ||
| 4712 | 2024.09.25 17:26:57.059779 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 4713 | 2024.09.25 17:26:57.059885 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4714 | 2024.09.25 17:26:57.059938 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 4715 | 2024.09.25 17:26:57.060168 [ 200 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 4716 | 2024.09.25 17:26:57.060718 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4717 | 2024.09.25 17:26:57.061193 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4718 | 2024.09.25 17:26:57.061229 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4719 | 2024.09.25 17:26:57.061690 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4720 | 2024.09.25 17:26:57.062230 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4721 | 2024.09.25 17:26:57.062470 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002748 sec., 363.901018922853 rows/sec., 24.52 KiB/sec. | ||
| 4722 | 2024.09.25 17:26:57.062881 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4723 | 2024.09.25 17:26:57.062907 [ 3 ] {c37f4ab5-a065-42de-b4f7-c4125c4e92a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 4724 | 2024.09.25 17:26:57.062923 [ 3 ] {} <Debug> HTTP-Session: 61e42cb5-fc12-47e0-814d-e261438e5268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4725 | 2024.09.25 17:26:57.063103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52432, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4726 | 2024.09.25 17:26:57.063152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4727 | 2024.09.25 17:26:57.063172 [ 3 ] {} <Debug> HTTP-Session: ae5cdba4-fe8d-4ca8-81be-8a2ab42d7d6d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4728 | 2024.09.25 17:26:57.063188 [ 3 ] {} <Debug> HTTP-Session: ae5cdba4-fe8d-4ca8-81be-8a2ab42d7d6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4729 | 2024.09.25 17:26:57.063202 [ 3 ] {} <Debug> HTTP-Session: ae5cdba4-fe8d-4ca8-81be-8a2ab42d7d6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4730 | 2024.09.25 17:26:57.063232 [ 3 ] {} <Trace> HTTP-Session: ae5cdba4-fe8d-4ca8-81be-8a2ab42d7d6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4731 | 2024.09.25 17:26:57.063792 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6826 rows, containing 5 columns (5 merged, 0 gathered) in 0.004942301 sec., 1381138.0569495868 rows/sec., 93.34 MiB/sec. | ||
| 4732 | 2024.09.25 17:26:57.063925 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4733 | 2024.09.25 17:26:57.064000 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <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_histogramu64 | ||
| 4734 | 2024.09.25 17:26:57.064437 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4735 | 2024.09.25 17:26:57.064840 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4736 | 2024.09.25 17:26:57.065581 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4737 | 2024.09.25 17:26:57.065682 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4738 | 2024.09.25 17:26:57.065797 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
| 4739 | 2024.09.25 17:26:57.066140 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4740 | 2024.09.25 17:26:57.066183 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4741 | 2024.09.25 17:26:57.066856 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4742 | 2024.09.25 17:26:57.067291 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4743 | 2024.09.25 17:26:57.067488 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004122 sec., 7763.221737020864 rows/sec., 13.91 MiB/sec. | ||
| 4744 | 2024.09.25 17:26:57.067737 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Debug> DynamicQueryHandler: Done processing query | ||
| 4745 | 2024.09.25 17:26:57.067761 [ 3 ] {51c7ed2a-99f1-48b6-a723-daf817bb0210} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 4746 | 2024.09.25 17:26:57.067779 [ 3 ] {} <Debug> HTTP-Session: ae5cdba4-fe8d-4ca8-81be-8a2ab42d7d6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4747 | 2024.09.25 17:26:57.067911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4748 | 2024.09.25 17:26:57.067960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4749 | 2024.09.25 17:26:57.067979 [ 3 ] {} <Debug> HTTP-Session: 4ef8045f-4719-4957-a9e0-7dc8b9c72ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4750 | 2024.09.25 17:26:57.067996 [ 3 ] {} <Debug> HTTP-Session: 4ef8045f-4719-4957-a9e0-7dc8b9c72ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4751 | 2024.09.25 17:26:57.068010 [ 3 ] {} <Debug> HTTP-Session: 4ef8045f-4719-4957-a9e0-7dc8b9c72ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4752 | 2024.09.25 17:26:57.068043 [ 3 ] {} <Trace> HTTP-Session: 4ef8045f-4719-4957-a9e0-7dc8b9c72ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4753 | 2024.09.25 17:26:57.068160 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4754 | 2024.09.25 17:26:57.068206 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4755 | 2024.09.25 17:26:57.068339 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4756 | 2024.09.25 17:26:57.068672 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4757 | 2024.09.25 17:26:57.068708 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4758 | 2024.09.25 17:26:57.069085 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4759 | 2024.09.25 17:26:57.069416 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4760 | 2024.09.25 17:26:57.069581 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001455 sec., 56357.388316151206 rows/sec., 3.58 MiB/sec. | ||
| 4761 | 2024.09.25 17:26:57.069590 [ 142 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4762 | 2024.09.25 17:26:57.069679 [ 142 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4763 | 2024.09.25 17:26:57.069737 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4764 | 2024.09.25 17:26:57.069858 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4765 | 2024.09.25 17:26:57.069873 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 4766 | 2024.09.25 17:26:57.069894 [ 3 ] {f13f97cc-b560-4312-b460-442503b6bc3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4767 | 2024.09.25 17:26:57.069939 [ 3 ] {} <Debug> HTTP-Session: 4ef8045f-4719-4957-a9e0-7dc8b9c72ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4768 | 2024.09.25 17:26:57.070063 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4769 | 2024.09.25 17:26:57.070101 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 876 rows starting from the beginning of the part | ||
| 4770 | 2024.09.25 17:26:57.070217 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 4771 | 2024.09.25 17:26:57.070425 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 4772 | 2024.09.25 17:26:57.070606 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 4773 | 2024.09.25 17:26:57.070724 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 4774 | 2024.09.25 17:26:57.070919 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 4775 | 2024.09.25 17:26:57.072272 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1242 rows, containing 4 columns (4 merged, 0 gathered) in 0.002458435 sec., 505199.4459890133 rows/sec., 33.16 MiB/sec. | ||
| 4776 | 2024.09.25 17:26:57.072431 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4777 | 2024.09.25 17:26:57.072802 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4778 | 2024.09.25 17:26:57.072884 [ 186 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_21_4} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4779 | 2024.09.25 17:26:57.072954 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 4780 | 2024.09.25 17:27:01.491770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4781 | 2024.09.25 17:27:01.491908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4782 | 2024.09.25 17:27:01.491934 [ 3 ] {} <Debug> HTTP-Session: 4c6078a1-27d8-4704-b8c7-1e95a1565630 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4783 | 2024.09.25 17:27:01.491959 [ 3 ] {} <Debug> HTTP-Session: 4c6078a1-27d8-4704-b8c7-1e95a1565630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4784 | 2024.09.25 17:27:01.491973 [ 3 ] {} <Debug> HTTP-Session: 4c6078a1-27d8-4704-b8c7-1e95a1565630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4785 | 2024.09.25 17:27:01.492023 [ 3 ] {} <Trace> HTTP-Session: 4c6078a1-27d8-4704-b8c7-1e95a1565630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4786 | 2024.09.25 17:27:01.493025 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4787 | 2024.09.25 17:27:01.493095 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4788 | 2024.09.25 17:27:01.493434 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4789 | 2024.09.25 17:27:01.494801 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4790 | 2024.09.25 17:27:01.494851 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4791 | 2024.09.25 17:27:01.495393 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4792 | 2024.09.25 17:27:01.495807 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4793 | 2024.09.25 17:27:01.495978 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.003758 sec., 322511.97445449705 rows/sec., 26.53 MiB/sec. | ||
| 4794 | 2024.09.25 17:27:01.496239 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4795 | 2024.09.25 17:27:01.496267 [ 3 ] {37d71a5b-5793-42e7-8012-009bb37993bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 4796 | 2024.09.25 17:27:01.496287 [ 3 ] {} <Debug> HTTP-Session: 4c6078a1-27d8-4704-b8c7-1e95a1565630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4797 | 2024.09.25 17:27:01.496518 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4798 | 2024.09.25 17:27:01.496573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4799 | 2024.09.25 17:27:01.496593 [ 3 ] {} <Debug> HTTP-Session: fabbcaac-564b-42f6-a24b-67860639bc79 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4800 | 2024.09.25 17:27:01.496611 [ 3 ] {} <Debug> HTTP-Session: fabbcaac-564b-42f6-a24b-67860639bc79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4801 | 2024.09.25 17:27:01.496625 [ 3 ] {} <Debug> HTTP-Session: fabbcaac-564b-42f6-a24b-67860639bc79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4802 | 2024.09.25 17:27:01.496659 [ 3 ] {} <Trace> HTTP-Session: fabbcaac-564b-42f6-a24b-67860639bc79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4803 | 2024.09.25 17:27:01.496760 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4804 | 2024.09.25 17:27:01.496806 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4805 | 2024.09.25 17:27:01.497045 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4806 | 2024.09.25 17:27:01.497402 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4807 | 2024.09.25 17:27:01.497440 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4808 | 2024.09.25 17:27:01.497801 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4809 | 2024.09.25 17:27:01.498191 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4810 | 2024.09.25 17:27:01.498356 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001611 sec., 4965.859714463067 rows/sec., 373.41 KiB/sec. | ||
| 4811 | 2024.09.25 17:27:01.498540 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Debug> DynamicQueryHandler: Done processing query | ||
| 4812 | 2024.09.25 17:27:01.498565 [ 3 ] {0ae4303e-bdb4-46f2-beba-4bbadad6e425} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4813 | 2024.09.25 17:27:01.498582 [ 3 ] {} <Debug> HTTP-Session: fabbcaac-564b-42f6-a24b-67860639bc79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4814 | 2024.09.25 17:27:01.498775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4815 | 2024.09.25 17:27:01.498827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4816 | 2024.09.25 17:27:01.498847 [ 3 ] {} <Debug> HTTP-Session: 3c3e4cf9-64fd-45bb-9c22-0dd76a6ffa44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4817 | 2024.09.25 17:27:01.498864 [ 3 ] {} <Debug> HTTP-Session: 3c3e4cf9-64fd-45bb-9c22-0dd76a6ffa44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4818 | 2024.09.25 17:27:01.498878 [ 3 ] {} <Debug> HTTP-Session: 3c3e4cf9-64fd-45bb-9c22-0dd76a6ffa44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4819 | 2024.09.25 17:27:01.498910 [ 3 ] {} <Trace> HTTP-Session: 3c3e4cf9-64fd-45bb-9c22-0dd76a6ffa44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4820 | 2024.09.25 17:27:01.499108 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4821 | 2024.09.25 17:27:01.499152 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4822 | 2024.09.25 17:27:01.499386 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4823 | 2024.09.25 17:27:01.499848 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4824 | 2024.09.25 17:27:01.499891 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4825 | 2024.09.25 17:27:01.500306 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4826 | 2024.09.25 17:27:01.500674 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4827 | 2024.09.25 17:27:01.500840 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001846 sec., 123510.29252437703 rows/sec., 8.36 MiB/sec. | ||
| 4828 | 2024.09.25 17:27:01.501025 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Debug> DynamicQueryHandler: Done processing query | ||
| 4829 | 2024.09.25 17:27:01.501050 [ 3 ] {d15c2580-6b5f-4ebf-97a5-443d707dd902} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 4830 | 2024.09.25 17:27:01.501066 [ 3 ] {} <Debug> HTTP-Session: 3c3e4cf9-64fd-45bb-9c22-0dd76a6ffa44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4831 | 2024.09.25 17:27:01.501278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4832 | 2024.09.25 17:27:01.501328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4833 | 2024.09.25 17:27:01.501348 [ 3 ] {} <Debug> HTTP-Session: d431c49b-f134-427e-ac3b-648f4ef4175c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4834 | 2024.09.25 17:27:01.501365 [ 3 ] {} <Debug> HTTP-Session: d431c49b-f134-427e-ac3b-648f4ef4175c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.09.25 17:27:01.501379 [ 3 ] {} <Debug> HTTP-Session: d431c49b-f134-427e-ac3b-648f4ef4175c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4836 | 2024.09.25 17:27:01.501411 [ 3 ] {} <Trace> HTTP-Session: d431c49b-f134-427e-ac3b-648f4ef4175c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2024.09.25 17:27:01.501809 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4838 | 2024.09.25 17:27:01.501855 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4839 | 2024.09.25 17:27:01.502086 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4840 | 2024.09.25 17:27:01.502796 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4841 | 2024.09.25 17:27:01.502833 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4842 | 2024.09.25 17:27:01.503226 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4843 | 2024.09.25 17:27:01.503590 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4844 | 2024.09.25 17:27:01.503747 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002216 sec., 238267.14801444043 rows/sec., 17.65 MiB/sec. | ||
| 4845 | 2024.09.25 17:27:01.503931 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4846 | 2024.09.25 17:27:01.503956 [ 3 ] {b7914825-f26b-4329-a6a1-f7fce6985ca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 4847 | 2024.09.25 17:27:01.503973 [ 3 ] {} <Debug> HTTP-Session: d431c49b-f134-427e-ac3b-648f4ef4175c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4848 | 2024.09.25 17:27:01.504263 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 188902, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4849 | 2024.09.25 17:27:01.504314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4850 | 2024.09.25 17:27:01.504334 [ 3 ] {} <Debug> HTTP-Session: c3346291-307f-4724-8ad5-c7e15ceda738 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4851 | 2024.09.25 17:27:01.504351 [ 3 ] {} <Debug> HTTP-Session: c3346291-307f-4724-8ad5-c7e15ceda738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4852 | 2024.09.25 17:27:01.504365 [ 3 ] {} <Debug> HTTP-Session: c3346291-307f-4724-8ad5-c7e15ceda738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4853 | 2024.09.25 17:27:01.504397 [ 3 ] {} <Trace> HTTP-Session: c3346291-307f-4724-8ad5-c7e15ceda738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4854 | 2024.09.25 17:27:01.504884 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4855 | 2024.09.25 17:27:01.504935 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4856 | 2024.09.25 17:27:01.505088 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4857 | 2024.09.25 17:27:01.505984 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4858 | 2024.09.25 17:27:01.506020 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4859 | 2024.09.25 17:27:01.506487 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4860 | 2024.09.25 17:27:01.506842 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2024.09.25 17:27:01.507002 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Debug> executeQuery: Read 996 rows, 68.53 KiB in 0.002451 sec., 406364.7490820073 rows/sec., 27.31 MiB/sec. | ||
| 4862 | 2024.09.25 17:27:01.507179 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Debug> DynamicQueryHandler: Done processing query | ||
| 4863 | 2024.09.25 17:27:01.507204 [ 3 ] {bc8b5d36-ba16-42db-a1da-418e1629f890} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 4864 | 2024.09.25 17:27:01.507220 [ 3 ] {} <Debug> HTTP-Session: c3346291-307f-4724-8ad5-c7e15ceda738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4865 | 2024.09.25 17:27:01.507393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4866 | 2024.09.25 17:27:01.507443 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4867 | 2024.09.25 17:27:01.507463 [ 3 ] {} <Debug> HTTP-Session: 4f6ec545-c7bc-4e35-a5e0-eaa78b6b05df Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4868 | 2024.09.25 17:27:01.507480 [ 3 ] {} <Debug> HTTP-Session: 4f6ec545-c7bc-4e35-a5e0-eaa78b6b05df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4869 | 2024.09.25 17:27:01.507494 [ 3 ] {} <Debug> HTTP-Session: 4f6ec545-c7bc-4e35-a5e0-eaa78b6b05df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.09.25 17:27:01.507526 [ 3 ] {} <Trace> HTTP-Session: 4f6ec545-c7bc-4e35-a5e0-eaa78b6b05df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4871 | 2024.09.25 17:27:01.507719 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4872 | 2024.09.25 17:27:01.507786 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <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_histogramu64 | ||
| 4873 | 2024.09.25 17:27:01.508212 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4874 | 2024.09.25 17:27:01.508753 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4875 | 2024.09.25 17:27:01.508789 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4876 | 2024.09.25 17:27:01.509399 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4877 | 2024.09.25 17:27:01.509828 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2024.09.25 17:27:01.510016 [ 138 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4879 | 2024.09.25 17:27:01.510030 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002425 sec., 3298.9690721649486 rows/sec., 5.91 MiB/sec. | ||
| 4880 | 2024.09.25 17:27:01.510102 [ 138 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2024.09.25 17:27:01.510162 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4882 | 2024.09.25 17:27:01.510720 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 4883 | 2024.09.25 17:27:01.511131 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Debug> DynamicQueryHandler: Done processing query | ||
| 4884 | 2024.09.25 17:27:01.511205 [ 3 ] {c0e0eb91-e735-4445-8935-9b3abf622c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 4885 | 2024.09.25 17:27:01.511275 [ 3 ] {} <Debug> HTTP-Session: 4f6ec545-c7bc-4e35-a5e0-eaa78b6b05df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4886 | 2024.09.25 17:27:01.511488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4887 | 2024.09.25 17:27:01.511510 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4888 | 2024.09.25 17:27:01.511600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4889 | 2024.09.25 17:27:01.511665 [ 3 ] {} <Debug> HTTP-Session: 5179d39c-54ed-49ed-8e37-a60a31d33d1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4890 | 2024.09.25 17:27:01.511671 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 172 rows starting from the beginning of the part | ||
| 4891 | 2024.09.25 17:27:01.511698 [ 3 ] {} <Debug> HTTP-Session: 5179d39c-54ed-49ed-8e37-a60a31d33d1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4892 | 2024.09.25 17:27:01.511741 [ 3 ] {} <Debug> HTTP-Session: 5179d39c-54ed-49ed-8e37-a60a31d33d1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4893 | 2024.09.25 17:27:01.511828 [ 3 ] {} <Trace> HTTP-Session: 5179d39c-54ed-49ed-8e37-a60a31d33d1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4894 | 2024.09.25 17:27:01.512192 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4895 | 2024.09.25 17:27:01.512349 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4896 | 2024.09.25 17:27:01.512370 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 4897 | 2024.09.25 17:27:01.513298 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 4898 | 2024.09.25 17:27:01.513316 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4899 | 2024.09.25 17:27:01.513893 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 4900 | 2024.09.25 17:27:01.514681 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 4901 | 2024.09.25 17:27:01.514702 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4902 | 2024.09.25 17:27:01.514776 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4903 | 2024.09.25 17:27:01.515277 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 4904 | 2024.09.25 17:27:01.516261 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4905 | 2024.09.25 17:27:01.517100 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4906 | 2024.09.25 17:27:01.517426 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.005412 sec., 10347.376201034738 rows/sec., 713.11 KiB/sec. | ||
| 4907 | 2024.09.25 17:27:01.517667 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Debug> DynamicQueryHandler: Done processing query | ||
| 4908 | 2024.09.25 17:27:01.517709 [ 3 ] {d8dd3a31-0caf-4fd0-820a-cd6b7d351ac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4909 | 2024.09.25 17:27:01.517758 [ 3 ] {} <Debug> HTTP-Session: 5179d39c-54ed-49ed-8e37-a60a31d33d1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4910 | 2024.09.25 17:27:01.519992 [ 191 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 260 rows, containing 19 columns (19 merged, 0 gathered) in 0.0096861 sec., 26842.58886445525 rows/sec., 48.10 MiB/sec. | ||
| 4911 | 2024.09.25 17:27:01.520423 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4912 | 2024.09.25 17:27:01.521001 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2024.09.25 17:27:01.521081 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4914 | 2024.09.25 17:27:01.521199 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. | ||
| 4915 | 2024.09.25 17:27:02.018308 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3682, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4916 | 2024.09.25 17:27:02.018426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4917 | 2024.09.25 17:27:02.018451 [ 3 ] {} <Debug> HTTP-Session: aabb9920-9242-4b85-82a4-95e015342e69 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4918 | 2024.09.25 17:27:02.018476 [ 3 ] {} <Debug> HTTP-Session: aabb9920-9242-4b85-82a4-95e015342e69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4919 | 2024.09.25 17:27:02.018491 [ 3 ] {} <Debug> HTTP-Session: aabb9920-9242-4b85-82a4-95e015342e69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4920 | 2024.09.25 17:27:02.018541 [ 3 ] {} <Trace> HTTP-Session: aabb9920-9242-4b85-82a4-95e015342e69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4921 | 2024.09.25 17:27:02.018724 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4922 | 2024.09.25 17:27:02.018791 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4923 | 2024.09.25 17:27:02.019132 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4924 | 2024.09.25 17:27:02.019612 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4925 | 2024.09.25 17:27:02.019655 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4926 | 2024.09.25 17:27:02.020107 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4927 | 2024.09.25 17:27:02.020514 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4928 | 2024.09.25 17:27:02.020694 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Debug> executeQuery: Read 26 rows, 2.06 KiB in 0.00203 sec., 12807.881773399014 rows/sec., 1015.53 KiB/sec. | ||
| 4929 | 2024.09.25 17:27:02.020912 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4930 | 2024.09.25 17:27:02.020939 [ 3 ] {b3fd8db8-e03a-4529-aa81-140f4797b32a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4931 | 2024.09.25 17:27:02.020955 [ 3 ] {} <Debug> HTTP-Session: aabb9920-9242-4b85-82a4-95e015342e69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4932 | 2024.09.25 17:27:02.021088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4786, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4933 | 2024.09.25 17:27:02.021139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4934 | 2024.09.25 17:27:02.021159 [ 3 ] {} <Debug> HTTP-Session: 618bef75-62f6-4dc7-8425-8852e8cc2e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4935 | 2024.09.25 17:27:02.021177 [ 3 ] {} <Debug> HTTP-Session: 618bef75-62f6-4dc7-8425-8852e8cc2e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4936 | 2024.09.25 17:27:02.021191 [ 3 ] {} <Debug> HTTP-Session: 618bef75-62f6-4dc7-8425-8852e8cc2e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4937 | 2024.09.25 17:27:02.021223 [ 3 ] {} <Trace> HTTP-Session: 618bef75-62f6-4dc7-8425-8852e8cc2e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4938 | 2024.09.25 17:27:02.021330 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4939 | 2024.09.25 17:27:02.021374 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4940 | 2024.09.25 17:27:02.021611 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4941 | 2024.09.25 17:27:02.021984 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2024.09.25 17:27:02.022021 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4943 | 2024.09.25 17:27:02.022371 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4944 | 2024.09.25 17:27:02.022743 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2024.09.25 17:27:02.022917 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001618 sec., 17305.3152039555 rows/sec., 1.35 MiB/sec. | ||
| 4946 | 2024.09.25 17:27:02.023101 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4947 | 2024.09.25 17:27:02.023131 [ 3 ] {c76bb15e-9e44-4088-8442-90785f5f33bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 4948 | 2024.09.25 17:27:02.023148 [ 3 ] {} <Debug> HTTP-Session: 618bef75-62f6-4dc7-8425-8852e8cc2e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4949 | 2024.09.25 17:27:02.023315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4950 | 2024.09.25 17:27:02.023365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4951 | 2024.09.25 17:27:02.023384 [ 3 ] {} <Debug> HTTP-Session: a8c7ceea-734d-4157-9e71-0b222a64709d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4952 | 2024.09.25 17:27:02.023400 [ 3 ] {} <Debug> HTTP-Session: a8c7ceea-734d-4157-9e71-0b222a64709d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4953 | 2024.09.25 17:27:02.023414 [ 3 ] {} <Debug> HTTP-Session: a8c7ceea-734d-4157-9e71-0b222a64709d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4954 | 2024.09.25 17:27:02.023444 [ 3 ] {} <Trace> HTTP-Session: a8c7ceea-734d-4157-9e71-0b222a64709d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4955 | 2024.09.25 17:27:02.023544 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4956 | 2024.09.25 17:27:02.023591 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4957 | 2024.09.25 17:27:02.023742 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4958 | 2024.09.25 17:27:02.024070 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4959 | 2024.09.25 17:27:02.024106 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4960 | 2024.09.25 17:27:02.024487 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4961 | 2024.09.25 17:27:02.024838 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4962 | 2024.09.25 17:27:02.025001 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Debug> executeQuery: Read 10 rows, 727.00 B in 0.001483 sec., 6743.088334457182 rows/sec., 478.73 KiB/sec. | ||
| 4963 | 2024.09.25 17:27:02.025179 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4964 | 2024.09.25 17:27:02.025203 [ 3 ] {c834e699-fee9-41d7-9319-a333c7967a5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4965 | 2024.09.25 17:27:02.025219 [ 3 ] {} <Debug> HTTP-Session: a8c7ceea-734d-4157-9e71-0b222a64709d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4966 | 2024.09.25 17:27:02.025331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4967 | 2024.09.25 17:27:02.025381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4968 | 2024.09.25 17:27:02.025401 [ 3 ] {} <Debug> HTTP-Session: 6cb3b521-0e9a-4a0a-9545-d8869c4d8d71 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4969 | 2024.09.25 17:27:02.025417 [ 3 ] {} <Debug> HTTP-Session: 6cb3b521-0e9a-4a0a-9545-d8869c4d8d71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4970 | 2024.09.25 17:27:02.025431 [ 3 ] {} <Debug> HTTP-Session: 6cb3b521-0e9a-4a0a-9545-d8869c4d8d71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4971 | 2024.09.25 17:27:02.025462 [ 3 ] {} <Trace> HTTP-Session: 6cb3b521-0e9a-4a0a-9545-d8869c4d8d71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4972 | 2024.09.25 17:27:02.025568 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4973 | 2024.09.25 17:27:02.025612 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4974 | 2024.09.25 17:27:02.025748 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4975 | 2024.09.25 17:27:02.026029 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4976 | 2024.09.25 17:27:02.026065 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4977 | 2024.09.25 17:27:02.026429 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4978 | 2024.09.25 17:27:02.026772 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.09.25 17:27:02.026938 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001384 sec., 2890.173410404624 rows/sec., 203.22 KiB/sec. | ||
| 4980 | 2024.09.25 17:27:02.027210 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4981 | 2024.09.25 17:27:02.027245 [ 3 ] {f04c4a56-b74a-4c08-9d58-7e6c273d725a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4982 | 2024.09.25 17:27:02.027278 [ 3 ] {} <Debug> HTTP-Session: 6cb3b521-0e9a-4a0a-9545-d8869c4d8d71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4983 | 2024.09.25 17:27:03.662666 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4984 | 2024.09.25 17:27:03.662740 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4985 | 2024.09.25 17:27:05.001238 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000884677 sec. | ||
| 4986 | 2024.09.25 17:27:07.032116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4987 | 2024.09.25 17:27:07.032282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4988 | 2024.09.25 17:27:07.032325 [ 3 ] {} <Debug> HTTP-Session: 3091cbee-7064-4e20-ba22-39e3ece88a45 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 4989 | 2024.09.25 17:27:07.032367 [ 3 ] {} <Debug> HTTP-Session: 3091cbee-7064-4e20-ba22-39e3ece88a45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4990 | 2024.09.25 17:27:07.032396 [ 3 ] {} <Debug> HTTP-Session: 3091cbee-7064-4e20-ba22-39e3ece88a45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4991 | 2024.09.25 17:27:07.032476 [ 3 ] {} <Trace> HTTP-Session: 3091cbee-7064-4e20-ba22-39e3ece88a45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4992 | 2024.09.25 17:27:07.032882 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4993 | 2024.09.25 17:27:07.032973 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4994 | 2024.09.25 17:27:07.033311 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4995 | 2024.09.25 17:27:07.033969 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2024.09.25 17:27:07.034009 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 4997 | 2024.09.25 17:27:07.034449 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4998 | 2024.09.25 17:27:07.034836 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2024.09.25 17:27:07.034999 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002318 sec., 109145.8153580673 rows/sec., 9.63 MiB/sec. | ||
| 5000 | 2024.09.25 17:27:07.035439 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 5001 | 2024.09.25 17:27:07.035523 [ 3 ] {abd572e7-d389-4b73-aa24-cc4493a371aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5002 | 2024.09.25 17:27:07.035619 [ 3 ] {} <Debug> HTTP-Session: 3091cbee-7064-4e20-ba22-39e3ece88a45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5003 | 2024.09.25 17:27:07.035900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5004 | 2024.09.25 17:27:07.035976 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5005 | 2024.09.25 17:27:07.035996 [ 3 ] {} <Debug> HTTP-Session: 8d652092-fb41-4380-914e-0fc83a465e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5006 | 2024.09.25 17:27:07.036014 [ 3 ] {} <Debug> HTTP-Session: 8d652092-fb41-4380-914e-0fc83a465e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5007 | 2024.09.25 17:27:07.036028 [ 3 ] {} <Debug> HTTP-Session: 8d652092-fb41-4380-914e-0fc83a465e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5008 | 2024.09.25 17:27:07.036060 [ 3 ] {} <Trace> HTTP-Session: 8d652092-fb41-4380-914e-0fc83a465e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5009 | 2024.09.25 17:27:07.036171 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5010 | 2024.09.25 17:27:07.036215 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5011 | 2024.09.25 17:27:07.036465 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5012 | 2024.09.25 17:27:07.036828 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5013 | 2024.09.25 17:27:07.036865 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5014 | 2024.09.25 17:27:07.037225 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5015 | 2024.09.25 17:27:07.037604 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2024.09.25 17:27:07.037771 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001626 sec., 19680.19680196802 rows/sec., 1.45 MiB/sec. | ||
| 5017 | 2024.09.25 17:27:07.038053 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Debug> DynamicQueryHandler: Done processing query | ||
| 5018 | 2024.09.25 17:27:07.038079 [ 3 ] {96a32e5f-8ed6-4fcf-b65d-98ffb352cd46} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5019 | 2024.09.25 17:27:07.038095 [ 3 ] {} <Debug> HTTP-Session: 8d652092-fb41-4380-914e-0fc83a465e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5020 | 2024.09.25 17:27:07.038218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5021 | 2024.09.25 17:27:07.038268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5022 | 2024.09.25 17:27:07.038287 [ 3 ] {} <Debug> HTTP-Session: 0613293a-2142-440c-9084-8b7ef6915a04 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5023 | 2024.09.25 17:27:07.038303 [ 3 ] {} <Debug> HTTP-Session: 0613293a-2142-440c-9084-8b7ef6915a04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5024 | 2024.09.25 17:27:07.038317 [ 3 ] {} <Debug> HTTP-Session: 0613293a-2142-440c-9084-8b7ef6915a04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5025 | 2024.09.25 17:27:07.038348 [ 3 ] {} <Trace> HTTP-Session: 0613293a-2142-440c-9084-8b7ef6915a04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5026 | 2024.09.25 17:27:07.038448 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5027 | 2024.09.25 17:27:07.038490 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5028 | 2024.09.25 17:27:07.038732 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5029 | 2024.09.25 17:27:07.039056 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5030 | 2024.09.25 17:27:07.039092 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5031 | 2024.09.25 17:27:07.039449 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5032 | 2024.09.25 17:27:07.039817 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.09.25 17:27:07.039971 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec. | ||
| 5034 | 2024.09.25 17:27:07.039980 [ 54 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5035 | 2024.09.25 17:27:07.040088 [ 54 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5036 | 2024.09.25 17:27:07.040139 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5037 | 2024.09.25 17:27:07.040275 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5038 | 2024.09.25 17:27:07.040363 [ 3 ] {8a7e7f4a-7b8f-4a1d-bf99-a65cf98d63e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5039 | 2024.09.25 17:27:07.040454 [ 3 ] {} <Debug> HTTP-Session: 0613293a-2142-440c-9084-8b7ef6915a04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5040 | 2024.09.25 17:27:07.040540 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 5041 | 2024.09.25 17:27:07.040645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5042 | 2024.09.25 17:27:07.040748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5043 | 2024.09.25 17:27:07.040805 [ 3 ] {} <Debug> HTTP-Session: 83299ab8-a8f7-4314-88b6-b0bd17323f94 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5044 | 2024.09.25 17:27:07.040854 [ 3 ] {} <Debug> HTTP-Session: 83299ab8-a8f7-4314-88b6-b0bd17323f94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5045 | 2024.09.25 17:27:07.040902 [ 3 ] {} <Debug> HTTP-Session: 83299ab8-a8f7-4314-88b6-b0bd17323f94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5046 | 2024.09.25 17:27:07.040915 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5047 | 2024.09.25 17:27:07.040959 [ 3 ] {} <Trace> HTTP-Session: 83299ab8-a8f7-4314-88b6-b0bd17323f94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5048 | 2024.09.25 17:27:07.040981 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 5049 | 2024.09.25 17:27:07.041218 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5050 | 2024.09.25 17:27:07.041250 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
| 5051 | 2024.09.25 17:27:07.041340 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5052 | 2024.09.25 17:27:07.041610 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 5053 | 2024.09.25 17:27:07.041877 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 5054 | 2024.09.25 17:27:07.042261 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 5055 | 2024.09.25 17:27:07.042740 [ 187 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 5056 | 2024.09.25 17:27:07.043240 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5057 | 2024.09.25 17:27:07.043993 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5058 | 2024.09.25 17:27:07.044047 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5059 | 2024.09.25 17:27:07.045018 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5060 | 2024.09.25 17:27:07.045953 [ 198 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.005725236 sec., 92223.27254282619 rows/sec., 6.27 MiB/sec. | ||
| 5061 | 2024.09.25 17:27:07.046176 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5062 | 2024.09.25 17:27:07.046254 [ 198 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5063 | 2024.09.25 17:27:07.046611 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005497 sec., 1091.5044569765325 rows/sec., 64.49 KiB/sec. | ||
| 5064 | 2024.09.25 17:27:07.047219 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5065 | 2024.09.25 17:27:07.047251 [ 3 ] {d22b689f-5b6a-4439-b2eb-9999791e1a6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5066 | 2024.09.25 17:27:07.047296 [ 3 ] {} <Debug> HTTP-Session: 83299ab8-a8f7-4314-88b6-b0bd17323f94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5067 | 2024.09.25 17:27:07.047561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5068 | 2024.09.25 17:27:07.047651 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5069 | 2024.09.25 17:27:07.047674 [ 3 ] {} <Debug> HTTP-Session: b5bfb26b-f8f6-4509-b30f-7e6f76af2528 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5070 | 2024.09.25 17:27:07.047719 [ 3 ] {} <Debug> HTTP-Session: b5bfb26b-f8f6-4509-b30f-7e6f76af2528 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5071 | 2024.09.25 17:27:07.047735 [ 3 ] {} <Debug> HTTP-Session: b5bfb26b-f8f6-4509-b30f-7e6f76af2528 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5072 | 2024.09.25 17:27:07.047797 [ 3 ] {} <Trace> HTTP-Session: b5bfb26b-f8f6-4509-b30f-7e6f76af2528 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5073 | 2024.09.25 17:27:07.047825 [ 198 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5074 | 2024.09.25 17:27:07.048020 [ 198 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_11_2} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5075 | 2024.09.25 17:27:07.048169 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 5076 | 2024.09.25 17:27:07.048176 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5077 | 2024.09.25 17:27:07.048243 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5078 | 2024.09.25 17:27:07.048498 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5079 | 2024.09.25 17:27:07.049128 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5080 | 2024.09.25 17:27:07.049166 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5081 | 2024.09.25 17:27:07.049569 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5082 | 2024.09.25 17:27:07.049945 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2024.09.25 17:27:07.050106 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.002135 sec., 193911.00702576112 rows/sec., 13.83 MiB/sec. | ||
| 5084 | 2024.09.25 17:27:07.050449 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Debug> DynamicQueryHandler: Done processing query | ||
| 5085 | 2024.09.25 17:27:07.050475 [ 3 ] {c31a01c7-7e17-4f76-b411-1ad5cad1b211} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5086 | 2024.09.25 17:27:07.050491 [ 3 ] {} <Debug> HTTP-Session: b5bfb26b-f8f6-4509-b30f-7e6f76af2528 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5087 | 2024.09.25 17:27:07.050623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5088 | 2024.09.25 17:27:07.050703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5089 | 2024.09.25 17:27:07.050722 [ 3 ] {} <Debug> HTTP-Session: 799e4a26-d1f2-449a-b505-6e0f2689931e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5090 | 2024.09.25 17:27:07.050738 [ 3 ] {} <Debug> HTTP-Session: 799e4a26-d1f2-449a-b505-6e0f2689931e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5091 | 2024.09.25 17:27:07.050752 [ 3 ] {} <Debug> HTTP-Session: 799e4a26-d1f2-449a-b505-6e0f2689931e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5092 | 2024.09.25 17:27:07.050783 [ 3 ] {} <Trace> HTTP-Session: 799e4a26-d1f2-449a-b505-6e0f2689931e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5093 | 2024.09.25 17:27:07.050882 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5094 | 2024.09.25 17:27:07.050928 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5095 | 2024.09.25 17:27:07.051083 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5096 | 2024.09.25 17:27:07.051365 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5097 | 2024.09.25 17:27:07.051401 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5098 | 2024.09.25 17:27:07.051801 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5099 | 2024.09.25 17:27:07.052148 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5100 | 2024.09.25 17:27:07.052313 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 5101 | 2024.09.25 17:27:07.052586 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5102 | 2024.09.25 17:27:07.052611 [ 3 ] {c0f4ef71-6f23-4dd7-a26a-7a58349ea69f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5103 | 2024.09.25 17:27:07.052627 [ 3 ] {} <Debug> HTTP-Session: 799e4a26-d1f2-449a-b505-6e0f2689931e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5104 | 2024.09.25 17:27:07.052769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5105 | 2024.09.25 17:27:07.052819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5106 | 2024.09.25 17:27:07.052837 [ 3 ] {} <Debug> HTTP-Session: 5fac9455-89a7-4548-9b5c-2262fe265ea7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5107 | 2024.09.25 17:27:07.052855 [ 3 ] {} <Debug> HTTP-Session: 5fac9455-89a7-4548-9b5c-2262fe265ea7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5108 | 2024.09.25 17:27:07.052868 [ 3 ] {} <Debug> HTTP-Session: 5fac9455-89a7-4548-9b5c-2262fe265ea7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5109 | 2024.09.25 17:27:07.052898 [ 3 ] {} <Trace> HTTP-Session: 5fac9455-89a7-4548-9b5c-2262fe265ea7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5110 | 2024.09.25 17:27:07.053134 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5111 | 2024.09.25 17:27:07.053181 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5112 | 2024.09.25 17:27:07.053350 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5113 | 2024.09.25 17:27:07.053811 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5114 | 2024.09.25 17:27:07.053848 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5115 | 2024.09.25 17:27:07.054248 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5116 | 2024.09.25 17:27:07.054592 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5117 | 2024.09.25 17:27:07.054753 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00177 sec., 133898.30508474575 rows/sec., 8.97 MiB/sec. | ||
| 5118 | 2024.09.25 17:27:07.054980 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Debug> DynamicQueryHandler: Done processing query | ||
| 5119 | 2024.09.25 17:27:07.055003 [ 3 ] {2ff98403-82d3-459d-a586-ebc742058491} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5120 | 2024.09.25 17:27:07.055019 [ 3 ] {} <Debug> HTTP-Session: 5fac9455-89a7-4548-9b5c-2262fe265ea7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5121 | 2024.09.25 17:27:07.055146 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5122 | 2024.09.25 17:27:07.055194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5123 | 2024.09.25 17:27:07.055212 [ 3 ] {} <Debug> HTTP-Session: cf87025a-3ce4-4595-989a-d91b6ed14326 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5124 | 2024.09.25 17:27:07.055229 [ 3 ] {} <Debug> HTTP-Session: cf87025a-3ce4-4595-989a-d91b6ed14326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5125 | 2024.09.25 17:27:07.055243 [ 3 ] {} <Debug> HTTP-Session: cf87025a-3ce4-4595-989a-d91b6ed14326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5126 | 2024.09.25 17:27:07.055273 [ 3 ] {} <Trace> HTTP-Session: cf87025a-3ce4-4595-989a-d91b6ed14326 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5127 | 2024.09.25 17:27:07.055372 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5128 | 2024.09.25 17:27:07.055417 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5129 | 2024.09.25 17:27:07.055550 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5130 | 2024.09.25 17:27:07.055809 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2024.09.25 17:27:07.055844 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5132 | 2024.09.25 17:27:07.056192 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5133 | 2024.09.25 17:27:07.056520 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5134 | 2024.09.25 17:27:07.056677 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001317 sec., 759.301442672741 rows/sec., 51.16 KiB/sec. | ||
| 5135 | 2024.09.25 17:27:07.056950 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5136 | 2024.09.25 17:27:07.056974 [ 3 ] {defef4c5-0a6c-4978-a55c-6b5af0b6be4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5137 | 2024.09.25 17:27:07.056990 [ 3 ] {} <Debug> HTTP-Session: cf87025a-3ce4-4595-989a-d91b6ed14326 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5138 | 2024.09.25 17:27:07.057154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52464, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5139 | 2024.09.25 17:27:07.057203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5140 | 2024.09.25 17:27:07.057221 [ 3 ] {} <Debug> HTTP-Session: d929fb5b-9c2c-447e-ac32-1f6f68c214d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5141 | 2024.09.25 17:27:07.057237 [ 3 ] {} <Debug> HTTP-Session: d929fb5b-9c2c-447e-ac32-1f6f68c214d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5142 | 2024.09.25 17:27:07.057250 [ 3 ] {} <Debug> HTTP-Session: d929fb5b-9c2c-447e-ac32-1f6f68c214d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5143 | 2024.09.25 17:27:07.057280 [ 3 ] {} <Trace> HTTP-Session: d929fb5b-9c2c-447e-ac32-1f6f68c214d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5144 | 2024.09.25 17:27:07.057610 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5145 | 2024.09.25 17:27:07.057680 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <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_histogramu64 | ||
| 5146 | 2024.09.25 17:27:07.058127 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5147 | 2024.09.25 17:27:07.058815 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2024.09.25 17:27:07.058851 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5149 | 2024.09.25 17:27:07.059489 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5150 | 2024.09.25 17:27:07.059911 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2024.09.25 17:27:07.060094 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002716 sec., 11782.032400589102 rows/sec., 21.11 MiB/sec. | ||
| 5152 | 2024.09.25 17:27:07.060463 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Debug> DynamicQueryHandler: Done processing query | ||
| 5153 | 2024.09.25 17:27:07.060486 [ 3 ] {6b0a7ec0-ecd2-41fe-ba9d-bfc0b53d0539} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5154 | 2024.09.25 17:27:07.060501 [ 3 ] {} <Debug> HTTP-Session: d929fb5b-9c2c-447e-ac32-1f6f68c214d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5155 | 2024.09.25 17:27:07.060628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5156 | 2024.09.25 17:27:07.060676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5157 | 2024.09.25 17:27:07.060695 [ 3 ] {} <Debug> HTTP-Session: 370fb1b8-2489-42b8-88ba-d0056b9ce19a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5158 | 2024.09.25 17:27:07.060711 [ 3 ] {} <Debug> HTTP-Session: 370fb1b8-2489-42b8-88ba-d0056b9ce19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5159 | 2024.09.25 17:27:07.060724 [ 3 ] {} <Debug> HTTP-Session: 370fb1b8-2489-42b8-88ba-d0056b9ce19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5160 | 2024.09.25 17:27:07.060754 [ 3 ] {} <Trace> HTTP-Session: 370fb1b8-2489-42b8-88ba-d0056b9ce19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5161 | 2024.09.25 17:27:07.060868 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5162 | 2024.09.25 17:27:07.060911 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5163 | 2024.09.25 17:27:07.061041 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5164 | 2024.09.25 17:27:07.061352 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5165 | 2024.09.25 17:27:07.061388 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5166 | 2024.09.25 17:27:07.061750 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5167 | 2024.09.25 17:27:07.062090 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5168 | 2024.09.25 17:27:07.062247 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001409 sec., 58197.30305180979 rows/sec., 3.70 MiB/sec. | ||
| 5169 | 2024.09.25 17:27:07.062553 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5170 | 2024.09.25 17:27:07.062576 [ 3 ] {ec1ca0e8-dbf8-4311-9df4-1125712befd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5171 | 2024.09.25 17:27:07.062592 [ 3 ] {} <Debug> HTTP-Session: 370fb1b8-2489-42b8-88ba-d0056b9ce19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5172 | 2024.09.25 17:27:12.025404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5173 | 2024.09.25 17:27:12.025554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5174 | 2024.09.25 17:27:12.025580 [ 3 ] {} <Debug> HTTP-Session: 5c5b0c24-35ee-4f03-86fb-692e8c4aa37d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5175 | 2024.09.25 17:27:12.025606 [ 3 ] {} <Debug> HTTP-Session: 5c5b0c24-35ee-4f03-86fb-692e8c4aa37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5176 | 2024.09.25 17:27:12.025622 [ 3 ] {} <Debug> HTTP-Session: 5c5b0c24-35ee-4f03-86fb-692e8c4aa37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5177 | 2024.09.25 17:27:12.025674 [ 3 ] {} <Trace> HTTP-Session: 5c5b0c24-35ee-4f03-86fb-692e8c4aa37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5178 | 2024.09.25 17:27:12.025897 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5179 | 2024.09.25 17:27:12.025966 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5180 | 2024.09.25 17:27:12.026315 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5181 | 2024.09.25 17:27:12.026806 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5182 | 2024.09.25 17:27:12.026857 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5183 | 2024.09.25 17:27:12.027325 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5184 | 2024.09.25 17:27:12.027728 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5185 | 2024.09.25 17:27:12.027908 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002082 sec., 34582.1325648415 rows/sec., 2.80 MiB/sec. | ||
| 5186 | 2024.09.25 17:27:12.028186 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Debug> DynamicQueryHandler: Done processing query | ||
| 5187 | 2024.09.25 17:27:12.028213 [ 3 ] {b5fa53cf-3944-443a-a052-c92a97a2b845} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5188 | 2024.09.25 17:27:12.028230 [ 3 ] {} <Debug> HTTP-Session: 5c5b0c24-35ee-4f03-86fb-692e8c4aa37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5189 | 2024.09.25 17:27:12.028365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5190 | 2024.09.25 17:27:12.028420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5191 | 2024.09.25 17:27:12.028439 [ 3 ] {} <Debug> HTTP-Session: c5f6b700-2fb9-4390-b2d9-84584b066caa Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5192 | 2024.09.25 17:27:12.028458 [ 3 ] {} <Debug> HTTP-Session: c5f6b700-2fb9-4390-b2d9-84584b066caa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5193 | 2024.09.25 17:27:12.028472 [ 3 ] {} <Debug> HTTP-Session: c5f6b700-2fb9-4390-b2d9-84584b066caa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5194 | 2024.09.25 17:27:12.028509 [ 3 ] {} <Trace> HTTP-Session: c5f6b700-2fb9-4390-b2d9-84584b066caa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5195 | 2024.09.25 17:27:12.028618 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5196 | 2024.09.25 17:27:12.028668 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5197 | 2024.09.25 17:27:12.028916 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5198 | 2024.09.25 17:27:12.029267 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2024.09.25 17:27:12.029305 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5200 | 2024.09.25 17:27:12.029671 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5201 | 2024.09.25 17:27:12.030049 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2024.09.25 17:27:12.030210 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001615 sec., 4953.560371517028 rows/sec., 372.48 KiB/sec. | ||
| 5203 | 2024.09.25 17:27:12.030388 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Debug> DynamicQueryHandler: Done processing query | ||
| 5204 | 2024.09.25 17:27:12.030412 [ 3 ] {4ab4e15a-b761-4bd3-bc42-423a6dd3f234} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5205 | 2024.09.25 17:27:12.030428 [ 3 ] {} <Debug> HTTP-Session: c5f6b700-2fb9-4390-b2d9-84584b066caa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5206 | 2024.09.25 17:27:12.030553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5207 | 2024.09.25 17:27:12.030602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5208 | 2024.09.25 17:27:12.030622 [ 3 ] {} <Debug> HTTP-Session: 38ca672f-e9c7-47ba-992a-388c5010b9fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5209 | 2024.09.25 17:27:12.030638 [ 3 ] {} <Debug> HTTP-Session: 38ca672f-e9c7-47ba-992a-388c5010b9fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5210 | 2024.09.25 17:27:12.030653 [ 3 ] {} <Debug> HTTP-Session: 38ca672f-e9c7-47ba-992a-388c5010b9fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5211 | 2024.09.25 17:27:12.030684 [ 3 ] {} <Trace> HTTP-Session: 38ca672f-e9c7-47ba-992a-388c5010b9fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5212 | 2024.09.25 17:27:12.030800 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5213 | 2024.09.25 17:27:12.030843 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5214 | 2024.09.25 17:27:12.031076 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5215 | 2024.09.25 17:27:12.031429 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5216 | 2024.09.25 17:27:12.031466 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5217 | 2024.09.25 17:27:12.031833 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5218 | 2024.09.25 17:27:12.032190 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5219 | 2024.09.25 17:27:12.032361 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001593 sec., 45197.74011299435 rows/sec., 3.53 MiB/sec. | ||
| 5220 | 2024.09.25 17:27:12.032695 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5221 | 2024.09.25 17:27:12.032719 [ 3 ] {1d4e7117-8625-4045-9239-b9c273c81dfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5222 | 2024.09.25 17:27:12.032736 [ 3 ] {} <Debug> HTTP-Session: 38ca672f-e9c7-47ba-992a-388c5010b9fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5223 | 2024.09.25 17:27:12.032917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5224 | 2024.09.25 17:27:12.032965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5225 | 2024.09.25 17:27:12.032984 [ 3 ] {} <Debug> HTTP-Session: caec6721-776f-4333-847f-72764b7dbf44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5226 | 2024.09.25 17:27:12.033000 [ 3 ] {} <Debug> HTTP-Session: caec6721-776f-4333-847f-72764b7dbf44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5227 | 2024.09.25 17:27:12.033015 [ 3 ] {} <Debug> HTTP-Session: caec6721-776f-4333-847f-72764b7dbf44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5228 | 2024.09.25 17:27:12.033045 [ 3 ] {} <Trace> HTTP-Session: caec6721-776f-4333-847f-72764b7dbf44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5229 | 2024.09.25 17:27:12.033196 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5230 | 2024.09.25 17:27:12.033246 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5231 | 2024.09.25 17:27:12.033414 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5232 | 2024.09.25 17:27:12.033764 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5233 | 2024.09.25 17:27:12.033800 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5234 | 2024.09.25 17:27:12.034186 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5235 | 2024.09.25 17:27:12.034526 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5236 | 2024.09.25 17:27:12.034689 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 5237 | 2024.09.25 17:27:12.034991 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 5238 | 2024.09.25 17:27:12.035034 [ 3 ] {6ff74e55-4c4b-41a4-944c-7c31c7c46c9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5239 | 2024.09.25 17:27:12.035059 [ 3 ] {} <Debug> HTTP-Session: caec6721-776f-4333-847f-72764b7dbf44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5240 | 2024.09.25 17:27:12.035212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5241 | 2024.09.25 17:27:12.035275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5242 | 2024.09.25 17:27:12.035297 [ 3 ] {} <Debug> HTTP-Session: ed801a4b-6c99-4c4a-a131-9b51c5746aa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5243 | 2024.09.25 17:27:12.035315 [ 3 ] {} <Debug> HTTP-Session: ed801a4b-6c99-4c4a-a131-9b51c5746aa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5244 | 2024.09.25 17:27:12.035329 [ 3 ] {} <Debug> HTTP-Session: ed801a4b-6c99-4c4a-a131-9b51c5746aa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5245 | 2024.09.25 17:27:12.035361 [ 3 ] {} <Trace> HTTP-Session: ed801a4b-6c99-4c4a-a131-9b51c5746aa9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5246 | 2024.09.25 17:27:12.035518 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5247 | 2024.09.25 17:27:12.035587 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <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_histogramu64 | ||
| 5248 | 2024.09.25 17:27:12.036035 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5249 | 2024.09.25 17:27:12.036480 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2024.09.25 17:27:12.036516 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5251 | 2024.09.25 17:27:12.037127 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5252 | 2024.09.25 17:27:12.037557 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2024.09.25 17:27:12.037780 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002325 sec., 3440.8602150537636 rows/sec., 6.17 MiB/sec. | ||
| 5254 | 2024.09.25 17:27:12.038310 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Debug> DynamicQueryHandler: Done processing query | ||
| 5255 | 2024.09.25 17:27:12.038335 [ 3 ] {442a029c-35ed-4e29-bfd5-52f7b03ba667} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5256 | 2024.09.25 17:27:12.038350 [ 3 ] {} <Debug> HTTP-Session: ed801a4b-6c99-4c4a-a131-9b51c5746aa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5257 | 2024.09.25 17:27:12.038478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5258 | 2024.09.25 17:27:12.038528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5259 | 2024.09.25 17:27:12.038547 [ 3 ] {} <Debug> HTTP-Session: 1f35e493-6354-46bb-8d6d-6d03f46991bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5260 | 2024.09.25 17:27:12.038565 [ 3 ] {} <Debug> HTTP-Session: 1f35e493-6354-46bb-8d6d-6d03f46991bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5261 | 2024.09.25 17:27:12.038579 [ 3 ] {} <Debug> HTTP-Session: 1f35e493-6354-46bb-8d6d-6d03f46991bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5262 | 2024.09.25 17:27:12.038610 [ 3 ] {} <Trace> HTTP-Session: 1f35e493-6354-46bb-8d6d-6d03f46991bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5263 | 2024.09.25 17:27:12.038723 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5264 | 2024.09.25 17:27:12.038769 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5265 | 2024.09.25 17:27:12.038924 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5266 | 2024.09.25 17:27:12.039216 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2024.09.25 17:27:12.039253 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5268 | 2024.09.25 17:27:12.039647 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5269 | 2024.09.25 17:27:12.039982 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5270 | 2024.09.25 17:27:12.040149 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001463 sec., 41011.619958988376 rows/sec., 2.76 MiB/sec. | ||
| 5271 | 2024.09.25 17:27:12.040311 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5272 | 2024.09.25 17:27:12.040334 [ 3 ] {b9752563-e0e3-44fd-93f0-f1665c4b77f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5273 | 2024.09.25 17:27:12.040350 [ 3 ] {} <Debug> HTTP-Session: 1f35e493-6354-46bb-8d6d-6d03f46991bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5274 | 2024.09.25 17:27:17.031083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5275 | 2024.09.25 17:27:17.031217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5276 | 2024.09.25 17:27:17.031243 [ 3 ] {} <Debug> HTTP-Session: 5d5fc06f-747d-4377-9c6d-a877475478c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5277 | 2024.09.25 17:27:17.031270 [ 3 ] {} <Debug> HTTP-Session: 5d5fc06f-747d-4377-9c6d-a877475478c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5278 | 2024.09.25 17:27:17.031285 [ 3 ] {} <Debug> HTTP-Session: 5d5fc06f-747d-4377-9c6d-a877475478c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5279 | 2024.09.25 17:27:17.031337 [ 3 ] {} <Trace> HTTP-Session: 5d5fc06f-747d-4377-9c6d-a877475478c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5280 | 2024.09.25 17:27:17.031602 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5281 | 2024.09.25 17:27:17.031671 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5282 | 2024.09.25 17:27:17.032015 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5283 | 2024.09.25 17:27:17.032614 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5284 | 2024.09.25 17:27:17.032658 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5285 | 2024.09.25 17:27:17.033096 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5286 | 2024.09.25 17:27:17.033488 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5287 | 2024.09.25 17:27:17.033637 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002154 sec., 117455.89600742803 rows/sec., 10.37 MiB/sec. | ||
| 5288 | 2024.09.25 17:27:17.033644 [ 27 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5289 | 2024.09.25 17:27:17.033696 [ 27 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5290 | 2024.09.25 17:27:17.033725 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5291 | 2024.09.25 17:27:17.033881 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Debug> DynamicQueryHandler: Done processing query | ||
| 5292 | 2024.09.25 17:27:17.033895 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 5293 | 2024.09.25 17:27:17.033917 [ 3 ] {8741521c-ac5f-44e4-8503-243b8b610659} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5294 | 2024.09.25 17:27:17.033965 [ 3 ] {} <Debug> HTTP-Session: 5d5fc06f-747d-4377-9c6d-a877475478c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5295 | 2024.09.25 17:27:17.034112 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5296 | 2024.09.25 17:27:17.034165 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1417 rows starting from the beginning of the part | ||
| 5297 | 2024.09.25 17:27:17.034237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5298 | 2024.09.25 17:27:17.034347 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1212 rows starting from the beginning of the part | ||
| 5299 | 2024.09.25 17:27:17.034365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5300 | 2024.09.25 17:27:17.034452 [ 3 ] {} <Debug> HTTP-Session: d5a36ef5-50a4-449a-a0fe-d4a8e4fa8105 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5301 | 2024.09.25 17:27:17.034551 [ 3 ] {} <Debug> HTTP-Session: d5a36ef5-50a4-449a-a0fe-d4a8e4fa8105 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5302 | 2024.09.25 17:27:17.034617 [ 3 ] {} <Debug> HTTP-Session: d5a36ef5-50a4-449a-a0fe-d4a8e4fa8105 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5303 | 2024.09.25 17:27:17.034613 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
| 5304 | 2024.09.25 17:27:17.034764 [ 3 ] {} <Trace> HTTP-Session: d5a36ef5-50a4-449a-a0fe-d4a8e4fa8105 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5305 | 2024.09.25 17:27:17.035015 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 253 rows starting from the beginning of the part | ||
| 5306 | 2024.09.25 17:27:17.035280 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5307 | 2024.09.25 17:27:17.035317 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
| 5308 | 2024.09.25 17:27:17.035439 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5309 | 2024.09.25 17:27:17.035619 [ 187 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 253 rows starting from the beginning of the part | ||
| 5310 | 2024.09.25 17:27:17.036475 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5311 | 2024.09.25 17:27:17.037206 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5312 | 2024.09.25 17:27:17.037278 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5313 | 2024.09.25 17:27:17.038331 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5314 | 2024.09.25 17:27:17.039063 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5315 | 2024.09.25 17:27:17.039237 [ 198 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3233 rows, containing 5 columns (5 merged, 0 gathered) in 0.005422771 sec., 596189.6602309041 rows/sec., 52.16 MiB/sec. | ||
| 5316 | 2024.09.25 17:27:17.039375 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004273 sec., 7488.883688275217 rows/sec., 563.13 KiB/sec. | ||
| 5317 | 2024.09.25 17:27:17.039647 [ 198 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5318 | 2024.09.25 17:27:17.039666 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Debug> DynamicQueryHandler: Done processing query | ||
| 5319 | 2024.09.25 17:27:17.039718 [ 3 ] {1196015e-64ed-4f3f-bad0-d6ec63edbe28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5320 | 2024.09.25 17:27:17.039774 [ 3 ] {} <Debug> HTTP-Session: d5a36ef5-50a4-449a-a0fe-d4a8e4fa8105 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5321 | 2024.09.25 17:27:17.039960 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5322 | 2024.09.25 17:27:17.040100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5323 | 2024.09.25 17:27:17.040182 [ 3 ] {} <Debug> HTTP-Session: 06f1bddb-8d02-4f1f-a380-4efd3f51a861 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5324 | 2024.09.25 17:27:17.040246 [ 3 ] {} <Debug> HTTP-Session: 06f1bddb-8d02-4f1f-a380-4efd3f51a861 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5325 | 2024.09.25 17:27:17.040277 [ 3 ] {} <Debug> HTTP-Session: 06f1bddb-8d02-4f1f-a380-4efd3f51a861 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5326 | 2024.09.25 17:27:17.040374 [ 3 ] {} <Trace> HTTP-Session: 06f1bddb-8d02-4f1f-a380-4efd3f51a861 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5327 | 2024.09.25 17:27:17.040583 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5328 | 2024.09.25 17:27:17.040647 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5329 | 2024.09.25 17:27:17.040712 [ 198 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5330 | 2024.09.25 17:27:17.040930 [ 198 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_26_5} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5331 | 2024.09.25 17:27:17.041150 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 5332 | 2024.09.25 17:27:17.041263 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5333 | 2024.09.25 17:27:17.041593 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5334 | 2024.09.25 17:27:17.041631 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5335 | 2024.09.25 17:27:17.042005 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5336 | 2024.09.25 17:27:17.042389 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5337 | 2024.09.25 17:27:17.042549 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002025 sec., 6913.580246913581 rows/sec., 484.18 KiB/sec. | ||
| 5338 | 2024.09.25 17:27:17.042735 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5339 | 2024.09.25 17:27:17.042761 [ 3 ] {205e2509-7f16-443b-8ffc-366c9a7674b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5340 | 2024.09.25 17:27:17.042777 [ 3 ] {} <Debug> HTTP-Session: 06f1bddb-8d02-4f1f-a380-4efd3f51a861 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5341 | 2024.09.25 17:27:17.042909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5342 | 2024.09.25 17:27:17.042959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5343 | 2024.09.25 17:27:17.042979 [ 3 ] {} <Debug> HTTP-Session: d3db4fcb-26a1-442f-9b07-2a0d8421ed25 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5344 | 2024.09.25 17:27:17.042996 [ 3 ] {} <Debug> HTTP-Session: d3db4fcb-26a1-442f-9b07-2a0d8421ed25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5345 | 2024.09.25 17:27:17.043010 [ 3 ] {} <Debug> HTTP-Session: d3db4fcb-26a1-442f-9b07-2a0d8421ed25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5346 | 2024.09.25 17:27:17.043041 [ 3 ] {} <Trace> HTTP-Session: d3db4fcb-26a1-442f-9b07-2a0d8421ed25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5347 | 2024.09.25 17:27:17.043140 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5348 | 2024.09.25 17:27:17.043184 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5349 | 2024.09.25 17:27:17.043414 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5350 | 2024.09.25 17:27:17.043715 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5351 | 2024.09.25 17:27:17.043751 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5352 | 2024.09.25 17:27:17.044112 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5353 | 2024.09.25 17:27:17.044681 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5354 | 2024.09.25 17:27:17.044847 [ 6 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 5355 | 2024.09.25 17:27:17.044868 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001747 sec., 3434.45907269605 rows/sec., 202.91 KiB/sec. | ||
| 5356 | 2024.09.25 17:27:17.044915 [ 6 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5357 | 2024.09.25 17:27:17.044985 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5358 | 2024.09.25 17:27:17.045263 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5359 | 2024.09.25 17:27:17.045271 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
| 5360 | 2024.09.25 17:27:17.045303 [ 3 ] {278963da-96ca-49e7-956c-7c0e02fca5a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5361 | 2024.09.25 17:27:17.045374 [ 3 ] {} <Debug> HTTP-Session: d3db4fcb-26a1-442f-9b07-2a0d8421ed25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5362 | 2024.09.25 17:27:17.045666 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5363 | 2024.09.25 17:27:17.045681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5364 | 2024.09.25 17:27:17.045717 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 6 rows starting from the beginning of the part | ||
| 5365 | 2024.09.25 17:27:17.045789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5366 | 2024.09.25 17:27:17.045891 [ 3 ] {} <Debug> HTTP-Session: b47ef444-669c-434c-8dc1-89048bd377b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5367 | 2024.09.25 17:27:17.045951 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 5368 | 2024.09.25 17:27:17.045970 [ 3 ] {} <Debug> HTTP-Session: b47ef444-669c-434c-8dc1-89048bd377b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5369 | 2024.09.25 17:27:17.046048 [ 3 ] {} <Debug> HTTP-Session: b47ef444-669c-434c-8dc1-89048bd377b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5370 | 2024.09.25 17:27:17.046193 [ 3 ] {} <Trace> HTTP-Session: b47ef444-669c-434c-8dc1-89048bd377b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5371 | 2024.09.25 17:27:17.046264 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 5372 | 2024.09.25 17:27:17.046471 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5373 | 2024.09.25 17:27:17.046678 [ 187 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5374 | 2024.09.25 17:27:17.046777 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5375 | 2024.09.25 17:27:17.046986 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5376 | 2024.09.25 17:27:17.047990 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5377 | 2024.09.25 17:27:17.049237 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004133687 sec., 7257.4435364845 rows/sec., 460.68 KiB/sec. | ||
| 5378 | 2024.09.25 17:27:17.049319 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2024.09.25 17:27:17.049378 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5380 | 2024.09.25 17:27:17.049494 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 5381 | 2024.09.25 17:27:17.050355 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5382 | 2024.09.25 17:27:17.050665 [ 199 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5383 | 2024.09.25 17:27:17.050969 [ 199 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_9_2} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 5384 | 2024.09.25 17:27:17.051147 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5385 | 2024.09.25 17:27:17.051222 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5386 | 2024.09.25 17:27:17.051394 [ 6 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5387 | 2024.09.25 17:27:17.051409 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004931 sec., 83958.62908132226 rows/sec., 5.99 MiB/sec. | ||
| 5388 | 2024.09.25 17:27:17.051444 [ 6 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5389 | 2024.09.25 17:27:17.051514 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5390 | 2024.09.25 17:27:17.051882 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 5391 | 2024.09.25 17:27:17.051909 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Debug> DynamicQueryHandler: Done processing query | ||
| 5392 | 2024.09.25 17:27:17.051981 [ 3 ] {5df4ac4e-fad4-4cee-96ff-937295894e46} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5393 | 2024.09.25 17:27:17.052063 [ 3 ] {} <Debug> HTTP-Session: b47ef444-669c-434c-8dc1-89048bd377b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5394 | 2024.09.25 17:27:17.052401 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5395 | 2024.09.25 17:27:17.052438 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5396 | 2024.09.25 17:27:17.052517 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 910 rows starting from the beginning of the part | ||
| 5397 | 2024.09.25 17:27:17.052519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5398 | 2024.09.25 17:27:17.052578 [ 3 ] {} <Debug> HTTP-Session: fdf82cb8-0821-4f90-9e38-2a5231007454 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5399 | 2024.09.25 17:27:17.052635 [ 3 ] {} <Debug> HTTP-Session: fdf82cb8-0821-4f90-9e38-2a5231007454 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5400 | 2024.09.25 17:27:17.052698 [ 3 ] {} <Debug> HTTP-Session: fdf82cb8-0821-4f90-9e38-2a5231007454 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5401 | 2024.09.25 17:27:17.052823 [ 3 ] {} <Trace> HTTP-Session: fdf82cb8-0821-4f90-9e38-2a5231007454 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5402 | 2024.09.25 17:27:17.052837 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 528 rows starting from the beginning of the part | ||
| 5403 | 2024.09.25 17:27:17.053124 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part | ||
| 5404 | 2024.09.25 17:27:17.053130 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5405 | 2024.09.25 17:27:17.053296 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5406 | 2024.09.25 17:27:17.053506 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 414 rows starting from the beginning of the part | ||
| 5407 | 2024.09.25 17:27:17.053940 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 72 rows starting from the beginning of the part | ||
| 5408 | 2024.09.25 17:27:17.054175 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5409 | 2024.09.25 17:27:17.054276 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 414 rows starting from the beginning of the part | ||
| 5410 | 2024.09.25 17:27:17.055088 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5411 | 2024.09.25 17:27:17.055157 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5412 | 2024.09.25 17:27:17.056146 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5413 | 2024.09.25 17:27:17.057017 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5414 | 2024.09.25 17:27:17.057246 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004203 sec., 1427.551748750892 rows/sec., 74.58 KiB/sec. | ||
| 5415 | 2024.09.25 17:27:17.057971 [ 198 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 5 columns (5 merged, 0 gathered) in 0.006315767 sec., 374617.9996823822 rows/sec., 28.69 MiB/sec. | ||
| 5416 | 2024.09.25 17:27:17.057976 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5417 | 2024.09.25 17:27:17.058049 [ 3 ] {f5a79acd-e2f3-4c24-93e4-89f54fb0b64b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5418 | 2024.09.25 17:27:17.058075 [ 3 ] {} <Debug> HTTP-Session: fdf82cb8-0821-4f90-9e38-2a5231007454 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5419 | 2024.09.25 17:27:17.058197 [ 198 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5420 | 2024.09.25 17:27:17.058295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5421 | 2024.09.25 17:27:17.058360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5422 | 2024.09.25 17:27:17.058413 [ 3 ] {} <Debug> HTTP-Session: 3c02e74d-fa1e-4858-9959-5a65c809019f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5423 | 2024.09.25 17:27:17.058469 [ 3 ] {} <Debug> HTTP-Session: 3c02e74d-fa1e-4858-9959-5a65c809019f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5424 | 2024.09.25 17:27:17.058532 [ 3 ] {} <Debug> HTTP-Session: 3c02e74d-fa1e-4858-9959-5a65c809019f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5425 | 2024.09.25 17:27:17.058697 [ 3 ] {} <Trace> HTTP-Session: 3c02e74d-fa1e-4858-9959-5a65c809019f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5426 | 2024.09.25 17:27:17.059010 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2024.09.25 17:27:17.059054 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5428 | 2024.09.25 17:27:17.059113 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5429 | 2024.09.25 17:27:17.059134 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_26_5} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5430 | 2024.09.25 17:27:17.059268 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 5431 | 2024.09.25 17:27:17.059368 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5432 | 2024.09.25 17:27:17.059850 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5433 | 2024.09.25 17:27:17.059887 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5434 | 2024.09.25 17:27:17.060300 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5435 | 2024.09.25 17:27:17.060662 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5436 | 2024.09.25 17:27:17.060821 [ 6 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5437 | 2024.09.25 17:27:17.060824 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001974 sec., 120060.79027355622 rows/sec., 8.05 MiB/sec. | ||
| 5438 | 2024.09.25 17:27:17.060873 [ 6 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2024.09.25 17:27:17.060940 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5440 | 2024.09.25 17:27:17.061274 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Debug> DynamicQueryHandler: Done processing query | ||
| 5441 | 2024.09.25 17:27:17.061276 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 5442 | 2024.09.25 17:27:17.061361 [ 3 ] {76f76d20-6986-42bb-b21e-d047245c9599} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5443 | 2024.09.25 17:27:17.061441 [ 3 ] {} <Debug> HTTP-Session: 3c02e74d-fa1e-4858-9959-5a65c809019f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5444 | 2024.09.25 17:27:17.061710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5445 | 2024.09.25 17:27:17.061765 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5446 | 2024.09.25 17:27:17.061796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5447 | 2024.09.25 17:27:17.061839 [ 3 ] {} <Debug> HTTP-Session: 0caf1974-26a2-40ac-82c4-0f91147aa738 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5448 | 2024.09.25 17:27:17.061840 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6826 rows starting from the beginning of the part | ||
| 5449 | 2024.09.25 17:27:17.061867 [ 3 ] {} <Debug> HTTP-Session: 0caf1974-26a2-40ac-82c4-0f91147aa738 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5450 | 2024.09.25 17:27:17.061922 [ 3 ] {} <Debug> HTTP-Session: 0caf1974-26a2-40ac-82c4-0f91147aa738 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5451 | 2024.09.25 17:27:17.062033 [ 3 ] {} <Trace> HTTP-Session: 0caf1974-26a2-40ac-82c4-0f91147aa738 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5452 | 2024.09.25 17:27:17.062163 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 996 rows starting from the beginning of the part | ||
| 5453 | 2024.09.25 17:27:17.062408 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5454 | 2024.09.25 17:27:17.062452 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 10 rows starting from the beginning of the part | ||
| 5455 | 2024.09.25 17:27:17.062587 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5456 | 2024.09.25 17:27:17.062717 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 5457 | 2024.09.25 17:27:17.063081 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 5458 | 2024.09.25 17:27:17.063426 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 5459 | 2024.09.25 17:27:17.063945 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5460 | 2024.09.25 17:27:17.064704 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5461 | 2024.09.25 17:27:17.064758 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5462 | 2024.09.25 17:27:17.065300 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5463 | 2024.09.25 17:27:17.066228 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5464 | 2024.09.25 17:27:17.066467 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004236 sec., 236.0717658168083 rows/sec., 15.91 KiB/sec. | ||
| 5465 | 2024.09.25 17:27:17.066912 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Debug> DynamicQueryHandler: Done processing query | ||
| 5466 | 2024.09.25 17:27:17.066938 [ 3 ] {adb8ce05-33e3-4291-b62a-cd85aa636fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5467 | 2024.09.25 17:27:17.066955 [ 3 ] {} <Debug> HTTP-Session: 0caf1974-26a2-40ac-82c4-0f91147aa738 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5468 | 2024.09.25 17:27:17.067165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52437, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5469 | 2024.09.25 17:27:17.067227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5470 | 2024.09.25 17:27:17.067259 [ 3 ] {} <Debug> HTTP-Session: ce4fcb48-29da-4284-b609-f08d5e270612 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5471 | 2024.09.25 17:27:17.067277 [ 3 ] {} <Debug> HTTP-Session: ce4fcb48-29da-4284-b609-f08d5e270612 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5472 | 2024.09.25 17:27:17.067292 [ 3 ] {} <Debug> HTTP-Session: ce4fcb48-29da-4284-b609-f08d5e270612 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5473 | 2024.09.25 17:27:17.067332 [ 3 ] {} <Trace> HTTP-Session: ce4fcb48-29da-4284-b609-f08d5e270612 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5474 | 2024.09.25 17:27:17.068102 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5475 | 2024.09.25 17:27:17.068131 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8466 rows, containing 5 columns (5 merged, 0 gathered) in 0.007099702 sec., 1192444.415272641 rows/sec., 80.54 MiB/sec. | ||
| 5476 | 2024.09.25 17:27:17.068244 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <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_histogramu64 | ||
| 5477 | 2024.09.25 17:27:17.068364 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5478 | 2024.09.25 17:27:17.069645 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5479 | 2024.09.25 17:27:17.069903 [ 198 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5480 | 2024.09.25 17:27:17.070094 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5481 | 2024.09.25 17:27:17.070103 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. | ||
| 5482 | 2024.09.25 17:27:17.070953 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5483 | 2024.09.25 17:27:17.070996 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5484 | 2024.09.25 17:27:17.071682 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5485 | 2024.09.25 17:27:17.072109 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5486 | 2024.09.25 17:27:17.072315 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.004889 sec., 6545.3057885048065 rows/sec., 11.73 MiB/sec. | ||
| 5487 | 2024.09.25 17:27:17.072727 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Debug> DynamicQueryHandler: Done processing query | ||
| 5488 | 2024.09.25 17:27:17.072752 [ 3 ] {8d9c0a18-cdfe-49c1-8e4c-29bcd079b1de} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5489 | 2024.09.25 17:27:17.072769 [ 3 ] {} <Debug> HTTP-Session: ce4fcb48-29da-4284-b609-f08d5e270612 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5490 | 2024.09.25 17:27:17.072909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5491 | 2024.09.25 17:27:17.072958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5492 | 2024.09.25 17:27:17.072978 [ 3 ] {} <Debug> HTTP-Session: f7354e47-abdc-411d-9fc7-de60d05de840 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5493 | 2024.09.25 17:27:17.072995 [ 3 ] {} <Debug> HTTP-Session: f7354e47-abdc-411d-9fc7-de60d05de840 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5494 | 2024.09.25 17:27:17.073009 [ 3 ] {} <Debug> HTTP-Session: f7354e47-abdc-411d-9fc7-de60d05de840 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5495 | 2024.09.25 17:27:17.073042 [ 3 ] {} <Trace> HTTP-Session: f7354e47-abdc-411d-9fc7-de60d05de840 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5496 | 2024.09.25 17:27:17.073172 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5497 | 2024.09.25 17:27:17.073218 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5498 | 2024.09.25 17:27:17.073350 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5499 | 2024.09.25 17:27:17.073687 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.09.25 17:27:17.073723 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5501 | 2024.09.25 17:27:17.074094 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5502 | 2024.09.25 17:27:17.074442 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2024.09.25 17:27:17.074600 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001478 sec., 55480.37889039242 rows/sec., 3.52 MiB/sec. | ||
| 5504 | 2024.09.25 17:27:17.074611 [ 6 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5505 | 2024.09.25 17:27:17.074690 [ 6 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5506 | 2024.09.25 17:27:17.074739 [ 6 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5507 | 2024.09.25 17:27:17.074890 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5508 | 2024.09.25 17:27:17.074901 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 5509 | 2024.09.25 17:27:17.074925 [ 3 ] {d9a24519-fd8e-4477-a585-bcdfc3bf449e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5510 | 2024.09.25 17:27:17.074975 [ 3 ] {} <Debug> HTTP-Session: f7354e47-abdc-411d-9fc7-de60d05de840 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5511 | 2024.09.25 17:27:17.075096 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5512 | 2024.09.25 17:27:17.075131 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1242 rows starting from the beginning of the part | ||
| 5513 | 2024.09.25 17:27:17.075220 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 5514 | 2024.09.25 17:27:17.075415 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 5515 | 2024.09.25 17:27:17.075558 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 5516 | 2024.09.25 17:27:17.075737 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 5517 | 2024.09.25 17:27:17.075860 [ 193 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 5518 | 2024.09.25 17:27:17.077210 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1526 rows, containing 4 columns (4 merged, 0 gathered) in 0.002385335 sec., 639742.4261162478 rows/sec., 41.94 MiB/sec. | ||
| 5519 | 2024.09.25 17:27:17.077438 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5520 | 2024.09.25 17:27:17.077923 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2024.09.25 17:27:17.078018 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_26_5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5522 | 2024.09.25 17:27:17.078113 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 5523 | 2024.09.25 17:27:18.662823 [ 46 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5524 | 2024.09.25 17:27:18.662879 [ 46 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5525 | 2024.09.25 17:27:22.026446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5526 | 2024.09.25 17:27:22.026588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5527 | 2024.09.25 17:27:22.026617 [ 3 ] {} <Debug> HTTP-Session: 2921a504-d7a8-4ddb-9965-b46172f4f88b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5528 | 2024.09.25 17:27:22.026642 [ 3 ] {} <Debug> HTTP-Session: 2921a504-d7a8-4ddb-9965-b46172f4f88b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5529 | 2024.09.25 17:27:22.026658 [ 3 ] {} <Debug> HTTP-Session: 2921a504-d7a8-4ddb-9965-b46172f4f88b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5530 | 2024.09.25 17:27:22.026711 [ 3 ] {} <Trace> HTTP-Session: 2921a504-d7a8-4ddb-9965-b46172f4f88b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5531 | 2024.09.25 17:27:22.026923 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5532 | 2024.09.25 17:27:22.027007 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5533 | 2024.09.25 17:27:22.027351 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5534 | 2024.09.25 17:27:22.027853 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5535 | 2024.09.25 17:27:22.027896 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5536 | 2024.09.25 17:27:22.028477 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5537 | 2024.09.25 17:27:22.029134 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5538 | 2024.09.25 17:27:22.029337 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002489 sec., 28927.280032141425 rows/sec., 2.34 MiB/sec. | ||
| 5539 | 2024.09.25 17:27:22.029587 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5540 | 2024.09.25 17:27:22.029615 [ 3 ] {b1cd1e47-0218-4672-b8a5-7fbff2bdbcae} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5541 | 2024.09.25 17:27:22.029632 [ 3 ] {} <Debug> HTTP-Session: 2921a504-d7a8-4ddb-9965-b46172f4f88b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5542 | 2024.09.25 17:27:22.029768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5543 | 2024.09.25 17:27:22.029822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5544 | 2024.09.25 17:27:22.029843 [ 3 ] {} <Debug> HTTP-Session: 742bd57c-7acd-432b-9f0f-597406053d73 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5545 | 2024.09.25 17:27:22.029862 [ 3 ] {} <Debug> HTTP-Session: 742bd57c-7acd-432b-9f0f-597406053d73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5546 | 2024.09.25 17:27:22.029877 [ 3 ] {} <Debug> HTTP-Session: 742bd57c-7acd-432b-9f0f-597406053d73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5547 | 2024.09.25 17:27:22.029916 [ 3 ] {} <Trace> HTTP-Session: 742bd57c-7acd-432b-9f0f-597406053d73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5548 | 2024.09.25 17:27:22.030044 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5549 | 2024.09.25 17:27:22.030103 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5550 | 2024.09.25 17:27:22.030366 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5551 | 2024.09.25 17:27:22.030742 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5552 | 2024.09.25 17:27:22.030778 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5553 | 2024.09.25 17:27:22.031136 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5554 | 2024.09.25 17:27:22.031593 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5555 | 2024.09.25 17:27:22.031757 [ 51 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5556 | 2024.09.25 17:27:22.031770 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00176 sec., 4545.454545454545 rows/sec., 341.80 KiB/sec. | ||
| 5557 | 2024.09.25 17:27:22.031798 [ 51 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2024.09.25 17:27:22.031832 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5559 | 2024.09.25 17:27:22.032174 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 5560 | 2024.09.25 17:27:22.032281 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5561 | 2024.09.25 17:27:22.032356 [ 3 ] {3b832ded-88a5-4524-924e-d9dedf05836e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5562 | 2024.09.25 17:27:22.032423 [ 3 ] {} <Debug> HTTP-Session: 742bd57c-7acd-432b-9f0f-597406053d73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5563 | 2024.09.25 17:27:22.032512 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5564 | 2024.09.25 17:27:22.032555 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 54 rows starting from the beginning of the part | ||
| 5565 | 2024.09.25 17:27:22.032707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5566 | 2024.09.25 17:27:22.032766 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 5567 | 2024.09.25 17:27:22.032883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5568 | 2024.09.25 17:27:22.033020 [ 3 ] {} <Debug> HTTP-Session: c9bea3ca-1397-4088-9adb-a8e6d6c4315f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5569 | 2024.09.25 17:27:22.033117 [ 3 ] {} <Debug> HTTP-Session: c9bea3ca-1397-4088-9adb-a8e6d6c4315f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5570 | 2024.09.25 17:27:22.033138 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 32 rows starting from the beginning of the part | ||
| 5571 | 2024.09.25 17:27:22.033191 [ 3 ] {} <Debug> HTTP-Session: c9bea3ca-1397-4088-9adb-a8e6d6c4315f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5572 | 2024.09.25 17:27:22.033391 [ 3 ] {} <Trace> HTTP-Session: c9bea3ca-1397-4088-9adb-a8e6d6c4315f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5573 | 2024.09.25 17:27:22.033419 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 5574 | 2024.09.25 17:27:22.033678 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part | ||
| 5575 | 2024.09.25 17:27:22.033845 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5576 | 2024.09.25 17:27:22.033979 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 5577 | 2024.09.25 17:27:22.034027 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5578 | 2024.09.25 17:27:22.035002 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5579 | 2024.09.25 17:27:22.036025 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5580 | 2024.09.25 17:27:22.036081 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5581 | 2024.09.25 17:27:22.037043 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5582 | 2024.09.25 17:27:22.037210 [ 196 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 142 rows, containing 5 columns (5 merged, 0 gathered) in 0.005264067 sec., 26975.3405494269 rows/sec., 2.07 MiB/sec. | ||
| 5583 | 2024.09.25 17:27:22.037606 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5584 | 2024.09.25 17:27:22.037835 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5585 | 2024.09.25 17:27:22.038246 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.004566 sec., 15768.725361366623 rows/sec., 1.23 MiB/sec. | ||
| 5586 | 2024.09.25 17:27:22.038960 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Debug> DynamicQueryHandler: Done processing query | ||
| 5587 | 2024.09.25 17:27:22.039049 [ 3 ] {bdaf5f65-d23f-4329-af7a-9af60ef15911} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 5588 | 2024.09.25 17:27:22.039109 [ 3 ] {} <Debug> HTTP-Session: c9bea3ca-1397-4088-9adb-a8e6d6c4315f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5589 | 2024.09.25 17:27:22.039398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5590 | 2024.09.25 17:27:22.039514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5591 | 2024.09.25 17:27:22.039543 [ 3 ] {} <Debug> HTTP-Session: ec4da23a-da82-449b-b53d-cf210387820e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5592 | 2024.09.25 17:27:22.039586 [ 3 ] {} <Debug> HTTP-Session: ec4da23a-da82-449b-b53d-cf210387820e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5593 | 2024.09.25 17:27:22.039614 [ 3 ] {} <Debug> HTTP-Session: ec4da23a-da82-449b-b53d-cf210387820e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5594 | 2024.09.25 17:27:22.039607 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5595 | 2024.09.25 17:27:22.039674 [ 3 ] {} <Trace> HTTP-Session: ec4da23a-da82-449b-b53d-cf210387820e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5596 | 2024.09.25 17:27:22.039800 [ 193 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_21_4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5597 | 2024.09.25 17:27:22.039990 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5598 | 2024.09.25 17:27:22.040017 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5599 | 2024.09.25 17:27:22.040085 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5600 | 2024.09.25 17:27:22.040289 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5601 | 2024.09.25 17:27:22.040782 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2024.09.25 17:27:22.040823 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5603 | 2024.09.25 17:27:22.041275 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5604 | 2024.09.25 17:27:22.041710 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2024.09.25 17:27:22.041874 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002029 sec., 78856.57959586004 rows/sec., 5.49 MiB/sec. | ||
| 5606 | 2024.09.25 17:27:22.042088 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Debug> DynamicQueryHandler: Done processing query | ||
| 5607 | 2024.09.25 17:27:22.042118 [ 3 ] {ffe23db5-43d7-4542-807a-47eae9c5de45} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5608 | 2024.09.25 17:27:22.042141 [ 3 ] {} <Debug> HTTP-Session: ec4da23a-da82-449b-b53d-cf210387820e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5609 | 2024.09.25 17:27:22.042289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14169, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5610 | 2024.09.25 17:27:22.042349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5611 | 2024.09.25 17:27:22.042374 [ 3 ] {} <Debug> HTTP-Session: 5b18b75f-b730-4cc5-bb36-0d2e0707816f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5612 | 2024.09.25 17:27:22.042397 [ 3 ] {} <Debug> HTTP-Session: 5b18b75f-b730-4cc5-bb36-0d2e0707816f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.09.25 17:27:22.042415 [ 3 ] {} <Debug> HTTP-Session: 5b18b75f-b730-4cc5-bb36-0d2e0707816f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5614 | 2024.09.25 17:27:22.042456 [ 3 ] {} <Trace> HTTP-Session: 5b18b75f-b730-4cc5-bb36-0d2e0707816f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2024.09.25 17:27:22.042666 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5616 | 2024.09.25 17:27:22.042749 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <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_histogramu64 | ||
| 5617 | 2024.09.25 17:27:22.043326 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5618 | 2024.09.25 17:27:22.043911 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2024.09.25 17:27:22.043949 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5620 | 2024.09.25 17:27:22.044774 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5621 | 2024.09.25 17:27:22.045364 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5622 | 2024.09.25 17:27:22.045554 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00301 sec., 2657.8073089700997 rows/sec., 4.76 MiB/sec. | ||
| 5623 | 2024.09.25 17:27:22.045837 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Debug> DynamicQueryHandler: Done processing query | ||
| 5624 | 2024.09.25 17:27:22.045868 [ 3 ] {c64a65a6-3f35-4b2d-a1b6-6f4a359660ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5625 | 2024.09.25 17:27:22.045889 [ 3 ] {} <Debug> HTTP-Session: 5b18b75f-b730-4cc5-bb36-0d2e0707816f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5626 | 2024.09.25 17:27:22.046026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5627 | 2024.09.25 17:27:22.046089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5628 | 2024.09.25 17:27:22.046114 [ 3 ] {} <Debug> HTTP-Session: 4bfc074a-a42f-4757-b363-e2ff512baa6d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5629 | 2024.09.25 17:27:22.046137 [ 3 ] {} <Debug> HTTP-Session: 4bfc074a-a42f-4757-b363-e2ff512baa6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5630 | 2024.09.25 17:27:22.046157 [ 3 ] {} <Debug> HTTP-Session: 4bfc074a-a42f-4757-b363-e2ff512baa6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5631 | 2024.09.25 17:27:22.046198 [ 3 ] {} <Trace> HTTP-Session: 4bfc074a-a42f-4757-b363-e2ff512baa6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5632 | 2024.09.25 17:27:22.046362 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5633 | 2024.09.25 17:27:22.046417 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5634 | 2024.09.25 17:27:22.046593 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5635 | 2024.09.25 17:27:22.046959 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5636 | 2024.09.25 17:27:22.047000 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5637 | 2024.09.25 17:27:22.047443 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5638 | 2024.09.25 17:27:22.047785 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5639 | 2024.09.25 17:27:22.047915 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001615 sec., 37151.70278637771 rows/sec., 2.50 MiB/sec. | ||
| 5640 | 2024.09.25 17:27:22.048248 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Debug> DynamicQueryHandler: Done processing query | ||
| 5641 | 2024.09.25 17:27:22.048278 [ 3 ] {b18c5355-c99d-4ed0-a768-577f7479be08} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5642 | 2024.09.25 17:27:22.048294 [ 3 ] {} <Debug> HTTP-Session: 4bfc074a-a42f-4757-b363-e2ff512baa6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5643 | 2024.09.25 17:27:27.031208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5644 | 2024.09.25 17:27:27.031410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5645 | 2024.09.25 17:27:27.031457 [ 3 ] {} <Debug> HTTP-Session: 8b8f846d-f121-42d8-9e8c-b8e27ac32308 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5646 | 2024.09.25 17:27:27.031502 [ 3 ] {} <Debug> HTTP-Session: 8b8f846d-f121-42d8-9e8c-b8e27ac32308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5647 | 2024.09.25 17:27:27.031527 [ 3 ] {} <Debug> HTTP-Session: 8b8f846d-f121-42d8-9e8c-b8e27ac32308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5648 | 2024.09.25 17:27:27.031579 [ 3 ] {} <Trace> HTTP-Session: 8b8f846d-f121-42d8-9e8c-b8e27ac32308 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5649 | 2024.09.25 17:27:27.031773 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5650 | 2024.09.25 17:27:27.031840 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5651 | 2024.09.25 17:27:27.032197 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5652 | 2024.09.25 17:27:27.032705 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.09.25 17:27:27.032749 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5654 | 2024.09.25 17:27:27.033167 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5655 | 2024.09.25 17:27:27.033564 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2024.09.25 17:27:27.033746 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00202 sec., 3960.39603960396 rows/sec., 322.94 KiB/sec. | ||
| 5657 | 2024.09.25 17:27:27.034069 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Debug> DynamicQueryHandler: Done processing query | ||
| 5658 | 2024.09.25 17:27:27.034096 [ 3 ] {47ac5be0-6947-4825-8b68-eac04c925903} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5659 | 2024.09.25 17:27:27.034113 [ 3 ] {} <Debug> HTTP-Session: 8b8f846d-f121-42d8-9e8c-b8e27ac32308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5660 | 2024.09.25 17:27:27.034327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5661 | 2024.09.25 17:27:27.034379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5662 | 2024.09.25 17:27:27.034399 [ 3 ] {} <Debug> HTTP-Session: d9215290-a214-4970-9415-0d1d91cebe2f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5663 | 2024.09.25 17:27:27.034416 [ 3 ] {} <Debug> HTTP-Session: d9215290-a214-4970-9415-0d1d91cebe2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5664 | 2024.09.25 17:27:27.034430 [ 3 ] {} <Debug> HTTP-Session: d9215290-a214-4970-9415-0d1d91cebe2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5665 | 2024.09.25 17:27:27.034463 [ 3 ] {} <Trace> HTTP-Session: d9215290-a214-4970-9415-0d1d91cebe2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5666 | 2024.09.25 17:27:27.034640 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5667 | 2024.09.25 17:27:27.034685 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5668 | 2024.09.25 17:27:27.034936 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5669 | 2024.09.25 17:27:27.035452 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5670 | 2024.09.25 17:27:27.035491 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5671 | 2024.09.25 17:27:27.035866 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5672 | 2024.09.25 17:27:27.036246 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5673 | 2024.09.25 17:27:27.036416 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001856 sec., 138469.8275862069 rows/sec., 12.19 MiB/sec. | ||
| 5674 | 2024.09.25 17:27:27.036598 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5675 | 2024.09.25 17:27:27.036623 [ 3 ] {a0dfbbfe-5c3d-4489-add2-7c7a616cab9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 5676 | 2024.09.25 17:27:27.036640 [ 3 ] {} <Debug> HTTP-Session: d9215290-a214-4970-9415-0d1d91cebe2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5677 | 2024.09.25 17:27:27.036798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5678 | 2024.09.25 17:27:27.036847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5679 | 2024.09.25 17:27:27.036868 [ 3 ] {} <Debug> HTTP-Session: f1714cf9-06e3-4a4a-a7f6-e9e263deabd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5680 | 2024.09.25 17:27:27.036884 [ 3 ] {} <Debug> HTTP-Session: f1714cf9-06e3-4a4a-a7f6-e9e263deabd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5681 | 2024.09.25 17:27:27.036898 [ 3 ] {} <Debug> HTTP-Session: f1714cf9-06e3-4a4a-a7f6-e9e263deabd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5682 | 2024.09.25 17:27:27.036929 [ 3 ] {} <Trace> HTTP-Session: f1714cf9-06e3-4a4a-a7f6-e9e263deabd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2024.09.25 17:27:27.037038 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5684 | 2024.09.25 17:27:27.037083 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5685 | 2024.09.25 17:27:27.037316 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5686 | 2024.09.25 17:27:27.037654 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2024.09.25 17:27:27.037692 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5688 | 2024.09.25 17:27:27.038046 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5689 | 2024.09.25 17:27:27.038421 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.09.25 17:27:27.038594 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Debug> executeQuery: Read 40 rows, 2.96 KiB in 0.00158 sec., 25316.45569620253 rows/sec., 1.83 MiB/sec. | ||
| 5691 | 2024.09.25 17:27:27.038774 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5692 | 2024.09.25 17:27:27.038798 [ 3 ] {413558c0-5cc7-467b-9519-7fac69acac1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 5693 | 2024.09.25 17:27:27.038815 [ 3 ] {} <Debug> HTTP-Session: f1714cf9-06e3-4a4a-a7f6-e9e263deabd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5694 | 2024.09.25 17:27:27.038950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5695 | 2024.09.25 17:27:27.038999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5696 | 2024.09.25 17:27:27.039019 [ 3 ] {} <Debug> HTTP-Session: a4dd94ef-f8d7-4454-82c8-ea23080c93c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5697 | 2024.09.25 17:27:27.039036 [ 3 ] {} <Debug> HTTP-Session: a4dd94ef-f8d7-4454-82c8-ea23080c93c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5698 | 2024.09.25 17:27:27.039050 [ 3 ] {} <Debug> HTTP-Session: a4dd94ef-f8d7-4454-82c8-ea23080c93c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5699 | 2024.09.25 17:27:27.039082 [ 3 ] {} <Trace> HTTP-Session: a4dd94ef-f8d7-4454-82c8-ea23080c93c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5700 | 2024.09.25 17:27:27.039182 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5701 | 2024.09.25 17:27:27.039226 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5702 | 2024.09.25 17:27:27.039460 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5703 | 2024.09.25 17:27:27.039763 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5704 | 2024.09.25 17:27:27.039800 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5705 | 2024.09.25 17:27:27.040152 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5706 | 2024.09.25 17:27:27.040512 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5707 | 2024.09.25 17:27:27.040678 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001507 sec., 9289.980092899801 rows/sec., 650.61 KiB/sec. | ||
| 5708 | 2024.09.25 17:27:27.041037 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 5709 | 2024.09.25 17:27:27.041062 [ 3 ] {a23c43da-c561-49c7-8a53-4492784502ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5710 | 2024.09.25 17:27:27.041079 [ 3 ] {} <Debug> HTTP-Session: a4dd94ef-f8d7-4454-82c8-ea23080c93c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5711 | 2024.09.25 17:27:27.041198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5712 | 2024.09.25 17:27:27.041248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5713 | 2024.09.25 17:27:27.041268 [ 3 ] {} <Debug> HTTP-Session: ea84848d-7b12-47e0-af96-22673f153af0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5714 | 2024.09.25 17:27:27.041285 [ 3 ] {} <Debug> HTTP-Session: ea84848d-7b12-47e0-af96-22673f153af0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5715 | 2024.09.25 17:27:27.041299 [ 3 ] {} <Debug> HTTP-Session: ea84848d-7b12-47e0-af96-22673f153af0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5716 | 2024.09.25 17:27:27.041330 [ 3 ] {} <Trace> HTTP-Session: ea84848d-7b12-47e0-af96-22673f153af0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5717 | 2024.09.25 17:27:27.041428 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 5718 | 2024.09.25 17:27:27.041474 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5719 | 2024.09.25 17:27:27.041731 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5720 | 2024.09.25 17:27:27.042043 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5721 | 2024.09.25 17:27:27.042081 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5722 | 2024.09.25 17:27:27.042440 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5723 | 2024.09.25 17:27:27.042815 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5724 | 2024.09.25 17:27:27.042982 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001568 sec., 3826.5306122448983 rows/sec., 226.08 KiB/sec. | ||
| 5725 | 2024.09.25 17:27:27.043165 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5726 | 2024.09.25 17:27:27.043190 [ 3 ] {3f871aa3-dc27-4345-948d-6c2407bc9df6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5727 | 2024.09.25 17:27:27.043206 [ 3 ] {} <Debug> HTTP-Session: ea84848d-7b12-47e0-af96-22673f153af0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5728 | 2024.09.25 17:27:27.043398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 68576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5729 | 2024.09.25 17:27:27.043447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5730 | 2024.09.25 17:27:27.043467 [ 3 ] {} <Debug> HTTP-Session: 12e3b4bb-cc10-4635-ac01-fccda02c2e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5731 | 2024.09.25 17:27:27.043484 [ 3 ] {} <Debug> HTTP-Session: 12e3b4bb-cc10-4635-ac01-fccda02c2e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5732 | 2024.09.25 17:27:27.043498 [ 3 ] {} <Debug> HTTP-Session: 12e3b4bb-cc10-4635-ac01-fccda02c2e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5733 | 2024.09.25 17:27:27.043530 [ 3 ] {} <Trace> HTTP-Session: 12e3b4bb-cc10-4635-ac01-fccda02c2e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5734 | 2024.09.25 17:27:27.043757 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5735 | 2024.09.25 17:27:27.043800 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5736 | 2024.09.25 17:27:27.044032 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5737 | 2024.09.25 17:27:27.044653 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5738 | 2024.09.25 17:27:27.044689 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5739 | 2024.09.25 17:27:27.045061 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5740 | 2024.09.25 17:27:27.045427 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5741 | 2024.09.25 17:27:27.045590 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Debug> executeQuery: Read 422 rows, 30.90 KiB in 0.001955 sec., 215856.77749360612 rows/sec., 15.43 MiB/sec. | ||
| 5742 | 2024.09.25 17:27:27.045768 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Debug> DynamicQueryHandler: Done processing query | ||
| 5743 | 2024.09.25 17:27:27.045793 [ 3 ] {b9288467-ed0d-49e0-9c09-255b270098e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 5744 | 2024.09.25 17:27:27.045810 [ 3 ] {} <Debug> HTTP-Session: 12e3b4bb-cc10-4635-ac01-fccda02c2e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5745 | 2024.09.25 17:27:27.046002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5746 | 2024.09.25 17:27:27.046052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5747 | 2024.09.25 17:27:27.046072 [ 3 ] {} <Debug> HTTP-Session: 36148b06-9581-4567-928c-1742ad640106 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5748 | 2024.09.25 17:27:27.046089 [ 3 ] {} <Debug> HTTP-Session: 36148b06-9581-4567-928c-1742ad640106 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5749 | 2024.09.25 17:27:27.046103 [ 3 ] {} <Debug> HTTP-Session: 36148b06-9581-4567-928c-1742ad640106 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5750 | 2024.09.25 17:27:27.046136 [ 3 ] {} <Trace> HTTP-Session: 36148b06-9581-4567-928c-1742ad640106 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5751 | 2024.09.25 17:27:27.046230 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5752 | 2024.09.25 17:27:27.046276 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5753 | 2024.09.25 17:27:27.046413 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5754 | 2024.09.25 17:27:27.046687 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5755 | 2024.09.25 17:27:27.046723 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5756 | 2024.09.25 17:27:27.047089 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5757 | 2024.09.25 17:27:27.047420 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5758 | 2024.09.25 17:27:27.047580 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
| 5759 | 2024.09.25 17:27:27.047748 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5760 | 2024.09.25 17:27:27.047772 [ 3 ] {2b01767f-7baa-457d-9095-e4abbc7418cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5761 | 2024.09.25 17:27:27.047788 [ 3 ] {} <Debug> HTTP-Session: 36148b06-9581-4567-928c-1742ad640106 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5762 | 2024.09.25 17:27:27.047951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45404, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5763 | 2024.09.25 17:27:27.048000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5764 | 2024.09.25 17:27:27.048020 [ 3 ] {} <Debug> HTTP-Session: 20d8442b-ed16-4840-9e2e-6d337158e3af Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5765 | 2024.09.25 17:27:27.048036 [ 3 ] {} <Debug> HTTP-Session: 20d8442b-ed16-4840-9e2e-6d337158e3af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5766 | 2024.09.25 17:27:27.048050 [ 3 ] {} <Debug> HTTP-Session: 20d8442b-ed16-4840-9e2e-6d337158e3af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5767 | 2024.09.25 17:27:27.048081 [ 3 ] {} <Trace> HTTP-Session: 20d8442b-ed16-4840-9e2e-6d337158e3af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5768 | 2024.09.25 17:27:27.048286 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5769 | 2024.09.25 17:27:27.048332 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5770 | 2024.09.25 17:27:27.048480 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5771 | 2024.09.25 17:27:27.048933 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5772 | 2024.09.25 17:27:27.048971 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5773 | 2024.09.25 17:27:27.049356 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5774 | 2024.09.25 17:27:27.049699 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2024.09.25 17:27:27.049863 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001687 sec., 142857.14285714287 rows/sec., 9.58 MiB/sec. | ||
| 5776 | 2024.09.25 17:27:27.050045 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Debug> DynamicQueryHandler: Done processing query | ||
| 5777 | 2024.09.25 17:27:27.050069 [ 3 ] {a7aea689-bdf7-443e-af74-cfe01f81b79c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 5778 | 2024.09.25 17:27:27.050086 [ 3 ] {} <Debug> HTTP-Session: 20d8442b-ed16-4840-9e2e-6d337158e3af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5779 | 2024.09.25 17:27:27.050253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5780 | 2024.09.25 17:27:27.050303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5781 | 2024.09.25 17:27:27.050323 [ 3 ] {} <Debug> HTTP-Session: 7064143f-a584-4c03-aed7-110eafbc58fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5782 | 2024.09.25 17:27:27.050339 [ 3 ] {} <Debug> HTTP-Session: 7064143f-a584-4c03-aed7-110eafbc58fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5783 | 2024.09.25 17:27:27.050353 [ 3 ] {} <Debug> HTTP-Session: 7064143f-a584-4c03-aed7-110eafbc58fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5784 | 2024.09.25 17:27:27.050384 [ 3 ] {} <Trace> HTTP-Session: 7064143f-a584-4c03-aed7-110eafbc58fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5785 | 2024.09.25 17:27:27.050476 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 5786 | 2024.09.25 17:27:27.050520 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5787 | 2024.09.25 17:27:27.050654 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5788 | 2024.09.25 17:27:27.050936 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5789 | 2024.09.25 17:27:27.050971 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5790 | 2024.09.25 17:27:27.051325 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 5791 | 2024.09.25 17:27:27.051655 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5792 | 2024.09.25 17:27:27.051783 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001329 sec., 752.4454477050414 rows/sec., 50.70 KiB/sec. | ||
| 5793 | 2024.09.25 17:27:27.052075 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Debug> DynamicQueryHandler: Done processing query | ||
| 5794 | 2024.09.25 17:27:27.052101 [ 3 ] {d7129050-0b2b-44c7-9d38-4f8b9cb1a377} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 5795 | 2024.09.25 17:27:27.052118 [ 3 ] {} <Debug> HTTP-Session: 7064143f-a584-4c03-aed7-110eafbc58fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5796 | 2024.09.25 17:27:27.052270 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52491, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5797 | 2024.09.25 17:27:27.052318 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5798 | 2024.09.25 17:27:27.052339 [ 3 ] {} <Debug> HTTP-Session: e042c518-e504-4f38-a3ec-85c96fac0b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5799 | 2024.09.25 17:27:27.052356 [ 3 ] {} <Debug> HTTP-Session: e042c518-e504-4f38-a3ec-85c96fac0b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5800 | 2024.09.25 17:27:27.052370 [ 3 ] {} <Debug> HTTP-Session: e042c518-e504-4f38-a3ec-85c96fac0b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5801 | 2024.09.25 17:27:27.052400 [ 3 ] {} <Trace> HTTP-Session: e042c518-e504-4f38-a3ec-85c96fac0b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5802 | 2024.09.25 17:27:27.052750 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5803 | 2024.09.25 17:27:27.052824 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <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_histogramu64 | ||
| 5804 | 2024.09.25 17:27:27.053261 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5805 | 2024.09.25 17:27:27.054000 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5806 | 2024.09.25 17:27:27.054037 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5807 | 2024.09.25 17:27:27.054677 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5808 | 2024.09.25 17:27:27.055109 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5809 | 2024.09.25 17:27:27.055247 [ 95 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5810 | 2024.09.25 17:27:27.055261 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002748 sec., 11644.832605531295 rows/sec., 20.87 MiB/sec. | ||
| 5811 | 2024.09.25 17:27:27.055321 [ 95 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5812 | 2024.09.25 17:27:27.055360 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5813 | 2024.09.25 17:27:27.055641 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 5814 | 2024.09.25 17:27:27.055734 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Debug> DynamicQueryHandler: Done processing query | ||
| 5815 | 2024.09.25 17:27:27.055781 [ 3 ] {08800b40-678d-4542-b1bc-19181c85a864} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 5816 | 2024.09.25 17:27:27.055818 [ 3 ] {} <Debug> HTTP-Session: e042c518-e504-4f38-a3ec-85c96fac0b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5817 | 2024.09.25 17:27:27.056038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5818 | 2024.09.25 17:27:27.056167 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5819 | 2024.09.25 17:27:27.056238 [ 3 ] {} <Debug> HTTP-Session: 4f36a1db-2373-48fa-85a0-301d2af7edf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5820 | 2024.09.25 17:27:27.056292 [ 3 ] {} <Debug> HTTP-Session: 4f36a1db-2373-48fa-85a0-301d2af7edf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5821 | 2024.09.25 17:27:27.056343 [ 3 ] {} <Debug> HTTP-Session: 4f36a1db-2373-48fa-85a0-301d2af7edf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5822 | 2024.09.25 17:27:27.056345 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5823 | 2024.09.25 17:27:27.056409 [ 3 ] {} <Trace> HTTP-Session: 4f36a1db-2373-48fa-85a0-301d2af7edf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5824 | 2024.09.25 17:27:27.056510 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 260 rows starting from the beginning of the part | ||
| 5825 | 2024.09.25 17:27:27.056684 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5826 | 2024.09.25 17:27:27.056868 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5827 | 2024.09.25 17:27:27.057234 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 5828 | 2024.09.25 17:27:27.057953 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5829 | 2024.09.25 17:27:27.058082 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part | ||
| 5830 | 2024.09.25 17:27:27.058775 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 5831 | 2024.09.25 17:27:27.059145 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5832 | 2024.09.25 17:27:27.059245 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 5833 | 2024.09.25 17:27:27.059573 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 5834 | 2024.09.25 17:27:27.060232 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 32 rows starting from the beginning of the part | ||
| 5835 | 2024.09.25 17:27:27.060519 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5836 | 2024.09.25 17:27:27.061530 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5837 | 2024.09.25 17:27:27.061836 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005247 sec., 15627.977892128836 rows/sec., 1016.39 KiB/sec. | ||
| 5838 | 2024.09.25 17:27:27.062271 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5839 | 2024.09.25 17:27:27.062313 [ 3 ] {bff90f3e-c07e-4743-adca-37231d306f8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5840 | 2024.09.25 17:27:27.062361 [ 3 ] {} <Debug> HTTP-Session: 4f36a1db-2373-48fa-85a0-301d2af7edf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5841 | 2024.09.25 17:27:27.064649 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 19 columns (19 merged, 0 gathered) in 0.0091722 sec., 40557.336298815986 rows/sec., 72.68 MiB/sec. | ||
| 5842 | 2024.09.25 17:27:27.065217 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5843 | 2024.09.25 17:27:27.065938 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5844 | 2024.09.25 17:27:27.066036 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5845 | 2024.09.25 17:27:27.066202 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.09 MiB. | ||
| 5846 | 2024.09.25 17:27:31.486212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5847 | 2024.09.25 17:27:31.486350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5848 | 2024.09.25 17:27:31.486379 [ 3 ] {} <Debug> HTTP-Session: 0978c1c7-6ab8-4629-8243-6d04d6f108b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5849 | 2024.09.25 17:27:31.486407 [ 3 ] {} <Debug> HTTP-Session: 0978c1c7-6ab8-4629-8243-6d04d6f108b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5850 | 2024.09.25 17:27:31.486425 [ 3 ] {} <Debug> HTTP-Session: 0978c1c7-6ab8-4629-8243-6d04d6f108b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5851 | 2024.09.25 17:27:31.486482 [ 3 ] {} <Trace> HTTP-Session: 0978c1c7-6ab8-4629-8243-6d04d6f108b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5852 | 2024.09.25 17:27:31.486674 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5853 | 2024.09.25 17:27:31.486741 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5854 | 2024.09.25 17:27:31.487076 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5855 | 2024.09.25 17:27:31.487518 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5856 | 2024.09.25 17:27:31.487559 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5857 | 2024.09.25 17:27:31.487961 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5858 | 2024.09.25 17:27:31.488351 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5859 | 2024.09.25 17:27:31.488506 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001886 sec., 2120.8907741251323 rows/sec., 172.94 KiB/sec. | ||
| 5860 | 2024.09.25 17:27:31.488529 [ 86 ] {} <Debug> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5861 | 2024.09.25 17:27:31.488653 [ 86 ] {} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5862 | 2024.09.25 17:27:31.488693 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5863 | 2024.09.25 17:27:31.488839 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Debug> DynamicQueryHandler: Done processing query | ||
| 5864 | 2024.09.25 17:27:31.488924 [ 3 ] {872c2fbf-3972-4f02-9c21-9d0155719d40} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5865 | 2024.09.25 17:27:31.489025 [ 3 ] {} <Debug> HTTP-Session: 0978c1c7-6ab8-4629-8243-6d04d6f108b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5866 | 2024.09.25 17:27:31.489149 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::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 | ||
| 5867 | 2024.09.25 17:27:31.489353 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5868 | 2024.09.25 17:27:31.489394 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::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 | ||
| 5869 | 2024.09.25 17:27:31.489451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5870 | 2024.09.25 17:27:31.489610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5871 | 2024.09.25 17:27:31.489625 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::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 | ||
| 5872 | 2024.09.25 17:27:31.489694 [ 3 ] {} <Debug> HTTP-Session: b4b434a3-81ff-4217-b367-1e66d49ceac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5873 | 2024.09.25 17:27:31.489759 [ 3 ] {} <Debug> HTTP-Session: b4b434a3-81ff-4217-b367-1e66d49ceac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5874 | 2024.09.25 17:27:31.489817 [ 3 ] {} <Debug> HTTP-Session: b4b434a3-81ff-4217-b367-1e66d49ceac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5875 | 2024.09.25 17:27:31.489966 [ 3 ] {} <Trace> HTTP-Session: b4b434a3-81ff-4217-b367-1e66d49ceac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5876 | 2024.09.25 17:27:31.490005 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 5877 | 2024.09.25 17:27:31.490344 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::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 | ||
| 5878 | 2024.09.25 17:27:31.490446 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 5879 | 2024.09.25 17:27:31.490653 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::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 | ||
| 5880 | 2024.09.25 17:27:31.490749 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5881 | 2024.09.25 17:27:31.490950 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5882 | 2024.09.25 17:27:31.491838 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5883 | 2024.09.25 17:27:31.493071 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 5 columns (5 merged, 0 gathered) in 0.004276939 sec., 6079.114057974641 rows/sec., 519.46 KiB/sec. | ||
| 5884 | 2024.09.25 17:27:31.493268 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5885 | 2024.09.25 17:27:31.493693 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5886 | 2024.09.25 17:27:31.493791 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5887 | 2024.09.25 17:27:31.494112 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5888 | 2024.09.25 17:27:31.494284 [ 201 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_6_1} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5889 | 2024.09.25 17:27:31.494440 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5890 | 2024.09.25 17:27:31.494614 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5891 | 2024.09.25 17:27:31.495003 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5892 | 2024.09.25 17:27:31.495177 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Debug> executeQuery: Read 1214 rows, 102.23 KiB in 0.00493 sec., 246247.46450304257 rows/sec., 20.25 MiB/sec. | ||
| 5893 | 2024.09.25 17:27:31.495388 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Debug> DynamicQueryHandler: Done processing query | ||
| 5894 | 2024.09.25 17:27:31.495413 [ 3 ] {5e1e6a5c-c925-400f-825d-deb18bdde968} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 5895 | 2024.09.25 17:27:31.495430 [ 3 ] {} <Debug> HTTP-Session: b4b434a3-81ff-4217-b367-1e66d49ceac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5896 | 2024.09.25 17:27:31.495609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1756, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5897 | 2024.09.25 17:27:31.495658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5898 | 2024.09.25 17:27:31.495678 [ 3 ] {} <Debug> HTTP-Session: d1fe3a47-7b08-4755-8f3e-3d5096f4d089 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5899 | 2024.09.25 17:27:31.495695 [ 3 ] {} <Debug> HTTP-Session: d1fe3a47-7b08-4755-8f3e-3d5096f4d089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5900 | 2024.09.25 17:27:31.495709 [ 3 ] {} <Debug> HTTP-Session: d1fe3a47-7b08-4755-8f3e-3d5096f4d089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5901 | 2024.09.25 17:27:31.495741 [ 3 ] {} <Trace> HTTP-Session: d1fe3a47-7b08-4755-8f3e-3d5096f4d089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2024.09.25 17:27:31.495842 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5903 | 2024.09.25 17:27:31.495886 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5904 | 2024.09.25 17:27:31.496124 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5905 | 2024.09.25 17:27:31.496464 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5906 | 2024.09.25 17:27:31.496500 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5907 | 2024.09.25 17:27:31.496843 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5908 | 2024.09.25 17:27:31.497207 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5909 | 2024.09.25 17:27:31.497362 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Debug> executeQuery: Read 12 rows, 902.00 B in 0.001543 sec., 7777.057679844458 rows/sec., 570.87 KiB/sec. | ||
| 5910 | 2024.09.25 17:27:31.497542 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5911 | 2024.09.25 17:27:31.497567 [ 3 ] {74f44390-c648-4812-97cc-baac0c5b4db6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5912 | 2024.09.25 17:27:31.497583 [ 3 ] {} <Debug> HTTP-Session: d1fe3a47-7b08-4755-8f3e-3d5096f4d089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5913 | 2024.09.25 17:27:31.497751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5914 | 2024.09.25 17:27:31.497799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5915 | 2024.09.25 17:27:31.497818 [ 3 ] {} <Debug> HTTP-Session: 0508e21f-04f9-4b0e-a339-bdb34e08a18c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5916 | 2024.09.25 17:27:31.497835 [ 3 ] {} <Debug> HTTP-Session: 0508e21f-04f9-4b0e-a339-bdb34e08a18c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5917 | 2024.09.25 17:27:31.497849 [ 3 ] {} <Debug> HTTP-Session: 0508e21f-04f9-4b0e-a339-bdb34e08a18c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5918 | 2024.09.25 17:27:31.497879 [ 3 ] {} <Trace> HTTP-Session: 0508e21f-04f9-4b0e-a339-bdb34e08a18c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2024.09.25 17:27:31.498029 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5920 | 2024.09.25 17:27:31.498072 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5921 | 2024.09.25 17:27:31.498298 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5922 | 2024.09.25 17:27:31.498727 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5923 | 2024.09.25 17:27:31.498763 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5924 | 2024.09.25 17:27:31.499122 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5925 | 2024.09.25 17:27:31.499481 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5926 | 2024.09.25 17:27:31.499631 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001668 sec., 136690.64748201438 rows/sec., 9.26 MiB/sec. | ||
| 5927 | 2024.09.25 17:27:31.499798 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Debug> DynamicQueryHandler: Done processing query | ||
| 5928 | 2024.09.25 17:27:31.499822 [ 3 ] {c53fe351-6cc3-40c0-b552-169f5e92d756} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 5929 | 2024.09.25 17:27:31.499837 [ 3 ] {} <Debug> HTTP-Session: 0508e21f-04f9-4b0e-a339-bdb34e08a18c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5930 | 2024.09.25 17:27:31.500060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87864, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5931 | 2024.09.25 17:27:31.500109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5932 | 2024.09.25 17:27:31.500128 [ 3 ] {} <Debug> HTTP-Session: cb85eb50-f58d-4e21-9dc1-02808228e683 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5933 | 2024.09.25 17:27:31.500146 [ 3 ] {} <Debug> HTTP-Session: cb85eb50-f58d-4e21-9dc1-02808228e683 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5934 | 2024.09.25 17:27:31.500160 [ 3 ] {} <Debug> HTTP-Session: cb85eb50-f58d-4e21-9dc1-02808228e683 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5935 | 2024.09.25 17:27:31.500191 [ 3 ] {} <Trace> HTTP-Session: cb85eb50-f58d-4e21-9dc1-02808228e683 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2024.09.25 17:27:31.500454 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5937 | 2024.09.25 17:27:31.500497 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5938 | 2024.09.25 17:27:31.500721 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5939 | 2024.09.25 17:27:31.501368 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2024.09.25 17:27:31.501404 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5941 | 2024.09.25 17:27:31.501775 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5942 | 2024.09.25 17:27:31.502130 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2024.09.25 17:27:31.502287 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Debug> executeQuery: Read 532 rows, 40.37 KiB in 0.001986 sec., 267875.1258811682 rows/sec., 19.85 MiB/sec. | ||
| 5944 | 2024.09.25 17:27:31.502608 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5945 | 2024.09.25 17:27:31.502652 [ 3 ] {1a81d199-3e06-4492-b46d-42a72caca7fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 5946 | 2024.09.25 17:27:31.502676 [ 3 ] {} <Debug> HTTP-Session: cb85eb50-f58d-4e21-9dc1-02808228e683 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5947 | 2024.09.25 17:27:31.502944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 189370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5948 | 2024.09.25 17:27:31.502993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5949 | 2024.09.25 17:27:31.503012 [ 3 ] {} <Debug> HTTP-Session: e3d25dd9-4f6d-4e63-b05f-cff695b4f41d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5950 | 2024.09.25 17:27:31.503029 [ 3 ] {} <Debug> HTTP-Session: e3d25dd9-4f6d-4e63-b05f-cff695b4f41d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5951 | 2024.09.25 17:27:31.503042 [ 3 ] {} <Debug> HTTP-Session: e3d25dd9-4f6d-4e63-b05f-cff695b4f41d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5952 | 2024.09.25 17:27:31.503073 [ 3 ] {} <Trace> HTTP-Session: e3d25dd9-4f6d-4e63-b05f-cff695b4f41d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5953 | 2024.09.25 17:27:31.503551 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5954 | 2024.09.25 17:27:31.503601 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5955 | 2024.09.25 17:27:31.503766 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5956 | 2024.09.25 17:27:31.504674 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5957 | 2024.09.25 17:27:31.504711 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5958 | 2024.09.25 17:27:31.505150 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5959 | 2024.09.25 17:27:31.505490 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2024.09.25 17:27:31.505652 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Debug> executeQuery: Read 998 rows, 68.67 KiB in 0.002441 sec., 408848.832445719 rows/sec., 27.47 MiB/sec. | ||
| 5961 | 2024.09.25 17:27:31.505825 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 5962 | 2024.09.25 17:27:31.505849 [ 3 ] {2308fd2a-a7b4-41ed-9f6a-340434a0f4fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 5963 | 2024.09.25 17:27:31.505864 [ 3 ] {} <Debug> HTTP-Session: e3d25dd9-4f6d-4e63-b05f-cff695b4f41d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5964 | 2024.09.25 17:27:31.506078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5965 | 2024.09.25 17:27:31.506126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5966 | 2024.09.25 17:27:31.506147 [ 3 ] {} <Debug> HTTP-Session: df342410-b851-4dd6-82c8-6874f3498dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5967 | 2024.09.25 17:27:31.506162 [ 3 ] {} <Debug> HTTP-Session: df342410-b851-4dd6-82c8-6874f3498dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5968 | 2024.09.25 17:27:31.506176 [ 3 ] {} <Debug> HTTP-Session: df342410-b851-4dd6-82c8-6874f3498dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5969 | 2024.09.25 17:27:31.506206 [ 3 ] {} <Trace> HTTP-Session: df342410-b851-4dd6-82c8-6874f3498dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5970 | 2024.09.25 17:27:31.506378 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5971 | 2024.09.25 17:27:31.506442 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <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_histogramu64 | ||
| 5972 | 2024.09.25 17:27:31.506873 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5973 | 2024.09.25 17:27:31.507370 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5974 | 2024.09.25 17:27:31.507407 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5975 | 2024.09.25 17:27:31.507995 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5976 | 2024.09.25 17:27:31.508422 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5977 | 2024.09.25 17:27:31.508602 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002323 sec., 3443.8226431338785 rows/sec., 6.17 MiB/sec. | ||
| 5978 | 2024.09.25 17:27:31.508815 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Debug> DynamicQueryHandler: Done processing query | ||
| 5979 | 2024.09.25 17:27:31.508839 [ 3 ] {dced3211-8848-4020-aa5f-b669e45f24df} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 5980 | 2024.09.25 17:27:31.508855 [ 3 ] {} <Debug> HTTP-Session: df342410-b851-4dd6-82c8-6874f3498dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5981 | 2024.09.25 17:27:31.508981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 8493, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5982 | 2024.09.25 17:27:31.509028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5983 | 2024.09.25 17:27:31.509047 [ 3 ] {} <Debug> HTTP-Session: 1bbfbb16-8663-4db7-b8ce-a896a5e8f15e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 5984 | 2024.09.25 17:27:31.509063 [ 3 ] {} <Debug> HTTP-Session: 1bbfbb16-8663-4db7-b8ce-a896a5e8f15e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.09.25 17:27:31.509077 [ 3 ] {} <Debug> HTTP-Session: 1bbfbb16-8663-4db7-b8ce-a896a5e8f15e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5986 | 2024.09.25 17:27:31.509107 [ 3 ] {} <Trace> HTTP-Session: 1bbfbb16-8663-4db7-b8ce-a896a5e8f15e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5987 | 2024.09.25 17:27:31.509218 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5988 | 2024.09.25 17:27:31.509262 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5989 | 2024.09.25 17:27:31.509392 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5990 | 2024.09.25 17:27:31.509695 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5991 | 2024.09.25 17:27:31.509731 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 5992 | 2024.09.25 17:27:31.510085 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5993 | 2024.09.25 17:27:31.510411 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2024.09.25 17:27:31.510574 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Debug> executeQuery: Read 56 rows, 3.86 KiB in 0.001388 sec., 40345.821325648416 rows/sec., 2.72 MiB/sec. | ||
| 5995 | 2024.09.25 17:27:31.510742 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Debug> DynamicQueryHandler: Done processing query | ||
| 5996 | 2024.09.25 17:27:31.510766 [ 3 ] {abc4ea66-d146-412e-a6d7-b781dd839027} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5997 | 2024.09.25 17:27:31.510781 [ 3 ] {} <Debug> HTTP-Session: 1bbfbb16-8663-4db7-b8ce-a896a5e8f15e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5998 | 2024.09.25 17:27:32.018243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5999 | 2024.09.25 17:27:32.018363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6000 | 2024.09.25 17:27:32.018389 [ 3 ] {} <Debug> HTTP-Session: d03ebaa0-215a-4497-83b0-0686f4f29cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6001 | 2024.09.25 17:27:32.018414 [ 3 ] {} <Debug> HTTP-Session: d03ebaa0-215a-4497-83b0-0686f4f29cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6002 | 2024.09.25 17:27:32.018429 [ 3 ] {} <Debug> HTTP-Session: d03ebaa0-215a-4497-83b0-0686f4f29cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6003 | 2024.09.25 17:27:32.018480 [ 3 ] {} <Trace> HTTP-Session: d03ebaa0-215a-4497-83b0-0686f4f29cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6004 | 2024.09.25 17:27:32.018655 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6005 | 2024.09.25 17:27:32.018725 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6006 | 2024.09.25 17:27:32.019078 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6007 | 2024.09.25 17:27:32.019521 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6008 | 2024.09.25 17:27:32.019567 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6009 | 2024.09.25 17:27:32.019976 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 6010 | 2024.09.25 17:27:32.020373 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6011 | 2024.09.25 17:27:32.020538 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001938 sec., 1031.9917440660474 rows/sec., 84.15 KiB/sec. | ||
| 6012 | 2024.09.25 17:27:32.020740 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 6013 | 2024.09.25 17:27:32.020766 [ 3 ] {3a7ee7c5-e2f7-4e34-bf52-46383e3924ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6014 | 2024.09.25 17:27:32.020783 [ 3 ] {} <Debug> HTTP-Session: d03ebaa0-215a-4497-83b0-0686f4f29cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6015 | 2024.09.25 17:27:32.020904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3816, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6016 | 2024.09.25 17:27:32.020954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6017 | 2024.09.25 17:27:32.020973 [ 3 ] {} <Debug> HTTP-Session: 3e11e444-a9f4-4677-b36d-9b4fb77846b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6018 | 2024.09.25 17:27:32.020991 [ 3 ] {} <Debug> HTTP-Session: 3e11e444-a9f4-4677-b36d-9b4fb77846b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6019 | 2024.09.25 17:27:32.021005 [ 3 ] {} <Debug> HTTP-Session: 3e11e444-a9f4-4677-b36d-9b4fb77846b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6020 | 2024.09.25 17:27:32.021039 [ 3 ] {} <Trace> HTTP-Session: 3e11e444-a9f4-4677-b36d-9b4fb77846b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6021 | 2024.09.25 17:27:32.021150 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6022 | 2024.09.25 17:27:32.021198 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6023 | 2024.09.25 17:27:32.021429 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6024 | 2024.09.25 17:27:32.021822 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6025 | 2024.09.25 17:27:32.021860 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6026 | 2024.09.25 17:27:32.022226 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6027 | 2024.09.25 17:27:32.022598 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6028 | 2024.09.25 17:27:32.022768 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Debug> executeQuery: Read 27 rows, 2.13 KiB in 0.001642 sec., 16443.361753958587 rows/sec., 1.27 MiB/sec. | ||
| 6029 | 2024.09.25 17:27:32.023104 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6030 | 2024.09.25 17:27:32.023133 [ 3 ] {9db5f381-ce07-4ca5-9b66-19191ef6067a} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6031 | 2024.09.25 17:27:32.023173 [ 3 ] {} <Debug> HTTP-Session: 3e11e444-a9f4-4677-b36d-9b4fb77846b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6032 | 2024.09.25 17:27:32.023302 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6033 | 2024.09.25 17:27:32.023352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6034 | 2024.09.25 17:27:32.023372 [ 3 ] {} <Debug> HTTP-Session: 86138d6e-a5bc-436b-864f-01bdf5987db7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6035 | 2024.09.25 17:27:32.023388 [ 3 ] {} <Debug> HTTP-Session: 86138d6e-a5bc-436b-864f-01bdf5987db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6036 | 2024.09.25 17:27:32.023402 [ 3 ] {} <Debug> HTTP-Session: 86138d6e-a5bc-436b-864f-01bdf5987db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6037 | 2024.09.25 17:27:32.023434 [ 3 ] {} <Trace> HTTP-Session: 86138d6e-a5bc-436b-864f-01bdf5987db7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2024.09.25 17:27:32.023536 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6039 | 2024.09.25 17:27:32.023582 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6040 | 2024.09.25 17:27:32.023834 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6041 | 2024.09.25 17:27:32.024146 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6042 | 2024.09.25 17:27:32.024182 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6043 | 2024.09.25 17:27:32.024526 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6044 | 2024.09.25 17:27:32.024898 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6045 | 2024.09.25 17:27:32.025054 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001538 sec., 1300.3901170351105 rows/sec., 90.80 KiB/sec. | ||
| 6046 | 2024.09.25 17:27:32.025401 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6047 | 2024.09.25 17:27:32.025426 [ 3 ] {a5144664-eb9d-48d3-84f3-2c88dce1ca9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6048 | 2024.09.25 17:27:32.025445 [ 3 ] {} <Debug> HTTP-Session: 86138d6e-a5bc-436b-864f-01bdf5987db7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6049 | 2024.09.25 17:27:32.025598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6050 | 2024.09.25 17:27:32.025648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6051 | 2024.09.25 17:27:32.025669 [ 3 ] {} <Debug> HTTP-Session: e778f183-8893-440c-8928-37c664ab1550 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6052 | 2024.09.25 17:27:32.025687 [ 3 ] {} <Debug> HTTP-Session: e778f183-8893-440c-8928-37c664ab1550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6053 | 2024.09.25 17:27:32.025702 [ 3 ] {} <Debug> HTTP-Session: e778f183-8893-440c-8928-37c664ab1550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6054 | 2024.09.25 17:27:32.025734 [ 3 ] {} <Trace> HTTP-Session: e778f183-8893-440c-8928-37c664ab1550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6055 | 2024.09.25 17:27:32.025844 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6056 | 2024.09.25 17:27:32.025889 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6057 | 2024.09.25 17:27:32.026140 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6058 | 2024.09.25 17:27:32.026474 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6059 | 2024.09.25 17:27:32.026510 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6060 | 2024.09.25 17:27:32.026868 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6061 | 2024.09.25 17:27:32.027236 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6062 | 2024.09.25 17:27:32.027400 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.001581 sec., 18975.332068311196 rows/sec., 1.48 MiB/sec. | ||
| 6063 | 2024.09.25 17:27:32.027578 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Debug> DynamicQueryHandler: Done processing query | ||
| 6064 | 2024.09.25 17:27:32.027604 [ 3 ] {cd152e77-eaee-436a-9097-c94013dbdaaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6065 | 2024.09.25 17:27:32.027621 [ 3 ] {} <Debug> HTTP-Session: e778f183-8893-440c-8928-37c664ab1550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6066 | 2024.09.25 17:27:32.027736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6067 | 2024.09.25 17:27:32.027785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6068 | 2024.09.25 17:27:32.027805 [ 3 ] {} <Debug> HTTP-Session: 94fe6f05-56c8-448a-87aa-e6416d9b3d98 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6069 | 2024.09.25 17:27:32.027822 [ 3 ] {} <Debug> HTTP-Session: 94fe6f05-56c8-448a-87aa-e6416d9b3d98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6070 | 2024.09.25 17:27:32.027835 [ 3 ] {} <Debug> HTTP-Session: 94fe6f05-56c8-448a-87aa-e6416d9b3d98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6071 | 2024.09.25 17:27:32.027866 [ 3 ] {} <Trace> HTTP-Session: 94fe6f05-56c8-448a-87aa-e6416d9b3d98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6072 | 2024.09.25 17:27:32.027976 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6073 | 2024.09.25 17:27:32.028024 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6074 | 2024.09.25 17:27:32.028174 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6075 | 2024.09.25 17:27:32.028453 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6076 | 2024.09.25 17:27:32.028490 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6077 | 2024.09.25 17:27:32.028862 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6078 | 2024.09.25 17:27:32.029205 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2024.09.25 17:27:32.029361 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Debug> executeQuery: Read 11 rows, 799.00 B in 0.001406 sec., 7823.613086770982 rows/sec., 554.96 KiB/sec. | ||
| 6080 | 2024.09.25 17:27:32.029706 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6081 | 2024.09.25 17:27:32.029752 [ 3 ] {e5dad75e-9813-43e7-a1c0-0a91a69781f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6082 | 2024.09.25 17:27:32.029771 [ 3 ] {} <Debug> HTTP-Session: 94fe6f05-56c8-448a-87aa-e6416d9b3d98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6083 | 2024.09.25 17:27:32.029891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 666, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6084 | 2024.09.25 17:27:32.029940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6085 | 2024.09.25 17:27:32.029959 [ 3 ] {} <Debug> HTTP-Session: 12dcb2a5-7d44-4540-9628-74b19c332c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6086 | 2024.09.25 17:27:32.029976 [ 3 ] {} <Debug> HTTP-Session: 12dcb2a5-7d44-4540-9628-74b19c332c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6087 | 2024.09.25 17:27:32.029990 [ 3 ] {} <Debug> HTTP-Session: 12dcb2a5-7d44-4540-9628-74b19c332c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6088 | 2024.09.25 17:27:32.030020 [ 3 ] {} <Trace> HTTP-Session: 12dcb2a5-7d44-4540-9628-74b19c332c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6089 | 2024.09.25 17:27:32.030119 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6090 | 2024.09.25 17:27:32.030167 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6091 | 2024.09.25 17:27:32.030321 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6092 | 2024.09.25 17:27:32.030606 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6093 | 2024.09.25 17:27:32.030642 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6094 | 2024.09.25 17:27:32.030995 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6095 | 2024.09.25 17:27:32.031323 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6096 | 2024.09.25 17:27:32.031483 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Debug> executeQuery: Read 4 rows, 288.00 B in 0.001386 sec., 2886.002886002886 rows/sec., 202.92 KiB/sec. | ||
| 6097 | 2024.09.25 17:27:32.031644 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6098 | 2024.09.25 17:27:32.031667 [ 3 ] {68090202-6e02-4bdf-a77e-0efb698ffc9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6099 | 2024.09.25 17:27:32.031683 [ 3 ] {} <Debug> HTTP-Session: 12dcb2a5-7d44-4540-9628-74b19c332c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6100 | 2024.09.25 17:27:33.663116 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6101 | 2024.09.25 17:27:33.663174 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6102 | 2024.09.25 17:27:37.031589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6103 | 2024.09.25 17:27:37.031719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6104 | 2024.09.25 17:27:37.031745 [ 3 ] {} <Debug> HTTP-Session: e4d5d924-b422-4c65-addd-365acb5caec0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6105 | 2024.09.25 17:27:37.031775 [ 3 ] {} <Debug> HTTP-Session: e4d5d924-b422-4c65-addd-365acb5caec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6106 | 2024.09.25 17:27:37.031794 [ 3 ] {} <Debug> HTTP-Session: e4d5d924-b422-4c65-addd-365acb5caec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6107 | 2024.09.25 17:27:37.031851 [ 3 ] {} <Trace> HTTP-Session: e4d5d924-b422-4c65-addd-365acb5caec0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6108 | 2024.09.25 17:27:37.032137 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6109 | 2024.09.25 17:27:37.032217 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6110 | 2024.09.25 17:27:37.032605 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6111 | 2024.09.25 17:27:37.033229 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2024.09.25 17:27:37.033271 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6113 | 2024.09.25 17:27:37.033690 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6114 | 2024.09.25 17:27:37.034081 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6115 | 2024.09.25 17:27:37.034255 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.00225 sec., 112444.44444444445 rows/sec., 9.92 MiB/sec. | ||
| 6116 | 2024.09.25 17:27:37.034278 [ 133 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6117 | 2024.09.25 17:27:37.034399 [ 133 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6118 | 2024.09.25 17:27:37.034441 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6119 | 2024.09.25 17:27:37.034569 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Debug> DynamicQueryHandler: Done processing query | ||
| 6120 | 2024.09.25 17:27:37.034619 [ 3 ] {dc51b0de-aa02-4538-8b1d-323b0f784dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6121 | 2024.09.25 17:27:37.034631 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 6122 | 2024.09.25 17:27:37.034651 [ 3 ] {} <Debug> HTTP-Session: e4d5d924-b422-4c65-addd-365acb5caec0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6123 | 2024.09.25 17:27:37.034869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6124 | 2024.09.25 17:27:37.034888 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6125 | 2024.09.25 17:27:37.034949 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1417 rows starting from the beginning of the part | ||
| 6126 | 2024.09.25 17:27:37.034961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6127 | 2024.09.25 17:27:37.035008 [ 3 ] {} <Debug> HTTP-Session: 63725ecc-942b-4114-8e6b-b76511bfc715 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6128 | 2024.09.25 17:27:37.035063 [ 3 ] {} <Debug> HTTP-Session: 63725ecc-942b-4114-8e6b-b76511bfc715 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6129 | 2024.09.25 17:27:37.035122 [ 3 ] {} <Debug> HTTP-Session: 63725ecc-942b-4114-8e6b-b76511bfc715 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6130 | 2024.09.25 17:27:37.035227 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part | ||
| 6131 | 2024.09.25 17:27:37.035264 [ 3 ] {} <Trace> HTTP-Session: 63725ecc-942b-4114-8e6b-b76511bfc715 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6132 | 2024.09.25 17:27:37.035449 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 257 rows starting from the beginning of the part | ||
| 6133 | 2024.09.25 17:27:37.035626 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6134 | 2024.09.25 17:27:37.035835 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6135 | 2024.09.25 17:27:37.035912 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1214 rows starting from the beginning of the part | ||
| 6136 | 2024.09.25 17:27:37.036309 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part | ||
| 6137 | 2024.09.25 17:27:37.036689 [ 189 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 253 rows starting from the beginning of the part | ||
| 6138 | 2024.09.25 17:27:37.037247 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6139 | 2024.09.25 17:27:37.038049 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6140 | 2024.09.25 17:27:37.038107 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6141 | 2024.09.25 17:27:37.039110 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6142 | 2024.09.25 17:27:37.039701 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6143 | 2024.09.25 17:27:37.040007 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004522 sec., 7076.514816452897 rows/sec., 532.12 KiB/sec. | ||
| 6144 | 2024.09.25 17:27:37.040532 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Debug> DynamicQueryHandler: Done processing query | ||
| 6145 | 2024.09.25 17:27:37.040557 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3240 rows, containing 5 columns (5 merged, 0 gathered) in 0.006039322 sec., 536484.0622838127 rows/sec., 46.92 MiB/sec. | ||
| 6146 | 2024.09.25 17:27:37.040569 [ 3 ] {3ad229fc-15b5-4a75-a6e5-fc61a4b20b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6147 | 2024.09.25 17:27:37.040628 [ 3 ] {} <Debug> HTTP-Session: 63725ecc-942b-4114-8e6b-b76511bfc715 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6148 | 2024.09.25 17:27:37.040793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6149 | 2024.09.25 17:27:37.040857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6150 | 2024.09.25 17:27:37.040875 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6151 | 2024.09.25 17:27:37.040888 [ 3 ] {} <Debug> HTTP-Session: 412894cb-a154-4d23-a133-8b7d2f287f8a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6152 | 2024.09.25 17:27:37.040943 [ 3 ] {} <Debug> HTTP-Session: 412894cb-a154-4d23-a133-8b7d2f287f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.09.25 17:27:37.040985 [ 3 ] {} <Debug> HTTP-Session: 412894cb-a154-4d23-a133-8b7d2f287f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6154 | 2024.09.25 17:27:37.041030 [ 3 ] {} <Trace> HTTP-Session: 412894cb-a154-4d23-a133-8b7d2f287f8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6155 | 2024.09.25 17:27:37.041280 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6156 | 2024.09.25 17:27:37.041450 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6157 | 2024.09.25 17:27:37.041978 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6158 | 2024.09.25 17:27:37.042168 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6159 | 2024.09.25 17:27:37.042233 [ 201 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_31_6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6160 | 2024.09.25 17:27:37.042415 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
| 6161 | 2024.09.25 17:27:37.042633 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6162 | 2024.09.25 17:27:37.042675 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6163 | 2024.09.25 17:27:37.043043 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6164 | 2024.09.25 17:27:37.043418 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6165 | 2024.09.25 17:27:37.043552 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002382 sec., 5877.413937867338 rows/sec., 411.62 KiB/sec. | ||
| 6166 | 2024.09.25 17:27:37.043725 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Debug> DynamicQueryHandler: Done processing query | ||
| 6167 | 2024.09.25 17:27:37.043750 [ 3 ] {e5721c1d-5867-4b62-b863-5fa2c4d05e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6168 | 2024.09.25 17:27:37.043766 [ 3 ] {} <Debug> HTTP-Session: 412894cb-a154-4d23-a133-8b7d2f287f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6169 | 2024.09.25 17:27:37.043876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6170 | 2024.09.25 17:27:37.043925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6171 | 2024.09.25 17:27:37.043945 [ 3 ] {} <Debug> HTTP-Session: 4250c170-835a-47b4-b187-70448e60fd5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6172 | 2024.09.25 17:27:37.043961 [ 3 ] {} <Debug> HTTP-Session: 4250c170-835a-47b4-b187-70448e60fd5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6173 | 2024.09.25 17:27:37.043976 [ 3 ] {} <Debug> HTTP-Session: 4250c170-835a-47b4-b187-70448e60fd5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6174 | 2024.09.25 17:27:37.044006 [ 3 ] {} <Trace> HTTP-Session: 4250c170-835a-47b4-b187-70448e60fd5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6175 | 2024.09.25 17:27:37.044101 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6176 | 2024.09.25 17:27:37.044145 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6177 | 2024.09.25 17:27:37.044374 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6178 | 2024.09.25 17:27:37.044666 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6179 | 2024.09.25 17:27:37.044701 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6180 | 2024.09.25 17:27:37.045052 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6181 | 2024.09.25 17:27:37.045424 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2024.09.25 17:27:37.045558 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001484 sec., 4043.126684636118 rows/sec., 238.88 KiB/sec. | ||
| 6183 | 2024.09.25 17:27:37.045719 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6184 | 2024.09.25 17:27:37.045742 [ 3 ] {fba613c0-86de-49d1-8fc7-9487b33c654c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6185 | 2024.09.25 17:27:37.045758 [ 3 ] {} <Debug> HTTP-Session: 4250c170-835a-47b4-b187-70448e60fd5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6186 | 2024.09.25 17:27:37.046392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6187 | 2024.09.25 17:27:37.046442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6188 | 2024.09.25 17:27:37.046461 [ 3 ] {} <Debug> HTTP-Session: c725219c-0162-44ea-baee-7e9a07fa1d03 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6189 | 2024.09.25 17:27:37.046477 [ 3 ] {} <Debug> HTTP-Session: c725219c-0162-44ea-baee-7e9a07fa1d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6190 | 2024.09.25 17:27:37.046490 [ 3 ] {} <Debug> HTTP-Session: c725219c-0162-44ea-baee-7e9a07fa1d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6191 | 2024.09.25 17:27:37.046520 [ 3 ] {} <Trace> HTTP-Session: c725219c-0162-44ea-baee-7e9a07fa1d03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6192 | 2024.09.25 17:27:37.046842 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6193 | 2024.09.25 17:27:37.046884 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6194 | 2024.09.25 17:27:37.047109 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6195 | 2024.09.25 17:27:37.047698 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6196 | 2024.09.25 17:27:37.047734 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6197 | 2024.09.25 17:27:37.048101 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6198 | 2024.09.25 17:27:37.048531 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6199 | 2024.09.25 17:27:37.048667 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.002042 sec., 202742.40940254653 rows/sec., 14.46 MiB/sec. | ||
| 6200 | 2024.09.25 17:27:37.048672 [ 132 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6201 | 2024.09.25 17:27:37.048727 [ 132 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6202 | 2024.09.25 17:27:37.048760 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6203 | 2024.09.25 17:27:37.048870 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Debug> DynamicQueryHandler: Done processing query | ||
| 6204 | 2024.09.25 17:27:37.048871 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 6205 | 2024.09.25 17:27:37.048898 [ 3 ] {ba01eb41-1ee5-4475-a334-63c96512ae32} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6206 | 2024.09.25 17:27:37.048924 [ 3 ] {} <Debug> HTTP-Session: c725219c-0162-44ea-baee-7e9a07fa1d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6207 | 2024.09.25 17:27:37.049013 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6208 | 2024.09.25 17:27:37.049044 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 910 rows starting from the beginning of the part | ||
| 6209 | 2024.09.25 17:27:37.049082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6210 | 2024.09.25 17:27:37.049179 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part | ||
| 6211 | 2024.09.25 17:27:37.049202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6212 | 2024.09.25 17:27:37.049312 [ 3 ] {} <Debug> HTTP-Session: b9bd64e2-b41d-4609-a018-e9a86faaaf78 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6213 | 2024.09.25 17:27:37.049443 [ 3 ] {} <Debug> HTTP-Session: b9bd64e2-b41d-4609-a018-e9a86faaaf78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6214 | 2024.09.25 17:27:37.049507 [ 3 ] {} <Debug> HTTP-Session: b9bd64e2-b41d-4609-a018-e9a86faaaf78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6215 | 2024.09.25 17:27:37.049524 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 422 rows starting from the beginning of the part | ||
| 6216 | 2024.09.25 17:27:37.049585 [ 3 ] {} <Trace> HTTP-Session: b9bd64e2-b41d-4609-a018-e9a86faaaf78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6217 | 2024.09.25 17:27:37.049675 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 532 rows starting from the beginning of the part | ||
| 6218 | 2024.09.25 17:27:37.049817 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6219 | 2024.09.25 17:27:37.049845 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
| 6220 | 2024.09.25 17:27:37.049905 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6221 | 2024.09.25 17:27:37.050021 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 414 rows starting from the beginning of the part | ||
| 6222 | 2024.09.25 17:27:37.050451 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6223 | 2024.09.25 17:27:37.050831 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6224 | 2024.09.25 17:27:37.050872 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6225 | 2024.09.25 17:27:37.051467 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6226 | 2024.09.25 17:27:37.051911 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6227 | 2024.09.25 17:27:37.051921 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 5 columns (5 merged, 0 gathered) in 0.003107418 sec., 765909.1889150414 rows/sec., 58.68 MiB/sec. | ||
| 6228 | 2024.09.25 17:27:37.052117 [ 132 ] {} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6229 | 2024.09.25 17:27:37.052156 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002425 sec., 2474.226804123711 rows/sec., 129.27 KiB/sec. | ||
| 6230 | 2024.09.25 17:27:37.052176 [ 132 ] {} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6231 | 2024.09.25 17:27:37.052239 [ 201 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6232 | 2024.09.25 17:27:37.052258 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6233 | 2024.09.25 17:27:37.052837 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Debug> DynamicQueryHandler: Done processing query | ||
| 6234 | 2024.09.25 17:27:37.052855 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6235 | 2024.09.25 17:27:37.052915 [ 3 ] {d5c280ee-686c-4138-87f0-1327378910be} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6236 | 2024.09.25 17:27:37.053028 [ 3 ] {} <Debug> HTTP-Session: b9bd64e2-b41d-4609-a018-e9a86faaaf78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6237 | 2024.09.25 17:27:37.053344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6238 | 2024.09.25 17:27:37.053483 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6239 | 2024.09.25 17:27:37.053578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6240 | 2024.09.25 17:27:37.053622 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6241 | 2024.09.25 17:27:37.053736 [ 3 ] {} <Debug> HTTP-Session: 8f2c4267-dc1b-4762-8bc0-d9ef680dc66b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6242 | 2024.09.25 17:27:37.053877 [ 3 ] {} <Debug> HTTP-Session: 8f2c4267-dc1b-4762-8bc0-d9ef680dc66b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6243 | 2024.09.25 17:27:37.053964 [ 3 ] {} <Debug> HTTP-Session: 8f2c4267-dc1b-4762-8bc0-d9ef680dc66b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6244 | 2024.09.25 17:27:37.054088 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6245 | 2024.09.25 17:27:37.054113 [ 3 ] {} <Trace> HTTP-Session: 8f2c4267-dc1b-4762-8bc0-d9ef680dc66b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6246 | 2024.09.25 17:27:37.054612 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6247 | 2024.09.25 17:27:37.054776 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6248 | 2024.09.25 17:27:37.054968 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6249 | 2024.09.25 17:27:37.055064 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6250 | 2024.09.25 17:27:37.055438 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6251 | 2024.09.25 17:27:37.055684 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6252 | 2024.09.25 17:27:37.055866 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 6253 | 2024.09.25 17:27:37.056105 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_31_6} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6254 | 2024.09.25 17:27:37.056394 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 6255 | 2024.09.25 17:27:37.056546 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6256 | 2024.09.25 17:27:37.057234 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6257 | 2024.09.25 17:27:37.057277 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6258 | 2024.09.25 17:27:37.057711 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005274718 sec., 12512.517256846717 rows/sec., 653.73 KiB/sec. | ||
| 6259 | 2024.09.25 17:27:37.057826 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6260 | 2024.09.25 17:27:37.057907 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6261 | 2024.09.25 17:27:37.058330 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_11_2} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6262 | 2024.09.25 17:27:37.058417 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6263 | 2024.09.25 17:27:37.058441 [ 200 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_11_2} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6264 | 2024.09.25 17:27:37.058575 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6265 | 2024.09.25 17:27:37.058724 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6266 | 2024.09.25 17:27:37.058814 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004328 sec., 54759.70425138632 rows/sec., 3.67 MiB/sec. | ||
| 6267 | 2024.09.25 17:27:37.058817 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6268 | 2024.09.25 17:27:37.058869 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6269 | 2024.09.25 17:27:37.059012 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 6270 | 2024.09.25 17:27:37.059055 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6271 | 2024.09.25 17:27:37.059085 [ 3 ] {6ef6971e-f1d5-423d-b0ee-670e67c9a0a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6272 | 2024.09.25 17:27:37.059112 [ 3 ] {} <Debug> HTTP-Session: 8f2c4267-dc1b-4762-8bc0-d9ef680dc66b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6273 | 2024.09.25 17:27:37.059167 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6274 | 2024.09.25 17:27:37.059196 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8466 rows starting from the beginning of the part | ||
| 6275 | 2024.09.25 17:27:37.059323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6276 | 2024.09.25 17:27:37.059334 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 6277 | 2024.09.25 17:27:37.059451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6278 | 2024.09.25 17:27:37.059547 [ 3 ] {} <Debug> HTTP-Session: be1c3cfb-1aaf-44a0-a49f-d1176c7e5710 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6279 | 2024.09.25 17:27:37.059614 [ 3 ] {} <Debug> HTTP-Session: be1c3cfb-1aaf-44a0-a49f-d1176c7e5710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6280 | 2024.09.25 17:27:37.059622 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 241 rows starting from the beginning of the part | ||
| 6281 | 2024.09.25 17:27:37.059643 [ 3 ] {} <Debug> HTTP-Session: be1c3cfb-1aaf-44a0-a49f-d1176c7e5710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6282 | 2024.09.25 17:27:37.059736 [ 3 ] {} <Trace> HTTP-Session: be1c3cfb-1aaf-44a0-a49f-d1176c7e5710 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6283 | 2024.09.25 17:27:37.059797 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 998 rows starting from the beginning of the part | ||
| 6284 | 2024.09.25 17:27:37.059997 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 11 rows starting from the beginning of the part | ||
| 6285 | 2024.09.25 17:27:37.060010 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6286 | 2024.09.25 17:27:37.060209 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6287 | 2024.09.25 17:27:37.060245 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 237 rows starting from the beginning of the part | ||
| 6288 | 2024.09.25 17:27:37.060881 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6289 | 2024.09.25 17:27:37.061318 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6290 | 2024.09.25 17:27:37.061361 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6291 | 2024.09.25 17:27:37.061871 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6292 | 2024.09.25 17:27:37.062524 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6293 | 2024.09.25 17:27:37.062662 [ 132 ] {} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 6294 | 2024.09.25 17:27:37.062667 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002799 sec., 357.27045373347624 rows/sec., 24.07 KiB/sec. | ||
| 6295 | 2024.09.25 17:27:37.062703 [ 132 ] {} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2024.09.25 17:27:37.062921 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6297 | 2024.09.25 17:27:37.063201 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6298 | 2024.09.25 17:27:37.063283 [ 3 ] {bdd4570c-a982-43b0-b7d8-0afbff4cc8a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6299 | 2024.09.25 17:27:37.063570 [ 191 ] {61366afb-416c-420b-ad75-717025119709::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 | ||
| 6300 | 2024.09.25 17:27:37.063610 [ 3 ] {} <Debug> HTTP-Session: be1c3cfb-1aaf-44a0-a49f-d1176c7e5710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6301 | 2024.09.25 17:27:37.063871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6302 | 2024.09.25 17:27:37.063970 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6303 | 2024.09.25 17:27:37.064018 [ 3 ] {} <Debug> HTTP-Session: bc903e89-6119-43ae-a6d6-42b39c41121f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6304 | 2024.09.25 17:27:37.064069 [ 3 ] {} <Debug> HTTP-Session: bc903e89-6119-43ae-a6d6-42b39c41121f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6305 | 2024.09.25 17:27:37.064104 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6306 | 2024.09.25 17:27:37.064118 [ 3 ] {} <Debug> HTTP-Session: bc903e89-6119-43ae-a6d6-42b39c41121f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.09.25 17:27:37.064199 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 8 rows starting from the beginning of the part | ||
| 6308 | 2024.09.25 17:27:37.064214 [ 3 ] {} <Trace> HTTP-Session: bc903e89-6119-43ae-a6d6-42b39c41121f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6309 | 2024.09.25 17:27:37.064458 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 6310 | 2024.09.25 17:27:37.064865 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6311 | 2024.09.25 17:27:37.064908 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 6312 | 2024.09.25 17:27:37.065253 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 6313 | 2024.09.25 17:27:37.065288 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <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_histogramu64 | ||
| 6314 | 2024.09.25 17:27:37.065654 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 6315 | 2024.09.25 17:27:37.066059 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6316 | 2024.09.25 17:27:37.067814 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10113 rows, containing 5 columns (5 merged, 0 gathered) in 0.008832694 sec., 1144950.793042304 rows/sec., 77.31 MiB/sec. | ||
| 6317 | 2024.09.25 17:27:37.068485 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6318 | 2024.09.25 17:27:37.069645 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6319 | 2024.09.25 17:27:37.071854 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13 rows, containing 4 columns (4 merged, 0 gathered) in 0.008810924 sec., 1475.441168258857 rows/sec., 98.53 KiB/sec. | ||
| 6320 | 2024.09.25 17:27:37.071876 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6321 | 2024.09.25 17:27:37.072188 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 6322 | 2024.09.25 17:27:37.072380 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6323 | 2024.09.25 17:27:37.072463 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6324 | 2024.09.25 17:27:37.072557 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6325 | 2024.09.25 17:27:37.072707 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.21 MiB. | ||
| 6326 | 2024.09.25 17:27:37.073443 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6327 | 2024.09.25 17:27:37.073615 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_11_2} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 6328 | 2024.09.25 17:27:37.073776 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6329 | 2024.09.25 17:27:37.074120 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6330 | 2024.09.25 17:27:37.074578 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6331 | 2024.09.25 17:27:37.074738 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.010316 sec., 3101.9775106630477 rows/sec., 5.56 MiB/sec. | ||
| 6332 | 2024.09.25 17:27:37.075361 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6333 | 2024.09.25 17:27:37.075388 [ 3 ] {145f4b73-7219-4da7-aa85-9b88e3dc918a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6334 | 2024.09.25 17:27:37.075405 [ 3 ] {} <Debug> HTTP-Session: bc903e89-6119-43ae-a6d6-42b39c41121f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6335 | 2024.09.25 17:27:37.075550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6336 | 2024.09.25 17:27:37.075601 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6337 | 2024.09.25 17:27:37.075620 [ 3 ] {} <Debug> HTTP-Session: 02ae2ffa-1597-4948-b1ac-2b777dc5fc46 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6338 | 2024.09.25 17:27:37.075638 [ 3 ] {} <Debug> HTTP-Session: 02ae2ffa-1597-4948-b1ac-2b777dc5fc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6339 | 2024.09.25 17:27:37.075653 [ 3 ] {} <Debug> HTTP-Session: 02ae2ffa-1597-4948-b1ac-2b777dc5fc46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6340 | 2024.09.25 17:27:37.075688 [ 3 ] {} <Trace> HTTP-Session: 02ae2ffa-1597-4948-b1ac-2b777dc5fc46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6341 | 2024.09.25 17:27:37.075821 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6342 | 2024.09.25 17:27:37.075871 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6343 | 2024.09.25 17:27:37.076026 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6344 | 2024.09.25 17:27:37.076354 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6345 | 2024.09.25 17:27:37.076390 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6346 | 2024.09.25 17:27:37.076776 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6347 | 2024.09.25 17:27:37.077105 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6348 | 2024.09.25 17:27:37.077234 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001468 sec., 55858.310626703 rows/sec., 3.55 MiB/sec. | ||
| 6349 | 2024.09.25 17:27:37.077239 [ 132 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6350 | 2024.09.25 17:27:37.077296 [ 132 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6351 | 2024.09.25 17:27:37.077333 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6352 | 2024.09.25 17:27:37.077419 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Debug> DynamicQueryHandler: Done processing query | ||
| 6353 | 2024.09.25 17:27:37.077435 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 6354 | 2024.09.25 17:27:37.077444 [ 3 ] {74d9ac46-a4f5-4b3f-902f-5a5c1b9feeda} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6355 | 2024.09.25 17:27:37.077477 [ 3 ] {} <Debug> HTTP-Session: 02ae2ffa-1597-4948-b1ac-2b777dc5fc46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6356 | 2024.09.25 17:27:37.077566 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6357 | 2024.09.25 17:27:37.077608 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1526 rows starting from the beginning of the part | ||
| 6358 | 2024.09.25 17:27:37.077692 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 6359 | 2024.09.25 17:27:37.077877 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 6360 | 2024.09.25 17:27:37.078060 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 6361 | 2024.09.25 17:27:37.078252 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 6362 | 2024.09.25 17:27:37.078430 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 6363 | 2024.09.25 17:27:37.079721 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1810 rows, containing 4 columns (4 merged, 0 gathered) in 0.002332483 sec., 775997.0812220281 rows/sec., 50.82 MiB/sec. | ||
| 6364 | 2024.09.25 17:27:37.079909 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6365 | 2024.09.25 17:27:37.080279 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2024.09.25 17:27:37.080356 [ 192 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_31_6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6367 | 2024.09.25 17:27:37.080423 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6368 | 2024.09.25 17:27:42.026097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6369 | 2024.09.25 17:27:42.026273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6370 | 2024.09.25 17:27:42.026315 [ 3 ] {} <Debug> HTTP-Session: f5846115-5f31-4f16-9938-1971a5e6fde5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6371 | 2024.09.25 17:27:42.026354 [ 3 ] {} <Debug> HTTP-Session: f5846115-5f31-4f16-9938-1971a5e6fde5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6372 | 2024.09.25 17:27:42.026381 [ 3 ] {} <Debug> HTTP-Session: f5846115-5f31-4f16-9938-1971a5e6fde5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6373 | 2024.09.25 17:27:42.026455 [ 3 ] {} <Trace> HTTP-Session: f5846115-5f31-4f16-9938-1971a5e6fde5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6374 | 2024.09.25 17:27:42.026747 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6375 | 2024.09.25 17:27:42.026846 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6376 | 2024.09.25 17:27:42.027218 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6377 | 2024.09.25 17:27:42.027715 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6378 | 2024.09.25 17:27:42.027754 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6379 | 2024.09.25 17:27:42.028182 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6380 | 2024.09.25 17:27:42.028573 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2024.09.25 17:27:42.028720 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002086 sec., 34515.81975071908 rows/sec., 2.79 MiB/sec. | ||
| 6382 | 2024.09.25 17:27:42.029045 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6383 | 2024.09.25 17:27:42.029072 [ 3 ] {f97517ca-2348-4b92-bf7d-7e70ee28221a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6384 | 2024.09.25 17:27:42.029091 [ 3 ] {} <Debug> HTTP-Session: f5846115-5f31-4f16-9938-1971a5e6fde5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6385 | 2024.09.25 17:27:42.029268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6386 | 2024.09.25 17:27:42.029320 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6387 | 2024.09.25 17:27:42.029340 [ 3 ] {} <Debug> HTTP-Session: 6e5909f3-864d-4a6c-b696-679a280dd7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6388 | 2024.09.25 17:27:42.029357 [ 3 ] {} <Debug> HTTP-Session: 6e5909f3-864d-4a6c-b696-679a280dd7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6389 | 2024.09.25 17:27:42.029371 [ 3 ] {} <Debug> HTTP-Session: 6e5909f3-864d-4a6c-b696-679a280dd7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6390 | 2024.09.25 17:27:42.029403 [ 3 ] {} <Trace> HTTP-Session: 6e5909f3-864d-4a6c-b696-679a280dd7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.09.25 17:27:42.029504 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6392 | 2024.09.25 17:27:42.029549 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6393 | 2024.09.25 17:27:42.029804 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6394 | 2024.09.25 17:27:42.030148 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6395 | 2024.09.25 17:27:42.030185 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6396 | 2024.09.25 17:27:42.030539 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6397 | 2024.09.25 17:27:42.030913 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6398 | 2024.09.25 17:27:42.031067 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001585 sec., 5047.318611987382 rows/sec., 379.53 KiB/sec. | ||
| 6399 | 2024.09.25 17:27:42.031089 [ 123 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6400 | 2024.09.25 17:27:42.031196 [ 123 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6401 | 2024.09.25 17:27:42.031244 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6402 | 2024.09.25 17:27:42.031368 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6403 | 2024.09.25 17:27:42.031428 [ 3 ] {51ab39ee-1fe0-4a96-9ec7-1acea76792d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6404 | 2024.09.25 17:27:42.031457 [ 3 ] {} <Debug> HTTP-Session: 6e5909f3-864d-4a6c-b696-679a280dd7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6405 | 2024.09.25 17:27:42.031485 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 6406 | 2024.09.25 17:27:42.031637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6407 | 2024.09.25 17:27:42.031755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6408 | 2024.09.25 17:27:42.031821 [ 3 ] {} <Debug> HTTP-Session: f314b596-595c-455c-974a-63564c3ebcb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6409 | 2024.09.25 17:27:42.031844 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6410 | 2024.09.25 17:27:42.031855 [ 3 ] {} <Debug> HTTP-Session: f314b596-595c-455c-974a-63564c3ebcb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6411 | 2024.09.25 17:27:42.031897 [ 3 ] {} <Debug> HTTP-Session: f314b596-595c-455c-974a-63564c3ebcb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6412 | 2024.09.25 17:27:42.031928 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 54 rows starting from the beginning of the part | ||
| 6413 | 2024.09.25 17:27:42.031965 [ 3 ] {} <Trace> HTTP-Session: f314b596-595c-455c-974a-63564c3ebcb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6414 | 2024.09.25 17:27:42.032221 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part | ||
| 6415 | 2024.09.25 17:27:42.032298 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6416 | 2024.09.25 17:27:42.032451 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6417 | 2024.09.25 17:27:42.032664 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part | ||
| 6418 | 2024.09.25 17:27:42.033005 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 6419 | 2024.09.25 17:27:42.033408 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 6420 | 2024.09.25 17:27:42.033731 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 6421 | 2024.09.25 17:27:42.033901 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6422 | 2024.09.25 17:27:42.035211 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6423 | 2024.09.25 17:27:42.035272 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6424 | 2024.09.25 17:27:42.036419 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6425 | 2024.09.25 17:27:42.036509 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 148 rows, containing 5 columns (5 merged, 0 gathered) in 0.005176346 sec., 28591.597238669903 rows/sec., 2.18 MiB/sec. | ||
| 6426 | 2024.09.25 17:27:42.036721 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6427 | 2024.09.25 17:27:42.037443 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6428 | 2024.09.25 17:27:42.037791 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.005652 sec., 12738.853503184713 rows/sec., 1018.38 KiB/sec. | ||
| 6429 | 2024.09.25 17:27:42.037813 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6430 | 2024.09.25 17:27:42.038028 [ 190 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_26_5} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6431 | 2024.09.25 17:27:42.038169 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6432 | 2024.09.25 17:27:42.038171 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6433 | 2024.09.25 17:27:42.038226 [ 3 ] {22857209-81b1-409b-bd05-8ab8d59a805d} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6434 | 2024.09.25 17:27:42.038245 [ 3 ] {} <Debug> HTTP-Session: f314b596-595c-455c-974a-63564c3ebcb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6435 | 2024.09.25 17:27:42.038443 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6436 | 2024.09.25 17:27:42.038494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6437 | 2024.09.25 17:27:42.038514 [ 3 ] {} <Debug> HTTP-Session: aba93012-a291-4bbb-9f13-947fe118f29b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6438 | 2024.09.25 17:27:42.038530 [ 3 ] {} <Debug> HTTP-Session: aba93012-a291-4bbb-9f13-947fe118f29b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6439 | 2024.09.25 17:27:42.038544 [ 3 ] {} <Debug> HTTP-Session: aba93012-a291-4bbb-9f13-947fe118f29b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6440 | 2024.09.25 17:27:42.038577 [ 3 ] {} <Trace> HTTP-Session: aba93012-a291-4bbb-9f13-947fe118f29b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6441 | 2024.09.25 17:27:42.038739 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6442 | 2024.09.25 17:27:42.038792 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6443 | 2024.09.25 17:27:42.038968 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6444 | 2024.09.25 17:27:42.039401 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6445 | 2024.09.25 17:27:42.039437 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6446 | 2024.09.25 17:27:42.039842 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6447 | 2024.09.25 17:27:42.040193 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6448 | 2024.09.25 17:27:42.040345 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
| 6449 | 2024.09.25 17:27:42.040520 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6450 | 2024.09.25 17:27:42.040545 [ 3 ] {78cfe5b7-eb91-40ac-80d1-a2da0c690ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6451 | 2024.09.25 17:27:42.040561 [ 3 ] {} <Debug> HTTP-Session: aba93012-a291-4bbb-9f13-947fe118f29b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6452 | 2024.09.25 17:27:42.040693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6453 | 2024.09.25 17:27:42.040743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6454 | 2024.09.25 17:27:42.040762 [ 3 ] {} <Debug> HTTP-Session: d88efece-b27e-4706-b66f-cd0ffb5211a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6455 | 2024.09.25 17:27:42.040778 [ 3 ] {} <Debug> HTTP-Session: d88efece-b27e-4706-b66f-cd0ffb5211a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6456 | 2024.09.25 17:27:42.040794 [ 3 ] {} <Debug> HTTP-Session: d88efece-b27e-4706-b66f-cd0ffb5211a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6457 | 2024.09.25 17:27:42.040825 [ 3 ] {} <Trace> HTTP-Session: d88efece-b27e-4706-b66f-cd0ffb5211a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6458 | 2024.09.25 17:27:42.040999 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6459 | 2024.09.25 17:27:42.041066 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <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_histogramu64 | ||
| 6460 | 2024.09.25 17:27:42.041507 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6461 | 2024.09.25 17:27:42.042084 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2024.09.25 17:27:42.042120 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6463 | 2024.09.25 17:27:42.042745 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6464 | 2024.09.25 17:27:42.043177 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2024.09.25 17:27:42.043369 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002471 sec., 3237.555645487657 rows/sec., 5.80 MiB/sec. | ||
| 6466 | 2024.09.25 17:27:42.043601 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 6467 | 2024.09.25 17:27:42.043625 [ 3 ] {d70f8e78-94fa-42c4-b5a5-0e0e6cd662ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6468 | 2024.09.25 17:27:42.043641 [ 3 ] {} <Debug> HTTP-Session: d88efece-b27e-4706-b66f-cd0ffb5211a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6469 | 2024.09.25 17:27:42.043763 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6470 | 2024.09.25 17:27:42.043813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6471 | 2024.09.25 17:27:42.043833 [ 3 ] {} <Debug> HTTP-Session: 336adcb6-c21c-4aeb-8235-bb96d7dc48a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6472 | 2024.09.25 17:27:42.043850 [ 3 ] {} <Debug> HTTP-Session: 336adcb6-c21c-4aeb-8235-bb96d7dc48a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6473 | 2024.09.25 17:27:42.043864 [ 3 ] {} <Debug> HTTP-Session: 336adcb6-c21c-4aeb-8235-bb96d7dc48a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6474 | 2024.09.25 17:27:42.043895 [ 3 ] {} <Trace> HTTP-Session: 336adcb6-c21c-4aeb-8235-bb96d7dc48a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6475 | 2024.09.25 17:27:42.044006 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6476 | 2024.09.25 17:27:42.044052 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6477 | 2024.09.25 17:27:42.044186 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6478 | 2024.09.25 17:27:42.044503 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6479 | 2024.09.25 17:27:42.044540 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6480 | 2024.09.25 17:27:42.044904 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6481 | 2024.09.25 17:27:42.045246 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6482 | 2024.09.25 17:27:42.045404 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001434 sec., 41841.00418410042 rows/sec., 2.82 MiB/sec. | ||
| 6483 | 2024.09.25 17:27:42.045691 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6484 | 2024.09.25 17:27:42.045735 [ 3 ] {d96edd2f-a58e-4854-b249-bfc68b619e9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6485 | 2024.09.25 17:27:42.045753 [ 3 ] {} <Debug> HTTP-Session: 336adcb6-c21c-4aeb-8235-bb96d7dc48a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6486 | 2024.09.25 17:27:47.031246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6487 | 2024.09.25 17:27:47.031373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6488 | 2024.09.25 17:27:47.031398 [ 3 ] {} <Debug> HTTP-Session: cd28321c-d8c5-4f46-b19a-68575b286a4b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6489 | 2024.09.25 17:27:47.031422 [ 3 ] {} <Debug> HTTP-Session: cd28321c-d8c5-4f46-b19a-68575b286a4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6490 | 2024.09.25 17:27:47.031437 [ 3 ] {} <Debug> HTTP-Session: cd28321c-d8c5-4f46-b19a-68575b286a4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6491 | 2024.09.25 17:27:47.031486 [ 3 ] {} <Trace> HTTP-Session: cd28321c-d8c5-4f46-b19a-68575b286a4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6492 | 2024.09.25 17:27:47.031663 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6493 | 2024.09.25 17:27:47.031730 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6494 | 2024.09.25 17:27:47.032070 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6495 | 2024.09.25 17:27:47.032494 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6496 | 2024.09.25 17:27:47.032536 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6497 | 2024.09.25 17:27:47.032943 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6498 | 2024.09.25 17:27:47.033335 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6499 | 2024.09.25 17:27:47.033482 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001872 sec., 2136.7521367521367 rows/sec., 174.24 KiB/sec. | ||
| 6500 | 2024.09.25 17:27:47.033685 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Debug> DynamicQueryHandler: Done processing query | ||
| 6501 | 2024.09.25 17:27:47.033711 [ 3 ] {f688fd83-7670-4956-9ab0-10b4316d6909} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6502 | 2024.09.25 17:27:47.033727 [ 3 ] {} <Debug> HTTP-Session: cd28321c-d8c5-4f46-b19a-68575b286a4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6503 | 2024.09.25 17:27:47.033913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6504 | 2024.09.25 17:27:47.033962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6505 | 2024.09.25 17:27:47.033984 [ 3 ] {} <Debug> HTTP-Session: 0f6f317b-0d9f-4880-b978-442104de7ddd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6506 | 2024.09.25 17:27:47.034000 [ 3 ] {} <Debug> HTTP-Session: 0f6f317b-0d9f-4880-b978-442104de7ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6507 | 2024.09.25 17:27:47.034014 [ 3 ] {} <Debug> HTTP-Session: 0f6f317b-0d9f-4880-b978-442104de7ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6508 | 2024.09.25 17:27:47.034045 [ 3 ] {} <Trace> HTTP-Session: 0f6f317b-0d9f-4880-b978-442104de7ddd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6509 | 2024.09.25 17:27:47.034223 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6510 | 2024.09.25 17:27:47.034292 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6511 | 2024.09.25 17:27:47.034521 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6512 | 2024.09.25 17:27:47.035013 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2024.09.25 17:27:47.035049 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6514 | 2024.09.25 17:27:47.035414 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6515 | 2024.09.25 17:27:47.035776 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.09.25 17:27:47.035907 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Debug> executeQuery: Read 255 rows, 23.01 KiB in 0.001778 sec., 143419.57255343083 rows/sec., 12.64 MiB/sec. | ||
| 6517 | 2024.09.25 17:27:47.036109 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6518 | 2024.09.25 17:27:47.036139 [ 3 ] {1d1ef4b0-7ac9-41ad-9ccd-9788e485a5f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6519 | 2024.09.25 17:27:47.036156 [ 3 ] {} <Debug> HTTP-Session: 0f6f317b-0d9f-4880-b978-442104de7ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6520 | 2024.09.25 17:27:47.036317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6521 | 2024.09.25 17:27:47.036365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6522 | 2024.09.25 17:27:47.036384 [ 3 ] {} <Debug> HTTP-Session: 2747d766-5058-434f-9256-4bd5c3526092 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6523 | 2024.09.25 17:27:47.036401 [ 3 ] {} <Debug> HTTP-Session: 2747d766-5058-434f-9256-4bd5c3526092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6524 | 2024.09.25 17:27:47.036415 [ 3 ] {} <Debug> HTTP-Session: 2747d766-5058-434f-9256-4bd5c3526092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6525 | 2024.09.25 17:27:47.036446 [ 3 ] {} <Trace> HTTP-Session: 2747d766-5058-434f-9256-4bd5c3526092 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6526 | 2024.09.25 17:27:47.036548 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6527 | 2024.09.25 17:27:47.036592 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6528 | 2024.09.25 17:27:47.036819 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6529 | 2024.09.25 17:27:47.037140 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6530 | 2024.09.25 17:27:47.037178 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6531 | 2024.09.25 17:27:47.037523 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6532 | 2024.09.25 17:27:47.037887 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6533 | 2024.09.25 17:27:47.038017 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001501 sec., 23984.010659560296 rows/sec., 1.75 MiB/sec. | ||
| 6534 | 2024.09.25 17:27:47.038189 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6535 | 2024.09.25 17:27:47.038215 [ 3 ] {deabb306-e850-47b4-b9e1-9bc59043285e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6536 | 2024.09.25 17:27:47.038232 [ 3 ] {} <Debug> HTTP-Session: 2747d766-5058-434f-9256-4bd5c3526092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6537 | 2024.09.25 17:27:47.038387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6538 | 2024.09.25 17:27:47.038437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6539 | 2024.09.25 17:27:47.038456 [ 3 ] {} <Debug> HTTP-Session: 0a94db39-388f-40c3-acbf-ffb4814edcc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6540 | 2024.09.25 17:27:47.038473 [ 3 ] {} <Debug> HTTP-Session: 0a94db39-388f-40c3-acbf-ffb4814edcc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6541 | 2024.09.25 17:27:47.038487 [ 3 ] {} <Debug> HTTP-Session: 0a94db39-388f-40c3-acbf-ffb4814edcc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6542 | 2024.09.25 17:27:47.038517 [ 3 ] {} <Trace> HTTP-Session: 0a94db39-388f-40c3-acbf-ffb4814edcc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6543 | 2024.09.25 17:27:47.038613 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6544 | 2024.09.25 17:27:47.038656 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6545 | 2024.09.25 17:27:47.038883 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6546 | 2024.09.25 17:27:47.039176 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6547 | 2024.09.25 17:27:47.039211 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6548 | 2024.09.25 17:27:47.039557 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6549 | 2024.09.25 17:27:47.039912 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6550 | 2024.09.25 17:27:47.040045 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001458 sec., 9602.194787379973 rows/sec., 672.48 KiB/sec. | ||
| 6551 | 2024.09.25 17:27:47.040133 [ 119 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6552 | 2024.09.25 17:27:47.040259 [ 119 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6553 | 2024.09.25 17:27:47.040304 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Debug> DynamicQueryHandler: Done processing query | ||
| 6554 | 2024.09.25 17:27:47.040321 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6555 | 2024.09.25 17:27:47.040344 [ 3 ] {e5c8c67c-17c9-4f2c-9d76-c674c6403b98} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6556 | 2024.09.25 17:27:47.040391 [ 3 ] {} <Debug> HTTP-Session: 0a94db39-388f-40c3-acbf-ffb4814edcc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6557 | 2024.09.25 17:27:47.040526 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 6558 | 2024.09.25 17:27:47.040547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6559 | 2024.09.25 17:27:47.040615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6560 | 2024.09.25 17:27:47.040647 [ 3 ] {} <Debug> HTTP-Session: 8dbff439-f886-4688-a067-8ff10bcab0ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6561 | 2024.09.25 17:27:47.040672 [ 3 ] {} <Debug> HTTP-Session: 8dbff439-f886-4688-a067-8ff10bcab0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6562 | 2024.09.25 17:27:47.040695 [ 3 ] {} <Debug> HTTP-Session: 8dbff439-f886-4688-a067-8ff10bcab0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6563 | 2024.09.25 17:27:47.040741 [ 3 ] {} <Trace> HTTP-Session: 8dbff439-f886-4688-a067-8ff10bcab0ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6564 | 2024.09.25 17:27:47.040743 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6565 | 2024.09.25 17:27:47.040790 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 6566 | 2024.09.25 17:27:47.040857 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6567 | 2024.09.25 17:27:47.040962 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6568 | 2024.09.25 17:27:47.040965 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 6569 | 2024.09.25 17:27:47.041206 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 6570 | 2024.09.25 17:27:47.041380 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 6571 | 2024.09.25 17:27:47.041623 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 6572 | 2024.09.25 17:27:47.041858 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6573 | 2024.09.25 17:27:47.041999 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6574 | 2024.09.25 17:27:47.042720 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6575 | 2024.09.25 17:27:47.042767 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6576 | 2024.09.25 17:27:47.043309 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6577 | 2024.09.25 17:27:47.043652 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003190239 sec., 165191.38534761814 rows/sec., 11.22 MiB/sec. | ||
| 6578 | 2024.09.25 17:27:47.043797 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6579 | 2024.09.25 17:27:47.043902 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6580 | 2024.09.25 17:27:47.044203 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003379 sec., 1775.6732761171945 rows/sec., 104.91 KiB/sec. | ||
| 6581 | 2024.09.25 17:27:47.044455 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Debug> DynamicQueryHandler: Done processing query | ||
| 6582 | 2024.09.25 17:27:47.044488 [ 3 ] {a26ef7c9-0c13-42a0-9e8f-9c1e8fe9f277} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6583 | 2024.09.25 17:27:47.044515 [ 3 ] {} <Debug> HTTP-Session: 8dbff439-f886-4688-a067-8ff10bcab0ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6584 | 2024.09.25 17:27:47.044532 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6585 | 2024.09.25 17:27:47.044612 [ 192 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_16_3} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6586 | 2024.09.25 17:27:47.044686 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 6587 | 2024.09.25 17:27:47.044741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6588 | 2024.09.25 17:27:47.044789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6589 | 2024.09.25 17:27:47.044808 [ 3 ] {} <Debug> HTTP-Session: 0ff01ab0-235d-4f18-a619-9c878d9a6e15 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6590 | 2024.09.25 17:27:47.044824 [ 3 ] {} <Debug> HTTP-Session: 0ff01ab0-235d-4f18-a619-9c878d9a6e15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6591 | 2024.09.25 17:27:47.044838 [ 3 ] {} <Debug> HTTP-Session: 0ff01ab0-235d-4f18-a619-9c878d9a6e15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6592 | 2024.09.25 17:27:47.044868 [ 3 ] {} <Trace> HTTP-Session: 0ff01ab0-235d-4f18-a619-9c878d9a6e15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6593 | 2024.09.25 17:27:47.045062 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6594 | 2024.09.25 17:27:47.045103 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6595 | 2024.09.25 17:27:47.045330 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6596 | 2024.09.25 17:27:47.045925 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6597 | 2024.09.25 17:27:47.045962 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6598 | 2024.09.25 17:27:47.046330 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6599 | 2024.09.25 17:27:47.046686 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6600 | 2024.09.25 17:27:47.046843 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.00188 sec., 222340.4255319149 rows/sec., 15.88 MiB/sec. | ||
| 6601 | 2024.09.25 17:27:47.047022 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6602 | 2024.09.25 17:27:47.047046 [ 3 ] {45479723-2def-4065-a57e-63d858478e8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6603 | 2024.09.25 17:27:47.047063 [ 3 ] {} <Debug> HTTP-Session: 0ff01ab0-235d-4f18-a619-9c878d9a6e15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6604 | 2024.09.25 17:27:47.047203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6605 | 2024.09.25 17:27:47.047251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6606 | 2024.09.25 17:27:47.047270 [ 3 ] {} <Debug> HTTP-Session: 86914117-11d9-40e9-83ef-ad2a495ab609 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6607 | 2024.09.25 17:27:47.047286 [ 3 ] {} <Debug> HTTP-Session: 86914117-11d9-40e9-83ef-ad2a495ab609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6608 | 2024.09.25 17:27:47.047300 [ 3 ] {} <Debug> HTTP-Session: 86914117-11d9-40e9-83ef-ad2a495ab609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6609 | 2024.09.25 17:27:47.047331 [ 3 ] {} <Trace> HTTP-Session: 86914117-11d9-40e9-83ef-ad2a495ab609 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6610 | 2024.09.25 17:27:47.047426 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6611 | 2024.09.25 17:27:47.047470 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6612 | 2024.09.25 17:27:47.047603 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6613 | 2024.09.25 17:27:47.047871 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6614 | 2024.09.25 17:27:47.047907 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6615 | 2024.09.25 17:27:47.048266 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6616 | 2024.09.25 17:27:47.048594 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6617 | 2024.09.25 17:27:47.048755 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001349 sec., 4447.739065974796 rows/sec., 232.38 KiB/sec. | ||
| 6618 | 2024.09.25 17:27:47.048923 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6619 | 2024.09.25 17:27:47.048947 [ 3 ] {71a6d4e5-2485-4ca7-b792-2f7edc79929a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6620 | 2024.09.25 17:27:47.048962 [ 3 ] {} <Debug> HTTP-Session: 86914117-11d9-40e9-83ef-ad2a495ab609 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6621 | 2024.09.25 17:27:47.049107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6622 | 2024.09.25 17:27:47.049157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6623 | 2024.09.25 17:27:47.049175 [ 3 ] {} <Debug> HTTP-Session: 869743e5-5691-4151-95b5-4479abfbce66 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6624 | 2024.09.25 17:27:47.049192 [ 3 ] {} <Debug> HTTP-Session: 869743e5-5691-4151-95b5-4479abfbce66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6625 | 2024.09.25 17:27:47.049206 [ 3 ] {} <Debug> HTTP-Session: 869743e5-5691-4151-95b5-4479abfbce66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6626 | 2024.09.25 17:27:47.049237 [ 3 ] {} <Trace> HTTP-Session: 869743e5-5691-4151-95b5-4479abfbce66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.09.25 17:27:47.049454 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6628 | 2024.09.25 17:27:47.049499 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6629 | 2024.09.25 17:27:47.049645 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6630 | 2024.09.25 17:27:47.050173 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6631 | 2024.09.25 17:27:47.050208 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6632 | 2024.09.25 17:27:47.050586 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6633 | 2024.09.25 17:27:47.050927 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6634 | 2024.09.25 17:27:47.051080 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001761 sec., 135718.3418512209 rows/sec., 9.10 MiB/sec. | ||
| 6635 | 2024.09.25 17:27:47.051367 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6636 | 2024.09.25 17:27:47.051413 [ 3 ] {8704751d-000a-47dc-a74d-24508ae85b0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6637 | 2024.09.25 17:27:47.051431 [ 3 ] {} <Debug> HTTP-Session: 869743e5-5691-4151-95b5-4479abfbce66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6638 | 2024.09.25 17:27:47.051876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6639 | 2024.09.25 17:27:47.051924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6640 | 2024.09.25 17:27:47.051944 [ 3 ] {} <Debug> HTTP-Session: 6f5f15cd-fa3a-44d1-a7c1-456e46e11bb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6641 | 2024.09.25 17:27:47.051960 [ 3 ] {} <Debug> HTTP-Session: 6f5f15cd-fa3a-44d1-a7c1-456e46e11bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6642 | 2024.09.25 17:27:47.051974 [ 3 ] {} <Debug> HTTP-Session: 6f5f15cd-fa3a-44d1-a7c1-456e46e11bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6643 | 2024.09.25 17:27:47.052004 [ 3 ] {} <Trace> HTTP-Session: 6f5f15cd-fa3a-44d1-a7c1-456e46e11bb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6644 | 2024.09.25 17:27:47.052099 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6645 | 2024.09.25 17:27:47.052146 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6646 | 2024.09.25 17:27:47.052297 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6647 | 2024.09.25 17:27:47.052569 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2024.09.25 17:27:47.052603 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6649 | 2024.09.25 17:27:47.052942 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 6650 | 2024.09.25 17:27:47.053268 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2024.09.25 17:27:47.053422 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001341 sec., 745.7121551081283 rows/sec., 50.25 KiB/sec. | ||
| 6652 | 2024.09.25 17:27:47.053591 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Debug> DynamicQueryHandler: Done processing query | ||
| 6653 | 2024.09.25 17:27:47.053615 [ 3 ] {6ae8e514-879a-4701-a98e-7b6fb0c0ca37} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6654 | 2024.09.25 17:27:47.053631 [ 3 ] {} <Debug> HTTP-Session: 6f5f15cd-fa3a-44d1-a7c1-456e46e11bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6655 | 2024.09.25 17:27:47.053777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6656 | 2024.09.25 17:27:47.053824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6657 | 2024.09.25 17:27:47.053843 [ 3 ] {} <Debug> HTTP-Session: 56818c04-f7df-4ea1-9f87-f700636d8809 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6658 | 2024.09.25 17:27:47.053859 [ 3 ] {} <Debug> HTTP-Session: 56818c04-f7df-4ea1-9f87-f700636d8809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6659 | 2024.09.25 17:27:47.053873 [ 3 ] {} <Debug> HTTP-Session: 56818c04-f7df-4ea1-9f87-f700636d8809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6660 | 2024.09.25 17:27:47.053903 [ 3 ] {} <Trace> HTTP-Session: 56818c04-f7df-4ea1-9f87-f700636d8809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6661 | 2024.09.25 17:27:47.054223 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6662 | 2024.09.25 17:27:47.054288 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <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_histogramu64 | ||
| 6663 | 2024.09.25 17:27:47.054701 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6664 | 2024.09.25 17:27:47.055403 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6665 | 2024.09.25 17:27:47.055438 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6666 | 2024.09.25 17:27:47.056063 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6667 | 2024.09.25 17:27:47.056484 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6668 | 2024.09.25 17:27:47.056684 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002704 sec., 11834.31952662722 rows/sec., 21.21 MiB/sec. | ||
| 6669 | 2024.09.25 17:27:47.056911 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Debug> DynamicQueryHandler: Done processing query | ||
| 6670 | 2024.09.25 17:27:47.056935 [ 3 ] {4de95d7b-de40-47de-a0ef-ef2bc186a685} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6671 | 2024.09.25 17:27:47.056950 [ 3 ] {} <Debug> HTTP-Session: 56818c04-f7df-4ea1-9f87-f700636d8809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6672 | 2024.09.25 17:27:47.057079 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6673 | 2024.09.25 17:27:47.057127 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6674 | 2024.09.25 17:27:47.057146 [ 3 ] {} <Debug> HTTP-Session: 4061b569-bd31-40a9-a16e-a56966bc2456 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6675 | 2024.09.25 17:27:47.057163 [ 3 ] {} <Debug> HTTP-Session: 4061b569-bd31-40a9-a16e-a56966bc2456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6676 | 2024.09.25 17:27:47.057177 [ 3 ] {} <Debug> HTTP-Session: 4061b569-bd31-40a9-a16e-a56966bc2456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6677 | 2024.09.25 17:27:47.057207 [ 3 ] {} <Trace> HTTP-Session: 4061b569-bd31-40a9-a16e-a56966bc2456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6678 | 2024.09.25 17:27:47.057320 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6679 | 2024.09.25 17:27:47.057364 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6680 | 2024.09.25 17:27:47.057494 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6681 | 2024.09.25 17:27:47.057808 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6682 | 2024.09.25 17:27:47.057843 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6683 | 2024.09.25 17:27:47.058202 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6684 | 2024.09.25 17:27:47.058533 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6685 | 2024.09.25 17:27:47.058682 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001399 sec., 58613.2952108649 rows/sec., 3.72 MiB/sec. | ||
| 6686 | 2024.09.25 17:27:47.058852 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6687 | 2024.09.25 17:27:47.058877 [ 3 ] {ef69bed1-8635-4e5f-87ef-e2871096d9e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6688 | 2024.09.25 17:27:47.058892 [ 3 ] {} <Debug> HTTP-Session: 4061b569-bd31-40a9-a16e-a56966bc2456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6689 | 2024.09.25 17:27:48.663221 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6690 | 2024.09.25 17:27:48.663276 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6691 | 2024.09.25 17:27:52.025569 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6692 | 2024.09.25 17:27:52.025703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6693 | 2024.09.25 17:27:52.025729 [ 3 ] {} <Debug> HTTP-Session: 410549da-466c-4154-aeef-cf2f74117228 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6694 | 2024.09.25 17:27:52.025754 [ 3 ] {} <Debug> HTTP-Session: 410549da-466c-4154-aeef-cf2f74117228 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6695 | 2024.09.25 17:27:52.025769 [ 3 ] {} <Debug> HTTP-Session: 410549da-466c-4154-aeef-cf2f74117228 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6696 | 2024.09.25 17:27:52.025822 [ 3 ] {} <Trace> HTTP-Session: 410549da-466c-4154-aeef-cf2f74117228 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6697 | 2024.09.25 17:27:52.026041 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6698 | 2024.09.25 17:27:52.026113 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6699 | 2024.09.25 17:27:52.026454 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6700 | 2024.09.25 17:27:52.026958 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2024.09.25 17:27:52.027001 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6702 | 2024.09.25 17:27:52.027419 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6703 | 2024.09.25 17:27:52.027802 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2024.09.25 17:27:52.027974 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002005 sec., 35910.22443890275 rows/sec., 2.90 MiB/sec. | ||
| 6705 | 2024.09.25 17:27:52.028204 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6706 | 2024.09.25 17:27:52.028231 [ 3 ] {08fee733-0bbd-4f70-9c4b-d07e0be7cf5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6707 | 2024.09.25 17:27:52.028248 [ 3 ] {} <Debug> HTTP-Session: 410549da-466c-4154-aeef-cf2f74117228 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6708 | 2024.09.25 17:27:52.028370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6709 | 2024.09.25 17:27:52.028422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6710 | 2024.09.25 17:27:52.028442 [ 3 ] {} <Debug> HTTP-Session: d0b2858f-71cd-404c-b746-0929dcf6794e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6711 | 2024.09.25 17:27:52.028459 [ 3 ] {} <Debug> HTTP-Session: d0b2858f-71cd-404c-b746-0929dcf6794e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6712 | 2024.09.25 17:27:52.028474 [ 3 ] {} <Debug> HTTP-Session: d0b2858f-71cd-404c-b746-0929dcf6794e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6713 | 2024.09.25 17:27:52.028507 [ 3 ] {} <Trace> HTTP-Session: d0b2858f-71cd-404c-b746-0929dcf6794e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2024.09.25 17:27:52.028606 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6715 | 2024.09.25 17:27:52.028653 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6716 | 2024.09.25 17:27:52.028886 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6717 | 2024.09.25 17:27:52.029231 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2024.09.25 17:27:52.029269 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6719 | 2024.09.25 17:27:52.029620 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6720 | 2024.09.25 17:27:52.029991 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.09.25 17:27:52.030156 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001569 sec., 5098.789037603568 rows/sec., 383.41 KiB/sec. | ||
| 6722 | 2024.09.25 17:27:52.030335 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6723 | 2024.09.25 17:27:52.030360 [ 3 ] {324ed568-52c8-4dae-b5a8-95e5f6b7bff7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6724 | 2024.09.25 17:27:52.030376 [ 3 ] {} <Debug> HTTP-Session: d0b2858f-71cd-404c-b746-0929dcf6794e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6725 | 2024.09.25 17:27:52.030511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6726 | 2024.09.25 17:27:52.030564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6727 | 2024.09.25 17:27:52.030584 [ 3 ] {} <Debug> HTTP-Session: 1afc52a8-366b-4b2e-b63b-3e8a49913c22 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6728 | 2024.09.25 17:27:52.030602 [ 3 ] {} <Debug> HTTP-Session: 1afc52a8-366b-4b2e-b63b-3e8a49913c22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6729 | 2024.09.25 17:27:52.030617 [ 3 ] {} <Debug> HTTP-Session: 1afc52a8-366b-4b2e-b63b-3e8a49913c22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6730 | 2024.09.25 17:27:52.030648 [ 3 ] {} <Trace> HTTP-Session: 1afc52a8-366b-4b2e-b63b-3e8a49913c22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2024.09.25 17:27:52.030766 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6732 | 2024.09.25 17:27:52.030810 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6733 | 2024.09.25 17:27:52.031039 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6734 | 2024.09.25 17:27:52.031457 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2024.09.25 17:27:52.031502 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6736 | 2024.09.25 17:27:52.031949 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6737 | 2024.09.25 17:27:52.032329 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2024.09.25 17:27:52.032487 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001756 sec., 41002.27790432802 rows/sec., 3.20 MiB/sec. | ||
| 6739 | 2024.09.25 17:27:52.032665 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6740 | 2024.09.25 17:27:52.032690 [ 3 ] {36566d10-e3d8-49aa-b333-67bfd5b8904b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 6741 | 2024.09.25 17:27:52.032706 [ 3 ] {} <Debug> HTTP-Session: 1afc52a8-366b-4b2e-b63b-3e8a49913c22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6742 | 2024.09.25 17:27:52.032865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6743 | 2024.09.25 17:27:52.032916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6744 | 2024.09.25 17:27:52.032937 [ 3 ] {} <Debug> HTTP-Session: 77a56511-8bfd-4083-9c6a-0e806f127fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6745 | 2024.09.25 17:27:52.032953 [ 3 ] {} <Debug> HTTP-Session: 77a56511-8bfd-4083-9c6a-0e806f127fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6746 | 2024.09.25 17:27:52.032967 [ 3 ] {} <Debug> HTTP-Session: 77a56511-8bfd-4083-9c6a-0e806f127fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6747 | 2024.09.25 17:27:52.032998 [ 3 ] {} <Trace> HTTP-Session: 77a56511-8bfd-4083-9c6a-0e806f127fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2024.09.25 17:27:52.033148 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6749 | 2024.09.25 17:27:52.033197 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6750 | 2024.09.25 17:27:52.033345 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6751 | 2024.09.25 17:27:52.033797 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2024.09.25 17:27:52.033833 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6753 | 2024.09.25 17:27:52.034259 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6754 | 2024.09.25 17:27:52.034643 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2024.09.25 17:27:52.034817 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001733 sec., 92325.44720138489 rows/sec., 6.43 MiB/sec. | ||
| 6756 | 2024.09.25 17:27:52.035006 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6757 | 2024.09.25 17:27:52.035032 [ 3 ] {eb81aa5a-1110-41a8-beaa-0ee74cf37d3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6758 | 2024.09.25 17:27:52.035049 [ 3 ] {} <Debug> HTTP-Session: 77a56511-8bfd-4083-9c6a-0e806f127fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6759 | 2024.09.25 17:27:52.035180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6760 | 2024.09.25 17:27:52.035232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6761 | 2024.09.25 17:27:52.035251 [ 3 ] {} <Debug> HTTP-Session: 907255e2-a439-4bc4-8f16-1b1a4fcea05f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6762 | 2024.09.25 17:27:52.035269 [ 3 ] {} <Debug> HTTP-Session: 907255e2-a439-4bc4-8f16-1b1a4fcea05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6763 | 2024.09.25 17:27:52.035283 [ 3 ] {} <Debug> HTTP-Session: 907255e2-a439-4bc4-8f16-1b1a4fcea05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6764 | 2024.09.25 17:27:52.035316 [ 3 ] {} <Trace> HTTP-Session: 907255e2-a439-4bc4-8f16-1b1a4fcea05f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6765 | 2024.09.25 17:27:52.035491 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6766 | 2024.09.25 17:27:52.035558 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <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_histogramu64 | ||
| 6767 | 2024.09.25 17:27:52.036017 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6768 | 2024.09.25 17:27:52.036535 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6769 | 2024.09.25 17:27:52.036572 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6770 | 2024.09.25 17:27:52.037207 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6771 | 2024.09.25 17:27:52.037628 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6772 | 2024.09.25 17:27:52.037804 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6773 | 2024.09.25 17:27:52.037840 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002449 sec., 3266.6394446712948 rows/sec., 5.85 MiB/sec. | ||
| 6774 | 2024.09.25 17:27:52.037907 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6775 | 2024.09.25 17:27:52.037984 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6776 | 2024.09.25 17:27:52.038576 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 6777 | 2024.09.25 17:27:52.038608 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6778 | 2024.09.25 17:27:52.038704 [ 3 ] {1a527e23-15ac-406a-a6f8-71b195605ee8} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 6779 | 2024.09.25 17:27:52.038733 [ 3 ] {} <Debug> HTTP-Session: 907255e2-a439-4bc4-8f16-1b1a4fcea05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6780 | 2024.09.25 17:27:52.038927 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6781 | 2024.09.25 17:27:52.039053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6782 | 2024.09.25 17:27:52.039113 [ 3 ] {} <Debug> HTTP-Session: aa33f4d6-57dc-4583-a6fa-0a393c1a739b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6783 | 2024.09.25 17:27:52.039171 [ 3 ] {} <Debug> HTTP-Session: aa33f4d6-57dc-4583-a6fa-0a393c1a739b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6784 | 2024.09.25 17:27:52.039223 [ 3 ] {} <Debug> HTTP-Session: aa33f4d6-57dc-4583-a6fa-0a393c1a739b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6785 | 2024.09.25 17:27:52.039334 [ 3 ] {} <Trace> HTTP-Session: aa33f4d6-57dc-4583-a6fa-0a393c1a739b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6786 | 2024.09.25 17:27:52.039433 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6787 | 2024.09.25 17:27:52.039625 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 372 rows starting from the beginning of the part | ||
| 6788 | 2024.09.25 17:27:52.039626 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6789 | 2024.09.25 17:27:52.039754 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6790 | 2024.09.25 17:27:52.040404 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 6791 | 2024.09.25 17:27:52.040670 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6792 | 2024.09.25 17:27:52.041192 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 6793 | 2024.09.25 17:27:52.041912 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part | ||
| 6794 | 2024.09.25 17:27:52.042070 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6795 | 2024.09.25 17:27:52.042188 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6796 | 2024.09.25 17:27:52.042550 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 6797 | 2024.09.25 17:27:52.043170 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part | ||
| 6798 | 2024.09.25 17:27:52.043721 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6799 | 2024.09.25 17:27:52.044663 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6800 | 2024.09.25 17:27:52.045078 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005577 sec., 10758.472296933835 rows/sec., 742.45 KiB/sec. | ||
| 6801 | 2024.09.25 17:27:52.045437 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Debug> DynamicQueryHandler: Done processing query | ||
| 6802 | 2024.09.25 17:27:52.045466 [ 3 ] {c04f7061-d87e-490e-89c6-1a75b9ebce52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6803 | 2024.09.25 17:27:52.045489 [ 3 ] {} <Debug> HTTP-Session: aa33f4d6-57dc-4583-a6fa-0a393c1a739b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6804 | 2024.09.25 17:27:52.047731 [ 198 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 19 columns (19 merged, 0 gathered) in 0.009573528 sec., 48049.16223152009 rows/sec., 86.10 MiB/sec. | ||
| 6805 | 2024.09.25 17:27:52.048439 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6806 | 2024.09.25 17:27:52.049134 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6807 | 2024.09.25 17:27:52.049234 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6808 | 2024.09.25 17:27:52.049390 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 6809 | 2024.09.25 17:27:57.030983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6810 | 2024.09.25 17:27:57.031130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6811 | 2024.09.25 17:27:57.031162 [ 3 ] {} <Debug> HTTP-Session: cb1ad335-1319-491f-a789-5725e1ca002a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6812 | 2024.09.25 17:27:57.031192 [ 3 ] {} <Debug> HTTP-Session: cb1ad335-1319-491f-a789-5725e1ca002a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6813 | 2024.09.25 17:27:57.031210 [ 3 ] {} <Debug> HTTP-Session: cb1ad335-1319-491f-a789-5725e1ca002a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6814 | 2024.09.25 17:27:57.031268 [ 3 ] {} <Trace> HTTP-Session: cb1ad335-1319-491f-a789-5725e1ca002a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6815 | 2024.09.25 17:27:57.031534 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6816 | 2024.09.25 17:27:57.031603 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6817 | 2024.09.25 17:27:57.031949 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6818 | 2024.09.25 17:27:57.032546 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6819 | 2024.09.25 17:27:57.032589 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6820 | 2024.09.25 17:27:57.033021 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6821 | 2024.09.25 17:27:57.033429 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6822 | 2024.09.25 17:27:57.033615 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002193 sec., 115367.07706338349 rows/sec., 10.18 MiB/sec. | ||
| 6823 | 2024.09.25 17:27:57.033818 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6824 | 2024.09.25 17:27:57.033844 [ 3 ] {82830d86-7409-4061-bee6-2b99b454cab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 6825 | 2024.09.25 17:27:57.033861 [ 3 ] {} <Debug> HTTP-Session: cb1ad335-1319-491f-a789-5725e1ca002a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6826 | 2024.09.25 17:27:57.034009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6827 | 2024.09.25 17:27:57.034060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6828 | 2024.09.25 17:27:57.034080 [ 3 ] {} <Debug> HTTP-Session: f0aa721d-7db6-4ac6-bd9e-e14351149107 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6829 | 2024.09.25 17:27:57.034097 [ 3 ] {} <Debug> HTTP-Session: f0aa721d-7db6-4ac6-bd9e-e14351149107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6830 | 2024.09.25 17:27:57.034112 [ 3 ] {} <Debug> HTTP-Session: f0aa721d-7db6-4ac6-bd9e-e14351149107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6831 | 2024.09.25 17:27:57.034144 [ 3 ] {} <Trace> HTTP-Session: f0aa721d-7db6-4ac6-bd9e-e14351149107 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6832 | 2024.09.25 17:27:57.034251 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6833 | 2024.09.25 17:27:57.034295 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6834 | 2024.09.25 17:27:57.034529 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6835 | 2024.09.25 17:27:57.034881 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6836 | 2024.09.25 17:27:57.034920 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6837 | 2024.09.25 17:27:57.035283 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6838 | 2024.09.25 17:27:57.035652 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6839 | 2024.09.25 17:27:57.035815 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001587 sec., 20163.8311279143 rows/sec., 1.48 MiB/sec. | ||
| 6840 | 2024.09.25 17:27:57.035991 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Debug> DynamicQueryHandler: Done processing query | ||
| 6841 | 2024.09.25 17:27:57.036018 [ 3 ] {e964d886-3f15-4963-ac9b-c0a5d03b2d28} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 6842 | 2024.09.25 17:27:57.036034 [ 3 ] {} <Debug> HTTP-Session: f0aa721d-7db6-4ac6-bd9e-e14351149107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6843 | 2024.09.25 17:27:57.036150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6844 | 2024.09.25 17:27:57.036202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6845 | 2024.09.25 17:27:57.036221 [ 3 ] {} <Debug> HTTP-Session: 420073da-f0db-4653-81b6-eb6486e9d531 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6846 | 2024.09.25 17:27:57.036240 [ 3 ] {} <Debug> HTTP-Session: 420073da-f0db-4653-81b6-eb6486e9d531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6847 | 2024.09.25 17:27:57.036254 [ 3 ] {} <Debug> HTTP-Session: 420073da-f0db-4653-81b6-eb6486e9d531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6848 | 2024.09.25 17:27:57.036285 [ 3 ] {} <Trace> HTTP-Session: 420073da-f0db-4653-81b6-eb6486e9d531 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6849 | 2024.09.25 17:27:57.036385 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6850 | 2024.09.25 17:27:57.036430 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6851 | 2024.09.25 17:27:57.036666 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6852 | 2024.09.25 17:27:57.036972 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6853 | 2024.09.25 17:27:57.037010 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6854 | 2024.09.25 17:27:57.037373 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6855 | 2024.09.25 17:27:57.037742 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6856 | 2024.09.25 17:27:57.037905 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 6857 | 2024.09.25 17:27:57.038072 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Debug> DynamicQueryHandler: Done processing query | ||
| 6858 | 2024.09.25 17:27:57.038098 [ 3 ] {7087351b-eac7-4b91-91c1-69c8436fbf88} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6859 | 2024.09.25 17:27:57.038115 [ 3 ] {} <Debug> HTTP-Session: 420073da-f0db-4653-81b6-eb6486e9d531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6860 | 2024.09.25 17:27:57.038224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6861 | 2024.09.25 17:27:57.038275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6862 | 2024.09.25 17:27:57.038295 [ 3 ] {} <Debug> HTTP-Session: 4db69cda-d885-4b8a-ba45-d65b1f8cdefc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6863 | 2024.09.25 17:27:57.038311 [ 3 ] {} <Debug> HTTP-Session: 4db69cda-d885-4b8a-ba45-d65b1f8cdefc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6864 | 2024.09.25 17:27:57.038327 [ 3 ] {} <Debug> HTTP-Session: 4db69cda-d885-4b8a-ba45-d65b1f8cdefc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6865 | 2024.09.25 17:27:57.038360 [ 3 ] {} <Trace> HTTP-Session: 4db69cda-d885-4b8a-ba45-d65b1f8cdefc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6866 | 2024.09.25 17:27:57.038457 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 6867 | 2024.09.25 17:27:57.038502 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6868 | 2024.09.25 17:27:57.038733 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6869 | 2024.09.25 17:27:57.039031 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6870 | 2024.09.25 17:27:57.039067 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6871 | 2024.09.25 17:27:57.039430 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6872 | 2024.09.25 17:27:57.039788 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6873 | 2024.09.25 17:27:57.039946 [ 110 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 6874 | 2024.09.25 17:27:57.039955 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 233.99 KiB/sec. | ||
| 6875 | 2024.09.25 17:27:57.040051 [ 110 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6876 | 2024.09.25 17:27:57.040121 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6877 | 2024.09.25 17:27:57.040306 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
| 6878 | 2024.09.25 17:27:57.040326 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Debug> DynamicQueryHandler: Done processing query | ||
| 6879 | 2024.09.25 17:27:57.040377 [ 3 ] {1b397710-b4c6-4636-bfca-97064dc6fd04} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6880 | 2024.09.25 17:27:57.040398 [ 3 ] {} <Debug> HTTP-Session: 4db69cda-d885-4b8a-ba45-d65b1f8cdefc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6881 | 2024.09.25 17:27:57.040524 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6882 | 2024.09.25 17:27:57.040575 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 6 rows starting from the beginning of the part | ||
| 6883 | 2024.09.25 17:27:57.040675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6884 | 2024.09.25 17:27:57.040819 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 6885 | 2024.09.25 17:27:57.040845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6886 | 2024.09.25 17:27:57.040950 [ 3 ] {} <Debug> HTTP-Session: b5d802ac-5810-4ce7-8cfd-16bd585ee294 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6887 | 2024.09.25 17:27:57.041016 [ 3 ] {} <Debug> HTTP-Session: b5d802ac-5810-4ce7-8cfd-16bd585ee294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6888 | 2024.09.25 17:27:57.041104 [ 3 ] {} <Debug> HTTP-Session: b5d802ac-5810-4ce7-8cfd-16bd585ee294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6889 | 2024.09.25 17:27:57.041149 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 6890 | 2024.09.25 17:27:57.041252 [ 3 ] {} <Trace> HTTP-Session: b5d802ac-5810-4ce7-8cfd-16bd585ee294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6891 | 2024.09.25 17:27:57.041432 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6892 | 2024.09.25 17:27:57.041623 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6893 | 2024.09.25 17:27:57.041861 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6894 | 2024.09.25 17:27:57.042008 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6895 | 2024.09.25 17:27:57.042789 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6896 | 2024.09.25 17:27:57.043938 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.003696959 sec., 8114.777578003976 rows/sec., 515.10 KiB/sec. | ||
| 6897 | 2024.09.25 17:27:57.044135 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6898 | 2024.09.25 17:27:57.044201 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6899 | 2024.09.25 17:27:57.044214 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 6900 | 2024.09.25 17:27:57.045242 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6901 | 2024.09.25 17:27:57.045392 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6902 | 2024.09.25 17:27:57.045669 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_13_3} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 6903 | 2024.09.25 17:27:57.045908 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6904 | 2024.09.25 17:27:57.046072 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6905 | 2024.09.25 17:27:57.046268 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004727 sec., 87581.97588322403 rows/sec., 6.25 MiB/sec. | ||
| 6906 | 2024.09.25 17:27:57.046459 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Debug> DynamicQueryHandler: Done processing query | ||
| 6907 | 2024.09.25 17:27:57.046485 [ 3 ] {bb6257a6-8842-4ecb-a280-98ba56515607} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 6908 | 2024.09.25 17:27:57.046503 [ 3 ] {} <Debug> HTTP-Session: b5d802ac-5810-4ce7-8cfd-16bd585ee294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6909 | 2024.09.25 17:27:57.046624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6910 | 2024.09.25 17:27:57.046674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6911 | 2024.09.25 17:27:57.046693 [ 3 ] {} <Debug> HTTP-Session: feeaf553-827c-4544-8351-e48d0ad41b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6912 | 2024.09.25 17:27:57.046710 [ 3 ] {} <Debug> HTTP-Session: feeaf553-827c-4544-8351-e48d0ad41b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6913 | 2024.09.25 17:27:57.046724 [ 3 ] {} <Debug> HTTP-Session: feeaf553-827c-4544-8351-e48d0ad41b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6914 | 2024.09.25 17:27:57.046756 [ 3 ] {} <Trace> HTTP-Session: feeaf553-827c-4544-8351-e48d0ad41b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6915 | 2024.09.25 17:27:57.046853 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6916 | 2024.09.25 17:27:57.046900 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6917 | 2024.09.25 17:27:57.047040 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6918 | 2024.09.25 17:27:57.047365 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6919 | 2024.09.25 17:27:57.047402 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6920 | 2024.09.25 17:27:57.047766 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6921 | 2024.09.25 17:27:57.048109 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6922 | 2024.09.25 17:27:57.048279 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001449 sec., 4140.786749482401 rows/sec., 216.34 KiB/sec. | ||
| 6923 | 2024.09.25 17:27:57.048453 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Debug> DynamicQueryHandler: Done processing query | ||
| 6924 | 2024.09.25 17:27:57.048479 [ 3 ] {b8b27bfc-3d3d-41c0-9bc9-96b47d810560} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6925 | 2024.09.25 17:27:57.048496 [ 3 ] {} <Debug> HTTP-Session: feeaf553-827c-4544-8351-e48d0ad41b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6926 | 2024.09.25 17:27:57.048669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 42734, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6927 | 2024.09.25 17:27:57.048724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6928 | 2024.09.25 17:27:57.048745 [ 3 ] {} <Debug> HTTP-Session: e23f7323-7699-453e-8a6d-78d4dabfc912 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6929 | 2024.09.25 17:27:57.048762 [ 3 ] {} <Debug> HTTP-Session: e23f7323-7699-453e-8a6d-78d4dabfc912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6930 | 2024.09.25 17:27:57.048776 [ 3 ] {} <Debug> HTTP-Session: e23f7323-7699-453e-8a6d-78d4dabfc912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6931 | 2024.09.25 17:27:57.048807 [ 3 ] {} <Trace> HTTP-Session: e23f7323-7699-453e-8a6d-78d4dabfc912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6932 | 2024.09.25 17:27:57.048993 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6933 | 2024.09.25 17:27:57.049040 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6934 | 2024.09.25 17:27:57.049194 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6935 | 2024.09.25 17:27:57.049611 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6936 | 2024.09.25 17:27:57.049648 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6937 | 2024.09.25 17:27:57.050032 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6938 | 2024.09.25 17:27:57.050374 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6939 | 2024.09.25 17:27:57.050531 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Debug> executeQuery: Read 227 rows, 15.56 KiB in 0.001622 sec., 139950.67817509247 rows/sec., 9.37 MiB/sec. | ||
| 6940 | 2024.09.25 17:27:57.050702 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 6941 | 2024.09.25 17:27:57.050727 [ 3 ] {f1cac1b7-8ff7-4008-881f-0e3f46a2d1ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 6942 | 2024.09.25 17:27:57.050744 [ 3 ] {} <Debug> HTTP-Session: e23f7323-7699-453e-8a6d-78d4dabfc912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6943 | 2024.09.25 17:27:57.050905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6944 | 2024.09.25 17:27:57.050953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6945 | 2024.09.25 17:27:57.050972 [ 3 ] {} <Debug> HTTP-Session: 937ca34e-f752-456d-95ce-e4d48f9815a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6946 | 2024.09.25 17:27:57.050989 [ 3 ] {} <Debug> HTTP-Session: 937ca34e-f752-456d-95ce-e4d48f9815a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6947 | 2024.09.25 17:27:57.051004 [ 3 ] {} <Debug> HTTP-Session: 937ca34e-f752-456d-95ce-e4d48f9815a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6948 | 2024.09.25 17:27:57.051035 [ 3 ] {} <Trace> HTTP-Session: 937ca34e-f752-456d-95ce-e4d48f9815a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6949 | 2024.09.25 17:27:57.051126 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 6950 | 2024.09.25 17:27:57.051171 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6951 | 2024.09.25 17:27:57.051304 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6952 | 2024.09.25 17:27:57.051575 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6953 | 2024.09.25 17:27:57.051611 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6954 | 2024.09.25 17:27:57.051967 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6955 | 2024.09.25 17:27:57.052294 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6956 | 2024.09.25 17:27:57.052451 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001339 sec., 746.8259895444362 rows/sec., 50.32 KiB/sec. | ||
| 6957 | 2024.09.25 17:27:57.052783 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6958 | 2024.09.25 17:27:57.052808 [ 3 ] {079dfcdd-b9fc-43ac-ab69-d9f130fc56a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 6959 | 2024.09.25 17:27:57.052824 [ 3 ] {} <Debug> HTTP-Session: 937ca34e-f752-456d-95ce-e4d48f9815a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6960 | 2024.09.25 17:27:57.052972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6961 | 2024.09.25 17:27:57.053023 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6962 | 2024.09.25 17:27:57.053042 [ 3 ] {} <Debug> HTTP-Session: 93e6a238-b8aa-493d-9ccf-f90af6949403 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6963 | 2024.09.25 17:27:57.053060 [ 3 ] {} <Debug> HTTP-Session: 93e6a238-b8aa-493d-9ccf-f90af6949403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6964 | 2024.09.25 17:27:57.053074 [ 3 ] {} <Debug> HTTP-Session: 93e6a238-b8aa-493d-9ccf-f90af6949403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6965 | 2024.09.25 17:27:57.053105 [ 3 ] {} <Trace> HTTP-Session: 93e6a238-b8aa-493d-9ccf-f90af6949403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2024.09.25 17:27:57.053564 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6967 | 2024.09.25 17:27:57.053642 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <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_histogramu64 | ||
| 6968 | 2024.09.25 17:27:57.054081 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6969 | 2024.09.25 17:27:57.054752 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6970 | 2024.09.25 17:27:57.054790 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6971 | 2024.09.25 17:27:57.055408 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6972 | 2024.09.25 17:27:57.055837 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6973 | 2024.09.25 17:27:57.056034 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002833 sec., 11295.446523120367 rows/sec., 20.24 MiB/sec. | ||
| 6974 | 2024.09.25 17:27:57.056592 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6975 | 2024.09.25 17:27:57.056617 [ 3 ] {7fe6ae5d-c8f9-4e20-abb9-c937a8a9cb9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 6976 | 2024.09.25 17:27:57.056633 [ 3 ] {} <Debug> HTTP-Session: 93e6a238-b8aa-493d-9ccf-f90af6949403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6977 | 2024.09.25 17:27:57.056755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 11516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6978 | 2024.09.25 17:27:57.056804 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6979 | 2024.09.25 17:27:57.056823 [ 3 ] {} <Debug> HTTP-Session: 511d1dea-95a7-49bb-8a74-f3e19f047ac7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6980 | 2024.09.25 17:27:57.056840 [ 3 ] {} <Debug> HTTP-Session: 511d1dea-95a7-49bb-8a74-f3e19f047ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6981 | 2024.09.25 17:27:57.056854 [ 3 ] {} <Debug> HTTP-Session: 511d1dea-95a7-49bb-8a74-f3e19f047ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6982 | 2024.09.25 17:27:57.056885 [ 3 ] {} <Trace> HTTP-Session: 511d1dea-95a7-49bb-8a74-f3e19f047ac7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6983 | 2024.09.25 17:27:57.057013 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6984 | 2024.09.25 17:27:57.057059 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6985 | 2024.09.25 17:27:57.057215 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6986 | 2024.09.25 17:27:57.057535 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6987 | 2024.09.25 17:27:57.057570 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 6988 | 2024.09.25 17:27:57.057930 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6989 | 2024.09.25 17:27:57.058262 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6990 | 2024.09.25 17:27:57.058422 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Debug> executeQuery: Read 78 rows, 5.05 KiB in 0.001452 sec., 53719.00826446281 rows/sec., 3.40 MiB/sec. | ||
| 6991 | 2024.09.25 17:27:57.058589 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6992 | 2024.09.25 17:27:57.058614 [ 3 ] {d2241d55-3974-44ff-bfb6-c350faa6420c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6993 | 2024.09.25 17:27:57.058630 [ 3 ] {} <Debug> HTTP-Session: 511d1dea-95a7-49bb-8a74-f3e19f047ac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6994 | 2024.09.25 17:28:01.460483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6995 | 2024.09.25 17:28:01.460623 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6996 | 2024.09.25 17:28:01.460649 [ 3 ] {} <Debug> HTTP-Session: 0a09f4b2-e17b-4dd8-abc3-29b8b52e949c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 6997 | 2024.09.25 17:28:01.460674 [ 3 ] {} <Debug> HTTP-Session: 0a09f4b2-e17b-4dd8-abc3-29b8b52e949c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6998 | 2024.09.25 17:28:01.460689 [ 3 ] {} <Debug> HTTP-Session: 0a09f4b2-e17b-4dd8-abc3-29b8b52e949c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6999 | 2024.09.25 17:28:01.460740 [ 3 ] {} <Trace> HTTP-Session: 0a09f4b2-e17b-4dd8-abc3-29b8b52e949c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7000 | 2024.09.25 17:28:01.461443 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7001 | 2024.09.25 17:28:01.461544 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7002 | 2024.09.25 17:28:01.461895 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7003 | 2024.09.25 17:28:01.463263 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7004 | 2024.09.25 17:28:01.463308 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7005 | 2024.09.25 17:28:01.463896 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7006 | 2024.09.25 17:28:01.464333 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7007 | 2024.09.25 17:28:01.464506 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.00356 sec., 340449.4382022472 rows/sec., 28.00 MiB/sec. | ||
| 7008 | 2024.09.25 17:28:01.464534 [ 106 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7009 | 2024.09.25 17:28:01.464656 [ 106 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7010 | 2024.09.25 17:28:01.464699 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7011 | 2024.09.25 17:28:01.464812 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Debug> DynamicQueryHandler: Done processing query | ||
| 7012 | 2024.09.25 17:28:01.464824 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 7013 | 2024.09.25 17:28:01.464845 [ 3 ] {be123fdd-8585-4ab5-b76f-5cb35c1cb9be} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 7014 | 2024.09.25 17:28:01.464867 [ 3 ] {} <Debug> HTTP-Session: 0a09f4b2-e17b-4dd8-abc3-29b8b52e949c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7015 | 2024.09.25 17:28:01.464963 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7016 | 2024.09.25 17:28:01.464997 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1419 rows starting from the beginning of the part | ||
| 7017 | 2024.09.25 17:28:01.465068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7018 | 2024.09.25 17:28:01.465088 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 72 rows starting from the beginning of the part | ||
| 7019 | 2024.09.25 17:28:01.465193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7020 | 2024.09.25 17:28:01.465324 [ 3 ] {} <Debug> HTTP-Session: 792032b8-0cdf-4cff-b7c8-cea6f32ad033 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7021 | 2024.09.25 17:28:01.465414 [ 3 ] {} <Debug> HTTP-Session: 792032b8-0cdf-4cff-b7c8-cea6f32ad033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7022 | 2024.09.25 17:28:01.465448 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 255 rows starting from the beginning of the part | ||
| 7023 | 2024.09.25 17:28:01.465485 [ 3 ] {} <Debug> HTTP-Session: 792032b8-0cdf-4cff-b7c8-cea6f32ad033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7024 | 2024.09.25 17:28:01.465694 [ 3 ] {} <Trace> HTTP-Session: 792032b8-0cdf-4cff-b7c8-cea6f32ad033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7025 | 2024.09.25 17:28:01.465862 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 7026 | 2024.09.25 17:28:01.466033 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7027 | 2024.09.25 17:28:01.466090 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 253 rows starting from the beginning of the part | ||
| 7028 | 2024.09.25 17:28:01.466199 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7029 | 2024.09.25 17:28:01.466390 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1212 rows starting from the beginning of the part | ||
| 7030 | 2024.09.25 17:28:01.466906 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7031 | 2024.09.25 17:28:01.467445 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7032 | 2024.09.25 17:28:01.467494 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7033 | 2024.09.25 17:28:01.468135 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7034 | 2024.09.25 17:28:01.468661 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7035 | 2024.09.25 17:28:01.468823 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3283 rows, containing 5 columns (5 merged, 0 gathered) in 0.004054186 sec., 809780.3110168107 rows/sec., 70.82 MiB/sec. | ||
| 7036 | 2024.09.25 17:28:01.468963 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003033 sec., 2637.652489284537 rows/sec., 198.34 KiB/sec. | ||
| 7037 | 2024.09.25 17:28:01.469238 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7038 | 2024.09.25 17:28:01.469586 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7039 | 2024.09.25 17:28:01.469669 [ 3 ] {84fe3a64-8c10-4c03-9d8d-69d9a89f00d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7040 | 2024.09.25 17:28:01.469743 [ 3 ] {} <Debug> HTTP-Session: 792032b8-0cdf-4cff-b7c8-cea6f32ad033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7041 | 2024.09.25 17:28:01.470003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7042 | 2024.09.25 17:28:01.470064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7043 | 2024.09.25 17:28:01.470086 [ 3 ] {} <Debug> HTTP-Session: 0e799f6b-433c-4c07-902b-6508ebd3ff12 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7044 | 2024.09.25 17:28:01.470110 [ 3 ] {} <Debug> HTTP-Session: 0e799f6b-433c-4c07-902b-6508ebd3ff12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7045 | 2024.09.25 17:28:01.470130 [ 3 ] {} <Debug> HTTP-Session: 0e799f6b-433c-4c07-902b-6508ebd3ff12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7046 | 2024.09.25 17:28:01.470174 [ 3 ] {} <Trace> HTTP-Session: 0e799f6b-433c-4c07-902b-6508ebd3ff12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7047 | 2024.09.25 17:28:01.470174 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7048 | 2024.09.25 17:28:01.470277 [ 196 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_36_7} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7049 | 2024.09.25 17:28:01.470360 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7050 | 2024.09.25 17:28:01.470361 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 7051 | 2024.09.25 17:28:01.470412 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7052 | 2024.09.25 17:28:01.470657 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7053 | 2024.09.25 17:28:01.471125 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2024.09.25 17:28:01.471164 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7055 | 2024.09.25 17:28:01.471542 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7056 | 2024.09.25 17:28:01.471914 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2024.09.25 17:28:01.472093 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001826 sec., 124863.08871851041 rows/sec., 8.45 MiB/sec. | ||
| 7058 | 2024.09.25 17:28:01.472276 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7059 | 2024.09.25 17:28:01.472302 [ 3 ] {c4e9e67e-2647-465b-9e65-fc6ff6e3085c} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 7060 | 2024.09.25 17:28:01.472319 [ 3 ] {} <Debug> HTTP-Session: 0e799f6b-433c-4c07-902b-6508ebd3ff12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7061 | 2024.09.25 17:28:01.472494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7062 | 2024.09.25 17:28:01.472544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7063 | 2024.09.25 17:28:01.472564 [ 3 ] {} <Debug> HTTP-Session: 9f6bef06-e509-4fb4-9f1c-97b2cc1c3c0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7064 | 2024.09.25 17:28:01.472582 [ 3 ] {} <Debug> HTTP-Session: 9f6bef06-e509-4fb4-9f1c-97b2cc1c3c0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7065 | 2024.09.25 17:28:01.472596 [ 3 ] {} <Debug> HTTP-Session: 9f6bef06-e509-4fb4-9f1c-97b2cc1c3c0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7066 | 2024.09.25 17:28:01.472628 [ 3 ] {} <Trace> HTTP-Session: 9f6bef06-e509-4fb4-9f1c-97b2cc1c3c0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7067 | 2024.09.25 17:28:01.472889 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7068 | 2024.09.25 17:28:01.472934 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7069 | 2024.09.25 17:28:01.473174 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7070 | 2024.09.25 17:28:01.473836 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7071 | 2024.09.25 17:28:01.473874 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7072 | 2024.09.25 17:28:01.474267 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7073 | 2024.09.25 17:28:01.474641 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7074 | 2024.09.25 17:28:01.474809 [ 106 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7075 | 2024.09.25 17:28:01.474816 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.002059 sec., 256435.16270033995 rows/sec., 18.99 MiB/sec. | ||
| 7076 | 2024.09.25 17:28:01.474860 [ 106 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7077 | 2024.09.25 17:28:01.474928 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7078 | 2024.09.25 17:28:01.475141 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Debug> DynamicQueryHandler: Done processing query | ||
| 7079 | 2024.09.25 17:28:01.475177 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 7080 | 2024.09.25 17:28:01.475182 [ 3 ] {751c23d1-1a6c-4e13-b967-eba853a84529} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 7081 | 2024.09.25 17:28:01.475288 [ 3 ] {} <Debug> HTTP-Session: 9f6bef06-e509-4fb4-9f1c-97b2cc1c3c0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7082 | 2024.09.25 17:28:01.475450 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7083 | 2024.09.25 17:28:01.475500 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 914 rows starting from the beginning of the part | ||
| 7084 | 2024.09.25 17:28:01.475635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 190920, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7085 | 2024.09.25 17:28:01.475790 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 72 rows starting from the beginning of the part | ||
| 7086 | 2024.09.25 17:28:01.475814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7087 | 2024.09.25 17:28:01.475877 [ 3 ] {} <Debug> HTTP-Session: 1c4953e7-735f-4e6d-99f7-c61d8569ed21 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7088 | 2024.09.25 17:28:01.475969 [ 3 ] {} <Debug> HTTP-Session: 1c4953e7-735f-4e6d-99f7-c61d8569ed21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7089 | 2024.09.25 17:28:01.476052 [ 3 ] {} <Debug> HTTP-Session: 1c4953e7-735f-4e6d-99f7-c61d8569ed21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7090 | 2024.09.25 17:28:01.476118 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 418 rows starting from the beginning of the part | ||
| 7091 | 2024.09.25 17:28:01.476160 [ 3 ] {} <Trace> HTTP-Session: 1c4953e7-735f-4e6d-99f7-c61d8569ed21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7092 | 2024.09.25 17:28:01.476434 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 72 rows starting from the beginning of the part | ||
| 7093 | 2024.09.25 17:28:01.476612 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 414 rows starting from the beginning of the part | ||
| 7094 | 2024.09.25 17:28:01.476864 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 528 rows starting from the beginning of the part | ||
| 7095 | 2024.09.25 17:28:01.476883 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7096 | 2024.09.25 17:28:01.477094 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7097 | 2024.09.25 17:28:01.477743 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7098 | 2024.09.25 17:28:01.479210 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2024.09.25 17:28:01.479321 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7100 | 2024.09.25 17:28:01.479411 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 5 columns (5 merged, 0 gathered) in 0.004360891 sec., 554473.8449092169 rows/sec., 42.53 MiB/sec. | ||
| 7101 | 2024.09.25 17:28:01.479700 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7102 | 2024.09.25 17:28:01.480383 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7103 | 2024.09.25 17:28:01.480610 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7104 | 2024.09.25 17:28:01.480884 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_36_7} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7105 | 2024.09.25 17:28:01.481036 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7106 | 2024.09.25 17:28:01.481152 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7107 | 2024.09.25 17:28:01.481327 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7108 | 2024.09.25 17:28:01.481336 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.004879 sec., 206189.7929903669 rows/sec., 13.86 MiB/sec. | ||
| 7109 | 2024.09.25 17:28:01.481371 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7110 | 2024.09.25 17:28:01.481441 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7111 | 2024.09.25 17:28:01.481678 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 7112 | 2024.09.25 17:28:01.481738 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7113 | 2024.09.25 17:28:01.481785 [ 3 ] {8e58c5b6-87ec-4dd2-a32c-c7b1c8645ee9} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 7114 | 2024.09.25 17:28:01.481829 [ 3 ] {} <Debug> HTTP-Session: 1c4953e7-735f-4e6d-99f7-c61d8569ed21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7115 | 2024.09.25 17:28:01.481939 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7116 | 2024.09.25 17:28:01.481979 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10113 rows starting from the beginning of the part | ||
| 7117 | 2024.09.25 17:28:01.482123 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part | ||
| 7118 | 2024.09.25 17:28:01.482145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7119 | 2024.09.25 17:28:01.482356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7120 | 2024.09.25 17:28:01.482433 [ 3 ] {} <Debug> HTTP-Session: 11bb662a-8766-4252-9ea1-de8862ebfb25 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7121 | 2024.09.25 17:28:01.482503 [ 3 ] {} <Debug> HTTP-Session: 11bb662a-8766-4252-9ea1-de8862ebfb25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7122 | 2024.09.25 17:28:01.482527 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 239 rows starting from the beginning of the part | ||
| 7123 | 2024.09.25 17:28:01.482554 [ 3 ] {} <Debug> HTTP-Session: 11bb662a-8766-4252-9ea1-de8862ebfb25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7124 | 2024.09.25 17:28:01.482678 [ 3 ] {} <Trace> HTTP-Session: 11bb662a-8766-4252-9ea1-de8862ebfb25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7125 | 2024.09.25 17:28:01.482805 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 7126 | 2024.09.25 17:28:01.483035 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 227 rows starting from the beginning of the part | ||
| 7127 | 2024.09.25 17:28:01.483172 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7128 | 2024.09.25 17:28:01.483389 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1006 rows starting from the beginning of the part | ||
| 7129 | 2024.09.25 17:28:01.483508 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <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_histogramu64 | ||
| 7130 | 2024.09.25 17:28:01.485183 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7131 | 2024.09.25 17:28:01.485788 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7132 | 2024.09.25 17:28:01.485861 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7133 | 2024.09.25 17:28:01.487795 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7134 | 2024.09.25 17:28:01.488672 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7135 | 2024.09.25 17:28:01.489017 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.006084 sec., 1314.9243918474688 rows/sec., 2.36 MiB/sec. | ||
| 7136 | 2024.09.25 17:28:01.489739 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 7137 | 2024.09.25 17:28:01.489771 [ 3 ] {60bb5adb-131c-4c06-8ecc-d29fbb42c9ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7138 | 2024.09.25 17:28:01.489791 [ 3 ] {} <Debug> HTTP-Session: 11bb662a-8766-4252-9ea1-de8862ebfb25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7139 | 2024.09.25 17:28:01.489957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7140 | 2024.09.25 17:28:01.490072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7141 | 2024.09.25 17:28:01.490159 [ 3 ] {} <Debug> HTTP-Session: 813016e0-831d-4e06-86e8-1cf2a93af3c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7142 | 2024.09.25 17:28:01.490253 [ 3 ] {} <Debug> HTTP-Session: 813016e0-831d-4e06-86e8-1cf2a93af3c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7143 | 2024.09.25 17:28:01.490304 [ 3 ] {} <Debug> HTTP-Session: 813016e0-831d-4e06-86e8-1cf2a93af3c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7144 | 2024.09.25 17:28:01.490359 [ 3 ] {} <Trace> HTTP-Session: 813016e0-831d-4e06-86e8-1cf2a93af3c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7145 | 2024.09.25 17:28:01.490358 [ 195 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11905 rows, containing 5 columns (5 merged, 0 gathered) in 0.008801853 sec., 1352556.1038113225 rows/sec., 91.34 MiB/sec. | ||
| 7146 | 2024.09.25 17:28:01.490539 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7147 | 2024.09.25 17:28:01.490596 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7148 | 2024.09.25 17:28:01.490828 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7149 | 2024.09.25 17:28:01.490828 [ 195 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7150 | 2024.09.25 17:28:01.491745 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7151 | 2024.09.25 17:28:01.491807 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7152 | 2024.09.25 17:28:01.491979 [ 195 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7153 | 2024.09.25 17:28:01.492185 [ 195 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7154 | 2024.09.25 17:28:01.492346 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 7155 | 2024.09.25 17:28:01.492535 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7156 | 2024.09.25 17:28:01.492987 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7157 | 2024.09.25 17:28:01.493182 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002716 sec., 22091.310751104564 rows/sec., 1.49 MiB/sec. | ||
| 7158 | 2024.09.25 17:28:01.493193 [ 106 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7159 | 2024.09.25 17:28:01.493288 [ 106 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7160 | 2024.09.25 17:28:01.493348 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7161 | 2024.09.25 17:28:01.493557 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 7162 | 2024.09.25 17:28:01.493575 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Debug> DynamicQueryHandler: Done processing query | ||
| 7163 | 2024.09.25 17:28:01.493634 [ 3 ] {93960b5b-4836-4ef9-918a-8cfc4c4f9150} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7164 | 2024.09.25 17:28:01.493751 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7165 | 2024.09.25 17:28:01.493798 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1810 rows starting from the beginning of the part | ||
| 7166 | 2024.09.25 17:28:01.493928 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 7167 | 2024.09.25 17:28:01.494181 [ 3 ] {} <Debug> HTTP-Session: 813016e0-831d-4e06-86e8-1cf2a93af3c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7168 | 2024.09.25 17:28:01.494182 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 7169 | 2024.09.25 17:28:01.494418 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 7170 | 2024.09.25 17:28:01.494581 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 78 rows starting from the beginning of the part | ||
| 7171 | 2024.09.25 17:28:01.494824 [ 189 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 7172 | 2024.09.25 17:28:01.496358 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2150 rows, containing 4 columns (4 merged, 0 gathered) in 0.002891384 sec., 743588.5375308157 rows/sec., 48.70 MiB/sec. | ||
| 7173 | 2024.09.25 17:28:01.496680 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7174 | 2024.09.25 17:28:01.497119 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7175 | 2024.09.25 17:28:01.497210 [ 195 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_36_7} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7176 | 2024.09.25 17:28:01.497303 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7177 | 2024.09.25 17:28:02.000154 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.58 MiB, peak 199.87 MiB, free memory in arenas 0.00 B, will set to 191.32 MiB (RSS), difference: 1.74 MiB | ||
| 7178 | 2024.09.25 17:28:03.663510 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7179 | 2024.09.25 17:28:03.663560 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7180 | 2024.09.25 17:28:07.031891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7181 | 2024.09.25 17:28:07.032077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7182 | 2024.09.25 17:28:07.032122 [ 3 ] {} <Debug> HTTP-Session: 0ad58c10-0c6f-443f-a26a-edc874e4845c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7183 | 2024.09.25 17:28:07.032165 [ 3 ] {} <Debug> HTTP-Session: 0ad58c10-0c6f-443f-a26a-edc874e4845c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7184 | 2024.09.25 17:28:07.032196 [ 3 ] {} <Debug> HTTP-Session: 0ad58c10-0c6f-443f-a26a-edc874e4845c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7185 | 2024.09.25 17:28:07.032273 [ 3 ] {} <Trace> HTTP-Session: 0ad58c10-0c6f-443f-a26a-edc874e4845c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7186 | 2024.09.25 17:28:07.032684 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7187 | 2024.09.25 17:28:07.032760 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7188 | 2024.09.25 17:28:07.033096 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7189 | 2024.09.25 17:28:07.033743 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7190 | 2024.09.25 17:28:07.033783 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7191 | 2024.09.25 17:28:07.034212 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7192 | 2024.09.25 17:28:07.034605 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7193 | 2024.09.25 17:28:07.034780 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002298 sec., 110095.73542210617 rows/sec., 9.72 MiB/sec. | ||
| 7194 | 2024.09.25 17:28:07.035139 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7195 | 2024.09.25 17:28:07.035168 [ 3 ] {799b281a-f510-4d07-94c8-493dfd1df88c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7196 | 2024.09.25 17:28:07.035187 [ 3 ] {} <Debug> HTTP-Session: 0ad58c10-0c6f-443f-a26a-edc874e4845c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7197 | 2024.09.25 17:28:07.035361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7198 | 2024.09.25 17:28:07.035409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7199 | 2024.09.25 17:28:07.035428 [ 3 ] {} <Debug> HTTP-Session: 46dd0a12-c330-4ec0-b618-02e111401ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7200 | 2024.09.25 17:28:07.035446 [ 3 ] {} <Debug> HTTP-Session: 46dd0a12-c330-4ec0-b618-02e111401ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7201 | 2024.09.25 17:28:07.035459 [ 3 ] {} <Debug> HTTP-Session: 46dd0a12-c330-4ec0-b618-02e111401ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7202 | 2024.09.25 17:28:07.035491 [ 3 ] {} <Trace> HTTP-Session: 46dd0a12-c330-4ec0-b618-02e111401ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7203 | 2024.09.25 17:28:07.035598 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7204 | 2024.09.25 17:28:07.035643 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7205 | 2024.09.25 17:28:07.035890 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7206 | 2024.09.25 17:28:07.036267 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7207 | 2024.09.25 17:28:07.036306 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7208 | 2024.09.25 17:28:07.036686 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7209 | 2024.09.25 17:28:07.037066 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7210 | 2024.09.25 17:28:07.037241 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001668 sec., 19184.65227817746 rows/sec., 1.41 MiB/sec. | ||
| 7211 | 2024.09.25 17:28:07.037248 [ 101 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7212 | 2024.09.25 17:28:07.037365 [ 101 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7213 | 2024.09.25 17:28:07.037418 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7214 | 2024.09.25 17:28:07.037513 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7215 | 2024.09.25 17:28:07.037586 [ 3 ] {2430c433-35f5-44d3-8449-ff9471dac2f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7216 | 2024.09.25 17:28:07.037625 [ 3 ] {} <Debug> HTTP-Session: 46dd0a12-c330-4ec0-b618-02e111401ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7217 | 2024.09.25 17:28:07.037649 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 7218 | 2024.09.25 17:28:07.037873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7219 | 2024.09.25 17:28:07.037897 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7220 | 2024.09.25 17:28:07.037981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7221 | 2024.09.25 17:28:07.037982 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part | ||
| 7222 | 2024.09.25 17:28:07.038023 [ 3 ] {} <Debug> HTTP-Session: 1bb77fee-0258-43c7-86b4-02114911f8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7223 | 2024.09.25 17:28:07.038087 [ 3 ] {} <Debug> HTTP-Session: 1bb77fee-0258-43c7-86b4-02114911f8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7224 | 2024.09.25 17:28:07.038166 [ 3 ] {} <Debug> HTTP-Session: 1bb77fee-0258-43c7-86b4-02114911f8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7225 | 2024.09.25 17:28:07.038253 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 7226 | 2024.09.25 17:28:07.038300 [ 3 ] {} <Trace> HTTP-Session: 1bb77fee-0258-43c7-86b4-02114911f8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7227 | 2024.09.25 17:28:07.038499 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 7228 | 2024.09.25 17:28:07.038610 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7229 | 2024.09.25 17:28:07.038768 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7230 | 2024.09.25 17:28:07.038943 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 7231 | 2024.09.25 17:28:07.039379 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 7232 | 2024.09.25 17:28:07.039794 [ 189 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 7233 | 2024.09.25 17:28:07.040303 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7234 | 2024.09.25 17:28:07.041157 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7235 | 2024.09.25 17:28:07.041219 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7236 | 2024.09.25 17:28:07.042379 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7237 | 2024.09.25 17:28:07.042790 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.005254618 sec., 33113.72967549687 rows/sec., 2.54 MiB/sec. | ||
| 7238 | 2024.09.25 17:28:07.043175 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7239 | 2024.09.25 17:28:07.043233 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7240 | 2024.09.25 17:28:07.043651 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005132 sec., 2727.981293842556 rows/sec., 191.05 KiB/sec. | ||
| 7241 | 2024.09.25 17:28:07.044617 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Debug> DynamicQueryHandler: Done processing query | ||
| 7242 | 2024.09.25 17:28:07.044699 [ 3 ] {28079c33-e08c-45a4-8b9e-983b72bf5363} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7243 | 2024.09.25 17:28:07.044773 [ 3 ] {} <Debug> HTTP-Session: 1bb77fee-0258-43c7-86b4-02114911f8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7244 | 2024.09.25 17:28:07.045073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7245 | 2024.09.25 17:28:07.045204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7246 | 2024.09.25 17:28:07.045247 [ 3 ] {} <Debug> HTTP-Session: b4b6024a-b2f3-40be-b774-f937dc5ca9de Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7247 | 2024.09.25 17:28:07.045275 [ 3 ] {} <Debug> HTTP-Session: b4b6024a-b2f3-40be-b774-f937dc5ca9de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7248 | 2024.09.25 17:28:07.045310 [ 3 ] {} <Debug> HTTP-Session: b4b6024a-b2f3-40be-b774-f937dc5ca9de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7249 | 2024.09.25 17:28:07.045375 [ 3 ] {} <Trace> HTTP-Session: b4b6024a-b2f3-40be-b774-f937dc5ca9de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7250 | 2024.09.25 17:28:07.045535 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7251 | 2024.09.25 17:28:07.045538 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7252 | 2024.09.25 17:28:07.045643 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7253 | 2024.09.25 17:28:07.045720 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_31_6} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7254 | 2024.09.25 17:28:07.045909 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7255 | 2024.09.25 17:28:07.046079 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7256 | 2024.09.25 17:28:07.046413 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7257 | 2024.09.25 17:28:07.046450 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7258 | 2024.09.25 17:28:07.046811 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7259 | 2024.09.25 17:28:07.047183 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7260 | 2024.09.25 17:28:07.047365 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001875 sec., 3200 rows/sec., 189.06 KiB/sec. | ||
| 7261 | 2024.09.25 17:28:07.047701 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7262 | 2024.09.25 17:28:07.047726 [ 3 ] {fdb58574-ecc4-44c1-bf9e-8cc7d04732cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7263 | 2024.09.25 17:28:07.047742 [ 3 ] {} <Debug> HTTP-Session: b4b6024a-b2f3-40be-b774-f937dc5ca9de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7264 | 2024.09.25 17:28:07.047924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7265 | 2024.09.25 17:28:07.047972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7266 | 2024.09.25 17:28:07.047991 [ 3 ] {} <Debug> HTTP-Session: 95f48026-112b-44cb-8086-f683cadf44eb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7267 | 2024.09.25 17:28:07.048007 [ 3 ] {} <Debug> HTTP-Session: 95f48026-112b-44cb-8086-f683cadf44eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7268 | 2024.09.25 17:28:07.048021 [ 3 ] {} <Debug> HTTP-Session: 95f48026-112b-44cb-8086-f683cadf44eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7269 | 2024.09.25 17:28:07.048051 [ 3 ] {} <Trace> HTTP-Session: 95f48026-112b-44cb-8086-f683cadf44eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7270 | 2024.09.25 17:28:07.048263 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7271 | 2024.09.25 17:28:07.048307 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7272 | 2024.09.25 17:28:07.048566 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7273 | 2024.09.25 17:28:07.049197 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7274 | 2024.09.25 17:28:07.049233 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7275 | 2024.09.25 17:28:07.049616 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7276 | 2024.09.25 17:28:07.049981 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7277 | 2024.09.25 17:28:07.050140 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001987 sec., 208354.30296930045 rows/sec., 14.86 MiB/sec. | ||
| 7278 | 2024.09.25 17:28:07.050318 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7279 | 2024.09.25 17:28:07.050342 [ 3 ] {6d80142f-855b-45d1-9ab7-96f42fa369d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7280 | 2024.09.25 17:28:07.050358 [ 3 ] {} <Debug> HTTP-Session: 95f48026-112b-44cb-8086-f683cadf44eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7281 | 2024.09.25 17:28:07.050490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7282 | 2024.09.25 17:28:07.050539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7283 | 2024.09.25 17:28:07.050557 [ 3 ] {} <Debug> HTTP-Session: 975403c8-da2c-4716-b7a3-d8c7ccd08042 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7284 | 2024.09.25 17:28:07.050574 [ 3 ] {} <Debug> HTTP-Session: 975403c8-da2c-4716-b7a3-d8c7ccd08042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7285 | 2024.09.25 17:28:07.050587 [ 3 ] {} <Debug> HTTP-Session: 975403c8-da2c-4716-b7a3-d8c7ccd08042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7286 | 2024.09.25 17:28:07.050618 [ 3 ] {} <Trace> HTTP-Session: 975403c8-da2c-4716-b7a3-d8c7ccd08042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2024.09.25 17:28:07.050715 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7288 | 2024.09.25 17:28:07.050760 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7289 | 2024.09.25 17:28:07.050893 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7290 | 2024.09.25 17:28:07.051182 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7291 | 2024.09.25 17:28:07.051217 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7292 | 2024.09.25 17:28:07.051575 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7293 | 2024.09.25 17:28:07.051898 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7294 | 2024.09.25 17:28:07.052052 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. | ||
| 7295 | 2024.09.25 17:28:07.052210 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7296 | 2024.09.25 17:28:07.052234 [ 3 ] {b6e52412-e1e5-41cf-b661-09a1452977d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7297 | 2024.09.25 17:28:07.052250 [ 3 ] {} <Debug> HTTP-Session: 975403c8-da2c-4716-b7a3-d8c7ccd08042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7298 | 2024.09.25 17:28:07.052415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7299 | 2024.09.25 17:28:07.052462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7300 | 2024.09.25 17:28:07.052480 [ 3 ] {} <Debug> HTTP-Session: a939f3b7-c200-4474-aac8-033579002606 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7301 | 2024.09.25 17:28:07.052496 [ 3 ] {} <Debug> HTTP-Session: a939f3b7-c200-4474-aac8-033579002606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7302 | 2024.09.25 17:28:07.052510 [ 3 ] {} <Debug> HTTP-Session: a939f3b7-c200-4474-aac8-033579002606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7303 | 2024.09.25 17:28:07.052541 [ 3 ] {} <Trace> HTTP-Session: a939f3b7-c200-4474-aac8-033579002606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7304 | 2024.09.25 17:28:07.052716 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7305 | 2024.09.25 17:28:07.052762 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7306 | 2024.09.25 17:28:07.052909 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7307 | 2024.09.25 17:28:07.053351 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2024.09.25 17:28:07.053387 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7309 | 2024.09.25 17:28:07.053775 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7310 | 2024.09.25 17:28:07.054111 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2024.09.25 17:28:07.054268 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001647 sec., 143897.99635701274 rows/sec., 9.65 MiB/sec. | ||
| 7312 | 2024.09.25 17:28:07.054444 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7313 | 2024.09.25 17:28:07.054468 [ 3 ] {6ea876e1-d5d9-4349-9d46-9d3bc156f78b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7314 | 2024.09.25 17:28:07.054484 [ 3 ] {} <Debug> HTTP-Session: a939f3b7-c200-4474-aac8-033579002606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7315 | 2024.09.25 17:28:07.054614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7316 | 2024.09.25 17:28:07.054662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7317 | 2024.09.25 17:28:07.054680 [ 3 ] {} <Debug> HTTP-Session: 24750431-f084-43d5-9248-7863c62cf057 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7318 | 2024.09.25 17:28:07.054697 [ 3 ] {} <Debug> HTTP-Session: 24750431-f084-43d5-9248-7863c62cf057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7319 | 2024.09.25 17:28:07.054711 [ 3 ] {} <Debug> HTTP-Session: 24750431-f084-43d5-9248-7863c62cf057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7320 | 2024.09.25 17:28:07.054741 [ 3 ] {} <Trace> HTTP-Session: 24750431-f084-43d5-9248-7863c62cf057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7321 | 2024.09.25 17:28:07.054840 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7322 | 2024.09.25 17:28:07.054885 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7323 | 2024.09.25 17:28:07.055015 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7324 | 2024.09.25 17:28:07.055261 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7325 | 2024.09.25 17:28:07.055296 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7326 | 2024.09.25 17:28:07.055642 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 7327 | 2024.09.25 17:28:07.055967 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7328 | 2024.09.25 17:28:07.056123 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001298 sec., 770.4160246533129 rows/sec., 51.91 KiB/sec. | ||
| 7329 | 2024.09.25 17:28:07.056280 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Debug> DynamicQueryHandler: Done processing query | ||
| 7330 | 2024.09.25 17:28:07.056303 [ 3 ] {2c88626b-309a-4a3d-95f9-736bfd8f0391} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7331 | 2024.09.25 17:28:07.056319 [ 3 ] {} <Debug> HTTP-Session: 24750431-f084-43d5-9248-7863c62cf057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7332 | 2024.09.25 17:28:07.056480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7333 | 2024.09.25 17:28:07.056526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7334 | 2024.09.25 17:28:07.056545 [ 3 ] {} <Debug> HTTP-Session: 83425750-1cf0-4fb0-9ea0-bf7de2cb0ab5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7335 | 2024.09.25 17:28:07.056562 [ 3 ] {} <Debug> HTTP-Session: 83425750-1cf0-4fb0-9ea0-bf7de2cb0ab5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7336 | 2024.09.25 17:28:07.056576 [ 3 ] {} <Debug> HTTP-Session: 83425750-1cf0-4fb0-9ea0-bf7de2cb0ab5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7337 | 2024.09.25 17:28:07.056606 [ 3 ] {} <Trace> HTTP-Session: 83425750-1cf0-4fb0-9ea0-bf7de2cb0ab5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7338 | 2024.09.25 17:28:07.056909 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7339 | 2024.09.25 17:28:07.056973 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <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_histogramu64 | ||
| 7340 | 2024.09.25 17:28:07.057400 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7341 | 2024.09.25 17:28:07.058132 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7342 | 2024.09.25 17:28:07.058168 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7343 | 2024.09.25 17:28:07.058822 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7344 | 2024.09.25 17:28:07.059248 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7345 | 2024.09.25 17:28:07.059433 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002732 sec., 11713.03074670571 rows/sec., 20.99 MiB/sec. | ||
| 7346 | 2024.09.25 17:28:07.059662 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7347 | 2024.09.25 17:28:07.059685 [ 3 ] {ebd99217-a94b-4e0b-b416-41aceccd55dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7348 | 2024.09.25 17:28:07.059702 [ 3 ] {} <Debug> HTTP-Session: 83425750-1cf0-4fb0-9ea0-bf7de2cb0ab5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7349 | 2024.09.25 17:28:07.059831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7350 | 2024.09.25 17:28:07.059879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7351 | 2024.09.25 17:28:07.059899 [ 3 ] {} <Debug> HTTP-Session: 293de815-64c3-4654-a40e-0825d93bd20c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7352 | 2024.09.25 17:28:07.059915 [ 3 ] {} <Debug> HTTP-Session: 293de815-64c3-4654-a40e-0825d93bd20c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7353 | 2024.09.25 17:28:07.059928 [ 3 ] {} <Debug> HTTP-Session: 293de815-64c3-4654-a40e-0825d93bd20c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7354 | 2024.09.25 17:28:07.059958 [ 3 ] {} <Trace> HTTP-Session: 293de815-64c3-4654-a40e-0825d93bd20c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7355 | 2024.09.25 17:28:07.060089 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7356 | 2024.09.25 17:28:07.060133 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7357 | 2024.09.25 17:28:07.060263 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7358 | 2024.09.25 17:28:07.060560 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7359 | 2024.09.25 17:28:07.060596 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7360 | 2024.09.25 17:28:07.060956 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7361 | 2024.09.25 17:28:07.061287 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7362 | 2024.09.25 17:28:07.061437 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001402 sec., 58487.87446504993 rows/sec., 3.71 MiB/sec. | ||
| 7363 | 2024.09.25 17:28:07.061592 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7364 | 2024.09.25 17:28:07.061616 [ 3 ] {48fe0d53-5235-4039-b1bd-cd79fe26386a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7365 | 2024.09.25 17:28:07.061632 [ 3 ] {} <Debug> HTTP-Session: 293de815-64c3-4654-a40e-0825d93bd20c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7366 | 2024.09.25 17:28:12.025706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7367 | 2024.09.25 17:28:12.025840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7368 | 2024.09.25 17:28:12.025865 [ 3 ] {} <Debug> HTTP-Session: b319749c-6813-4758-9a99-e4556341e31e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7369 | 2024.09.25 17:28:12.025890 [ 3 ] {} <Debug> HTTP-Session: b319749c-6813-4758-9a99-e4556341e31e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7370 | 2024.09.25 17:28:12.025905 [ 3 ] {} <Debug> HTTP-Session: b319749c-6813-4758-9a99-e4556341e31e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7371 | 2024.09.25 17:28:12.025954 [ 3 ] {} <Trace> HTTP-Session: b319749c-6813-4758-9a99-e4556341e31e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7372 | 2024.09.25 17:28:12.026160 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7373 | 2024.09.25 17:28:12.026229 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7374 | 2024.09.25 17:28:12.026568 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7375 | 2024.09.25 17:28:12.027039 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7376 | 2024.09.25 17:28:12.027083 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7377 | 2024.09.25 17:28:12.027504 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7378 | 2024.09.25 17:28:12.027886 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7379 | 2024.09.25 17:28:12.028049 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001962 sec., 36697.247706422015 rows/sec., 2.97 MiB/sec. | ||
| 7380 | 2024.09.25 17:28:12.028280 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Debug> DynamicQueryHandler: Done processing query | ||
| 7381 | 2024.09.25 17:28:12.028306 [ 3 ] {f37f272a-b1ef-4665-aeae-140829b7dd39} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7382 | 2024.09.25 17:28:12.028323 [ 3 ] {} <Debug> HTTP-Session: b319749c-6813-4758-9a99-e4556341e31e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7383 | 2024.09.25 17:28:12.028453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7384 | 2024.09.25 17:28:12.028502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7385 | 2024.09.25 17:28:12.028521 [ 3 ] {} <Debug> HTTP-Session: 5a8b5c9f-4310-4fdb-8b2b-04d39f8aa522 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7386 | 2024.09.25 17:28:12.028538 [ 3 ] {} <Debug> HTTP-Session: 5a8b5c9f-4310-4fdb-8b2b-04d39f8aa522 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7387 | 2024.09.25 17:28:12.028552 [ 3 ] {} <Debug> HTTP-Session: 5a8b5c9f-4310-4fdb-8b2b-04d39f8aa522 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7388 | 2024.09.25 17:28:12.028584 [ 3 ] {} <Trace> HTTP-Session: 5a8b5c9f-4310-4fdb-8b2b-04d39f8aa522 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7389 | 2024.09.25 17:28:12.028681 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7390 | 2024.09.25 17:28:12.028725 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7391 | 2024.09.25 17:28:12.028960 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7392 | 2024.09.25 17:28:12.029284 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7393 | 2024.09.25 17:28:12.029321 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7394 | 2024.09.25 17:28:12.029667 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7395 | 2024.09.25 17:28:12.030025 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7396 | 2024.09.25 17:28:12.030185 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001529 sec., 5232.177894048397 rows/sec., 393.44 KiB/sec. | ||
| 7397 | 2024.09.25 17:28:12.030349 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Debug> DynamicQueryHandler: Done processing query | ||
| 7398 | 2024.09.25 17:28:12.030373 [ 3 ] {460b47f6-ff37-4abd-979c-db2b8be30810} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7399 | 2024.09.25 17:28:12.030390 [ 3 ] {} <Debug> HTTP-Session: 5a8b5c9f-4310-4fdb-8b2b-04d39f8aa522 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7400 | 2024.09.25 17:28:12.030522 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7401 | 2024.09.25 17:28:12.030570 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7402 | 2024.09.25 17:28:12.030589 [ 3 ] {} <Debug> HTTP-Session: c1c18ac0-1886-464d-b028-40060338ffa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7403 | 2024.09.25 17:28:12.030606 [ 3 ] {} <Debug> HTTP-Session: c1c18ac0-1886-464d-b028-40060338ffa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7404 | 2024.09.25 17:28:12.030620 [ 3 ] {} <Debug> HTTP-Session: c1c18ac0-1886-464d-b028-40060338ffa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7405 | 2024.09.25 17:28:12.030651 [ 3 ] {} <Trace> HTTP-Session: c1c18ac0-1886-464d-b028-40060338ffa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7406 | 2024.09.25 17:28:12.030763 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7407 | 2024.09.25 17:28:12.030806 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7408 | 2024.09.25 17:28:12.031034 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7409 | 2024.09.25 17:28:12.031385 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7410 | 2024.09.25 17:28:12.031422 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7411 | 2024.09.25 17:28:12.031785 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7412 | 2024.09.25 17:28:12.032140 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7413 | 2024.09.25 17:28:12.032302 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001574 sec., 45743.329097839895 rows/sec., 3.57 MiB/sec. | ||
| 7414 | 2024.09.25 17:28:12.032512 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Debug> DynamicQueryHandler: Done processing query | ||
| 7415 | 2024.09.25 17:28:12.032541 [ 3 ] {5895ddba-7729-4829-9d32-c86a5ef33f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7416 | 2024.09.25 17:28:12.032560 [ 3 ] {} <Debug> HTTP-Session: c1c18ac0-1886-464d-b028-40060338ffa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7417 | 2024.09.25 17:28:12.032718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7418 | 2024.09.25 17:28:12.032766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7419 | 2024.09.25 17:28:12.032784 [ 3 ] {} <Debug> HTTP-Session: cea213fb-77c0-440f-9fec-143bb51239de Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7420 | 2024.09.25 17:28:12.032801 [ 3 ] {} <Debug> HTTP-Session: cea213fb-77c0-440f-9fec-143bb51239de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7421 | 2024.09.25 17:28:12.032815 [ 3 ] {} <Debug> HTTP-Session: cea213fb-77c0-440f-9fec-143bb51239de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7422 | 2024.09.25 17:28:12.032846 [ 3 ] {} <Trace> HTTP-Session: cea213fb-77c0-440f-9fec-143bb51239de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7423 | 2024.09.25 17:28:12.032990 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7424 | 2024.09.25 17:28:12.033039 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7425 | 2024.09.25 17:28:12.033187 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7426 | 2024.09.25 17:28:12.033554 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7427 | 2024.09.25 17:28:12.033590 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7428 | 2024.09.25 17:28:12.033976 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7429 | 2024.09.25 17:28:12.034417 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7430 | 2024.09.25 17:28:12.034619 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
| 7431 | 2024.09.25 17:28:12.034909 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Debug> DynamicQueryHandler: Done processing query | ||
| 7432 | 2024.09.25 17:28:12.034950 [ 3 ] {1114f3df-4ebf-4145-9d46-183ebca86951} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7433 | 2024.09.25 17:28:12.034977 [ 3 ] {} <Debug> HTTP-Session: cea213fb-77c0-440f-9fec-143bb51239de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7434 | 2024.09.25 17:28:12.035103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14171, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7435 | 2024.09.25 17:28:12.035153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7436 | 2024.09.25 17:28:12.035172 [ 3 ] {} <Debug> HTTP-Session: 2469074e-5210-4c71-b6b2-a1d8ba7ccf77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7437 | 2024.09.25 17:28:12.035191 [ 3 ] {} <Debug> HTTP-Session: 2469074e-5210-4c71-b6b2-a1d8ba7ccf77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7438 | 2024.09.25 17:28:12.035205 [ 3 ] {} <Debug> HTTP-Session: 2469074e-5210-4c71-b6b2-a1d8ba7ccf77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7439 | 2024.09.25 17:28:12.035235 [ 3 ] {} <Trace> HTTP-Session: 2469074e-5210-4c71-b6b2-a1d8ba7ccf77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7440 | 2024.09.25 17:28:12.035389 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7441 | 2024.09.25 17:28:12.035461 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <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_histogramu64 | ||
| 7442 | 2024.09.25 17:28:12.035913 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7443 | 2024.09.25 17:28:12.036383 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7444 | 2024.09.25 17:28:12.036419 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7445 | 2024.09.25 17:28:12.037010 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7446 | 2024.09.25 17:28:12.037426 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7447 | 2024.09.25 17:28:12.037616 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002304 sec., 3472.222222222222 rows/sec., 6.22 MiB/sec. | ||
| 7448 | 2024.09.25 17:28:12.037824 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Debug> DynamicQueryHandler: Done processing query | ||
| 7449 | 2024.09.25 17:28:12.037848 [ 3 ] {c0b4816a-6f6b-49d1-abe0-d5f3b6e454df} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7450 | 2024.09.25 17:28:12.037864 [ 3 ] {} <Debug> HTTP-Session: 2469074e-5210-4c71-b6b2-a1d8ba7ccf77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7451 | 2024.09.25 17:28:12.037985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7452 | 2024.09.25 17:28:12.038033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7453 | 2024.09.25 17:28:12.038052 [ 3 ] {} <Debug> HTTP-Session: 93f0ab72-8ec1-4239-b6c0-29355bf5fc4f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7454 | 2024.09.25 17:28:12.038069 [ 3 ] {} <Debug> HTTP-Session: 93f0ab72-8ec1-4239-b6c0-29355bf5fc4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7455 | 2024.09.25 17:28:12.038083 [ 3 ] {} <Debug> HTTP-Session: 93f0ab72-8ec1-4239-b6c0-29355bf5fc4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7456 | 2024.09.25 17:28:12.038114 [ 3 ] {} <Trace> HTTP-Session: 93f0ab72-8ec1-4239-b6c0-29355bf5fc4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7457 | 2024.09.25 17:28:12.038224 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7458 | 2024.09.25 17:28:12.038269 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7459 | 2024.09.25 17:28:12.038398 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7460 | 2024.09.25 17:28:12.038674 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7461 | 2024.09.25 17:28:12.038709 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7462 | 2024.09.25 17:28:12.039067 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7463 | 2024.09.25 17:28:12.039397 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7464 | 2024.09.25 17:28:12.039556 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
| 7465 | 2024.09.25 17:28:12.039712 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7466 | 2024.09.25 17:28:12.039737 [ 3 ] {1670a993-cc0e-49f2-b239-26e327affc5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7467 | 2024.09.25 17:28:12.039752 [ 3 ] {} <Debug> HTTP-Session: 93f0ab72-8ec1-4239-b6c0-29355bf5fc4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7468 | 2024.09.25 17:28:17.031544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7469 | 2024.09.25 17:28:17.031701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7470 | 2024.09.25 17:28:17.031732 [ 3 ] {} <Debug> HTTP-Session: aa796f2c-44b3-4736-a880-7eadd6dc4031 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7471 | 2024.09.25 17:28:17.031761 [ 3 ] {} <Debug> HTTP-Session: aa796f2c-44b3-4736-a880-7eadd6dc4031 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7472 | 2024.09.25 17:28:17.031781 [ 3 ] {} <Debug> HTTP-Session: aa796f2c-44b3-4736-a880-7eadd6dc4031 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7473 | 2024.09.25 17:28:17.031836 [ 3 ] {} <Trace> HTTP-Session: aa796f2c-44b3-4736-a880-7eadd6dc4031 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7474 | 2024.09.25 17:28:17.032115 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7475 | 2024.09.25 17:28:17.032183 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7476 | 2024.09.25 17:28:17.032527 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7477 | 2024.09.25 17:28:17.033073 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2024.09.25 17:28:17.033116 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7479 | 2024.09.25 17:28:17.033553 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7480 | 2024.09.25 17:28:17.033939 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2024.09.25 17:28:17.034091 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002093 sec., 120879.12087912089 rows/sec., 10.67 MiB/sec. | ||
| 7482 | 2024.09.25 17:28:17.034402 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Debug> DynamicQueryHandler: Done processing query | ||
| 7483 | 2024.09.25 17:28:17.034429 [ 3 ] {40b1ce26-9cff-4607-8eb9-778bf7a55f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7484 | 2024.09.25 17:28:17.034446 [ 3 ] {} <Debug> HTTP-Session: aa796f2c-44b3-4736-a880-7eadd6dc4031 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7485 | 2024.09.25 17:28:17.034575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7486 | 2024.09.25 17:28:17.034625 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7487 | 2024.09.25 17:28:17.034645 [ 3 ] {} <Debug> HTTP-Session: 6311c28c-7d13-4f7a-88b6-d827f9f850af Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7488 | 2024.09.25 17:28:17.034662 [ 3 ] {} <Debug> HTTP-Session: 6311c28c-7d13-4f7a-88b6-d827f9f850af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7489 | 2024.09.25 17:28:17.034676 [ 3 ] {} <Debug> HTTP-Session: 6311c28c-7d13-4f7a-88b6-d827f9f850af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7490 | 2024.09.25 17:28:17.034706 [ 3 ] {} <Trace> HTTP-Session: 6311c28c-7d13-4f7a-88b6-d827f9f850af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7491 | 2024.09.25 17:28:17.034811 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7492 | 2024.09.25 17:28:17.034855 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7493 | 2024.09.25 17:28:17.035095 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7494 | 2024.09.25 17:28:17.035386 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7495 | 2024.09.25 17:28:17.035424 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7496 | 2024.09.25 17:28:17.035772 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7497 | 2024.09.25 17:28:17.036133 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7498 | 2024.09.25 17:28:17.036297 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001509 sec., 21206.096752816436 rows/sec., 1.56 MiB/sec. | ||
| 7499 | 2024.09.25 17:28:17.036589 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Debug> DynamicQueryHandler: Done processing query | ||
| 7500 | 2024.09.25 17:28:17.036658 [ 3 ] {6f0d5dcb-79f4-413d-9ce7-d116fd0f2727} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7501 | 2024.09.25 17:28:17.036714 [ 3 ] {} <Debug> HTTP-Session: 6311c28c-7d13-4f7a-88b6-d827f9f850af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7502 | 2024.09.25 17:28:17.036932 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7503 | 2024.09.25 17:28:17.036985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7504 | 2024.09.25 17:28:17.037006 [ 3 ] {} <Debug> HTTP-Session: 2e496d1e-35f4-48c1-9d23-2c3035e1599b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7505 | 2024.09.25 17:28:17.037023 [ 3 ] {} <Debug> HTTP-Session: 2e496d1e-35f4-48c1-9d23-2c3035e1599b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.09.25 17:28:17.037038 [ 3 ] {} <Debug> HTTP-Session: 2e496d1e-35f4-48c1-9d23-2c3035e1599b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7507 | 2024.09.25 17:28:17.037070 [ 3 ] {} <Trace> HTTP-Session: 2e496d1e-35f4-48c1-9d23-2c3035e1599b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7508 | 2024.09.25 17:28:17.037176 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7509 | 2024.09.25 17:28:17.037223 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7510 | 2024.09.25 17:28:17.037474 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7511 | 2024.09.25 17:28:17.037759 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7512 | 2024.09.25 17:28:17.037797 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7513 | 2024.09.25 17:28:17.038162 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7514 | 2024.09.25 17:28:17.038530 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7515 | 2024.09.25 17:28:17.038702 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 7516 | 2024.09.25 17:28:17.038866 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Debug> DynamicQueryHandler: Done processing query | ||
| 7517 | 2024.09.25 17:28:17.038890 [ 3 ] {52d63a6d-0959-4ba5-8568-1272ca14f816} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7518 | 2024.09.25 17:28:17.038906 [ 3 ] {} <Debug> HTTP-Session: 2e496d1e-35f4-48c1-9d23-2c3035e1599b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7519 | 2024.09.25 17:28:17.039045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7520 | 2024.09.25 17:28:17.039092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7521 | 2024.09.25 17:28:17.039112 [ 3 ] {} <Debug> HTTP-Session: 33843e09-4ee4-4f01-ba41-c675f0a1eca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7522 | 2024.09.25 17:28:17.039128 [ 3 ] {} <Debug> HTTP-Session: 33843e09-4ee4-4f01-ba41-c675f0a1eca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7523 | 2024.09.25 17:28:17.039142 [ 3 ] {} <Debug> HTTP-Session: 33843e09-4ee4-4f01-ba41-c675f0a1eca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7524 | 2024.09.25 17:28:17.039173 [ 3 ] {} <Trace> HTTP-Session: 33843e09-4ee4-4f01-ba41-c675f0a1eca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7525 | 2024.09.25 17:28:17.039273 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7526 | 2024.09.25 17:28:17.039316 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7527 | 2024.09.25 17:28:17.039545 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7528 | 2024.09.25 17:28:17.039809 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7529 | 2024.09.25 17:28:17.039845 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7530 | 2024.09.25 17:28:17.040198 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7531 | 2024.09.25 17:28:17.040554 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7532 | 2024.09.25 17:28:17.040715 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 241.81 KiB/sec. | ||
| 7533 | 2024.09.25 17:28:17.041057 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 7534 | 2024.09.25 17:28:17.041099 [ 3 ] {97eaf1a5-c172-4792-858e-cc587f7ed3aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7535 | 2024.09.25 17:28:17.041118 [ 3 ] {} <Debug> HTTP-Session: 33843e09-4ee4-4f01-ba41-c675f0a1eca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7536 | 2024.09.25 17:28:17.041368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7537 | 2024.09.25 17:28:17.041417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7538 | 2024.09.25 17:28:17.041437 [ 3 ] {} <Debug> HTTP-Session: 17209ece-2ca1-4112-be9a-ef5ed7858533 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7539 | 2024.09.25 17:28:17.041453 [ 3 ] {} <Debug> HTTP-Session: 17209ece-2ca1-4112-be9a-ef5ed7858533 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7540 | 2024.09.25 17:28:17.041467 [ 3 ] {} <Debug> HTTP-Session: 17209ece-2ca1-4112-be9a-ef5ed7858533 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7541 | 2024.09.25 17:28:17.041498 [ 3 ] {} <Trace> HTTP-Session: 17209ece-2ca1-4112-be9a-ef5ed7858533 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7542 | 2024.09.25 17:28:17.041712 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7543 | 2024.09.25 17:28:17.041758 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7544 | 2024.09.25 17:28:17.042011 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7545 | 2024.09.25 17:28:17.042538 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7546 | 2024.09.25 17:28:17.042575 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7547 | 2024.09.25 17:28:17.042943 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7548 | 2024.09.25 17:28:17.043308 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7549 | 2024.09.25 17:28:17.043458 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001853 sec., 223421.4786832164 rows/sec., 15.94 MiB/sec. | ||
| 7550 | 2024.09.25 17:28:17.043620 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7551 | 2024.09.25 17:28:17.043644 [ 3 ] {92d23ff7-1dcb-4fda-a2dc-f3e115cb34b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7552 | 2024.09.25 17:28:17.043660 [ 3 ] {} <Debug> HTTP-Session: 17209ece-2ca1-4112-be9a-ef5ed7858533 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7553 | 2024.09.25 17:28:17.043767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7554 | 2024.09.25 17:28:17.043813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7555 | 2024.09.25 17:28:17.043833 [ 3 ] {} <Debug> HTTP-Session: bd95aa98-02da-44ad-b66e-99dd8fa5cd77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7556 | 2024.09.25 17:28:17.043849 [ 3 ] {} <Debug> HTTP-Session: bd95aa98-02da-44ad-b66e-99dd8fa5cd77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7557 | 2024.09.25 17:28:17.043863 [ 3 ] {} <Debug> HTTP-Session: bd95aa98-02da-44ad-b66e-99dd8fa5cd77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7558 | 2024.09.25 17:28:17.043894 [ 3 ] {} <Trace> HTTP-Session: bd95aa98-02da-44ad-b66e-99dd8fa5cd77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7559 | 2024.09.25 17:28:17.043996 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7560 | 2024.09.25 17:28:17.044042 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7561 | 2024.09.25 17:28:17.044171 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7562 | 2024.09.25 17:28:17.044475 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7563 | 2024.09.25 17:28:17.044510 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7564 | 2024.09.25 17:28:17.044873 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7565 | 2024.09.25 17:28:17.045204 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7566 | 2024.09.25 17:28:17.045367 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001391 sec., 4313.443565780014 rows/sec., 225.36 KiB/sec. | ||
| 7567 | 2024.09.25 17:28:17.045537 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7568 | 2024.09.25 17:28:17.045562 [ 3 ] {0b4685f9-4136-43b2-846e-e3a2852060b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7569 | 2024.09.25 17:28:17.045578 [ 3 ] {} <Debug> HTTP-Session: bd95aa98-02da-44ad-b66e-99dd8fa5cd77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7570 | 2024.09.25 17:28:17.045734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7571 | 2024.09.25 17:28:17.045783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7572 | 2024.09.25 17:28:17.045802 [ 3 ] {} <Debug> HTTP-Session: 0aad415c-1882-43e1-af29-a1b276bf7ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7573 | 2024.09.25 17:28:17.045819 [ 3 ] {} <Debug> HTTP-Session: 0aad415c-1882-43e1-af29-a1b276bf7ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7574 | 2024.09.25 17:28:17.045833 [ 3 ] {} <Debug> HTTP-Session: 0aad415c-1882-43e1-af29-a1b276bf7ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7575 | 2024.09.25 17:28:17.045863 [ 3 ] {} <Trace> HTTP-Session: 0aad415c-1882-43e1-af29-a1b276bf7ebb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7576 | 2024.09.25 17:28:17.046024 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7577 | 2024.09.25 17:28:17.046071 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7578 | 2024.09.25 17:28:17.046220 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7579 | 2024.09.25 17:28:17.046645 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7580 | 2024.09.25 17:28:17.046681 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7581 | 2024.09.25 17:28:17.047064 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7582 | 2024.09.25 17:28:17.047404 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7583 | 2024.09.25 17:28:17.047569 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec. | ||
| 7584 | 2024.09.25 17:28:17.047731 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Debug> DynamicQueryHandler: Done processing query | ||
| 7585 | 2024.09.25 17:28:17.047755 [ 3 ] {8f18319c-5f8a-4f99-97dd-428b805e9318} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7586 | 2024.09.25 17:28:17.047771 [ 3 ] {} <Debug> HTTP-Session: 0aad415c-1882-43e1-af29-a1b276bf7ebb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7587 | 2024.09.25 17:28:17.047872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7588 | 2024.09.25 17:28:17.047919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7589 | 2024.09.25 17:28:17.047938 [ 3 ] {} <Debug> HTTP-Session: a4ae6d2c-5c39-4c45-97ab-45084ec281ad Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7590 | 2024.09.25 17:28:17.047955 [ 3 ] {} <Debug> HTTP-Session: a4ae6d2c-5c39-4c45-97ab-45084ec281ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7591 | 2024.09.25 17:28:17.047968 [ 3 ] {} <Debug> HTTP-Session: a4ae6d2c-5c39-4c45-97ab-45084ec281ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7592 | 2024.09.25 17:28:17.048000 [ 3 ] {} <Trace> HTTP-Session: a4ae6d2c-5c39-4c45-97ab-45084ec281ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7593 | 2024.09.25 17:28:17.048091 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7594 | 2024.09.25 17:28:17.048137 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7595 | 2024.09.25 17:28:17.048273 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7596 | 2024.09.25 17:28:17.048525 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7597 | 2024.09.25 17:28:17.048560 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7598 | 2024.09.25 17:28:17.048907 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 7599 | 2024.09.25 17:28:17.049242 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7600 | 2024.09.25 17:28:17.049401 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001326 sec., 754.1478129713424 rows/sec., 50.82 KiB/sec. | ||
| 7601 | 2024.09.25 17:28:17.049568 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Debug> DynamicQueryHandler: Done processing query | ||
| 7602 | 2024.09.25 17:28:17.049593 [ 3 ] {70c763ab-a0c3-4167-8a7e-9972f81a9406} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7603 | 2024.09.25 17:28:17.049608 [ 3 ] {} <Debug> HTTP-Session: a4ae6d2c-5c39-4c45-97ab-45084ec281ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7604 | 2024.09.25 17:28:17.049745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7605 | 2024.09.25 17:28:17.049793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7606 | 2024.09.25 17:28:17.049813 [ 3 ] {} <Debug> HTTP-Session: d6b4fed5-7721-4c3b-bb53-a93b1b1e7581 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7607 | 2024.09.25 17:28:17.049829 [ 3 ] {} <Debug> HTTP-Session: d6b4fed5-7721-4c3b-bb53-a93b1b1e7581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7608 | 2024.09.25 17:28:17.049842 [ 3 ] {} <Debug> HTTP-Session: d6b4fed5-7721-4c3b-bb53-a93b1b1e7581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7609 | 2024.09.25 17:28:17.049873 [ 3 ] {} <Trace> HTTP-Session: d6b4fed5-7721-4c3b-bb53-a93b1b1e7581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7610 | 2024.09.25 17:28:17.050183 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7611 | 2024.09.25 17:28:17.050248 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <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_histogramu64 | ||
| 7612 | 2024.09.25 17:28:17.050674 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7613 | 2024.09.25 17:28:17.051327 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7614 | 2024.09.25 17:28:17.051363 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7615 | 2024.09.25 17:28:17.051969 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7616 | 2024.09.25 17:28:17.052382 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7617 | 2024.09.25 17:28:17.052581 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7618 | 2024.09.25 17:28:17.052595 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002637 sec., 12135.001896094047 rows/sec., 21.75 MiB/sec. | ||
| 7619 | 2024.09.25 17:28:17.052677 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7620 | 2024.09.25 17:28:17.052757 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7621 | 2024.09.25 17:28:17.053077 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 7622 | 2024.09.25 17:28:17.053192 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Debug> DynamicQueryHandler: Done processing query | ||
| 7623 | 2024.09.25 17:28:17.053241 [ 3 ] {a0c0498e-7a60-4b6c-a356-504cd140eefc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 7624 | 2024.09.25 17:28:17.053279 [ 3 ] {} <Debug> HTTP-Session: d6b4fed5-7721-4c3b-bb53-a93b1b1e7581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7625 | 2024.09.25 17:28:17.053471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7626 | 2024.09.25 17:28:17.053593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7627 | 2024.09.25 17:28:17.053663 [ 3 ] {} <Debug> HTTP-Session: 68f3e55c-e176-4bfd-804e-d99ae17d61ba Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7628 | 2024.09.25 17:28:17.053719 [ 3 ] {} <Debug> HTTP-Session: 68f3e55c-e176-4bfd-804e-d99ae17d61ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7629 | 2024.09.25 17:28:17.053762 [ 3 ] {} <Debug> HTTP-Session: 68f3e55c-e176-4bfd-804e-d99ae17d61ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7630 | 2024.09.25 17:28:17.053776 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7631 | 2024.09.25 17:28:17.053820 [ 3 ] {} <Trace> HTTP-Session: 68f3e55c-e176-4bfd-804e-d99ae17d61ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2024.09.25 17:28:17.053911 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 460 rows starting from the beginning of the part | ||
| 7633 | 2024.09.25 17:28:17.054081 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7634 | 2024.09.25 17:28:17.054266 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7635 | 2024.09.25 17:28:17.054674 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 7636 | 2024.09.25 17:28:17.055132 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7637 | 2024.09.25 17:28:17.055487 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 7638 | 2024.09.25 17:28:17.056087 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 7639 | 2024.09.25 17:28:17.056439 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7640 | 2024.09.25 17:28:17.056565 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7641 | 2024.09.25 17:28:17.056682 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 7642 | 2024.09.25 17:28:17.057317 [ 186 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 7643 | 2024.09.25 17:28:17.058043 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7644 | 2024.09.25 17:28:17.058778 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7645 | 2024.09.25 17:28:17.059201 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005219 sec., 15711.822188158652 rows/sec., 1021.84 KiB/sec. | ||
| 7646 | 2024.09.25 17:28:17.059505 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Debug> DynamicQueryHandler: Done processing query | ||
| 7647 | 2024.09.25 17:28:17.059543 [ 3 ] {308267c7-c642-4249-9c54-136e51151068} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7648 | 2024.09.25 17:28:17.059563 [ 3 ] {} <Debug> HTTP-Session: 68f3e55c-e176-4bfd-804e-d99ae17d61ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7649 | 2024.09.25 17:28:17.074740 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 19 columns (19 merged, 0 gathered) in 0.021841726 sec., 26188.406538933785 rows/sec., 46.93 MiB/sec. | ||
| 7650 | 2024.09.25 17:28:17.075556 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7651 | 2024.09.25 17:28:17.076223 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7652 | 2024.09.25 17:28:17.076322 [ 195 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7653 | 2024.09.25 17:28:17.076477 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.39 MiB. | ||
| 7654 | 2024.09.25 17:28:18.663799 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7655 | 2024.09.25 17:28:18.663855 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7656 | 2024.09.25 17:28:22.027191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7657 | 2024.09.25 17:28:22.027335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7658 | 2024.09.25 17:28:22.027361 [ 3 ] {} <Debug> HTTP-Session: 8fca4cde-eed4-4798-b2c9-8492e0880369 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7659 | 2024.09.25 17:28:22.027387 [ 3 ] {} <Debug> HTTP-Session: 8fca4cde-eed4-4798-b2c9-8492e0880369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7660 | 2024.09.25 17:28:22.027402 [ 3 ] {} <Debug> HTTP-Session: 8fca4cde-eed4-4798-b2c9-8492e0880369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7661 | 2024.09.25 17:28:22.027454 [ 3 ] {} <Trace> HTTP-Session: 8fca4cde-eed4-4798-b2c9-8492e0880369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7662 | 2024.09.25 17:28:22.027676 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7663 | 2024.09.25 17:28:22.027746 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7664 | 2024.09.25 17:28:22.028084 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7665 | 2024.09.25 17:28:22.028549 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7666 | 2024.09.25 17:28:22.028594 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7667 | 2024.09.25 17:28:22.029020 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7668 | 2024.09.25 17:28:22.029420 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7669 | 2024.09.25 17:28:22.029567 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.001971 sec., 36529.6803652968 rows/sec., 2.95 MiB/sec. | ||
| 7670 | 2024.09.25 17:28:22.029876 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Debug> DynamicQueryHandler: Done processing query | ||
| 7671 | 2024.09.25 17:28:22.029932 [ 3 ] {3d903021-fdfc-47c5-9eed-8f0765ad56e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7672 | 2024.09.25 17:28:22.029971 [ 3 ] {} <Debug> HTTP-Session: 8fca4cde-eed4-4798-b2c9-8492e0880369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7673 | 2024.09.25 17:28:22.030128 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7674 | 2024.09.25 17:28:22.030183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7675 | 2024.09.25 17:28:22.030205 [ 3 ] {} <Debug> HTTP-Session: a2a55695-0e4c-40ee-b44b-edae8c7b5f9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7676 | 2024.09.25 17:28:22.030222 [ 3 ] {} <Debug> HTTP-Session: a2a55695-0e4c-40ee-b44b-edae8c7b5f9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7677 | 2024.09.25 17:28:22.030236 [ 3 ] {} <Debug> HTTP-Session: a2a55695-0e4c-40ee-b44b-edae8c7b5f9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7678 | 2024.09.25 17:28:22.030268 [ 3 ] {} <Trace> HTTP-Session: a2a55695-0e4c-40ee-b44b-edae8c7b5f9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7679 | 2024.09.25 17:28:22.030371 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7680 | 2024.09.25 17:28:22.030417 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7681 | 2024.09.25 17:28:22.030666 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7682 | 2024.09.25 17:28:22.031026 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7683 | 2024.09.25 17:28:22.031062 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7684 | 2024.09.25 17:28:22.031422 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7685 | 2024.09.25 17:28:22.031797 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7686 | 2024.09.25 17:28:22.031940 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001595 sec., 5015.673981191222 rows/sec., 377.16 KiB/sec. | ||
| 7687 | 2024.09.25 17:28:22.032248 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7688 | 2024.09.25 17:28:22.032305 [ 3 ] {ff030c9a-84ee-41d8-bb40-58c003e903e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7689 | 2024.09.25 17:28:22.032335 [ 3 ] {} <Debug> HTTP-Session: a2a55695-0e4c-40ee-b44b-edae8c7b5f9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7690 | 2024.09.25 17:28:22.032474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7691 | 2024.09.25 17:28:22.032526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7692 | 2024.09.25 17:28:22.032545 [ 3 ] {} <Debug> HTTP-Session: 27d4abe8-9404-46c3-8de0-f55eca1d4000 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7693 | 2024.09.25 17:28:22.032562 [ 3 ] {} <Debug> HTTP-Session: 27d4abe8-9404-46c3-8de0-f55eca1d4000 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7694 | 2024.09.25 17:28:22.032577 [ 3 ] {} <Debug> HTTP-Session: 27d4abe8-9404-46c3-8de0-f55eca1d4000 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7695 | 2024.09.25 17:28:22.032608 [ 3 ] {} <Trace> HTTP-Session: 27d4abe8-9404-46c3-8de0-f55eca1d4000 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7696 | 2024.09.25 17:28:22.032729 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7697 | 2024.09.25 17:28:22.032774 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7698 | 2024.09.25 17:28:22.033047 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7699 | 2024.09.25 17:28:22.033418 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7700 | 2024.09.25 17:28:22.033456 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7701 | 2024.09.25 17:28:22.033829 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7702 | 2024.09.25 17:28:22.034191 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7703 | 2024.09.25 17:28:22.034326 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.44 MiB/sec. | ||
| 7704 | 2024.09.25 17:28:22.034490 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Debug> DynamicQueryHandler: Done processing query | ||
| 7705 | 2024.09.25 17:28:22.034516 [ 3 ] {60842892-3ea7-424d-aa9d-b8b774e52b67} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 7706 | 2024.09.25 17:28:22.034533 [ 3 ] {} <Debug> HTTP-Session: 27d4abe8-9404-46c3-8de0-f55eca1d4000 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7707 | 2024.09.25 17:28:22.034707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7708 | 2024.09.25 17:28:22.034755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7709 | 2024.09.25 17:28:22.034775 [ 3 ] {} <Debug> HTTP-Session: a15d947f-b39b-486d-9143-27ccb34f7cc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7710 | 2024.09.25 17:28:22.034792 [ 3 ] {} <Debug> HTTP-Session: a15d947f-b39b-486d-9143-27ccb34f7cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7711 | 2024.09.25 17:28:22.034807 [ 3 ] {} <Debug> HTTP-Session: a15d947f-b39b-486d-9143-27ccb34f7cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7712 | 2024.09.25 17:28:22.034837 [ 3 ] {} <Trace> HTTP-Session: a15d947f-b39b-486d-9143-27ccb34f7cc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7713 | 2024.09.25 17:28:22.034984 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7714 | 2024.09.25 17:28:22.035032 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7715 | 2024.09.25 17:28:22.035178 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7716 | 2024.09.25 17:28:22.035645 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7717 | 2024.09.25 17:28:22.035682 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7718 | 2024.09.25 17:28:22.036060 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7719 | 2024.09.25 17:28:22.036401 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7720 | 2024.09.25 17:28:22.036537 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001623 sec., 98582.87122612445 rows/sec., 6.87 MiB/sec. | ||
| 7721 | 2024.09.25 17:28:22.036740 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7722 | 2024.09.25 17:28:22.036764 [ 3 ] {097735ed-0eb1-4d7e-88f1-d0debdc9e9d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7723 | 2024.09.25 17:28:22.036782 [ 3 ] {} <Debug> HTTP-Session: a15d947f-b39b-486d-9143-27ccb34f7cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7724 | 2024.09.25 17:28:22.036922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14183, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7725 | 2024.09.25 17:28:22.036971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7726 | 2024.09.25 17:28:22.036990 [ 3 ] {} <Debug> HTTP-Session: cd22863d-1925-44a0-a8ca-19878b4e645d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7727 | 2024.09.25 17:28:22.037006 [ 3 ] {} <Debug> HTTP-Session: cd22863d-1925-44a0-a8ca-19878b4e645d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7728 | 2024.09.25 17:28:22.037020 [ 3 ] {} <Debug> HTTP-Session: cd22863d-1925-44a0-a8ca-19878b4e645d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7729 | 2024.09.25 17:28:22.037051 [ 3 ] {} <Trace> HTTP-Session: cd22863d-1925-44a0-a8ca-19878b4e645d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7730 | 2024.09.25 17:28:22.037222 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7731 | 2024.09.25 17:28:22.037289 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <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_histogramu64 | ||
| 7732 | 2024.09.25 17:28:22.037713 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7733 | 2024.09.25 17:28:22.038344 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7734 | 2024.09.25 17:28:22.038388 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7735 | 2024.09.25 17:28:22.039221 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7736 | 2024.09.25 17:28:22.039819 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7737 | 2024.09.25 17:28:22.040085 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00295 sec., 2711.8644067796613 rows/sec., 4.86 MiB/sec. | ||
| 7738 | 2024.09.25 17:28:22.040835 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7739 | 2024.09.25 17:28:22.040869 [ 3 ] {8715ad31-4cc9-413f-b5e5-af45c6afd1f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 7740 | 2024.09.25 17:28:22.040890 [ 3 ] {} <Debug> HTTP-Session: cd22863d-1925-44a0-a8ca-19878b4e645d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7741 | 2024.09.25 17:28:22.041035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7742 | 2024.09.25 17:28:22.041095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7743 | 2024.09.25 17:28:22.041120 [ 3 ] {} <Debug> HTTP-Session: 9e9d0834-d530-4642-bf9a-8274c7b386d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7744 | 2024.09.25 17:28:22.041143 [ 3 ] {} <Debug> HTTP-Session: 9e9d0834-d530-4642-bf9a-8274c7b386d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7745 | 2024.09.25 17:28:22.041162 [ 3 ] {} <Debug> HTTP-Session: 9e9d0834-d530-4642-bf9a-8274c7b386d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7746 | 2024.09.25 17:28:22.041203 [ 3 ] {} <Trace> HTTP-Session: 9e9d0834-d530-4642-bf9a-8274c7b386d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7747 | 2024.09.25 17:28:22.041351 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7748 | 2024.09.25 17:28:22.041403 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7749 | 2024.09.25 17:28:22.041609 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7750 | 2024.09.25 17:28:22.041996 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7751 | 2024.09.25 17:28:22.042039 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 7752 | 2024.09.25 17:28:22.042507 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7753 | 2024.09.25 17:28:22.042924 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7754 | 2024.09.25 17:28:22.043115 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001813 sec., 33094.31880860453 rows/sec., 2.23 MiB/sec. | ||
| 7755 | 2024.09.25 17:28:22.043553 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7756 | 2024.09.25 17:28:22.043584 [ 3 ] {0f51c84a-f85f-4ea9-a4c4-c9b290fd55c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7757 | 2024.09.25 17:28:22.043606 [ 3 ] {} <Debug> HTTP-Session: 9e9d0834-d530-4642-bf9a-8274c7b386d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7758 | 2024.09.25 17:28:27.031901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7759 | 2024.09.25 17:28:27.032046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7760 | 2024.09.25 17:28:27.032077 [ 3 ] {} <Debug> HTTP-Session: 38e9c1b5-7136-4b38-bc40-065c7e8317eb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7761 | 2024.09.25 17:28:27.032106 [ 3 ] {} <Debug> HTTP-Session: 38e9c1b5-7136-4b38-bc40-065c7e8317eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7762 | 2024.09.25 17:28:27.032125 [ 3 ] {} <Debug> HTTP-Session: 38e9c1b5-7136-4b38-bc40-065c7e8317eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7763 | 2024.09.25 17:28:27.032184 [ 3 ] {} <Trace> HTTP-Session: 38e9c1b5-7136-4b38-bc40-065c7e8317eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7764 | 2024.09.25 17:28:27.032387 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7765 | 2024.09.25 17:28:27.032456 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7766 | 2024.09.25 17:28:27.032801 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7767 | 2024.09.25 17:28:27.033310 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7768 | 2024.09.25 17:28:27.033353 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7769 | 2024.09.25 17:28:27.033761 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 7770 | 2024.09.25 17:28:27.034146 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7771 | 2024.09.25 17:28:27.034317 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001984 sec., 4032.258064516129 rows/sec., 328.80 KiB/sec. | ||
| 7772 | 2024.09.25 17:28:27.034642 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7773 | 2024.09.25 17:28:27.034670 [ 3 ] {4569f185-2269-4210-81a6-6711af0b4da4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7774 | 2024.09.25 17:28:27.034687 [ 3 ] {} <Debug> HTTP-Session: 38e9c1b5-7136-4b38-bc40-065c7e8317eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7775 | 2024.09.25 17:28:27.034880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7776 | 2024.09.25 17:28:27.034931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7777 | 2024.09.25 17:28:27.034952 [ 3 ] {} <Debug> HTTP-Session: 8383c366-5984-462a-839c-36c1d0d8846b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7778 | 2024.09.25 17:28:27.034969 [ 3 ] {} <Debug> HTTP-Session: 8383c366-5984-462a-839c-36c1d0d8846b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7779 | 2024.09.25 17:28:27.034983 [ 3 ] {} <Debug> HTTP-Session: 8383c366-5984-462a-839c-36c1d0d8846b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7780 | 2024.09.25 17:28:27.035015 [ 3 ] {} <Trace> HTTP-Session: 8383c366-5984-462a-839c-36c1d0d8846b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7781 | 2024.09.25 17:28:27.035191 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7782 | 2024.09.25 17:28:27.035236 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7783 | 2024.09.25 17:28:27.035487 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7784 | 2024.09.25 17:28:27.036002 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7785 | 2024.09.25 17:28:27.036039 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7786 | 2024.09.25 17:28:27.036414 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7787 | 2024.09.25 17:28:27.036783 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2024.09.25 17:28:27.036945 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001836 sec., 139978.21350762527 rows/sec., 12.32 MiB/sec. | ||
| 7789 | 2024.09.25 17:28:27.036957 [ 81 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7790 | 2024.09.25 17:28:27.037049 [ 81 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7791 | 2024.09.25 17:28:27.037113 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7792 | 2024.09.25 17:28:27.037255 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7793 | 2024.09.25 17:28:27.037303 [ 3 ] {e1928db9-2dd3-4557-8588-4500d1166ce4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 7794 | 2024.09.25 17:28:27.037322 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 7795 | 2024.09.25 17:28:27.037336 [ 3 ] {} <Debug> HTTP-Session: 8383c366-5984-462a-839c-36c1d0d8846b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7796 | 2024.09.25 17:28:27.037546 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7797 | 2024.09.25 17:28:27.037585 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7798 | 2024.09.25 17:28:27.037609 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1419 rows starting from the beginning of the part | ||
| 7799 | 2024.09.25 17:28:27.037665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7800 | 2024.09.25 17:28:27.037704 [ 3 ] {} <Debug> HTTP-Session: 0c0ac4d4-f074-49fd-94db-cf98d62776a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7801 | 2024.09.25 17:28:27.037762 [ 3 ] {} <Debug> HTTP-Session: 0c0ac4d4-f074-49fd-94db-cf98d62776a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7802 | 2024.09.25 17:28:27.037820 [ 3 ] {} <Debug> HTTP-Session: 0c0ac4d4-f074-49fd-94db-cf98d62776a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7803 | 2024.09.25 17:28:27.037894 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 253 rows starting from the beginning of the part | ||
| 7804 | 2024.09.25 17:28:27.037920 [ 3 ] {} <Trace> HTTP-Session: 0c0ac4d4-f074-49fd-94db-cf98d62776a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7805 | 2024.09.25 17:28:27.038263 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 72 rows starting from the beginning of the part | ||
| 7806 | 2024.09.25 17:28:27.038297 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7807 | 2024.09.25 17:28:27.038473 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7808 | 2024.09.25 17:28:27.038549 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 253 rows starting from the beginning of the part | ||
| 7809 | 2024.09.25 17:28:27.038959 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part | ||
| 7810 | 2024.09.25 17:28:27.039269 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 257 rows starting from the beginning of the part | ||
| 7811 | 2024.09.25 17:28:27.040119 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7812 | 2024.09.25 17:28:27.040948 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7813 | 2024.09.25 17:28:27.041030 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7814 | 2024.09.25 17:28:27.042058 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7815 | 2024.09.25 17:28:27.042779 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2326 rows, containing 5 columns (5 merged, 0 gathered) in 0.005563234 sec., 418102.1326803798 rows/sec., 37.08 MiB/sec. | ||
| 7816 | 2024.09.25 17:28:27.042798 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2024.09.25 17:28:27.043107 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Debug> executeQuery: Read 40 rows, 2.96 KiB in 0.004895 sec., 8171.603677221655 rows/sec., 605.69 KiB/sec. | ||
| 7818 | 2024.09.25 17:28:27.043130 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7819 | 2024.09.25 17:28:27.043479 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7820 | 2024.09.25 17:28:27.043547 [ 3 ] {c2842502-45ee-4f76-82e1-9be75d26b77e} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 7821 | 2024.09.25 17:28:27.043606 [ 3 ] {} <Debug> HTTP-Session: 0c0ac4d4-f074-49fd-94db-cf98d62776a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7822 | 2024.09.25 17:28:27.043852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7823 | 2024.09.25 17:28:27.043925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7824 | 2024.09.25 17:28:27.043971 [ 3 ] {} <Debug> HTTP-Session: 033a7837-f73a-42e8-95ab-8b9d80dedc97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7825 | 2024.09.25 17:28:27.043977 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2024.09.25 17:28:27.044000 [ 3 ] {} <Debug> HTTP-Session: 033a7837-f73a-42e8-95ab-8b9d80dedc97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7827 | 2024.09.25 17:28:27.044044 [ 3 ] {} <Debug> HTTP-Session: 033a7837-f73a-42e8-95ab-8b9d80dedc97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7828 | 2024.09.25 17:28:27.044116 [ 3 ] {} <Trace> HTTP-Session: 033a7837-f73a-42e8-95ab-8b9d80dedc97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2024.09.25 17:28:27.044149 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_41_8} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7830 | 2024.09.25 17:28:27.044292 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 7831 | 2024.09.25 17:28:27.044311 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7832 | 2024.09.25 17:28:27.044379 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7833 | 2024.09.25 17:28:27.044634 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7834 | 2024.09.25 17:28:27.044961 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7835 | 2024.09.25 17:28:27.044998 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7836 | 2024.09.25 17:28:27.045357 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7837 | 2024.09.25 17:28:27.045731 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7838 | 2024.09.25 17:28:27.045899 [ 81 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7839 | 2024.09.25 17:28:27.045904 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 7840 | 2024.09.25 17:28:27.045951 [ 81 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7841 | 2024.09.25 17:28:27.046014 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7842 | 2024.09.25 17:28:27.046324 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7843 | 2024.09.25 17:28:27.046358 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 7844 | 2024.09.25 17:28:27.046413 [ 3 ] {f25fde0d-9573-44b6-8403-a82b7950bbc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7845 | 2024.09.25 17:28:27.046510 [ 3 ] {} <Debug> HTTP-Session: 033a7837-f73a-42e8-95ab-8b9d80dedc97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7846 | 2024.09.25 17:28:27.046787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7847 | 2024.09.25 17:28:27.046933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7848 | 2024.09.25 17:28:27.046970 [ 3 ] {} <Debug> HTTP-Session: 1e622c5a-fa32-4f64-a351-8a32d14cb991 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7849 | 2024.09.25 17:28:27.046979 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7850 | 2024.09.25 17:28:27.046993 [ 3 ] {} <Debug> HTTP-Session: 1e622c5a-fa32-4f64-a351-8a32d14cb991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7851 | 2024.09.25 17:28:27.047015 [ 3 ] {} <Debug> HTTP-Session: 1e622c5a-fa32-4f64-a351-8a32d14cb991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7852 | 2024.09.25 17:28:27.047028 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 7853 | 2024.09.25 17:28:27.047056 [ 3 ] {} <Trace> HTTP-Session: 1e622c5a-fa32-4f64-a351-8a32d14cb991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7854 | 2024.09.25 17:28:27.047272 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 7855 | 2024.09.25 17:28:27.047314 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 7856 | 2024.09.25 17:28:27.047446 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7857 | 2024.09.25 17:28:27.047511 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 7858 | 2024.09.25 17:28:27.047878 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7859 | 2024.09.25 17:28:27.048150 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7860 | 2024.09.25 17:28:27.048415 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7861 | 2024.09.25 17:28:27.048739 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7862 | 2024.09.25 17:28:27.049275 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7863 | 2024.09.25 17:28:27.049319 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7864 | 2024.09.25 17:28:27.049890 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7865 | 2024.09.25 17:28:27.050164 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.004038595 sec., 130490.92568083703 rows/sec., 8.87 MiB/sec. | ||
| 7866 | 2024.09.25 17:28:27.050310 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7867 | 2024.09.25 17:28:27.050415 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7868 | 2024.09.25 17:28:27.050686 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.003494 sec., 1717.229536348025 rows/sec., 101.46 KiB/sec. | ||
| 7869 | 2024.09.25 17:28:27.050911 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Debug> DynamicQueryHandler: Done processing query | ||
| 7870 | 2024.09.25 17:28:27.050939 [ 3 ] {408cedaf-fc5b-4f8c-b042-b0b554845259} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7871 | 2024.09.25 17:28:27.050966 [ 3 ] {} <Debug> HTTP-Session: 1e622c5a-fa32-4f64-a351-8a32d14cb991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7872 | 2024.09.25 17:28:27.050982 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7873 | 2024.09.25 17:28:27.051059 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_21_4} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7874 | 2024.09.25 17:28:27.051133 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 7875 | 2024.09.25 17:28:27.051159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 68576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7876 | 2024.09.25 17:28:27.051209 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7877 | 2024.09.25 17:28:27.051229 [ 3 ] {} <Debug> HTTP-Session: ace349e0-beca-413e-84ee-1f6af01b87dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7878 | 2024.09.25 17:28:27.051245 [ 3 ] {} <Debug> HTTP-Session: ace349e0-beca-413e-84ee-1f6af01b87dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7879 | 2024.09.25 17:28:27.051259 [ 3 ] {} <Debug> HTTP-Session: ace349e0-beca-413e-84ee-1f6af01b87dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7880 | 2024.09.25 17:28:27.051289 [ 3 ] {} <Trace> HTTP-Session: ace349e0-beca-413e-84ee-1f6af01b87dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7881 | 2024.09.25 17:28:27.051586 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7882 | 2024.09.25 17:28:27.051629 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7883 | 2024.09.25 17:28:27.051856 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7884 | 2024.09.25 17:28:27.052504 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7885 | 2024.09.25 17:28:27.052541 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7886 | 2024.09.25 17:28:27.052906 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7887 | 2024.09.25 17:28:27.053264 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7888 | 2024.09.25 17:28:27.053423 [ 81 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7889 | 2024.09.25 17:28:27.053432 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Debug> executeQuery: Read 422 rows, 30.90 KiB in 0.002028 sec., 208086.78500986195 rows/sec., 14.88 MiB/sec. | ||
| 7890 | 2024.09.25 17:28:27.053471 [ 81 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7891 | 2024.09.25 17:28:27.053551 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7892 | 2024.09.25 17:28:27.053760 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 7893 | 2024.09.25 17:28:27.053771 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 7894 | 2024.09.25 17:28:27.053839 [ 3 ] {a3423276-4fa0-4caa-8f9f-069a071273ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 7895 | 2024.09.25 17:28:27.053865 [ 3 ] {} <Debug> HTTP-Session: ace349e0-beca-413e-84ee-1f6af01b87dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7896 | 2024.09.25 17:28:27.054010 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7897 | 2024.09.25 17:28:27.054029 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7898 | 2024.09.25 17:28:27.054080 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 914 rows starting from the beginning of the part | ||
| 7899 | 2024.09.25 17:28:27.054122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7900 | 2024.09.25 17:28:27.054186 [ 3 ] {} <Debug> HTTP-Session: 528bf692-00f9-4d09-9e09-d231ee0ac1cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7901 | 2024.09.25 17:28:27.054302 [ 3 ] {} <Debug> HTTP-Session: 528bf692-00f9-4d09-9e09-d231ee0ac1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7902 | 2024.09.25 17:28:27.054353 [ 3 ] {} <Debug> HTTP-Session: 528bf692-00f9-4d09-9e09-d231ee0ac1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7903 | 2024.09.25 17:28:27.054414 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 414 rows starting from the beginning of the part | ||
| 7904 | 2024.09.25 17:28:27.054467 [ 3 ] {} <Trace> HTTP-Session: 528bf692-00f9-4d09-9e09-d231ee0ac1cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7905 | 2024.09.25 17:28:27.054686 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 72 rows starting from the beginning of the part | ||
| 7906 | 2024.09.25 17:28:27.054871 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7907 | 2024.09.25 17:28:27.055022 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 414 rows starting from the beginning of the part | ||
| 7908 | 2024.09.25 17:28:27.055047 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7909 | 2024.09.25 17:28:27.055403 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part | ||
| 7910 | 2024.09.25 17:28:27.055769 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 422 rows starting from the beginning of the part | ||
| 7911 | 2024.09.25 17:28:27.056277 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7912 | 2024.09.25 17:28:27.056999 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7913 | 2024.09.25 17:28:27.057047 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7914 | 2024.09.25 17:28:27.058051 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7915 | 2024.09.25 17:28:27.058606 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7916 | 2024.09.25 17:28:27.059004 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2308 rows, containing 5 columns (5 merged, 0 gathered) in 0.005331169 sec., 432925.68665521574 rows/sec., 32.97 MiB/sec. | ||
| 7917 | 2024.09.25 17:28:27.059015 [ 81 ] {} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7918 | 2024.09.25 17:28:27.059071 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004367 sec., 1373.9409205404168 rows/sec., 71.78 KiB/sec. | ||
| 7919 | 2024.09.25 17:28:27.059110 [ 81 ] {} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2024.09.25 17:28:27.059220 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7921 | 2024.09.25 17:28:27.059391 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 7922 | 2024.09.25 17:28:27.059579 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Debug> DynamicQueryHandler: Done processing query | ||
| 7923 | 2024.09.25 17:28:27.059668 [ 3 ] {65cd8b83-6981-4da7-90c3-bde7ec08785e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7924 | 2024.09.25 17:28:27.059731 [ 3 ] {} <Debug> HTTP-Session: 528bf692-00f9-4d09-9e09-d231ee0ac1cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7925 | 2024.09.25 17:28:27.059746 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7926 | 2024.09.25 17:28:27.060106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7927 | 2024.09.25 17:28:27.060348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7928 | 2024.09.25 17:28:27.060450 [ 3 ] {} <Debug> HTTP-Session: 1d880e35-e83a-4512-9f54-22353a32b832 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7929 | 2024.09.25 17:28:27.060531 [ 3 ] {} <Debug> HTTP-Session: 1d880e35-e83a-4512-9f54-22353a32b832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7930 | 2024.09.25 17:28:27.060616 [ 3 ] {} <Debug> HTTP-Session: 1d880e35-e83a-4512-9f54-22353a32b832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7931 | 2024.09.25 17:28:27.060793 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7932 | 2024.09.25 17:28:27.060780 [ 3 ] {} <Trace> HTTP-Session: 1d880e35-e83a-4512-9f54-22353a32b832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7933 | 2024.09.25 17:28:27.060991 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7934 | 2024.09.25 17:28:27.061467 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7935 | 2024.09.25 17:28:27.061640 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7936 | 2024.09.25 17:28:27.061671 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7937 | 2024.09.25 17:28:27.061658 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7938 | 2024.09.25 17:28:27.061845 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_41_8} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 7939 | 2024.09.25 17:28:27.062201 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7940 | 2024.09.25 17:28:27.062381 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7941 | 2024.09.25 17:28:27.062750 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7942 | 2024.09.25 17:28:27.062828 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7943 | 2024.09.25 17:28:27.063024 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7944 | 2024.09.25 17:28:27.063257 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 7945 | 2024.09.25 17:28:27.064088 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7946 | 2024.09.25 17:28:27.064191 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7947 | 2024.09.25 17:28:27.065301 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7948 | 2024.09.25 17:28:27.066066 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.006673534 sec., 14385.181824202888 rows/sec., 751.57 KiB/sec. | ||
| 7949 | 2024.09.25 17:28:27.066236 [ 190 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7950 | 2024.09.25 17:28:27.066383 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7951 | 2024.09.25 17:28:27.066753 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.005609 sec., 42966.66072383669 rows/sec., 2.88 MiB/sec. | ||
| 7952 | 2024.09.25 17:28:27.066769 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7953 | 2024.09.25 17:28:27.067044 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7954 | 2024.09.25 17:28:27.067262 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7955 | 2024.09.25 17:28:27.067324 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Debug> DynamicQueryHandler: Done processing query | ||
| 7956 | 2024.09.25 17:28:27.067409 [ 3 ] {a3e68916-0177-4ca6-9c87-d810f0cdbbd5} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 7957 | 2024.09.25 17:28:27.067493 [ 3 ] {} <Debug> HTTP-Session: 1d880e35-e83a-4512-9f54-22353a32b832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7958 | 2024.09.25 17:28:27.067623 [ 191 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_16_3} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7959 | 2024.09.25 17:28:27.067637 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 7960 | 2024.09.25 17:28:27.067768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7961 | 2024.09.25 17:28:27.067936 [ 191 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_16_3} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7962 | 2024.09.25 17:28:27.067940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7963 | 2024.09.25 17:28:27.068041 [ 3 ] {} <Debug> HTTP-Session: 10636456-ed07-4dfa-b680-9672c3870b7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7964 | 2024.09.25 17:28:27.068111 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7965 | 2024.09.25 17:28:27.068133 [ 3 ] {} <Debug> HTTP-Session: 10636456-ed07-4dfa-b680-9672c3870b7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7966 | 2024.09.25 17:28:27.068199 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7967 | 2024.09.25 17:28:27.068221 [ 3 ] {} <Debug> HTTP-Session: 10636456-ed07-4dfa-b680-9672c3870b7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7968 | 2024.09.25 17:28:27.068230 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11905 rows starting from the beginning of the part | ||
| 7969 | 2024.09.25 17:28:27.068329 [ 3 ] {} <Trace> HTTP-Session: 10636456-ed07-4dfa-b680-9672c3870b7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7970 | 2024.09.25 17:28:27.068494 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 7971 | 2024.09.25 17:28:27.068651 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 7972 | 2024.09.25 17:28:27.068793 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part | ||
| 7973 | 2024.09.25 17:28:27.068841 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7974 | 2024.09.25 17:28:27.069118 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 7975 | 2024.09.25 17:28:27.069574 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 7976 | 2024.09.25 17:28:27.069892 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 241 rows starting from the beginning of the part | ||
| 7977 | 2024.09.25 17:28:27.070039 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7978 | 2024.09.25 17:28:27.071003 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2024.09.25 17:28:27.071068 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7980 | 2024.09.25 17:28:27.071526 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7981 | 2024.09.25 17:28:27.072070 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7982 | 2024.09.25 17:28:27.072501 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003948 sec., 253.29280648429585 rows/sec., 17.07 KiB/sec. | ||
| 7983 | 2024.09.25 17:28:27.072501 [ 81 ] {} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7984 | 2024.09.25 17:28:27.072734 [ 81 ] {} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7985 | 2024.09.25 17:28:27.072883 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 7986 | 2024.09.25 17:28:27.073138 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Debug> DynamicQueryHandler: Done processing query | ||
| 7987 | 2024.09.25 17:28:27.073261 [ 3 ] {22bd8cb2-70fe-4cc2-827e-7a06dfc5bb66} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 7988 | 2024.09.25 17:28:27.073343 [ 3 ] {} <Debug> HTTP-Session: 10636456-ed07-4dfa-b680-9672c3870b7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7989 | 2024.09.25 17:28:27.073449 [ 191 ] {61366afb-416c-420b-ad75-717025119709::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 | ||
| 7990 | 2024.09.25 17:28:27.073596 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52570, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7991 | 2024.09.25 17:28:27.073742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7992 | 2024.09.25 17:28:27.073759 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7993 | 2024.09.25 17:28:27.073783 [ 3 ] {} <Debug> HTTP-Session: 4ff60cb4-52d9-4d2d-abbf-0d0fea37f698 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 7994 | 2024.09.25 17:28:27.073830 [ 3 ] {} <Debug> HTTP-Session: 4ff60cb4-52d9-4d2d-abbf-0d0fea37f698 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7995 | 2024.09.25 17:28:27.073836 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 13 rows starting from the beginning of the part | ||
| 7996 | 2024.09.25 17:28:27.073882 [ 3 ] {} <Debug> HTTP-Session: 4ff60cb4-52d9-4d2d-abbf-0d0fea37f698 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7997 | 2024.09.25 17:28:27.073967 [ 3 ] {} <Trace> HTTP-Session: 4ff60cb4-52d9-4d2d-abbf-0d0fea37f698 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7998 | 2024.09.25 17:28:27.074110 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 7999 | 2024.09.25 17:28:27.074639 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 8000 | 2024.09.25 17:28:27.074795 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 8001 | 2024.09.25 17:28:27.074946 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 8002 | 2024.09.25 17:28:27.075087 [ 191 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 8003 | 2024.09.25 17:28:27.075314 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8004 | 2024.09.25 17:28:27.075701 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <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_histogramu64 | ||
| 8005 | 2024.09.25 17:28:27.077157 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12940 rows, containing 5 columns (5 merged, 0 gathered) in 0.009794462 sec., 1321154.750511054 rows/sec., 89.25 MiB/sec. | ||
| 8006 | 2024.09.25 17:28:27.077675 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8007 | 2024.09.25 17:28:27.080113 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8008 | 2024.09.25 17:28:27.080238 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8009 | 2024.09.25 17:28:27.080429 [ 187 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8010 | 2024.09.25 17:28:27.080709 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.33 MiB. | ||
| 8011 | 2024.09.25 17:28:27.081052 [ 187 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.007983619 sec., 2254.6166093346887 rows/sec., 150.94 KiB/sec. | ||
| 8012 | 2024.09.25 17:28:27.081201 [ 187 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 8013 | 2024.09.25 17:28:27.082107 [ 187 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8014 | 2024.09.25 17:28:27.082316 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8015 | 2024.09.25 17:28:27.082328 [ 187 ] {61366afb-416c-420b-ad75-717025119709::all_1_16_3} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 8016 | 2024.09.25 17:28:27.082374 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8017 | 2024.09.25 17:28:27.082484 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 8018 | 2024.09.25 17:28:27.083188 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8019 | 2024.09.25 17:28:27.083649 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8020 | 2024.09.25 17:28:27.083840 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.009402 sec., 3403.5311635822163 rows/sec., 6.10 MiB/sec. | ||
| 8021 | 2024.09.25 17:28:27.084522 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Debug> DynamicQueryHandler: Done processing query | ||
| 8022 | 2024.09.25 17:28:27.084557 [ 3 ] {c7573797-e6b5-4d7e-b94b-809f21a8f6cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8023 | 2024.09.25 17:28:27.084579 [ 3 ] {} <Debug> HTTP-Session: 4ff60cb4-52d9-4d2d-abbf-0d0fea37f698 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8024 | 2024.09.25 17:28:27.084729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8025 | 2024.09.25 17:28:27.084789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8026 | 2024.09.25 17:28:27.084812 [ 3 ] {} <Debug> HTTP-Session: cab8cd30-a7ce-4b31-911b-b4f859fff938 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8027 | 2024.09.25 17:28:27.084833 [ 3 ] {} <Debug> HTTP-Session: cab8cd30-a7ce-4b31-911b-b4f859fff938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8028 | 2024.09.25 17:28:27.084850 [ 3 ] {} <Debug> HTTP-Session: cab8cd30-a7ce-4b31-911b-b4f859fff938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8029 | 2024.09.25 17:28:27.084891 [ 3 ] {} <Trace> HTTP-Session: cab8cd30-a7ce-4b31-911b-b4f859fff938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8030 | 2024.09.25 17:28:27.085046 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8031 | 2024.09.25 17:28:27.085103 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8032 | 2024.09.25 17:28:27.085283 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8033 | 2024.09.25 17:28:27.085603 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8034 | 2024.09.25 17:28:27.085640 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8035 | 2024.09.25 17:28:27.086015 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8036 | 2024.09.25 17:28:27.086354 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8037 | 2024.09.25 17:28:27.086511 [ 80 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8038 | 2024.09.25 17:28:27.086515 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001519 sec., 53982.88347597104 rows/sec., 3.43 MiB/sec. | ||
| 8039 | 2024.09.25 17:28:27.086580 [ 80 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8040 | 2024.09.25 17:28:27.086644 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8041 | 2024.09.25 17:28:27.086878 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8042 | 2024.09.25 17:28:27.086893 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8043 | 2024.09.25 17:28:27.086949 [ 3 ] {3ce8364a-164d-4303-b13e-1ecda505f95f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8044 | 2024.09.25 17:28:27.087044 [ 3 ] {} <Debug> HTTP-Session: cab8cd30-a7ce-4b31-911b-b4f859fff938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8045 | 2024.09.25 17:28:27.087363 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8046 | 2024.09.25 17:28:27.087408 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2150 rows starting from the beginning of the part | ||
| 8047 | 2024.09.25 17:28:27.087515 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 8048 | 2024.09.25 17:28:27.087733 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8049 | 2024.09.25 17:28:27.087921 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 8050 | 2024.09.25 17:28:27.088106 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8051 | 2024.09.25 17:28:27.088272 [ 197 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 8052 | 2024.09.25 17:28:27.089851 [ 198 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2516 rows, containing 4 columns (4 merged, 0 gathered) in 0.003097318 sec., 812315.6873139923 rows/sec., 53.12 MiB/sec. | ||
| 8053 | 2024.09.25 17:28:27.090138 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8054 | 2024.09.25 17:28:27.090575 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8055 | 2024.09.25 17:28:27.090664 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_41_8} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8056 | 2024.09.25 17:28:27.090756 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 8057 | 2024.09.25 17:28:31.535155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8058 | 2024.09.25 17:28:31.535310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8059 | 2024.09.25 17:28:31.535340 [ 3 ] {} <Debug> HTTP-Session: a09ff540-fcbb-46c1-8838-1831a8bf1a2a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8060 | 2024.09.25 17:28:31.535370 [ 3 ] {} <Debug> HTTP-Session: a09ff540-fcbb-46c1-8838-1831a8bf1a2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8061 | 2024.09.25 17:28:31.535388 [ 3 ] {} <Debug> HTTP-Session: a09ff540-fcbb-46c1-8838-1831a8bf1a2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8062 | 2024.09.25 17:28:31.535445 [ 3 ] {} <Trace> HTTP-Session: a09ff540-fcbb-46c1-8838-1831a8bf1a2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8063 | 2024.09.25 17:28:31.535665 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8064 | 2024.09.25 17:28:31.535743 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8065 | 2024.09.25 17:28:31.536136 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8066 | 2024.09.25 17:28:31.536632 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8067 | 2024.09.25 17:28:31.536673 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8068 | 2024.09.25 17:28:31.537091 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 8069 | 2024.09.25 17:28:31.537488 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8070 | 2024.09.25 17:28:31.537662 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.002056 sec., 2918.2879377431905 rows/sec., 237.97 KiB/sec. | ||
| 8071 | 2024.09.25 17:28:31.537998 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 8072 | 2024.09.25 17:28:31.538025 [ 3 ] {a2468941-a860-4525-a6fd-2a158fd2e8a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8073 | 2024.09.25 17:28:31.538042 [ 3 ] {} <Debug> HTTP-Session: a09ff540-fcbb-46c1-8838-1831a8bf1a2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8074 | 2024.09.25 17:28:31.538447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8075 | 2024.09.25 17:28:31.538498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8076 | 2024.09.25 17:28:31.538518 [ 3 ] {} <Debug> HTTP-Session: d9772298-07a1-4900-8d4b-10610b881ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8077 | 2024.09.25 17:28:31.538535 [ 3 ] {} <Debug> HTTP-Session: d9772298-07a1-4900-8d4b-10610b881ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8078 | 2024.09.25 17:28:31.538549 [ 3 ] {} <Debug> HTTP-Session: d9772298-07a1-4900-8d4b-10610b881ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8079 | 2024.09.25 17:28:31.538580 [ 3 ] {} <Trace> HTTP-Session: d9772298-07a1-4900-8d4b-10610b881ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8080 | 2024.09.25 17:28:31.539068 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8081 | 2024.09.25 17:28:31.539114 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8082 | 2024.09.25 17:28:31.539368 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8083 | 2024.09.25 17:28:31.540622 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8084 | 2024.09.25 17:28:31.540659 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8085 | 2024.09.25 17:28:31.541097 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8086 | 2024.09.25 17:28:31.541473 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8087 | 2024.09.25 17:28:31.541633 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Debug> executeQuery: Read 1215 rows, 102.30 KiB in 0.002877 sec., 422314.9113660063 rows/sec., 34.72 MiB/sec. | ||
| 8088 | 2024.09.25 17:28:31.541823 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8089 | 2024.09.25 17:28:31.541848 [ 3 ] {793823d8-8ffd-44bb-90a5-78d648428a5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 8090 | 2024.09.25 17:28:31.541865 [ 3 ] {} <Debug> HTTP-Session: d9772298-07a1-4900-8d4b-10610b881ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8091 | 2024.09.25 17:28:31.542012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8092 | 2024.09.25 17:28:31.542063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8093 | 2024.09.25 17:28:31.542082 [ 3 ] {} <Debug> HTTP-Session: ae819f0b-b243-415c-97d2-334c931f5ced Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8094 | 2024.09.25 17:28:31.542100 [ 3 ] {} <Debug> HTTP-Session: ae819f0b-b243-415c-97d2-334c931f5ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8095 | 2024.09.25 17:28:31.542114 [ 3 ] {} <Debug> HTTP-Session: ae819f0b-b243-415c-97d2-334c931f5ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8096 | 2024.09.25 17:28:31.542146 [ 3 ] {} <Trace> HTTP-Session: ae819f0b-b243-415c-97d2-334c931f5ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8097 | 2024.09.25 17:28:31.542245 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8098 | 2024.09.25 17:28:31.542288 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8099 | 2024.09.25 17:28:31.542520 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8100 | 2024.09.25 17:28:31.542883 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8101 | 2024.09.25 17:28:31.542919 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8102 | 2024.09.25 17:28:31.543280 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8103 | 2024.09.25 17:28:31.543654 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8104 | 2024.09.25 17:28:31.543823 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001595 sec., 8777.42946708464 rows/sec., 639.82 KiB/sec. | ||
| 8105 | 2024.09.25 17:28:31.543830 [ 76 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8106 | 2024.09.25 17:28:31.543949 [ 76 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8107 | 2024.09.25 17:28:31.544000 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8108 | 2024.09.25 17:28:31.544091 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8109 | 2024.09.25 17:28:31.544159 [ 3 ] {eff1fd36-240b-4737-bc96-663e12bfd4c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8110 | 2024.09.25 17:28:31.544236 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 8111 | 2024.09.25 17:28:31.544339 [ 3 ] {} <Debug> HTTP-Session: ae819f0b-b243-415c-97d2-334c931f5ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8112 | 2024.09.25 17:28:31.544541 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8113 | 2024.09.25 17:28:31.544591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8114 | 2024.09.25 17:28:31.544611 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part | ||
| 8115 | 2024.09.25 17:28:31.544694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8116 | 2024.09.25 17:28:31.544752 [ 3 ] {} <Debug> HTTP-Session: 6f51da68-d5d1-41e1-9568-3343d0ccba6e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8117 | 2024.09.25 17:28:31.544836 [ 3 ] {} <Debug> HTTP-Session: 6f51da68-d5d1-41e1-9568-3343d0ccba6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8118 | 2024.09.25 17:28:31.544904 [ 3 ] {} <Debug> HTTP-Session: 6f51da68-d5d1-41e1-9568-3343d0ccba6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8119 | 2024.09.25 17:28:31.544921 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 8120 | 2024.09.25 17:28:31.545036 [ 3 ] {} <Trace> HTTP-Session: 6f51da68-d5d1-41e1-9568-3343d0ccba6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8121 | 2024.09.25 17:28:31.545187 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
| 8122 | 2024.09.25 17:28:31.545541 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8123 | 2024.09.25 17:28:31.545564 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 8124 | 2024.09.25 17:28:31.545650 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8125 | 2024.09.25 17:28:31.545936 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part | ||
| 8126 | 2024.09.25 17:28:31.546230 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 8127 | 2024.09.25 17:28:31.547028 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8128 | 2024.09.25 17:28:31.548169 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8129 | 2024.09.25 17:28:31.548238 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8130 | 2024.09.25 17:28:31.549328 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 160 rows, containing 5 columns (5 merged, 0 gathered) in 0.005235857 sec., 30558.51219771663 rows/sec., 2.33 MiB/sec. | ||
| 8131 | 2024.09.25 17:28:31.549422 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8132 | 2024.09.25 17:28:31.549510 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8133 | 2024.09.25 17:28:31.550420 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8134 | 2024.09.25 17:28:31.550590 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8135 | 2024.09.25 17:28:31.550759 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005481 sec., 41598.248494800224 rows/sec., 2.82 MiB/sec. | ||
| 8136 | 2024.09.25 17:28:31.550850 [ 197 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_36_7} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8137 | 2024.09.25 17:28:31.551055 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8138 | 2024.09.25 17:28:31.551134 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 8139 | 2024.09.25 17:28:31.551164 [ 3 ] {06c3950f-0fa1-4032-802a-222e0a2949ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 8140 | 2024.09.25 17:28:31.551181 [ 3 ] {} <Debug> HTTP-Session: 6f51da68-d5d1-41e1-9568-3343d0ccba6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8141 | 2024.09.25 17:28:31.551364 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 88207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8142 | 2024.09.25 17:28:31.551415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8143 | 2024.09.25 17:28:31.551434 [ 3 ] {} <Debug> HTTP-Session: be4a7315-9b6c-4f20-a49f-28e22dabe12b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8144 | 2024.09.25 17:28:31.551452 [ 3 ] {} <Debug> HTTP-Session: be4a7315-9b6c-4f20-a49f-28e22dabe12b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8145 | 2024.09.25 17:28:31.551465 [ 3 ] {} <Debug> HTTP-Session: be4a7315-9b6c-4f20-a49f-28e22dabe12b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8146 | 2024.09.25 17:28:31.551497 [ 3 ] {} <Trace> HTTP-Session: be4a7315-9b6c-4f20-a49f-28e22dabe12b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8147 | 2024.09.25 17:28:31.551841 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8148 | 2024.09.25 17:28:31.551887 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8149 | 2024.09.25 17:28:31.552144 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8150 | 2024.09.25 17:28:31.552855 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8151 | 2024.09.25 17:28:31.552893 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8152 | 2024.09.25 17:28:31.553284 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8153 | 2024.09.25 17:28:31.553659 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2024.09.25 17:28:31.553824 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.002214 sec., 241192.41192411925 rows/sec., 17.88 MiB/sec. | ||
| 8155 | 2024.09.25 17:28:31.554129 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Debug> DynamicQueryHandler: Done processing query | ||
| 8156 | 2024.09.25 17:28:31.554231 [ 3 ] {055f80e5-2ab2-4e50-ae5b-19d32e801d22} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 8157 | 2024.09.25 17:28:31.554269 [ 3 ] {} <Debug> HTTP-Session: be4a7315-9b6c-4f20-a49f-28e22dabe12b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8158 | 2024.09.25 17:28:31.554594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 191512, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8159 | 2024.09.25 17:28:31.554645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8160 | 2024.09.25 17:28:31.554665 [ 3 ] {} <Debug> HTTP-Session: c2fc94e4-7b87-4d7d-a473-61ec8d052b9e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8161 | 2024.09.25 17:28:31.554682 [ 3 ] {} <Debug> HTTP-Session: c2fc94e4-7b87-4d7d-a473-61ec8d052b9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8162 | 2024.09.25 17:28:31.554696 [ 3 ] {} <Debug> HTTP-Session: c2fc94e4-7b87-4d7d-a473-61ec8d052b9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8163 | 2024.09.25 17:28:31.554727 [ 3 ] {} <Trace> HTTP-Session: c2fc94e4-7b87-4d7d-a473-61ec8d052b9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8164 | 2024.09.25 17:28:31.555167 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8165 | 2024.09.25 17:28:31.555219 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8166 | 2024.09.25 17:28:31.555394 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8167 | 2024.09.25 17:28:31.556291 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8168 | 2024.09.25 17:28:31.556328 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8169 | 2024.09.25 17:28:31.556799 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8170 | 2024.09.25 17:28:31.557148 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8171 | 2024.09.25 17:28:31.557317 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Debug> executeQuery: Read 1009 rows, 69.45 KiB in 0.002415 sec., 417805.3830227743 rows/sec., 28.09 MiB/sec. | ||
| 8172 | 2024.09.25 17:28:31.557503 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Debug> DynamicQueryHandler: Done processing query | ||
| 8173 | 2024.09.25 17:28:31.557529 [ 3 ] {18ef7677-1e43-4999-947d-e6b60a9e9516} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 8174 | 2024.09.25 17:28:31.557546 [ 3 ] {} <Debug> HTTP-Session: c2fc94e4-7b87-4d7d-a473-61ec8d052b9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8175 | 2024.09.25 17:28:31.557744 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14160, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8176 | 2024.09.25 17:28:31.557793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8177 | 2024.09.25 17:28:31.557812 [ 3 ] {} <Debug> HTTP-Session: 9c0f9aac-2c09-405a-830f-e2299671fd1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8178 | 2024.09.25 17:28:31.557829 [ 3 ] {} <Debug> HTTP-Session: 9c0f9aac-2c09-405a-830f-e2299671fd1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8179 | 2024.09.25 17:28:31.557843 [ 3 ] {} <Debug> HTTP-Session: 9c0f9aac-2c09-405a-830f-e2299671fd1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8180 | 2024.09.25 17:28:31.557875 [ 3 ] {} <Trace> HTTP-Session: 9c0f9aac-2c09-405a-830f-e2299671fd1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8181 | 2024.09.25 17:28:31.558082 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8182 | 2024.09.25 17:28:31.558149 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <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_histogramu64 | ||
| 8183 | 2024.09.25 17:28:31.558598 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8184 | 2024.09.25 17:28:31.559139 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8185 | 2024.09.25 17:28:31.559175 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8186 | 2024.09.25 17:28:31.559787 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8187 | 2024.09.25 17:28:31.560207 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8188 | 2024.09.25 17:28:31.560405 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002456 sec., 3257.328990228013 rows/sec., 5.84 MiB/sec. | ||
| 8189 | 2024.09.25 17:28:31.560646 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 8190 | 2024.09.25 17:28:31.560671 [ 3 ] {f727b165-a073-43ad-a396-59d1b4fe82ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 8191 | 2024.09.25 17:28:31.560688 [ 3 ] {} <Debug> HTTP-Session: 9c0f9aac-2c09-405a-830f-e2299671fd1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8192 | 2024.09.25 17:28:31.560851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8193 | 2024.09.25 17:28:31.560899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8194 | 2024.09.25 17:28:31.560919 [ 3 ] {} <Debug> HTTP-Session: f3f93891-9ac7-47b8-85f4-70718f442a69 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8195 | 2024.09.25 17:28:31.560935 [ 3 ] {} <Debug> HTTP-Session: f3f93891-9ac7-47b8-85f4-70718f442a69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8196 | 2024.09.25 17:28:31.560949 [ 3 ] {} <Debug> HTTP-Session: f3f93891-9ac7-47b8-85f4-70718f442a69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8197 | 2024.09.25 17:28:31.560980 [ 3 ] {} <Trace> HTTP-Session: f3f93891-9ac7-47b8-85f4-70718f442a69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8198 | 2024.09.25 17:28:31.561097 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8199 | 2024.09.25 17:28:31.561143 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8200 | 2024.09.25 17:28:31.561278 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8201 | 2024.09.25 17:28:31.561609 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8202 | 2024.09.25 17:28:31.561645 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8203 | 2024.09.25 17:28:31.562014 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8204 | 2024.09.25 17:28:31.562348 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8205 | 2024.09.25 17:28:31.562515 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001449 sec., 41407.867494824015 rows/sec., 2.79 MiB/sec. | ||
| 8206 | 2024.09.25 17:28:31.562806 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8207 | 2024.09.25 17:28:31.562861 [ 3 ] {7ec8ceb7-e6fa-4fde-a7eb-5e14448375b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8208 | 2024.09.25 17:28:31.562900 [ 3 ] {} <Debug> HTTP-Session: f3f93891-9ac7-47b8-85f4-70718f442a69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8209 | 2024.09.25 17:28:33.663893 [ 73 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8210 | 2024.09.25 17:28:33.663940 [ 73 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8211 | 2024.09.25 17:28:37.031730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8212 | 2024.09.25 17:28:37.031924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8213 | 2024.09.25 17:28:37.031970 [ 3 ] {} <Debug> HTTP-Session: 827a4cb5-1547-4302-8ef6-c06ca9d65b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8214 | 2024.09.25 17:28:37.032012 [ 3 ] {} <Debug> HTTP-Session: 827a4cb5-1547-4302-8ef6-c06ca9d65b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8215 | 2024.09.25 17:28:37.032040 [ 3 ] {} <Debug> HTTP-Session: 827a4cb5-1547-4302-8ef6-c06ca9d65b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8216 | 2024.09.25 17:28:37.032121 [ 3 ] {} <Trace> HTTP-Session: 827a4cb5-1547-4302-8ef6-c06ca9d65b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8217 | 2024.09.25 17:28:37.032543 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8218 | 2024.09.25 17:28:37.032634 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8219 | 2024.09.25 17:28:37.032972 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8220 | 2024.09.25 17:28:37.033635 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8221 | 2024.09.25 17:28:37.033673 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8222 | 2024.09.25 17:28:37.034117 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8223 | 2024.09.25 17:28:37.034500 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8224 | 2024.09.25 17:28:37.034650 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002309 sec., 109571.24296232135 rows/sec., 9.67 MiB/sec. | ||
| 8225 | 2024.09.25 17:28:37.034862 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8226 | 2024.09.25 17:28:37.034889 [ 3 ] {9d28fd1b-acd8-42c3-b349-f83228013fe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8227 | 2024.09.25 17:28:37.034906 [ 3 ] {} <Debug> HTTP-Session: 827a4cb5-1547-4302-8ef6-c06ca9d65b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8228 | 2024.09.25 17:28:37.035080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8229 | 2024.09.25 17:28:37.035129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8230 | 2024.09.25 17:28:37.035148 [ 3 ] {} <Debug> HTTP-Session: 92b7e48a-6ab8-47ca-89cd-7b79422fe2d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8231 | 2024.09.25 17:28:37.035165 [ 3 ] {} <Debug> HTTP-Session: 92b7e48a-6ab8-47ca-89cd-7b79422fe2d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8232 | 2024.09.25 17:28:37.035179 [ 3 ] {} <Debug> HTTP-Session: 92b7e48a-6ab8-47ca-89cd-7b79422fe2d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8233 | 2024.09.25 17:28:37.035214 [ 3 ] {} <Trace> HTTP-Session: 92b7e48a-6ab8-47ca-89cd-7b79422fe2d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8234 | 2024.09.25 17:28:37.035317 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8235 | 2024.09.25 17:28:37.035361 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8236 | 2024.09.25 17:28:37.035586 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8237 | 2024.09.25 17:28:37.035940 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8238 | 2024.09.25 17:28:37.035976 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8239 | 2024.09.25 17:28:37.036317 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8240 | 2024.09.25 17:28:37.036675 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8241 | 2024.09.25 17:28:37.036805 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001519 sec., 21066.491112574062 rows/sec., 1.55 MiB/sec. | ||
| 8242 | 2024.09.25 17:28:37.036962 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8243 | 2024.09.25 17:28:37.036987 [ 3 ] {3d5ea5d6-1e15-4365-a170-e02ad4c9e40d} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8244 | 2024.09.25 17:28:37.037002 [ 3 ] {} <Debug> HTTP-Session: 92b7e48a-6ab8-47ca-89cd-7b79422fe2d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8245 | 2024.09.25 17:28:37.037114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8246 | 2024.09.25 17:28:37.037161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8247 | 2024.09.25 17:28:37.037180 [ 3 ] {} <Debug> HTTP-Session: ecc94d68-8d28-41ce-afae-d51537b77774 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8248 | 2024.09.25 17:28:37.037197 [ 3 ] {} <Debug> HTTP-Session: ecc94d68-8d28-41ce-afae-d51537b77774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8249 | 2024.09.25 17:28:37.037213 [ 3 ] {} <Debug> HTTP-Session: ecc94d68-8d28-41ce-afae-d51537b77774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8250 | 2024.09.25 17:28:37.037243 [ 3 ] {} <Trace> HTTP-Session: ecc94d68-8d28-41ce-afae-d51537b77774 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8251 | 2024.09.25 17:28:37.037338 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8252 | 2024.09.25 17:28:37.037380 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8253 | 2024.09.25 17:28:37.037604 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8254 | 2024.09.25 17:28:37.037934 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8255 | 2024.09.25 17:28:37.037969 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8256 | 2024.09.25 17:28:37.038317 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8257 | 2024.09.25 17:28:37.038677 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8258 | 2024.09.25 17:28:37.038809 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001497 sec., 9352.037408149632 rows/sec., 654.96 KiB/sec. | ||
| 8259 | 2024.09.25 17:28:37.038968 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Debug> DynamicQueryHandler: Done processing query | ||
| 8260 | 2024.09.25 17:28:37.038992 [ 3 ] {a742406f-2102-47a6-bde0-c4e0eebb5513} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8261 | 2024.09.25 17:28:37.039008 [ 3 ] {} <Debug> HTTP-Session: ecc94d68-8d28-41ce-afae-d51537b77774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8262 | 2024.09.25 17:28:37.039162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8263 | 2024.09.25 17:28:37.039210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8264 | 2024.09.25 17:28:37.039229 [ 3 ] {} <Debug> HTTP-Session: 3eb40a72-21bd-4309-bc3c-4bf1ee506ca1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8265 | 2024.09.25 17:28:37.039245 [ 3 ] {} <Debug> HTTP-Session: 3eb40a72-21bd-4309-bc3c-4bf1ee506ca1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8266 | 2024.09.25 17:28:37.039259 [ 3 ] {} <Debug> HTTP-Session: 3eb40a72-21bd-4309-bc3c-4bf1ee506ca1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8267 | 2024.09.25 17:28:37.039290 [ 3 ] {} <Trace> HTTP-Session: 3eb40a72-21bd-4309-bc3c-4bf1ee506ca1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8268 | 2024.09.25 17:28:37.039381 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8269 | 2024.09.25 17:28:37.039424 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8270 | 2024.09.25 17:28:37.039647 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8271 | 2024.09.25 17:28:37.039967 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8272 | 2024.09.25 17:28:37.040003 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8273 | 2024.09.25 17:28:37.040345 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8274 | 2024.09.25 17:28:37.040697 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8275 | 2024.09.25 17:28:37.040818 [ 71 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 8276 | 2024.09.25 17:28:37.040826 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001467 sec., 4089.9795501022495 rows/sec., 241.64 KiB/sec. | ||
| 8277 | 2024.09.25 17:28:37.040864 [ 71 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8278 | 2024.09.25 17:28:37.040908 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8279 | 2024.09.25 17:28:37.041126 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Debug> DynamicQueryHandler: Done processing query | ||
| 8280 | 2024.09.25 17:28:37.041199 [ 3 ] {27b0ab4c-18d7-4811-8894-202c1d450262} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8281 | 2024.09.25 17:28:37.041254 [ 3 ] {} <Debug> HTTP-Session: 3eb40a72-21bd-4309-bc3c-4bf1ee506ca1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8282 | 2024.09.25 17:28:37.041249 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 8283 | 2024.09.25 17:28:37.041632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8284 | 2024.09.25 17:28:37.041782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8285 | 2024.09.25 17:28:37.041848 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8286 | 2024.09.25 17:28:37.041852 [ 3 ] {} <Debug> HTTP-Session: e48d781b-cd79-49ed-959e-953e4d9a944d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8287 | 2024.09.25 17:28:37.041917 [ 3 ] {} <Debug> HTTP-Session: e48d781b-cd79-49ed-959e-953e4d9a944d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8288 | 2024.09.25 17:28:37.041923 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 6 rows starting from the beginning of the part | ||
| 8289 | 2024.09.25 17:28:37.041937 [ 3 ] {} <Debug> HTTP-Session: e48d781b-cd79-49ed-959e-953e4d9a944d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8290 | 2024.09.25 17:28:37.042020 [ 3 ] {} <Trace> HTTP-Session: e48d781b-cd79-49ed-959e-953e4d9a944d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8291 | 2024.09.25 17:28:37.042165 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 8292 | 2024.09.25 17:28:37.042519 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8293 | 2024.09.25 17:28:37.042544 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 8294 | 2024.09.25 17:28:37.042670 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8295 | 2024.09.25 17:28:37.042849 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 8296 | 2024.09.25 17:28:37.043234 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 8297 | 2024.09.25 17:28:37.044049 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8298 | 2024.09.25 17:28:37.045301 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2024.09.25 17:28:37.045382 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8300 | 2024.09.25 17:28:37.045740 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004741218 sec., 6327.487999919008 rows/sec., 401.65 KiB/sec. | ||
| 8301 | 2024.09.25 17:28:37.045953 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 8302 | 2024.09.25 17:28:37.046321 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8303 | 2024.09.25 17:28:37.046939 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8304 | 2024.09.25 17:28:37.047131 [ 198 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_17_4} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 8305 | 2024.09.25 17:28:37.047305 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8306 | 2024.09.25 17:28:37.047319 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8307 | 2024.09.25 17:28:37.047479 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.005227 sec., 79204.13238951597 rows/sec., 5.65 MiB/sec. | ||
| 8308 | 2024.09.25 17:28:37.047845 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Debug> DynamicQueryHandler: Done processing query | ||
| 8309 | 2024.09.25 17:28:37.047908 [ 3 ] {bde52f9c-d192-45fc-909f-930d8b3e7328} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8310 | 2024.09.25 17:28:37.047974 [ 3 ] {} <Debug> HTTP-Session: e48d781b-cd79-49ed-959e-953e4d9a944d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8311 | 2024.09.25 17:28:37.048214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8312 | 2024.09.25 17:28:37.048268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8313 | 2024.09.25 17:28:37.048287 [ 3 ] {} <Debug> HTTP-Session: fc92bb3e-25ea-42be-9f44-0a8560f9510c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8314 | 2024.09.25 17:28:37.048304 [ 3 ] {} <Debug> HTTP-Session: fc92bb3e-25ea-42be-9f44-0a8560f9510c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8315 | 2024.09.25 17:28:37.048318 [ 3 ] {} <Debug> HTTP-Session: fc92bb3e-25ea-42be-9f44-0a8560f9510c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8316 | 2024.09.25 17:28:37.048351 [ 3 ] {} <Trace> HTTP-Session: fc92bb3e-25ea-42be-9f44-0a8560f9510c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8317 | 2024.09.25 17:28:37.048454 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8318 | 2024.09.25 17:28:37.048501 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8319 | 2024.09.25 17:28:37.048657 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8320 | 2024.09.25 17:28:37.048928 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8321 | 2024.09.25 17:28:37.048963 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8322 | 2024.09.25 17:28:37.049331 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8323 | 2024.09.25 17:28:37.049661 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8324 | 2024.09.25 17:28:37.049793 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 228.65 KiB/sec. | ||
| 8325 | 2024.09.25 17:28:37.049954 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8326 | 2024.09.25 17:28:37.049978 [ 3 ] {a4143b11-384b-41fe-b5b3-5e348515485b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8327 | 2024.09.25 17:28:37.049994 [ 3 ] {} <Debug> HTTP-Session: fc92bb3e-25ea-42be-9f44-0a8560f9510c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8328 | 2024.09.25 17:28:37.050212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8329 | 2024.09.25 17:28:37.050261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8330 | 2024.09.25 17:28:37.050280 [ 3 ] {} <Debug> HTTP-Session: c2080fc1-b650-4af4-b6c6-09bf48326a6a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8331 | 2024.09.25 17:28:37.050296 [ 3 ] {} <Debug> HTTP-Session: c2080fc1-b650-4af4-b6c6-09bf48326a6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8332 | 2024.09.25 17:28:37.050310 [ 3 ] {} <Debug> HTTP-Session: c2080fc1-b650-4af4-b6c6-09bf48326a6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8333 | 2024.09.25 17:28:37.050340 [ 3 ] {} <Trace> HTTP-Session: c2080fc1-b650-4af4-b6c6-09bf48326a6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2024.09.25 17:28:37.050542 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8335 | 2024.09.25 17:28:37.050587 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8336 | 2024.09.25 17:28:37.050732 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8337 | 2024.09.25 17:28:37.051157 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2024.09.25 17:28:37.051193 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8339 | 2024.09.25 17:28:37.051574 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8340 | 2024.09.25 17:28:37.051909 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2024.09.25 17:28:37.052038 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001614 sec., 146840.14869888476 rows/sec., 9.84 MiB/sec. | ||
| 8342 | 2024.09.25 17:28:37.052193 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8343 | 2024.09.25 17:28:37.052218 [ 3 ] {ed929a10-8a06-43fa-a536-1937186380f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8344 | 2024.09.25 17:28:37.052234 [ 3 ] {} <Debug> HTTP-Session: c2080fc1-b650-4af4-b6c6-09bf48326a6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.09.25 17:28:37.052372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8346 | 2024.09.25 17:28:37.052419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8347 | 2024.09.25 17:28:37.052439 [ 3 ] {} <Debug> HTTP-Session: decc3480-84ef-420e-83b3-e503bc8b6fa4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8348 | 2024.09.25 17:28:37.052455 [ 3 ] {} <Debug> HTTP-Session: decc3480-84ef-420e-83b3-e503bc8b6fa4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8349 | 2024.09.25 17:28:37.052468 [ 3 ] {} <Debug> HTTP-Session: decc3480-84ef-420e-83b3-e503bc8b6fa4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8350 | 2024.09.25 17:28:37.052498 [ 3 ] {} <Trace> HTTP-Session: decc3480-84ef-420e-83b3-e503bc8b6fa4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8351 | 2024.09.25 17:28:37.052589 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8352 | 2024.09.25 17:28:37.052633 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8353 | 2024.09.25 17:28:37.052759 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8354 | 2024.09.25 17:28:37.053020 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2024.09.25 17:28:37.053055 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8356 | 2024.09.25 17:28:37.053397 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 8357 | 2024.09.25 17:28:37.053718 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2024.09.25 17:28:37.053847 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00128 sec., 781.2499999999999 rows/sec., 52.64 KiB/sec. | ||
| 8359 | 2024.09.25 17:28:37.054010 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Debug> DynamicQueryHandler: Done processing query | ||
| 8360 | 2024.09.25 17:28:37.054035 [ 3 ] {42a5b345-cdf7-479b-ae96-07e48ad97e49} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8361 | 2024.09.25 17:28:37.054051 [ 3 ] {} <Debug> HTTP-Session: decc3480-84ef-420e-83b3-e503bc8b6fa4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8362 | 2024.09.25 17:28:37.054185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52568, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8363 | 2024.09.25 17:28:37.054239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8364 | 2024.09.25 17:28:37.054260 [ 3 ] {} <Debug> HTTP-Session: f3a086bc-436f-4cf2-ad0e-9bf6504e2655 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8365 | 2024.09.25 17:28:37.054276 [ 3 ] {} <Debug> HTTP-Session: f3a086bc-436f-4cf2-ad0e-9bf6504e2655 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8366 | 2024.09.25 17:28:37.054289 [ 3 ] {} <Debug> HTTP-Session: f3a086bc-436f-4cf2-ad0e-9bf6504e2655 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8367 | 2024.09.25 17:28:37.054319 [ 3 ] {} <Trace> HTTP-Session: f3a086bc-436f-4cf2-ad0e-9bf6504e2655 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2024.09.25 17:28:37.054644 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8369 | 2024.09.25 17:28:37.054708 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <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_histogramu64 | ||
| 8370 | 2024.09.25 17:28:37.055121 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8371 | 2024.09.25 17:28:37.055770 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2024.09.25 17:28:37.055806 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8373 | 2024.09.25 17:28:37.056414 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8374 | 2024.09.25 17:28:37.056829 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2024.09.25 17:28:37.057016 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002602 sec., 12298.232129131437 rows/sec., 22.04 MiB/sec. | ||
| 8376 | 2024.09.25 17:28:37.057232 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Debug> DynamicQueryHandler: Done processing query | ||
| 8377 | 2024.09.25 17:28:37.057256 [ 3 ] {d1514e5f-af5d-45ff-885b-fdee91bd9067} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8378 | 2024.09.25 17:28:37.057272 [ 3 ] {} <Debug> HTTP-Session: f3a086bc-436f-4cf2-ad0e-9bf6504e2655 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8379 | 2024.09.25 17:28:37.057391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8380 | 2024.09.25 17:28:37.057438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8381 | 2024.09.25 17:28:37.057458 [ 3 ] {} <Debug> HTTP-Session: 80c8b749-95ff-42d4-a6ef-45963f06f5f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8382 | 2024.09.25 17:28:37.057474 [ 3 ] {} <Debug> HTTP-Session: 80c8b749-95ff-42d4-a6ef-45963f06f5f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8383 | 2024.09.25 17:28:37.057487 [ 3 ] {} <Debug> HTTP-Session: 80c8b749-95ff-42d4-a6ef-45963f06f5f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8384 | 2024.09.25 17:28:37.057518 [ 3 ] {} <Trace> HTTP-Session: 80c8b749-95ff-42d4-a6ef-45963f06f5f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8385 | 2024.09.25 17:28:37.057633 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8386 | 2024.09.25 17:28:37.057677 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8387 | 2024.09.25 17:28:37.057805 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8388 | 2024.09.25 17:28:37.058115 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2024.09.25 17:28:37.058150 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8390 | 2024.09.25 17:28:37.058510 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8391 | 2024.09.25 17:28:37.058835 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2024.09.25 17:28:37.058995 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001397 sec., 58697.20830350751 rows/sec., 3.73 MiB/sec. | ||
| 8393 | 2024.09.25 17:28:37.059164 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Debug> DynamicQueryHandler: Done processing query | ||
| 8394 | 2024.09.25 17:28:37.059189 [ 3 ] {054fb7e4-1e68-4cbd-9bd2-ada04b74d480} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8395 | 2024.09.25 17:28:37.059205 [ 3 ] {} <Debug> HTTP-Session: 80c8b749-95ff-42d4-a6ef-45963f06f5f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8396 | 2024.09.25 17:28:42.026019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8397 | 2024.09.25 17:28:42.026163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8398 | 2024.09.25 17:28:42.026192 [ 3 ] {} <Debug> HTTP-Session: 3e854559-0c9c-4f5f-b8f1-a8fd09c1fb3d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8399 | 2024.09.25 17:28:42.026221 [ 3 ] {} <Debug> HTTP-Session: 3e854559-0c9c-4f5f-b8f1-a8fd09c1fb3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8400 | 2024.09.25 17:28:42.026239 [ 3 ] {} <Debug> HTTP-Session: 3e854559-0c9c-4f5f-b8f1-a8fd09c1fb3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8401 | 2024.09.25 17:28:42.026295 [ 3 ] {} <Trace> HTTP-Session: 3e854559-0c9c-4f5f-b8f1-a8fd09c1fb3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8402 | 2024.09.25 17:28:42.026525 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8403 | 2024.09.25 17:28:42.026600 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8404 | 2024.09.25 17:28:42.026951 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8405 | 2024.09.25 17:28:42.027444 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.09.25 17:28:42.027484 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8407 | 2024.09.25 17:28:42.027905 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8408 | 2024.09.25 17:28:42.028305 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2024.09.25 17:28:42.028494 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00205 sec., 35121.95121951219 rows/sec., 2.84 MiB/sec. | ||
| 8410 | 2024.09.25 17:28:42.028742 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Debug> DynamicQueryHandler: Done processing query | ||
| 8411 | 2024.09.25 17:28:42.028769 [ 3 ] {e0ff6f1f-ff72-4d64-9c49-bf6c46ff1674} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8412 | 2024.09.25 17:28:42.028785 [ 3 ] {} <Debug> HTTP-Session: 3e854559-0c9c-4f5f-b8f1-a8fd09c1fb3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8413 | 2024.09.25 17:28:42.028915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8414 | 2024.09.25 17:28:42.028964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8415 | 2024.09.25 17:28:42.028983 [ 3 ] {} <Debug> HTTP-Session: eb1736f0-f83d-462e-9d2c-d3a77affa078 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8416 | 2024.09.25 17:28:42.029000 [ 3 ] {} <Debug> HTTP-Session: eb1736f0-f83d-462e-9d2c-d3a77affa078 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8417 | 2024.09.25 17:28:42.029013 [ 3 ] {} <Debug> HTTP-Session: eb1736f0-f83d-462e-9d2c-d3a77affa078 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8418 | 2024.09.25 17:28:42.029044 [ 3 ] {} <Trace> HTTP-Session: eb1736f0-f83d-462e-9d2c-d3a77affa078 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2024.09.25 17:28:42.029139 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8420 | 2024.09.25 17:28:42.029182 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8421 | 2024.09.25 17:28:42.029419 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8422 | 2024.09.25 17:28:42.029737 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.09.25 17:28:42.029773 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8424 | 2024.09.25 17:28:42.030123 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8425 | 2024.09.25 17:28:42.030477 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2024.09.25 17:28:42.030638 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001519 sec., 5266.6227781435155 rows/sec., 396.03 KiB/sec. | ||
| 8427 | 2024.09.25 17:28:42.030803 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Debug> DynamicQueryHandler: Done processing query | ||
| 8428 | 2024.09.25 17:28:42.030827 [ 3 ] {0a44b917-6e52-4bb5-9f95-1bb8b41dc112} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8429 | 2024.09.25 17:28:42.030843 [ 3 ] {} <Debug> HTTP-Session: eb1736f0-f83d-462e-9d2c-d3a77affa078 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8430 | 2024.09.25 17:28:42.031017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8431 | 2024.09.25 17:28:42.031064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8432 | 2024.09.25 17:28:42.031083 [ 3 ] {} <Debug> HTTP-Session: a5d7a92a-2623-402b-906f-88208a8a2fc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8433 | 2024.09.25 17:28:42.031099 [ 3 ] {} <Debug> HTTP-Session: a5d7a92a-2623-402b-906f-88208a8a2fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8434 | 2024.09.25 17:28:42.031114 [ 3 ] {} <Debug> HTTP-Session: a5d7a92a-2623-402b-906f-88208a8a2fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8435 | 2024.09.25 17:28:42.031144 [ 3 ] {} <Trace> HTTP-Session: a5d7a92a-2623-402b-906f-88208a8a2fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8436 | 2024.09.25 17:28:42.031256 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8437 | 2024.09.25 17:28:42.031299 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8438 | 2024.09.25 17:28:42.031524 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8439 | 2024.09.25 17:28:42.031872 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8440 | 2024.09.25 17:28:42.031907 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8441 | 2024.09.25 17:28:42.032262 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8442 | 2024.09.25 17:28:42.032617 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8443 | 2024.09.25 17:28:42.032784 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001566 sec., 45977.011494252874 rows/sec., 3.59 MiB/sec. | ||
| 8444 | 2024.09.25 17:28:42.032955 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Debug> DynamicQueryHandler: Done processing query | ||
| 8445 | 2024.09.25 17:28:42.032979 [ 3 ] {92880e60-c3c7-4dea-9836-b73906ff0634} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8446 | 2024.09.25 17:28:42.032995 [ 3 ] {} <Debug> HTTP-Session: a5d7a92a-2623-402b-906f-88208a8a2fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8447 | 2024.09.25 17:28:42.033210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8448 | 2024.09.25 17:28:42.033259 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8449 | 2024.09.25 17:28:42.033277 [ 3 ] {} <Debug> HTTP-Session: 6e7f1218-c4fb-4867-ab72-de75e605fd47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8450 | 2024.09.25 17:28:42.033294 [ 3 ] {} <Debug> HTTP-Session: 6e7f1218-c4fb-4867-ab72-de75e605fd47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8451 | 2024.09.25 17:28:42.033308 [ 3 ] {} <Debug> HTTP-Session: 6e7f1218-c4fb-4867-ab72-de75e605fd47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8452 | 2024.09.25 17:28:42.033338 [ 3 ] {} <Trace> HTTP-Session: 6e7f1218-c4fb-4867-ab72-de75e605fd47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8453 | 2024.09.25 17:28:42.033484 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8454 | 2024.09.25 17:28:42.033533 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8455 | 2024.09.25 17:28:42.033680 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8456 | 2024.09.25 17:28:42.034069 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8457 | 2024.09.25 17:28:42.034105 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8458 | 2024.09.25 17:28:42.034505 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8459 | 2024.09.25 17:28:42.034843 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8460 | 2024.09.25 17:28:42.035002 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 8461 | 2024.09.25 17:28:42.035199 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 8462 | 2024.09.25 17:28:42.035238 [ 3 ] {bf86fb62-fb37-4c1f-a82e-ea0447e838c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8463 | 2024.09.25 17:28:42.035267 [ 3 ] {} <Debug> HTTP-Session: 6e7f1218-c4fb-4867-ab72-de75e605fd47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8464 | 2024.09.25 17:28:42.035402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8465 | 2024.09.25 17:28:42.035450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8466 | 2024.09.25 17:28:42.035469 [ 3 ] {} <Debug> HTTP-Session: 270ac629-5920-41fe-b5b7-a7268f24736e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8467 | 2024.09.25 17:28:42.035485 [ 3 ] {} <Debug> HTTP-Session: 270ac629-5920-41fe-b5b7-a7268f24736e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8468 | 2024.09.25 17:28:42.035498 [ 3 ] {} <Debug> HTTP-Session: 270ac629-5920-41fe-b5b7-a7268f24736e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8469 | 2024.09.25 17:28:42.035529 [ 3 ] {} <Trace> HTTP-Session: 270ac629-5920-41fe-b5b7-a7268f24736e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2024.09.25 17:28:42.035686 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8471 | 2024.09.25 17:28:42.035751 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <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_histogramu64 | ||
| 8472 | 2024.09.25 17:28:42.036173 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8473 | 2024.09.25 17:28:42.036693 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2024.09.25 17:28:42.036729 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8475 | 2024.09.25 17:28:42.037324 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8476 | 2024.09.25 17:28:42.037736 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2024.09.25 17:28:42.037945 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002336 sec., 3424.6575342465753 rows/sec., 6.14 MiB/sec. | ||
| 8478 | 2024.09.25 17:28:42.037943 [ 65 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8479 | 2024.09.25 17:28:42.038123 [ 65 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2024.09.25 17:28:42.038227 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8481 | 2024.09.25 17:28:42.038402 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Debug> DynamicQueryHandler: Done processing query | ||
| 8482 | 2024.09.25 17:28:42.038457 [ 3 ] {43cc4ae6-5e18-4df6-9ade-5f5f33e7d443} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 8483 | 2024.09.25 17:28:42.038485 [ 3 ] {} <Debug> HTTP-Session: 270ac629-5920-41fe-b5b7-a7268f24736e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8484 | 2024.09.25 17:28:42.038485 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 8485 | 2024.09.25 17:28:42.038684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8486 | 2024.09.25 17:28:42.038811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8487 | 2024.09.25 17:28:42.038880 [ 3 ] {} <Debug> HTTP-Session: 4daa95cb-ddcb-484f-9134-4e6629dbf9d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8488 | 2024.09.25 17:28:42.038919 [ 3 ] {} <Debug> HTTP-Session: 4daa95cb-ddcb-484f-9134-4e6629dbf9d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8489 | 2024.09.25 17:28:42.038951 [ 3 ] {} <Debug> HTTP-Session: 4daa95cb-ddcb-484f-9134-4e6629dbf9d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8490 | 2024.09.25 17:28:42.039007 [ 3 ] {} <Trace> HTTP-Session: 4daa95cb-ddcb-484f-9134-4e6629dbf9d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8491 | 2024.09.25 17:28:42.039167 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8492 | 2024.09.25 17:28:42.039197 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8493 | 2024.09.25 17:28:42.039229 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8494 | 2024.09.25 17:28:42.039305 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 572 rows starting from the beginning of the part | ||
| 8495 | 2024.09.25 17:28:42.039710 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8496 | 2024.09.25 17:28:42.039812 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 8497 | 2024.09.25 17:28:42.040162 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part | ||
| 8498 | 2024.09.25 17:28:42.040358 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8499 | 2024.09.25 17:28:42.040436 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8500 | 2024.09.25 17:28:42.040572 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 8501 | 2024.09.25 17:28:42.040915 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 8502 | 2024.09.25 17:28:42.041251 [ 188 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 8503 | 2024.09.25 17:28:42.041273 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8504 | 2024.09.25 17:28:42.041907 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8505 | 2024.09.25 17:28:42.042144 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003039 sec., 19743.336623889438 rows/sec., 1.33 MiB/sec. | ||
| 8506 | 2024.09.25 17:28:42.042374 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8507 | 2024.09.25 17:28:42.042405 [ 3 ] {4640a16e-b181-4f1b-b723-044eb54e0f5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8508 | 2024.09.25 17:28:42.042430 [ 3 ] {} <Debug> HTTP-Session: 4daa95cb-ddcb-484f-9134-4e6629dbf9d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8509 | 2024.09.25 17:28:42.045076 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 19 columns (19 merged, 0 gathered) in 0.006717464 sec., 98251.36390756987 rows/sec., 176.06 MiB/sec. | ||
| 8510 | 2024.09.25 17:28:42.046087 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8511 | 2024.09.25 17:28:42.046751 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8512 | 2024.09.25 17:28:42.046849 [ 189 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8513 | 2024.09.25 17:28:42.047022 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. | ||
| 8514 | 2024.09.25 17:28:43.527678 [ 62 ] {} <Debug> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 8515 | 2024.09.25 17:28:43.527751 [ 62 ] {} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8516 | 2024.09.25 17:28:43.527779 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8517 | 2024.09.25 17:28:43.527967 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 8518 | 2024.09.25 17:28:43.528252 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8519 | 2024.09.25 17:28:43.528293 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part | ||
| 8520 | 2024.09.25 17:28:43.528386 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
| 8521 | 2024.09.25 17:28:43.528622 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 8522 | 2024.09.25 17:28:43.528835 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part | ||
| 8523 | 2024.09.25 17:28:43.528930 [ 186 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 8524 | 2024.09.25 17:28:43.530146 [ 195 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002293853 sec., 16566.01360244096 rows/sec., 1.38 MiB/sec. | ||
| 8525 | 2024.09.25 17:28:43.530357 [ 199 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 8526 | 2024.09.25 17:28:43.530888 [ 199 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8527 | 2024.09.25 17:28:43.530975 [ 199 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_10_2} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 8528 | 2024.09.25 17:28:43.531075 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8529 | 2024.09.25 17:28:47.032225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8530 | 2024.09.25 17:28:47.032379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8531 | 2024.09.25 17:28:47.032405 [ 3 ] {} <Debug> HTTP-Session: 4a504cd3-6007-4512-8fcd-0bbe4c41bb0d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8532 | 2024.09.25 17:28:47.032430 [ 3 ] {} <Debug> HTTP-Session: 4a504cd3-6007-4512-8fcd-0bbe4c41bb0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8533 | 2024.09.25 17:28:47.032445 [ 3 ] {} <Debug> HTTP-Session: 4a504cd3-6007-4512-8fcd-0bbe4c41bb0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8534 | 2024.09.25 17:28:47.032497 [ 3 ] {} <Trace> HTTP-Session: 4a504cd3-6007-4512-8fcd-0bbe4c41bb0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8535 | 2024.09.25 17:28:47.032698 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8536 | 2024.09.25 17:28:47.032767 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8537 | 2024.09.25 17:28:47.033123 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8538 | 2024.09.25 17:28:47.033553 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2024.09.25 17:28:47.033595 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8540 | 2024.09.25 17:28:47.034013 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 8541 | 2024.09.25 17:28:47.034408 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2024.09.25 17:28:47.034566 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001922 sec., 2081.1654526534858 rows/sec., 169.70 KiB/sec. | ||
| 8543 | 2024.09.25 17:28:47.034804 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8544 | 2024.09.25 17:28:47.034831 [ 3 ] {8fe9292d-9948-4d6b-8ba6-31b8f9783ff9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8545 | 2024.09.25 17:28:47.034848 [ 3 ] {} <Debug> HTTP-Session: 4a504cd3-6007-4512-8fcd-0bbe4c41bb0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8546 | 2024.09.25 17:28:47.035017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8547 | 2024.09.25 17:28:47.035068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8548 | 2024.09.25 17:28:47.035087 [ 3 ] {} <Debug> HTTP-Session: b79a1d0b-e8c0-44bf-99e3-0ef57f6213ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8549 | 2024.09.25 17:28:47.035104 [ 3 ] {} <Debug> HTTP-Session: b79a1d0b-e8c0-44bf-99e3-0ef57f6213ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8550 | 2024.09.25 17:28:47.035118 [ 3 ] {} <Debug> HTTP-Session: b79a1d0b-e8c0-44bf-99e3-0ef57f6213ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8551 | 2024.09.25 17:28:47.035150 [ 3 ] {} <Trace> HTTP-Session: b79a1d0b-e8c0-44bf-99e3-0ef57f6213ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8552 | 2024.09.25 17:28:47.035324 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8553 | 2024.09.25 17:28:47.035369 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8554 | 2024.09.25 17:28:47.035600 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8555 | 2024.09.25 17:28:47.036122 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8556 | 2024.09.25 17:28:47.036165 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8557 | 2024.09.25 17:28:47.036554 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8558 | 2024.09.25 17:28:47.036929 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8559 | 2024.09.25 17:28:47.037096 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Debug> executeQuery: Read 255 rows, 23.01 KiB in 0.001855 sec., 137466.30727762802 rows/sec., 12.11 MiB/sec. | ||
| 8560 | 2024.09.25 17:28:47.037273 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8561 | 2024.09.25 17:28:47.037297 [ 3 ] {19b36ac5-47a2-4bdf-a029-33defc6088b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8562 | 2024.09.25 17:28:47.037314 [ 3 ] {} <Debug> HTTP-Session: b79a1d0b-e8c0-44bf-99e3-0ef57f6213ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8563 | 2024.09.25 17:28:47.037446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8564 | 2024.09.25 17:28:47.037495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8565 | 2024.09.25 17:28:47.037522 [ 3 ] {} <Debug> HTTP-Session: 978b59d4-7dfa-480b-bd5c-fedabfd655f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8566 | 2024.09.25 17:28:47.037539 [ 3 ] {} <Debug> HTTP-Session: 978b59d4-7dfa-480b-bd5c-fedabfd655f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8567 | 2024.09.25 17:28:47.037554 [ 3 ] {} <Debug> HTTP-Session: 978b59d4-7dfa-480b-bd5c-fedabfd655f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8568 | 2024.09.25 17:28:47.037585 [ 3 ] {} <Trace> HTTP-Session: 978b59d4-7dfa-480b-bd5c-fedabfd655f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8569 | 2024.09.25 17:28:47.037691 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8570 | 2024.09.25 17:28:47.037734 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8571 | 2024.09.25 17:28:47.037965 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8572 | 2024.09.25 17:28:47.038359 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8573 | 2024.09.25 17:28:47.038396 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8574 | 2024.09.25 17:28:47.038757 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8575 | 2024.09.25 17:28:47.039119 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2024.09.25 17:28:47.039281 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001614 sec., 22304.832713754648 rows/sec., 1.62 MiB/sec. | ||
| 8577 | 2024.09.25 17:28:47.039461 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Debug> DynamicQueryHandler: Done processing query | ||
| 8578 | 2024.09.25 17:28:47.039485 [ 3 ] {5da18a0d-0f75-44bc-a707-4ae927aa6903} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 8579 | 2024.09.25 17:28:47.039501 [ 3 ] {} <Debug> HTTP-Session: 978b59d4-7dfa-480b-bd5c-fedabfd655f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8580 | 2024.09.25 17:28:47.039615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8581 | 2024.09.25 17:28:47.039663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8582 | 2024.09.25 17:28:47.039682 [ 3 ] {} <Debug> HTTP-Session: 210dbc5b-aed4-4b3d-8a50-12024e264c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8583 | 2024.09.25 17:28:47.039699 [ 3 ] {} <Debug> HTTP-Session: 210dbc5b-aed4-4b3d-8a50-12024e264c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8584 | 2024.09.25 17:28:47.039713 [ 3 ] {} <Debug> HTTP-Session: 210dbc5b-aed4-4b3d-8a50-12024e264c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8585 | 2024.09.25 17:28:47.039744 [ 3 ] {} <Trace> HTTP-Session: 210dbc5b-aed4-4b3d-8a50-12024e264c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8586 | 2024.09.25 17:28:47.039840 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8587 | 2024.09.25 17:28:47.039882 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8588 | 2024.09.25 17:28:47.040109 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8589 | 2024.09.25 17:28:47.040447 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8590 | 2024.09.25 17:28:47.040483 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8591 | 2024.09.25 17:28:47.040840 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8592 | 2024.09.25 17:28:47.041195 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8593 | 2024.09.25 17:28:47.041363 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 8594 | 2024.09.25 17:28:47.041523 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8595 | 2024.09.25 17:28:47.041547 [ 3 ] {42c950c3-b7e5-4f3b-ae02-9e665f22724c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8596 | 2024.09.25 17:28:47.041563 [ 3 ] {} <Debug> HTTP-Session: 210dbc5b-aed4-4b3d-8a50-12024e264c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8597 | 2024.09.25 17:28:47.041677 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8598 | 2024.09.25 17:28:47.041723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8599 | 2024.09.25 17:28:47.041742 [ 3 ] {} <Debug> HTTP-Session: a123cdf6-a9b9-40f0-8582-ed6789ca5a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8600 | 2024.09.25 17:28:47.041760 [ 3 ] {} <Debug> HTTP-Session: a123cdf6-a9b9-40f0-8582-ed6789ca5a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8601 | 2024.09.25 17:28:47.041774 [ 3 ] {} <Debug> HTTP-Session: a123cdf6-a9b9-40f0-8582-ed6789ca5a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8602 | 2024.09.25 17:28:47.041804 [ 3 ] {} <Trace> HTTP-Session: a123cdf6-a9b9-40f0-8582-ed6789ca5a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8603 | 2024.09.25 17:28:47.041896 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8604 | 2024.09.25 17:28:47.041940 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8605 | 2024.09.25 17:28:47.042164 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8606 | 2024.09.25 17:28:47.042524 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8607 | 2024.09.25 17:28:47.042561 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8608 | 2024.09.25 17:28:47.042906 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8609 | 2024.09.25 17:28:47.043275 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8610 | 2024.09.25 17:28:47.043423 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 229.00 KiB/sec. | ||
| 8611 | 2024.09.25 17:28:47.043705 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8612 | 2024.09.25 17:28:47.043735 [ 3 ] {6d1e133c-8ae6-4887-b5e7-74749ba3f66b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8613 | 2024.09.25 17:28:47.043752 [ 3 ] {} <Debug> HTTP-Session: a123cdf6-a9b9-40f0-8582-ed6789ca5a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8614 | 2024.09.25 17:28:47.043915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8615 | 2024.09.25 17:28:47.043963 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8616 | 2024.09.25 17:28:47.043981 [ 3 ] {} <Debug> HTTP-Session: 04f8c226-210c-41ab-a1bc-3dbbe04f6e4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8617 | 2024.09.25 17:28:47.043997 [ 3 ] {} <Debug> HTTP-Session: 04f8c226-210c-41ab-a1bc-3dbbe04f6e4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8618 | 2024.09.25 17:28:47.044011 [ 3 ] {} <Debug> HTTP-Session: 04f8c226-210c-41ab-a1bc-3dbbe04f6e4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8619 | 2024.09.25 17:28:47.044041 [ 3 ] {} <Trace> HTTP-Session: 04f8c226-210c-41ab-a1bc-3dbbe04f6e4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8620 | 2024.09.25 17:28:47.044248 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8621 | 2024.09.25 17:28:47.044292 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8622 | 2024.09.25 17:28:47.044536 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8623 | 2024.09.25 17:28:47.045085 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8624 | 2024.09.25 17:28:47.045121 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8625 | 2024.09.25 17:28:47.045490 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8626 | 2024.09.25 17:28:47.045848 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8627 | 2024.09.25 17:28:47.046007 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.001871 sec., 223409.9412079102 rows/sec., 15.96 MiB/sec. | ||
| 8628 | 2024.09.25 17:28:47.046176 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8629 | 2024.09.25 17:28:47.046202 [ 3 ] {42dce68a-41dc-4ed6-ad49-5753351de2e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8630 | 2024.09.25 17:28:47.046219 [ 3 ] {} <Debug> HTTP-Session: 04f8c226-210c-41ab-a1bc-3dbbe04f6e4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8631 | 2024.09.25 17:28:47.046334 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8632 | 2024.09.25 17:28:47.046383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8633 | 2024.09.25 17:28:47.046401 [ 3 ] {} <Debug> HTTP-Session: 9cd33fbd-76e6-4614-9794-c38e80a02fae Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8634 | 2024.09.25 17:28:47.046417 [ 3 ] {} <Debug> HTTP-Session: 9cd33fbd-76e6-4614-9794-c38e80a02fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8635 | 2024.09.25 17:28:47.046431 [ 3 ] {} <Debug> HTTP-Session: 9cd33fbd-76e6-4614-9794-c38e80a02fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8636 | 2024.09.25 17:28:47.046461 [ 3 ] {} <Trace> HTTP-Session: 9cd33fbd-76e6-4614-9794-c38e80a02fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8637 | 2024.09.25 17:28:47.046554 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8638 | 2024.09.25 17:28:47.046599 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8639 | 2024.09.25 17:28:47.046726 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8640 | 2024.09.25 17:28:47.046989 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8641 | 2024.09.25 17:28:47.047025 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8642 | 2024.09.25 17:28:47.047379 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8643 | 2024.09.25 17:28:47.047703 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8644 | 2024.09.25 17:28:47.047860 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001325 sec., 4528.301886792453 rows/sec., 236.59 KiB/sec. | ||
| 8645 | 2024.09.25 17:28:47.048032 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Debug> DynamicQueryHandler: Done processing query | ||
| 8646 | 2024.09.25 17:28:47.048057 [ 3 ] {4112c9d1-2057-4d03-9c63-b08a119bd047} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8647 | 2024.09.25 17:28:47.048073 [ 3 ] {} <Debug> HTTP-Session: 9cd33fbd-76e6-4614-9794-c38e80a02fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8648 | 2024.09.25 17:28:47.048271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8649 | 2024.09.25 17:28:47.048321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8650 | 2024.09.25 17:28:47.048340 [ 3 ] {} <Debug> HTTP-Session: a50dd26c-9184-43c7-b34c-a192b8b78dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8651 | 2024.09.25 17:28:47.048356 [ 3 ] {} <Debug> HTTP-Session: a50dd26c-9184-43c7-b34c-a192b8b78dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8652 | 2024.09.25 17:28:47.048370 [ 3 ] {} <Debug> HTTP-Session: a50dd26c-9184-43c7-b34c-a192b8b78dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8653 | 2024.09.25 17:28:47.048400 [ 3 ] {} <Trace> HTTP-Session: a50dd26c-9184-43c7-b34c-a192b8b78dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8654 | 2024.09.25 17:28:47.048610 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8655 | 2024.09.25 17:28:47.048656 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8656 | 2024.09.25 17:28:47.048804 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8657 | 2024.09.25 17:28:47.049237 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8658 | 2024.09.25 17:28:47.049273 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8659 | 2024.09.25 17:28:47.049667 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8660 | 2024.09.25 17:28:47.050020 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2024.09.25 17:28:47.050169 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001687 sec., 141671.60640189686 rows/sec., 9.50 MiB/sec. | ||
| 8662 | 2024.09.25 17:28:47.050455 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8663 | 2024.09.25 17:28:47.050516 [ 3 ] {c487a6cc-d9ce-408f-bcce-4c95fe8bbc8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 8664 | 2024.09.25 17:28:47.050581 [ 3 ] {} <Debug> HTTP-Session: a50dd26c-9184-43c7-b34c-a192b8b78dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8665 | 2024.09.25 17:28:47.050748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8666 | 2024.09.25 17:28:47.050798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8667 | 2024.09.25 17:28:47.050818 [ 3 ] {} <Debug> HTTP-Session: de64de79-ccf5-48c1-86b9-dfc6467cd8a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8668 | 2024.09.25 17:28:47.050835 [ 3 ] {} <Debug> HTTP-Session: de64de79-ccf5-48c1-86b9-dfc6467cd8a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8669 | 2024.09.25 17:28:47.050849 [ 3 ] {} <Debug> HTTP-Session: de64de79-ccf5-48c1-86b9-dfc6467cd8a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8670 | 2024.09.25 17:28:47.050880 [ 3 ] {} <Trace> HTTP-Session: de64de79-ccf5-48c1-86b9-dfc6467cd8a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8671 | 2024.09.25 17:28:47.050976 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 8672 | 2024.09.25 17:28:47.051023 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8673 | 2024.09.25 17:28:47.051175 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8674 | 2024.09.25 17:28:47.051443 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8675 | 2024.09.25 17:28:47.051478 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8676 | 2024.09.25 17:28:47.051821 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 8677 | 2024.09.25 17:28:47.052140 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8678 | 2024.09.25 17:28:47.052311 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. | ||
| 8679 | 2024.09.25 17:28:47.052476 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Debug> DynamicQueryHandler: Done processing query | ||
| 8680 | 2024.09.25 17:28:47.052500 [ 3 ] {9129b68b-f3ee-4778-9623-f6a2eb9d3d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 8681 | 2024.09.25 17:28:47.052516 [ 3 ] {} <Debug> HTTP-Session: de64de79-ccf5-48c1-86b9-dfc6467cd8a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8682 | 2024.09.25 17:28:47.052654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52560, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8683 | 2024.09.25 17:28:47.052702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8684 | 2024.09.25 17:28:47.052721 [ 3 ] {} <Debug> HTTP-Session: 590135d4-5c93-4804-940c-703efc834b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8685 | 2024.09.25 17:28:47.052738 [ 3 ] {} <Debug> HTTP-Session: 590135d4-5c93-4804-940c-703efc834b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8686 | 2024.09.25 17:28:47.052751 [ 3 ] {} <Debug> HTTP-Session: 590135d4-5c93-4804-940c-703efc834b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.09.25 17:28:47.052781 [ 3 ] {} <Trace> HTTP-Session: 590135d4-5c93-4804-940c-703efc834b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2024.09.25 17:28:47.053078 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8689 | 2024.09.25 17:28:47.053142 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <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_histogramu64 | ||
| 8690 | 2024.09.25 17:28:47.053566 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8691 | 2024.09.25 17:28:47.054230 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8692 | 2024.09.25 17:28:47.054265 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8693 | 2024.09.25 17:28:47.054881 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8694 | 2024.09.25 17:28:47.055295 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8695 | 2024.09.25 17:28:47.055468 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002594 sec., 12336.160370084812 rows/sec., 22.11 MiB/sec. | ||
| 8696 | 2024.09.25 17:28:47.056035 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8697 | 2024.09.25 17:28:47.056060 [ 3 ] {e9a35565-3e78-44ca-a666-675dd4e9b12b} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 8698 | 2024.09.25 17:28:47.056076 [ 3 ] {} <Debug> HTTP-Session: 590135d4-5c93-4804-940c-703efc834b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8699 | 2024.09.25 17:28:47.056209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8700 | 2024.09.25 17:28:47.056257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8701 | 2024.09.25 17:28:47.056279 [ 3 ] {} <Debug> HTTP-Session: a1783077-1df2-4a01-acab-b39a61f319be Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8702 | 2024.09.25 17:28:47.056295 [ 3 ] {} <Debug> HTTP-Session: a1783077-1df2-4a01-acab-b39a61f319be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8703 | 2024.09.25 17:28:47.056309 [ 3 ] {} <Debug> HTTP-Session: a1783077-1df2-4a01-acab-b39a61f319be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8704 | 2024.09.25 17:28:47.056340 [ 3 ] {} <Trace> HTTP-Session: a1783077-1df2-4a01-acab-b39a61f319be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8705 | 2024.09.25 17:28:47.056471 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8706 | 2024.09.25 17:28:47.056517 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8707 | 2024.09.25 17:28:47.056667 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8708 | 2024.09.25 17:28:47.057018 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2024.09.25 17:28:47.057054 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8710 | 2024.09.25 17:28:47.057433 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8711 | 2024.09.25 17:28:47.057765 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2024.09.25 17:28:47.057931 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00151 sec., 54304.6357615894 rows/sec., 3.45 MiB/sec. | ||
| 8713 | 2024.09.25 17:28:47.058106 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8714 | 2024.09.25 17:28:47.058130 [ 3 ] {69b5a40a-014a-4afc-962d-600f2a71d2f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8715 | 2024.09.25 17:28:47.058146 [ 3 ] {} <Debug> HTTP-Session: a1783077-1df2-4a01-acab-b39a61f319be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8716 | 2024.09.25 17:28:48.664524 [ 56 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8717 | 2024.09.25 17:28:48.664575 [ 56 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8718 | 2024.09.25 17:28:52.026084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8719 | 2024.09.25 17:28:52.026207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8720 | 2024.09.25 17:28:52.026234 [ 3 ] {} <Debug> HTTP-Session: 402c5efd-79a2-4689-a94a-1927fb7b7fca Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8721 | 2024.09.25 17:28:52.026261 [ 3 ] {} <Debug> HTTP-Session: 402c5efd-79a2-4689-a94a-1927fb7b7fca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8722 | 2024.09.25 17:28:52.026276 [ 3 ] {} <Debug> HTTP-Session: 402c5efd-79a2-4689-a94a-1927fb7b7fca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8723 | 2024.09.25 17:28:52.026329 [ 3 ] {} <Trace> HTTP-Session: 402c5efd-79a2-4689-a94a-1927fb7b7fca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8724 | 2024.09.25 17:28:52.026533 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8725 | 2024.09.25 17:28:52.026605 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8726 | 2024.09.25 17:28:52.026952 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8727 | 2024.09.25 17:28:52.027508 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8728 | 2024.09.25 17:28:52.027553 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8729 | 2024.09.25 17:28:52.027987 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8730 | 2024.09.25 17:28:52.028384 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8731 | 2024.09.25 17:28:52.028575 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.00211 sec., 34123.22274881517 rows/sec., 2.76 MiB/sec. | ||
| 8732 | 2024.09.25 17:28:52.028618 [ 49 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8733 | 2024.09.25 17:28:52.028720 [ 49 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8734 | 2024.09.25 17:28:52.028786 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8735 | 2024.09.25 17:28:52.028914 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 8736 | 2024.09.25 17:28:52.028930 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 8737 | 2024.09.25 17:28:52.028946 [ 3 ] {f19ac572-a65f-48cf-9d5d-e00113ab53d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8738 | 2024.09.25 17:28:52.028980 [ 3 ] {} <Debug> HTTP-Session: 402c5efd-79a2-4689-a94a-1927fb7b7fca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8739 | 2024.09.25 17:28:52.029077 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8740 | 2024.09.25 17:28:52.029111 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1419 rows starting from the beginning of the part | ||
| 8741 | 2024.09.25 17:28:52.029154 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8742 | 2024.09.25 17:28:52.029199 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1215 rows starting from the beginning of the part | ||
| 8743 | 2024.09.25 17:28:52.029291 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8744 | 2024.09.25 17:28:52.029400 [ 3 ] {} <Debug> HTTP-Session: a86993d1-be34-4b3a-b6e2-7f70deac7bad Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8745 | 2024.09.25 17:28:52.029502 [ 3 ] {} <Debug> HTTP-Session: a86993d1-be34-4b3a-b6e2-7f70deac7bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8746 | 2024.09.25 17:28:52.029589 [ 3 ] {} <Debug> HTTP-Session: a86993d1-be34-4b3a-b6e2-7f70deac7bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8747 | 2024.09.25 17:28:52.029631 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 253 rows starting from the beginning of the part | ||
| 8748 | 2024.09.25 17:28:52.029724 [ 3 ] {} <Trace> HTTP-Session: a86993d1-be34-4b3a-b6e2-7f70deac7bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8749 | 2024.09.25 17:28:52.029885 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part | ||
| 8750 | 2024.09.25 17:28:52.030097 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8751 | 2024.09.25 17:28:52.030177 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 255 rows starting from the beginning of the part | ||
| 8752 | 2024.09.25 17:28:52.030214 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8753 | 2024.09.25 17:28:52.030540 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 72 rows starting from the beginning of the part | ||
| 8754 | 2024.09.25 17:28:52.031380 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8755 | 2024.09.25 17:28:52.031886 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8756 | 2024.09.25 17:28:52.031930 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8757 | 2024.09.25 17:28:52.032459 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8758 | 2024.09.25 17:28:52.032929 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8759 | 2024.09.25 17:28:52.033210 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3286 rows, containing 5 columns (5 merged, 0 gathered) in 0.004323541 sec., 760025.1738100783 rows/sec., 66.46 MiB/sec. | ||
| 8760 | 2024.09.25 17:28:52.033261 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003308 sec., 2418.3796856106405 rows/sec., 181.85 KiB/sec. | ||
| 8761 | 2024.09.25 17:28:52.033710 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Debug> DynamicQueryHandler: Done processing query | ||
| 8762 | 2024.09.25 17:28:52.033718 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8763 | 2024.09.25 17:28:52.033761 [ 3 ] {6dd23c08-3aca-4b95-8592-2f315a80c612} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8764 | 2024.09.25 17:28:52.033801 [ 3 ] {} <Debug> HTTP-Session: a86993d1-be34-4b3a-b6e2-7f70deac7bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8765 | 2024.09.25 17:28:52.034001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8766 | 2024.09.25 17:28:52.034158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8767 | 2024.09.25 17:28:52.034239 [ 3 ] {} <Debug> HTTP-Session: 5618b586-f8da-47d2-b0d3-efe1a19773b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8768 | 2024.09.25 17:28:52.034295 [ 3 ] {} <Debug> HTTP-Session: 5618b586-f8da-47d2-b0d3-efe1a19773b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8769 | 2024.09.25 17:28:52.034328 [ 3 ] {} <Debug> HTTP-Session: 5618b586-f8da-47d2-b0d3-efe1a19773b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8770 | 2024.09.25 17:28:52.034390 [ 3 ] {} <Trace> HTTP-Session: 5618b586-f8da-47d2-b0d3-efe1a19773b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8771 | 2024.09.25 17:28:52.034572 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8772 | 2024.09.25 17:28:52.034610 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8773 | 2024.09.25 17:28:52.034657 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8774 | 2024.09.25 17:28:52.034829 [ 199 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_46_9} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8775 | 2024.09.25 17:28:52.035007 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 8776 | 2024.09.25 17:28:52.035170 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8777 | 2024.09.25 17:28:52.035576 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8778 | 2024.09.25 17:28:52.035614 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8779 | 2024.09.25 17:28:52.035981 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8780 | 2024.09.25 17:28:52.036347 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8781 | 2024.09.25 17:28:52.036505 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002 sec., 36000 rows/sec., 2.81 MiB/sec. | ||
| 8782 | 2024.09.25 17:28:52.036519 [ 49 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8783 | 2024.09.25 17:28:52.036611 [ 49 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8784 | 2024.09.25 17:28:52.036654 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8785 | 2024.09.25 17:28:52.036807 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 8786 | 2024.09.25 17:28:52.036819 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Debug> DynamicQueryHandler: Done processing query | ||
| 8787 | 2024.09.25 17:28:52.036855 [ 3 ] {8601ba9f-0ad2-4feb-a284-d22815c03d53} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 8788 | 2024.09.25 17:28:52.036881 [ 3 ] {} <Debug> HTTP-Session: 5618b586-f8da-47d2-b0d3-efe1a19773b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8789 | 2024.09.25 17:28:52.036957 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8790 | 2024.09.25 17:28:52.036986 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 914 rows starting from the beginning of the part | ||
| 8791 | 2024.09.25 17:28:52.037123 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 534 rows starting from the beginning of the part | ||
| 8792 | 2024.09.25 17:28:52.037132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8793 | 2024.09.25 17:28:52.037304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8794 | 2024.09.25 17:28:52.037427 [ 3 ] {} <Debug> HTTP-Session: fc68d6a4-dae8-4d74-a51c-a7a3b93ef056 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8795 | 2024.09.25 17:28:52.037497 [ 3 ] {} <Debug> HTTP-Session: fc68d6a4-dae8-4d74-a51c-a7a3b93ef056 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8796 | 2024.09.25 17:28:52.037516 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 414 rows starting from the beginning of the part | ||
| 8797 | 2024.09.25 17:28:52.037559 [ 3 ] {} <Debug> HTTP-Session: fc68d6a4-dae8-4d74-a51c-a7a3b93ef056 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8798 | 2024.09.25 17:28:52.037705 [ 3 ] {} <Trace> HTTP-Session: fc68d6a4-dae8-4d74-a51c-a7a3b93ef056 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8799 | 2024.09.25 17:28:52.037812 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 72 rows starting from the beginning of the part | ||
| 8800 | 2024.09.25 17:28:52.038053 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 418 rows starting from the beginning of the part | ||
| 8801 | 2024.09.25 17:28:52.038089 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8802 | 2024.09.25 17:28:52.038296 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8803 | 2024.09.25 17:28:52.038431 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 72 rows starting from the beginning of the part | ||
| 8804 | 2024.09.25 17:28:52.039043 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8805 | 2024.09.25 17:28:52.039774 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8806 | 2024.09.25 17:28:52.039816 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8807 | 2024.09.25 17:28:52.040402 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8808 | 2024.09.25 17:28:52.040821 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 5 columns (5 merged, 0 gathered) in 0.004074136 sec., 594972.7745956443 rows/sec., 45.64 MiB/sec. | ||
| 8809 | 2024.09.25 17:28:52.040977 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8810 | 2024.09.25 17:28:52.041023 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8811 | 2024.09.25 17:28:52.041246 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003316 sec., 48250.90470446321 rows/sec., 3.36 MiB/sec. | ||
| 8812 | 2024.09.25 17:28:52.041242 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8813 | 2024.09.25 17:28:52.041388 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8814 | 2024.09.25 17:28:52.041541 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8815 | 2024.09.25 17:28:52.042005 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 8816 | 2024.09.25 17:28:52.042105 [ 3 ] {93c05066-9ed4-43d5-ad6b-486cc7a267ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8817 | 2024.09.25 17:28:52.042201 [ 3 ] {} <Debug> HTTP-Session: fc68d6a4-dae8-4d74-a51c-a7a3b93ef056 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8818 | 2024.09.25 17:28:52.042322 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 8819 | 2024.09.25 17:28:52.042538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14161, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8820 | 2024.09.25 17:28:52.042740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8821 | 2024.09.25 17:28:52.042842 [ 3 ] {} <Debug> HTTP-Session: db749c6d-41a2-40b7-9c18-96ba55c4e668 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8822 | 2024.09.25 17:28:52.042892 [ 3 ] {} <Debug> HTTP-Session: db749c6d-41a2-40b7-9c18-96ba55c4e668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8823 | 2024.09.25 17:28:52.042985 [ 3 ] {} <Debug> HTTP-Session: db749c6d-41a2-40b7-9c18-96ba55c4e668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8824 | 2024.09.25 17:28:52.042993 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8825 | 2024.09.25 17:28:52.043113 [ 3 ] {} <Trace> HTTP-Session: db749c6d-41a2-40b7-9c18-96ba55c4e668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8826 | 2024.09.25 17:28:52.043392 [ 192 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_46_9} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8827 | 2024.09.25 17:28:52.043385 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8828 | 2024.09.25 17:28:52.043553 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12940 rows starting from the beginning of the part | ||
| 8829 | 2024.09.25 17:28:52.043686 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8830 | 2024.09.25 17:28:52.043732 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 8831 | 2024.09.25 17:28:52.044049 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1009 rows starting from the beginning of the part | ||
| 8832 | 2024.09.25 17:28:52.044155 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <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_histogramu64 | ||
| 8833 | 2024.09.25 17:28:52.044357 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 237 rows starting from the beginning of the part | ||
| 8834 | 2024.09.25 17:28:52.044875 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part | ||
| 8835 | 2024.09.25 17:28:52.045471 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 239 rows starting from the beginning of the part | ||
| 8836 | 2024.09.25 17:28:52.045854 [ 199 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 8837 | 2024.09.25 17:28:52.047692 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8838 | 2024.09.25 17:28:52.048483 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8839 | 2024.09.25 17:28:52.048530 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8840 | 2024.09.25 17:28:52.050332 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8841 | 2024.09.25 17:28:52.051120 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8842 | 2024.09.25 17:28:52.051333 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007969 sec., 1003.8900740368929 rows/sec., 1.80 MiB/sec. | ||
| 8843 | 2024.09.25 17:28:52.051849 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 8844 | 2024.09.25 17:28:52.051877 [ 3 ] {e099a3d2-ff36-41be-b4f8-4d0f50e4a1ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 8845 | 2024.09.25 17:28:52.051895 [ 3 ] {} <Debug> HTTP-Session: db749c6d-41a2-40b7-9c18-96ba55c4e668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8846 | 2024.09.25 17:28:52.052051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8847 | 2024.09.25 17:28:52.052104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8848 | 2024.09.25 17:28:52.052133 [ 3 ] {} <Debug> HTTP-Session: 3e986436-f0b3-45a8-a97f-54ff51e3a130 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8849 | 2024.09.25 17:28:52.052155 [ 3 ] {} <Debug> HTTP-Session: 3e986436-f0b3-45a8-a97f-54ff51e3a130 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8850 | 2024.09.25 17:28:52.052171 [ 3 ] {} <Debug> HTTP-Session: 3e986436-f0b3-45a8-a97f-54ff51e3a130 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8851 | 2024.09.25 17:28:52.052207 [ 3 ] {} <Trace> HTTP-Session: 3e986436-f0b3-45a8-a97f-54ff51e3a130 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8852 | 2024.09.25 17:28:52.052374 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8853 | 2024.09.25 17:28:52.052426 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8854 | 2024.09.25 17:28:52.052581 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8855 | 2024.09.25 17:28:52.053051 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8856 | 2024.09.25 17:28:52.053088 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8857 | 2024.09.25 17:28:52.053640 [ 190 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14745 rows, containing 5 columns (5 merged, 0 gathered) in 0.01184411 sec., 1244922.5817727123 rows/sec., 84.11 MiB/sec. | ||
| 8858 | 2024.09.25 17:28:52.053912 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8859 | 2024.09.25 17:28:52.054268 [ 190 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8860 | 2024.09.25 17:28:52.054468 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8861 | 2024.09.25 17:28:52.054734 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002418 sec., 24813.89578163772 rows/sec., 1.67 MiB/sec. | ||
| 8862 | 2024.09.25 17:28:52.054775 [ 49 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8863 | 2024.09.25 17:28:52.055073 [ 49 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2024.09.25 17:28:52.055179 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 8865 | 2024.09.25 17:28:52.055358 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 8866 | 2024.09.25 17:28:52.055433 [ 3 ] {c597f3c3-e6e3-4de9-b34a-f8541b9d93dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8867 | 2024.09.25 17:28:52.055514 [ 3 ] {} <Debug> HTTP-Session: 3e986436-f0b3-45a8-a97f-54ff51e3a130 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8868 | 2024.09.25 17:28:52.055561 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8869 | 2024.09.25 17:28:52.055758 [ 190 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8870 | 2024.09.25 17:28:52.055798 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8871 | 2024.09.25 17:28:52.055870 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2516 rows starting from the beginning of the part | ||
| 8872 | 2024.09.25 17:28:52.055983 [ 190 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8873 | 2024.09.25 17:28:52.056096 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8874 | 2024.09.25 17:28:52.056267 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.82 MiB. | ||
| 8875 | 2024.09.25 17:28:52.056415 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 8876 | 2024.09.25 17:28:52.056529 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8877 | 2024.09.25 17:28:52.056675 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 8878 | 2024.09.25 17:28:52.056816 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 8879 | 2024.09.25 17:28:52.058242 [ 201 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2860 rows, containing 4 columns (4 merged, 0 gathered) in 0.002888274 sec., 990210.7625523063 rows/sec., 64.77 MiB/sec. | ||
| 8880 | 2024.09.25 17:28:52.058481 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8881 | 2024.09.25 17:28:52.058858 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.09.25 17:28:52.058937 [ 196 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_46_9} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8883 | 2024.09.25 17:28:52.059007 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. | ||
| 8884 | 2024.09.25 17:28:57.031062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 35455, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8885 | 2024.09.25 17:28:57.031241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8886 | 2024.09.25 17:28:57.031265 [ 3 ] {} <Debug> HTTP-Session: a81dbb29-d8c4-47c7-997d-01df39c28568 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8887 | 2024.09.25 17:28:57.031289 [ 3 ] {} <Debug> HTTP-Session: a81dbb29-d8c4-47c7-997d-01df39c28568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8888 | 2024.09.25 17:28:57.031306 [ 3 ] {} <Debug> HTTP-Session: a81dbb29-d8c4-47c7-997d-01df39c28568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8889 | 2024.09.25 17:28:57.031355 [ 3 ] {} <Trace> HTTP-Session: a81dbb29-d8c4-47c7-997d-01df39c28568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8890 | 2024.09.25 17:28:57.031599 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8891 | 2024.09.25 17:28:57.031665 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8892 | 2024.09.25 17:28:57.032000 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8893 | 2024.09.25 17:28:57.032613 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2024.09.25 17:28:57.032652 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8895 | 2024.09.25 17:28:57.033090 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8896 | 2024.09.25 17:28:57.033495 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8897 | 2024.09.25 17:28:57.033662 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Debug> executeQuery: Read 235 rows, 21.17 KiB in 0.002168 sec., 108394.8339483395 rows/sec., 9.54 MiB/sec. | ||
| 8898 | 2024.09.25 17:28:57.033878 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 8899 | 2024.09.25 17:28:57.033905 [ 3 ] {e08f23eb-2da1-4b7e-8450-c4a98e84bf4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 8900 | 2024.09.25 17:28:57.033921 [ 3 ] {} <Debug> HTTP-Session: a81dbb29-d8c4-47c7-997d-01df39c28568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8901 | 2024.09.25 17:28:57.034111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 3348, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8902 | 2024.09.25 17:28:57.034161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8903 | 2024.09.25 17:28:57.034180 [ 3 ] {} <Debug> HTTP-Session: 056725f3-fc41-4271-bc09-2338d4ab3013 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8904 | 2024.09.25 17:28:57.034197 [ 3 ] {} <Debug> HTTP-Session: 056725f3-fc41-4271-bc09-2338d4ab3013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8905 | 2024.09.25 17:28:57.034212 [ 3 ] {} <Debug> HTTP-Session: 056725f3-fc41-4271-bc09-2338d4ab3013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8906 | 2024.09.25 17:28:57.034243 [ 3 ] {} <Trace> HTTP-Session: 056725f3-fc41-4271-bc09-2338d4ab3013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8907 | 2024.09.25 17:28:57.034343 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8908 | 2024.09.25 17:28:57.034386 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8909 | 2024.09.25 17:28:57.034614 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8910 | 2024.09.25 17:28:57.034978 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8911 | 2024.09.25 17:28:57.035015 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8912 | 2024.09.25 17:28:57.035361 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8913 | 2024.09.25 17:28:57.035720 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2024.09.25 17:28:57.035881 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Debug> executeQuery: Read 23 rows, 1.73 KiB in 0.001561 sec., 14734.144778987828 rows/sec., 1.08 MiB/sec. | ||
| 8915 | 2024.09.25 17:28:57.035893 [ 42 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8916 | 2024.09.25 17:28:57.036009 [ 42 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8917 | 2024.09.25 17:28:57.036048 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8918 | 2024.09.25 17:28:57.036134 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 8919 | 2024.09.25 17:28:57.036193 [ 3 ] {53a078bc-b5b1-4106-8fc5-737f6ddc21b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8920 | 2024.09.25 17:28:57.036246 [ 3 ] {} <Debug> HTTP-Session: 056725f3-fc41-4271-bc09-2338d4ab3013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8921 | 2024.09.25 17:28:57.036336 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 8922 | 2024.09.25 17:28:57.036436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8923 | 2024.09.25 17:28:57.036543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8924 | 2024.09.25 17:28:57.036598 [ 3 ] {} <Debug> HTTP-Session: e124a63d-63e3-4326-b719-88b74443f257 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8925 | 2024.09.25 17:28:57.036652 [ 3 ] {} <Debug> HTTP-Session: e124a63d-63e3-4326-b719-88b74443f257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8926 | 2024.09.25 17:28:57.036688 [ 3 ] {} <Debug> HTTP-Session: e124a63d-63e3-4326-b719-88b74443f257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8927 | 2024.09.25 17:28:57.036729 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8928 | 2024.09.25 17:28:57.036750 [ 3 ] {} <Trace> HTTP-Session: e124a63d-63e3-4326-b719-88b74443f257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8929 | 2024.09.25 17:28:57.036815 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part | ||
| 8930 | 2024.09.25 17:28:57.037035 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8931 | 2024.09.25 17:28:57.037132 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 8932 | 2024.09.25 17:28:57.037163 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8933 | 2024.09.25 17:28:57.037446 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8934 | 2024.09.25 17:28:57.037769 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 8935 | 2024.09.25 17:28:57.038195 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8936 | 2024.09.25 17:28:57.038636 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 8937 | 2024.09.25 17:28:57.039188 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8938 | 2024.09.25 17:28:57.040108 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8939 | 2024.09.25 17:28:57.040184 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8940 | 2024.09.25 17:28:57.041187 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8941 | 2024.09.25 17:28:57.041525 [ 199 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 165 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536685 sec., 30744.29134408452 rows/sec., 2.35 MiB/sec. | ||
| 8942 | 2024.09.25 17:28:57.042010 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8943 | 2024.09.25 17:28:57.042079 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8944 | 2024.09.25 17:28:57.042443 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005504 sec., 2543.6046511627906 rows/sec., 178.14 KiB/sec. | ||
| 8945 | 2024.09.25 17:28:57.042933 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Debug> DynamicQueryHandler: Done processing query | ||
| 8946 | 2024.09.25 17:28:57.042977 [ 3 ] {41ffded5-8f0d-4c0a-908f-bc9a6f5d7a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8947 | 2024.09.25 17:28:57.043017 [ 3 ] {} <Debug> HTTP-Session: e124a63d-63e3-4326-b719-88b74443f257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8948 | 2024.09.25 17:28:57.043195 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8949 | 2024.09.25 17:28:57.043242 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8950 | 2024.09.25 17:28:57.043282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8951 | 2024.09.25 17:28:57.043341 [ 3 ] {} <Debug> HTTP-Session: 8aa82c74-5f63-4758-81bb-4ad863639c16 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8952 | 2024.09.25 17:28:57.043375 [ 3 ] {} <Debug> HTTP-Session: 8aa82c74-5f63-4758-81bb-4ad863639c16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8953 | 2024.09.25 17:28:57.043396 [ 3 ] {} <Debug> HTTP-Session: 8aa82c74-5f63-4758-81bb-4ad863639c16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8954 | 2024.09.25 17:28:57.043427 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_41_8} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8955 | 2024.09.25 17:28:57.043455 [ 3 ] {} <Trace> HTTP-Session: 8aa82c74-5f63-4758-81bb-4ad863639c16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8956 | 2024.09.25 17:28:57.043599 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8957 | 2024.09.25 17:28:57.043662 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 8958 | 2024.09.25 17:28:57.043712 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8959 | 2024.09.25 17:28:57.043968 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8960 | 2024.09.25 17:28:57.044281 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8961 | 2024.09.25 17:28:57.044317 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8962 | 2024.09.25 17:28:57.044674 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8963 | 2024.09.25 17:28:57.045056 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8964 | 2024.09.25 17:28:57.045215 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 217.75 KiB/sec. | ||
| 8965 | 2024.09.25 17:28:57.045379 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Debug> DynamicQueryHandler: Done processing query | ||
| 8966 | 2024.09.25 17:28:57.045403 [ 3 ] {a03e37df-205d-42f7-9c83-4e9707ad2243} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8967 | 2024.09.25 17:28:57.045419 [ 3 ] {} <Debug> HTTP-Session: 8aa82c74-5f63-4758-81bb-4ad863639c16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8968 | 2024.09.25 17:28:57.045613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 65680, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8969 | 2024.09.25 17:28:57.045661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8970 | 2024.09.25 17:28:57.045681 [ 3 ] {} <Debug> HTTP-Session: 62886b23-608a-47a5-91be-530230a65e6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8971 | 2024.09.25 17:28:57.045697 [ 3 ] {} <Debug> HTTP-Session: 62886b23-608a-47a5-91be-530230a65e6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8972 | 2024.09.25 17:28:57.045710 [ 3 ] {} <Debug> HTTP-Session: 62886b23-608a-47a5-91be-530230a65e6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8973 | 2024.09.25 17:28:57.045741 [ 3 ] {} <Trace> HTTP-Session: 62886b23-608a-47a5-91be-530230a65e6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8974 | 2024.09.25 17:28:57.045962 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8975 | 2024.09.25 17:28:57.046004 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8976 | 2024.09.25 17:28:57.046234 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8977 | 2024.09.25 17:28:57.046793 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8978 | 2024.09.25 17:28:57.046829 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8979 | 2024.09.25 17:28:57.047196 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 8980 | 2024.09.25 17:28:57.047566 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8981 | 2024.09.25 17:28:57.047724 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Debug> executeQuery: Read 405 rows, 29.52 KiB in 0.001865 sec., 217158.17694369974 rows/sec., 15.46 MiB/sec. | ||
| 8982 | 2024.09.25 17:28:57.047897 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Debug> DynamicQueryHandler: Done processing query | ||
| 8983 | 2024.09.25 17:28:57.047921 [ 3 ] {5f847c29-0acd-4a9f-81d3-83d1829d7a96} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 8984 | 2024.09.25 17:28:57.047937 [ 3 ] {} <Debug> HTTP-Session: 62886b23-608a-47a5-91be-530230a65e6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8985 | 2024.09.25 17:28:57.048135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8986 | 2024.09.25 17:28:57.048183 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8987 | 2024.09.25 17:28:57.048202 [ 3 ] {} <Debug> HTTP-Session: ba3da383-f6e1-4380-94b0-18c8286f67a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 8988 | 2024.09.25 17:28:57.048218 [ 3 ] {} <Debug> HTTP-Session: ba3da383-f6e1-4380-94b0-18c8286f67a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8989 | 2024.09.25 17:28:57.048232 [ 3 ] {} <Debug> HTTP-Session: ba3da383-f6e1-4380-94b0-18c8286f67a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8990 | 2024.09.25 17:28:57.048263 [ 3 ] {} <Trace> HTTP-Session: ba3da383-f6e1-4380-94b0-18c8286f67a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8991 | 2024.09.25 17:28:57.048357 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8992 | 2024.09.25 17:28:57.048402 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8993 | 2024.09.25 17:28:57.048533 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8994 | 2024.09.25 17:28:57.048815 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8995 | 2024.09.25 17:28:57.048850 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 8996 | 2024.09.25 17:28:57.049207 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8997 | 2024.09.25 17:28:57.049539 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8998 | 2024.09.25 17:28:57.049696 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001356 sec., 4424.778761061947 rows/sec., 231.18 KiB/sec. | ||
| 8999 | 2024.09.25 17:28:57.049854 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9000 | 2024.09.25 17:28:57.049879 [ 3 ] {fcd7d6ab-4a3a-4607-90cb-ea3e6448512e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9001 | 2024.09.25 17:28:57.049895 [ 3 ] {} <Debug> HTTP-Session: ba3da383-f6e1-4380-94b0-18c8286f67a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9002 | 2024.09.25 17:28:57.050058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9003 | 2024.09.25 17:28:57.050106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9004 | 2024.09.25 17:28:57.050125 [ 3 ] {} <Debug> HTTP-Session: f0b697f9-5c5c-4bed-b8b4-c3b333b4219d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9005 | 2024.09.25 17:28:57.050142 [ 3 ] {} <Debug> HTTP-Session: f0b697f9-5c5c-4bed-b8b4-c3b333b4219d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9006 | 2024.09.25 17:28:57.050157 [ 3 ] {} <Debug> HTTP-Session: f0b697f9-5c5c-4bed-b8b4-c3b333b4219d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9007 | 2024.09.25 17:28:57.050187 [ 3 ] {} <Trace> HTTP-Session: f0b697f9-5c5c-4bed-b8b4-c3b333b4219d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9008 | 2024.09.25 17:28:57.050380 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9009 | 2024.09.25 17:28:57.050427 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9010 | 2024.09.25 17:28:57.050573 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9011 | 2024.09.25 17:28:57.051006 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9012 | 2024.09.25 17:28:57.051044 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9013 | 2024.09.25 17:28:57.051444 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9014 | 2024.09.25 17:28:57.051799 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9015 | 2024.09.25 17:28:57.051959 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001679 sec., 141155.44967242406 rows/sec., 9.46 MiB/sec. | ||
| 9016 | 2024.09.25 17:28:57.052257 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Debug> DynamicQueryHandler: Done processing query | ||
| 9017 | 2024.09.25 17:28:57.052302 [ 3 ] {be640b7a-908f-4c45-83e8-f77a93849556} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9018 | 2024.09.25 17:28:57.052327 [ 3 ] {} <Debug> HTTP-Session: f0b697f9-5c5c-4bed-b8b4-c3b333b4219d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9019 | 2024.09.25 17:28:57.052487 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9020 | 2024.09.25 17:28:57.052537 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9021 | 2024.09.25 17:28:57.052557 [ 3 ] {} <Debug> HTTP-Session: 90dd6eb2-c494-49e1-b6b6-5db7b68792c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9022 | 2024.09.25 17:28:57.052573 [ 3 ] {} <Debug> HTTP-Session: 90dd6eb2-c494-49e1-b6b6-5db7b68792c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9023 | 2024.09.25 17:28:57.052586 [ 3 ] {} <Debug> HTTP-Session: 90dd6eb2-c494-49e1-b6b6-5db7b68792c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9024 | 2024.09.25 17:28:57.052617 [ 3 ] {} <Trace> HTTP-Session: 90dd6eb2-c494-49e1-b6b6-5db7b68792c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9025 | 2024.09.25 17:28:57.052710 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9026 | 2024.09.25 17:28:57.052755 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9027 | 2024.09.25 17:28:57.052901 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9028 | 2024.09.25 17:28:57.053153 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9029 | 2024.09.25 17:28:57.053189 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9030 | 2024.09.25 17:28:57.053535 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 9031 | 2024.09.25 17:28:57.053861 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9032 | 2024.09.25 17:28:57.054014 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001321 sec., 757.0022710068131 rows/sec., 51.01 KiB/sec. | ||
| 9033 | 2024.09.25 17:28:57.054169 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Debug> DynamicQueryHandler: Done processing query | ||
| 9034 | 2024.09.25 17:28:57.054192 [ 3 ] {68f79774-ece3-45c6-8223-20c445a93505} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9035 | 2024.09.25 17:28:57.054208 [ 3 ] {} <Debug> HTTP-Session: 90dd6eb2-c494-49e1-b6b6-5db7b68792c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9036 | 2024.09.25 17:28:57.054384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 37787, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9037 | 2024.09.25 17:28:57.054431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9038 | 2024.09.25 17:28:57.054450 [ 3 ] {} <Debug> HTTP-Session: 30027ec8-5de9-4d12-aa82-296fa7e61323 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9039 | 2024.09.25 17:28:57.054467 [ 3 ] {} <Debug> HTTP-Session: 30027ec8-5de9-4d12-aa82-296fa7e61323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9040 | 2024.09.25 17:28:57.054481 [ 3 ] {} <Debug> HTTP-Session: 30027ec8-5de9-4d12-aa82-296fa7e61323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9041 | 2024.09.25 17:28:57.054511 [ 3 ] {} <Trace> HTTP-Session: 30027ec8-5de9-4d12-aa82-296fa7e61323 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9042 | 2024.09.25 17:28:57.054760 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9043 | 2024.09.25 17:28:57.054825 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <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_histogramu64 | ||
| 9044 | 2024.09.25 17:28:57.055254 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9045 | 2024.09.25 17:28:57.055865 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9046 | 2024.09.25 17:28:57.055901 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9047 | 2024.09.25 17:28:57.056522 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9048 | 2024.09.25 17:28:57.056943 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9049 | 2024.09.25 17:28:57.057135 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Debug> executeQuery: Read 23 rows, 42.20 KiB in 0.002537 sec., 9065.825778478516 rows/sec., 16.25 MiB/sec. | ||
| 9050 | 2024.09.25 17:28:57.057362 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9051 | 2024.09.25 17:28:57.057387 [ 3 ] {26716244-b566-42f0-8232-edf13267eec1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 9052 | 2024.09.25 17:28:57.057402 [ 3 ] {} <Debug> HTTP-Session: 30027ec8-5de9-4d12-aa82-296fa7e61323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9053 | 2024.09.25 17:28:57.057536 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9054 | 2024.09.25 17:28:57.057584 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9055 | 2024.09.25 17:28:57.057603 [ 3 ] {} <Debug> HTTP-Session: d27f4025-323d-4a0d-9bcf-e250e8974ea4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9056 | 2024.09.25 17:28:57.057620 [ 3 ] {} <Debug> HTTP-Session: d27f4025-323d-4a0d-9bcf-e250e8974ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9057 | 2024.09.25 17:28:57.057634 [ 3 ] {} <Debug> HTTP-Session: d27f4025-323d-4a0d-9bcf-e250e8974ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9058 | 2024.09.25 17:28:57.057665 [ 3 ] {} <Trace> HTTP-Session: d27f4025-323d-4a0d-9bcf-e250e8974ea4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9059 | 2024.09.25 17:28:57.057780 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9060 | 2024.09.25 17:28:57.057825 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9061 | 2024.09.25 17:28:57.057958 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9062 | 2024.09.25 17:28:57.058270 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9063 | 2024.09.25 17:28:57.058305 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9064 | 2024.09.25 17:28:57.058667 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9065 | 2024.09.25 17:28:57.058988 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9066 | 2024.09.25 17:28:57.059128 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001389 sec., 59035.277177825774 rows/sec., 3.75 MiB/sec. | ||
| 9067 | 2024.09.25 17:28:57.059287 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Debug> DynamicQueryHandler: Done processing query | ||
| 9068 | 2024.09.25 17:28:57.059311 [ 3 ] {17c52fa2-ae9f-440f-b978-30ced16ae989} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9069 | 2024.09.25 17:28:57.059327 [ 3 ] {} <Debug> HTTP-Session: d27f4025-323d-4a0d-9bcf-e250e8974ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9070 | 2024.09.25 17:29:01.534918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175317, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9071 | 2024.09.25 17:29:01.535106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9072 | 2024.09.25 17:29:01.535151 [ 3 ] {} <Debug> HTTP-Session: 270fdb0f-ccf2-44f5-a5ee-27e5b2718ddf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9073 | 2024.09.25 17:29:01.535193 [ 3 ] {} <Debug> HTTP-Session: 270fdb0f-ccf2-44f5-a5ee-27e5b2718ddf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9074 | 2024.09.25 17:29:01.535222 [ 3 ] {} <Debug> HTTP-Session: 270fdb0f-ccf2-44f5-a5ee-27e5b2718ddf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9075 | 2024.09.25 17:29:01.535304 [ 3 ] {} <Trace> HTTP-Session: 270fdb0f-ccf2-44f5-a5ee-27e5b2718ddf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9076 | 2024.09.25 17:29:01.536061 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9077 | 2024.09.25 17:29:01.536134 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9078 | 2024.09.25 17:29:01.536471 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9079 | 2024.09.25 17:29:01.537686 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9080 | 2024.09.25 17:29:01.537726 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9081 | 2024.09.25 17:29:01.538226 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9082 | 2024.09.25 17:29:01.538620 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9083 | 2024.09.25 17:29:01.538766 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Debug> executeQuery: Read 1212 rows, 102.08 KiB in 0.003263 sec., 371437.3276126264 rows/sec., 30.55 MiB/sec. | ||
| 9084 | 2024.09.25 17:29:01.538969 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9085 | 2024.09.25 17:29:01.538995 [ 3 ] {1a97a433-34c5-426d-ac5c-c3750cdd7b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 9086 | 2024.09.25 17:29:01.539012 [ 3 ] {} <Debug> HTTP-Session: 270fdb0f-ccf2-44f5-a5ee-27e5b2718ddf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9087 | 2024.09.25 17:29:01.539243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9088 | 2024.09.25 17:29:01.539297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9089 | 2024.09.25 17:29:01.539316 [ 3 ] {} <Debug> HTTP-Session: d754d919-6a53-405e-9033-b2bc8be12731 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9090 | 2024.09.25 17:29:01.539334 [ 3 ] {} <Debug> HTTP-Session: d754d919-6a53-405e-9033-b2bc8be12731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9091 | 2024.09.25 17:29:01.539348 [ 3 ] {} <Debug> HTTP-Session: d754d919-6a53-405e-9033-b2bc8be12731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9092 | 2024.09.25 17:29:01.539383 [ 3 ] {} <Trace> HTTP-Session: d754d919-6a53-405e-9033-b2bc8be12731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2024.09.25 17:29:01.539487 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9094 | 2024.09.25 17:29:01.539535 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9095 | 2024.09.25 17:29:01.539770 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9096 | 2024.09.25 17:29:01.540041 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9097 | 2024.09.25 17:29:01.540075 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9098 | 2024.09.25 17:29:01.540422 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9099 | 2024.09.25 17:29:01.540789 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9100 | 2024.09.25 17:29:01.540916 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001459 sec., 5483.207676490747 rows/sec., 412.31 KiB/sec. | ||
| 9101 | 2024.09.25 17:29:01.541069 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9102 | 2024.09.25 17:29:01.541093 [ 3 ] {166b210d-4842-40fa-9e79-8b8ecb4691c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9103 | 2024.09.25 17:29:01.541109 [ 3 ] {} <Debug> HTTP-Session: d754d919-6a53-405e-9033-b2bc8be12731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9104 | 2024.09.25 17:29:01.541275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9105 | 2024.09.25 17:29:01.541322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9106 | 2024.09.25 17:29:01.541342 [ 3 ] {} <Debug> HTTP-Session: a709fb50-da41-44be-8c0e-4bde74b8a545 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9107 | 2024.09.25 17:29:01.541358 [ 3 ] {} <Debug> HTTP-Session: a709fb50-da41-44be-8c0e-4bde74b8a545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9108 | 2024.09.25 17:29:01.541371 [ 3 ] {} <Debug> HTTP-Session: a709fb50-da41-44be-8c0e-4bde74b8a545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9109 | 2024.09.25 17:29:01.541401 [ 3 ] {} <Trace> HTTP-Session: a709fb50-da41-44be-8c0e-4bde74b8a545 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9110 | 2024.09.25 17:29:01.541541 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9111 | 2024.09.25 17:29:01.541583 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9112 | 2024.09.25 17:29:01.541804 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9113 | 2024.09.25 17:29:01.542190 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9114 | 2024.09.25 17:29:01.542224 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9115 | 2024.09.25 17:29:01.542589 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9116 | 2024.09.25 17:29:01.542951 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9117 | 2024.09.25 17:29:01.543070 [ 39 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 9118 | 2024.09.25 17:29:01.543081 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001604 sec., 142144.63840399001 rows/sec., 9.62 MiB/sec. | ||
| 9119 | 2024.09.25 17:29:01.543114 [ 39 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9120 | 2024.09.25 17:29:01.543150 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9121 | 2024.09.25 17:29:01.543350 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Debug> DynamicQueryHandler: Done processing query | ||
| 9122 | 2024.09.25 17:29:01.543384 [ 3 ] {5317d344-6e4f-444e-9df3-edde5716ceef} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 9123 | 2024.09.25 17:29:01.543394 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 9124 | 2024.09.25 17:29:01.543407 [ 3 ] {} <Debug> HTTP-Session: a709fb50-da41-44be-8c0e-4bde74b8a545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9125 | 2024.09.25 17:29:01.543792 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 87180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9126 | 2024.09.25 17:29:01.543929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9127 | 2024.09.25 17:29:01.543963 [ 3 ] {} <Debug> HTTP-Session: d3cb5397-60fb-47e3-be59-e113bc947242 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9128 | 2024.09.25 17:29:01.543970 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9129 | 2024.09.25 17:29:01.543984 [ 3 ] {} <Debug> HTTP-Session: d3cb5397-60fb-47e3-be59-e113bc947242 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9130 | 2024.09.25 17:29:01.544005 [ 3 ] {} <Debug> HTTP-Session: d3cb5397-60fb-47e3-be59-e113bc947242 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9131 | 2024.09.25 17:29:01.544018 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 243 rows starting from the beginning of the part | ||
| 9132 | 2024.09.25 17:29:01.544044 [ 3 ] {} <Trace> HTTP-Session: d3cb5397-60fb-47e3-be59-e113bc947242 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9133 | 2024.09.25 17:29:01.544128 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part | ||
| 9134 | 2024.09.25 17:29:01.544255 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 9135 | 2024.09.25 17:29:01.544549 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9136 | 2024.09.25 17:29:01.544659 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 9137 | 2024.09.25 17:29:01.544763 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9138 | 2024.09.25 17:29:01.544855 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 9139 | 2024.09.25 17:29:01.545360 [ 200 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part | ||
| 9140 | 2024.09.25 17:29:01.545808 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9141 | 2024.09.25 17:29:01.546606 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9142 | 2024.09.25 17:29:01.546650 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9143 | 2024.09.25 17:29:01.547023 [ 201 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 5 columns (5 merged, 0 gathered) in 0.003791151 sec., 195455.15332942424 rows/sec., 13.26 MiB/sec. | ||
| 9144 | 2024.09.25 17:29:01.547304 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9145 | 2024.09.25 17:29:01.547337 [ 201 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9146 | 2024.09.25 17:29:01.548220 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9147 | 2024.09.25 17:29:01.548478 [ 201 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2024.09.25 17:29:01.548498 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Debug> executeQuery: Read 528 rows, 40.04 KiB in 0.00432 sec., 122222.22222222222 rows/sec., 9.05 MiB/sec. | ||
| 9149 | 2024.09.25 17:29:01.548740 [ 201 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_26_5} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9150 | 2024.09.25 17:29:01.548906 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Debug> DynamicQueryHandler: Done processing query | ||
| 9151 | 2024.09.25 17:29:01.548936 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9152 | 2024.09.25 17:29:01.548948 [ 3 ] {2c84399e-60fb-4964-86dc-88816caf6360} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 9153 | 2024.09.25 17:29:01.548991 [ 3 ] {} <Debug> HTTP-Session: d3cb5397-60fb-47e3-be59-e113bc947242 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9154 | 2024.09.25 17:29:01.549225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 190973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9155 | 2024.09.25 17:29:01.549275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9156 | 2024.09.25 17:29:01.549295 [ 3 ] {} <Debug> HTTP-Session: 72fefb05-73ad-4dd1-bff3-c998ce8f9615 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9157 | 2024.09.25 17:29:01.549311 [ 3 ] {} <Debug> HTTP-Session: 72fefb05-73ad-4dd1-bff3-c998ce8f9615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9158 | 2024.09.25 17:29:01.549325 [ 3 ] {} <Debug> HTTP-Session: 72fefb05-73ad-4dd1-bff3-c998ce8f9615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9159 | 2024.09.25 17:29:01.549355 [ 3 ] {} <Trace> HTTP-Session: 72fefb05-73ad-4dd1-bff3-c998ce8f9615 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9160 | 2024.09.25 17:29:01.549805 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9161 | 2024.09.25 17:29:01.549855 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9162 | 2024.09.25 17:29:01.550028 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9163 | 2024.09.25 17:29:01.550898 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2024.09.25 17:29:01.550933 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9165 | 2024.09.25 17:29:01.551386 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9166 | 2024.09.25 17:29:01.551735 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2024.09.25 17:29:01.551863 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Debug> executeQuery: Read 1006 rows, 69.24 KiB in 0.002372 sec., 424114.671163575 rows/sec., 28.51 MiB/sec. | ||
| 9168 | 2024.09.25 17:29:01.552050 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Debug> DynamicQueryHandler: Done processing query | ||
| 9169 | 2024.09.25 17:29:01.552085 [ 3 ] {ca65e1c5-3e5d-4f8f-a12d-02e351b10650} <Debug> MemoryTracker: Peak memory usage (for query): 4.69 MiB. | ||
| 9170 | 2024.09.25 17:29:01.552105 [ 3 ] {} <Debug> HTTP-Session: 72fefb05-73ad-4dd1-bff3-c998ce8f9615 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9171 | 2024.09.25 17:29:01.552293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9172 | 2024.09.25 17:29:01.552341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9173 | 2024.09.25 17:29:01.552359 [ 3 ] {} <Debug> HTTP-Session: 082e1438-ee1b-4381-8985-afc3bb388a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9174 | 2024.09.25 17:29:01.552375 [ 3 ] {} <Debug> HTTP-Session: 082e1438-ee1b-4381-8985-afc3bb388a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9175 | 2024.09.25 17:29:01.552389 [ 3 ] {} <Debug> HTTP-Session: 082e1438-ee1b-4381-8985-afc3bb388a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9176 | 2024.09.25 17:29:01.552419 [ 3 ] {} <Trace> HTTP-Session: 082e1438-ee1b-4381-8985-afc3bb388a90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9177 | 2024.09.25 17:29:01.552567 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9178 | 2024.09.25 17:29:01.552630 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <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_histogramu64 | ||
| 9179 | 2024.09.25 17:29:01.553042 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9180 | 2024.09.25 17:29:01.553474 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9181 | 2024.09.25 17:29:01.553509 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9182 | 2024.09.25 17:29:01.554092 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9183 | 2024.09.25 17:29:01.554503 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9184 | 2024.09.25 17:29:01.554653 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00216 sec., 3703.7037037037035 rows/sec., 6.64 MiB/sec. | ||
| 9185 | 2024.09.25 17:29:01.555152 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9186 | 2024.09.25 17:29:01.555221 [ 3 ] {9ef7c421-eeb5-47e3-a9b8-3d8b6e6bddb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 9187 | 2024.09.25 17:29:01.555279 [ 3 ] {} <Debug> HTTP-Session: 082e1438-ee1b-4381-8985-afc3bb388a90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9188 | 2024.09.25 17:29:01.555462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9189 | 2024.09.25 17:29:01.555512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9190 | 2024.09.25 17:29:01.555531 [ 3 ] {} <Debug> HTTP-Session: d02602f8-5848-4922-9081-d64d2a9329a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9191 | 2024.09.25 17:29:01.555548 [ 3 ] {} <Debug> HTTP-Session: d02602f8-5848-4922-9081-d64d2a9329a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9192 | 2024.09.25 17:29:01.555562 [ 3 ] {} <Debug> HTTP-Session: d02602f8-5848-4922-9081-d64d2a9329a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9193 | 2024.09.25 17:29:01.555594 [ 3 ] {} <Trace> HTTP-Session: d02602f8-5848-4922-9081-d64d2a9329a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9194 | 2024.09.25 17:29:01.555710 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9195 | 2024.09.25 17:29:01.555756 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9196 | 2024.09.25 17:29:01.555893 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9197 | 2024.09.25 17:29:01.556155 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9198 | 2024.09.25 17:29:01.556190 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9199 | 2024.09.25 17:29:01.556546 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9200 | 2024.09.25 17:29:01.556883 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9201 | 2024.09.25 17:29:01.557011 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
| 9202 | 2024.09.25 17:29:01.557162 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9203 | 2024.09.25 17:29:01.557186 [ 3 ] {5e3e8d31-ae6f-4395-9fe8-c3d8cf5213f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9204 | 2024.09.25 17:29:01.557201 [ 3 ] {} <Debug> HTTP-Session: d02602f8-5848-4922-9081-d64d2a9329a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9205 | 2024.09.25 17:29:03.664620 [ 37 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9206 | 2024.09.25 17:29:03.664697 [ 37 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9207 | 2024.09.25 17:29:05.001528 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001000219 sec. | ||
| 9208 | 2024.09.25 17:29:07.031810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9209 | 2024.09.25 17:29:07.031919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9210 | 2024.09.25 17:29:07.031948 [ 3 ] {} <Debug> HTTP-Session: aa203865-cbc3-4880-8f90-eee04864850f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9211 | 2024.09.25 17:29:07.031974 [ 3 ] {} <Debug> HTTP-Session: aa203865-cbc3-4880-8f90-eee04864850f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9212 | 2024.09.25 17:29:07.031990 [ 3 ] {} <Debug> HTTP-Session: aa203865-cbc3-4880-8f90-eee04864850f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9213 | 2024.09.25 17:29:07.032042 [ 3 ] {} <Trace> HTTP-Session: aa203865-cbc3-4880-8f90-eee04864850f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9214 | 2024.09.25 17:29:07.032298 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9215 | 2024.09.25 17:29:07.032366 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9216 | 2024.09.25 17:29:07.032708 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9217 | 2024.09.25 17:29:07.033288 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9218 | 2024.09.25 17:29:07.033325 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9219 | 2024.09.25 17:29:07.033757 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9220 | 2024.09.25 17:29:07.034151 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9221 | 2024.09.25 17:29:07.034296 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002116 sec., 119565.21739130435 rows/sec., 10.55 MiB/sec. | ||
| 9222 | 2024.09.25 17:29:07.034627 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9223 | 2024.09.25 17:29:07.034691 [ 3 ] {5bfcfdd5-de0e-422d-8faf-d0f6ea5a055d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9224 | 2024.09.25 17:29:07.034752 [ 3 ] {} <Debug> HTTP-Session: aa203865-cbc3-4880-8f90-eee04864850f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9225 | 2024.09.25 17:29:07.035004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9226 | 2024.09.25 17:29:07.035060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9227 | 2024.09.25 17:29:07.035080 [ 3 ] {} <Debug> HTTP-Session: dcf683c3-da1d-492f-8bcf-349547cd7c47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9228 | 2024.09.25 17:29:07.035098 [ 3 ] {} <Debug> HTTP-Session: dcf683c3-da1d-492f-8bcf-349547cd7c47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9229 | 2024.09.25 17:29:07.035113 [ 3 ] {} <Debug> HTTP-Session: dcf683c3-da1d-492f-8bcf-349547cd7c47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9230 | 2024.09.25 17:29:07.035148 [ 3 ] {} <Trace> HTTP-Session: dcf683c3-da1d-492f-8bcf-349547cd7c47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9231 | 2024.09.25 17:29:07.035266 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9232 | 2024.09.25 17:29:07.035313 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9233 | 2024.09.25 17:29:07.035569 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9234 | 2024.09.25 17:29:07.035895 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9235 | 2024.09.25 17:29:07.035931 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9236 | 2024.09.25 17:29:07.036283 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9237 | 2024.09.25 17:29:07.036643 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9238 | 2024.09.25 17:29:07.036773 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001542 sec., 20752.269779507133 rows/sec., 1.52 MiB/sec. | ||
| 9239 | 2024.09.25 17:29:07.036964 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Debug> DynamicQueryHandler: Done processing query | ||
| 9240 | 2024.09.25 17:29:07.036995 [ 3 ] {f2711b86-812b-470b-b007-526acf519562} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9241 | 2024.09.25 17:29:07.037016 [ 3 ] {} <Debug> HTTP-Session: dcf683c3-da1d-492f-8bcf-349547cd7c47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9242 | 2024.09.25 17:29:07.037184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9243 | 2024.09.25 17:29:07.037232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9244 | 2024.09.25 17:29:07.037251 [ 3 ] {} <Debug> HTTP-Session: 6d044ef0-c9f3-41fa-b62a-0c54d3d52769 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9245 | 2024.09.25 17:29:07.037273 [ 3 ] {} <Debug> HTTP-Session: 6d044ef0-c9f3-41fa-b62a-0c54d3d52769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9246 | 2024.09.25 17:29:07.037287 [ 3 ] {} <Debug> HTTP-Session: 6d044ef0-c9f3-41fa-b62a-0c54d3d52769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9247 | 2024.09.25 17:29:07.037317 [ 3 ] {} <Trace> HTTP-Session: 6d044ef0-c9f3-41fa-b62a-0c54d3d52769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9248 | 2024.09.25 17:29:07.037413 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9249 | 2024.09.25 17:29:07.037456 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9250 | 2024.09.25 17:29:07.037684 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9251 | 2024.09.25 17:29:07.037991 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9252 | 2024.09.25 17:29:07.038027 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9253 | 2024.09.25 17:29:07.038384 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9254 | 2024.09.25 17:29:07.038761 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9255 | 2024.09.25 17:29:07.038891 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001503 sec., 9314.703925482369 rows/sec., 652.34 KiB/sec. | ||
| 9256 | 2024.09.25 17:29:07.039059 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9257 | 2024.09.25 17:29:07.039083 [ 3 ] {0429bdff-1208-4523-b835-43f4b48e73c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9258 | 2024.09.25 17:29:07.039100 [ 3 ] {} <Debug> HTTP-Session: 6d044ef0-c9f3-41fa-b62a-0c54d3d52769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9259 | 2024.09.25 17:29:07.039241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9260 | 2024.09.25 17:29:07.039290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9261 | 2024.09.25 17:29:07.039309 [ 3 ] {} <Debug> HTTP-Session: 40cdd2eb-a6c2-4cbb-9606-ac1fd4bd1559 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9262 | 2024.09.25 17:29:07.039326 [ 3 ] {} <Debug> HTTP-Session: 40cdd2eb-a6c2-4cbb-9606-ac1fd4bd1559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9263 | 2024.09.25 17:29:07.039340 [ 3 ] {} <Debug> HTTP-Session: 40cdd2eb-a6c2-4cbb-9606-ac1fd4bd1559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9264 | 2024.09.25 17:29:07.039372 [ 3 ] {} <Trace> HTTP-Session: 40cdd2eb-a6c2-4cbb-9606-ac1fd4bd1559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9265 | 2024.09.25 17:29:07.039467 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9266 | 2024.09.25 17:29:07.039510 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9267 | 2024.09.25 17:29:07.039740 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9268 | 2024.09.25 17:29:07.040041 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9269 | 2024.09.25 17:29:07.040078 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9270 | 2024.09.25 17:29:07.040427 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9271 | 2024.09.25 17:29:07.040786 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9272 | 2024.09.25 17:29:07.040917 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001473 sec., 4073.319755600815 rows/sec., 240.66 KiB/sec. | ||
| 9273 | 2024.09.25 17:29:07.041074 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9274 | 2024.09.25 17:29:07.041098 [ 3 ] {b7e9ddb0-58cf-4452-9080-a38c14a6a0c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9275 | 2024.09.25 17:29:07.041115 [ 3 ] {} <Debug> HTTP-Session: 40cdd2eb-a6c2-4cbb-9606-ac1fd4bd1559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9276 | 2024.09.25 17:29:07.041283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9277 | 2024.09.25 17:29:07.041331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9278 | 2024.09.25 17:29:07.041350 [ 3 ] {} <Debug> HTTP-Session: d9bc52d9-5000-4ad2-8cbc-3dad37ca632a Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9279 | 2024.09.25 17:29:07.041367 [ 3 ] {} <Debug> HTTP-Session: d9bc52d9-5000-4ad2-8cbc-3dad37ca632a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9280 | 2024.09.25 17:29:07.041381 [ 3 ] {} <Debug> HTTP-Session: d9bc52d9-5000-4ad2-8cbc-3dad37ca632a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9281 | 2024.09.25 17:29:07.041412 [ 3 ] {} <Trace> HTTP-Session: d9bc52d9-5000-4ad2-8cbc-3dad37ca632a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9282 | 2024.09.25 17:29:07.041624 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9283 | 2024.09.25 17:29:07.041667 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9284 | 2024.09.25 17:29:07.041892 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9285 | 2024.09.25 17:29:07.042429 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9286 | 2024.09.25 17:29:07.042466 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9287 | 2024.09.25 17:29:07.042833 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9288 | 2024.09.25 17:29:07.043193 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9289 | 2024.09.25 17:29:07.043328 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001815 sec., 228099.173553719 rows/sec., 16.27 MiB/sec. | ||
| 9290 | 2024.09.25 17:29:07.043501 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Debug> DynamicQueryHandler: Done processing query | ||
| 9291 | 2024.09.25 17:29:07.043526 [ 3 ] {e9128555-816d-4870-b31e-2bddf97ea499} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9292 | 2024.09.25 17:29:07.043543 [ 3 ] {} <Debug> HTTP-Session: d9bc52d9-5000-4ad2-8cbc-3dad37ca632a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9293 | 2024.09.25 17:29:07.043691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9294 | 2024.09.25 17:29:07.043739 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9295 | 2024.09.25 17:29:07.043757 [ 3 ] {} <Debug> HTTP-Session: 49b7f475-42c2-4164-9bc7-a5e7b929e619 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9296 | 2024.09.25 17:29:07.043774 [ 3 ] {} <Debug> HTTP-Session: 49b7f475-42c2-4164-9bc7-a5e7b929e619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9297 | 2024.09.25 17:29:07.043788 [ 3 ] {} <Debug> HTTP-Session: 49b7f475-42c2-4164-9bc7-a5e7b929e619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9298 | 2024.09.25 17:29:07.043819 [ 3 ] {} <Trace> HTTP-Session: 49b7f475-42c2-4164-9bc7-a5e7b929e619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9299 | 2024.09.25 17:29:07.043915 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9300 | 2024.09.25 17:29:07.043961 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9301 | 2024.09.25 17:29:07.044094 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9302 | 2024.09.25 17:29:07.044347 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9303 | 2024.09.25 17:29:07.044383 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9304 | 2024.09.25 17:29:07.044749 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9305 | 2024.09.25 17:29:07.045075 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9306 | 2024.09.25 17:29:07.045205 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 238.39 KiB/sec. | ||
| 9307 | 2024.09.25 17:29:07.045367 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Debug> DynamicQueryHandler: Done processing query | ||
| 9308 | 2024.09.25 17:29:07.045391 [ 3 ] {50de8437-c2d9-46e6-895c-ebac364edc42} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9309 | 2024.09.25 17:29:07.045407 [ 3 ] {} <Debug> HTTP-Session: 49b7f475-42c2-4164-9bc7-a5e7b929e619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9310 | 2024.09.25 17:29:07.045627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9311 | 2024.09.25 17:29:07.045675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9312 | 2024.09.25 17:29:07.045694 [ 3 ] {} <Debug> HTTP-Session: 37234f30-2d4c-459b-bbdc-1cfc469e4a9c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9313 | 2024.09.25 17:29:07.045711 [ 3 ] {} <Debug> HTTP-Session: 37234f30-2d4c-459b-bbdc-1cfc469e4a9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9314 | 2024.09.25 17:29:07.045726 [ 3 ] {} <Debug> HTTP-Session: 37234f30-2d4c-459b-bbdc-1cfc469e4a9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9315 | 2024.09.25 17:29:07.045757 [ 3 ] {} <Trace> HTTP-Session: 37234f30-2d4c-459b-bbdc-1cfc469e4a9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9316 | 2024.09.25 17:29:07.045927 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9317 | 2024.09.25 17:29:07.045973 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9318 | 2024.09.25 17:29:07.046117 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9319 | 2024.09.25 17:29:07.046694 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9320 | 2024.09.25 17:29:07.046728 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9321 | 2024.09.25 17:29:07.047111 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9322 | 2024.09.25 17:29:07.047461 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9323 | 2024.09.25 17:29:07.047595 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00175 sec., 135428.57142857142 rows/sec., 9.08 MiB/sec. | ||
| 9324 | 2024.09.25 17:29:07.047898 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Debug> DynamicQueryHandler: Done processing query | ||
| 9325 | 2024.09.25 17:29:07.047946 [ 3 ] {7a9d971a-59c8-4088-9bbc-3bc1998c0f22} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9326 | 2024.09.25 17:29:07.047971 [ 3 ] {} <Debug> HTTP-Session: 37234f30-2d4c-459b-bbdc-1cfc469e4a9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9327 | 2024.09.25 17:29:07.048086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9328 | 2024.09.25 17:29:07.048135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9329 | 2024.09.25 17:29:07.048154 [ 3 ] {} <Debug> HTTP-Session: f760a76d-4c50-4f2d-80eb-c1ed437c643c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9330 | 2024.09.25 17:29:07.048171 [ 3 ] {} <Debug> HTTP-Session: f760a76d-4c50-4f2d-80eb-c1ed437c643c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9331 | 2024.09.25 17:29:07.048186 [ 3 ] {} <Debug> HTTP-Session: f760a76d-4c50-4f2d-80eb-c1ed437c643c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9332 | 2024.09.25 17:29:07.048217 [ 3 ] {} <Trace> HTTP-Session: f760a76d-4c50-4f2d-80eb-c1ed437c643c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9333 | 2024.09.25 17:29:07.048312 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9334 | 2024.09.25 17:29:07.048359 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9335 | 2024.09.25 17:29:07.048508 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9336 | 2024.09.25 17:29:07.048785 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9337 | 2024.09.25 17:29:07.048820 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9338 | 2024.09.25 17:29:07.049170 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 9339 | 2024.09.25 17:29:07.049503 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9340 | 2024.09.25 17:29:07.049638 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001348 sec., 741.839762611276 rows/sec., 49.99 KiB/sec. | ||
| 9341 | 2024.09.25 17:29:07.049851 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 9342 | 2024.09.25 17:29:07.049875 [ 3 ] {a5e47cba-2673-453a-bfb9-e99fd76b85aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9343 | 2024.09.25 17:29:07.049892 [ 3 ] {} <Debug> HTTP-Session: f760a76d-4c50-4f2d-80eb-c1ed437c643c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9344 | 2024.09.25 17:29:07.050036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52617, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9345 | 2024.09.25 17:29:07.050084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9346 | 2024.09.25 17:29:07.050103 [ 3 ] {} <Debug> HTTP-Session: e8710325-74fe-4483-9a19-b1139f045e23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9347 | 2024.09.25 17:29:07.050119 [ 3 ] {} <Debug> HTTP-Session: e8710325-74fe-4483-9a19-b1139f045e23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9348 | 2024.09.25 17:29:07.050133 [ 3 ] {} <Debug> HTTP-Session: e8710325-74fe-4483-9a19-b1139f045e23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9349 | 2024.09.25 17:29:07.050165 [ 3 ] {} <Trace> HTTP-Session: e8710325-74fe-4483-9a19-b1139f045e23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9350 | 2024.09.25 17:29:07.050471 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9351 | 2024.09.25 17:29:07.050537 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <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_histogramu64 | ||
| 9352 | 2024.09.25 17:29:07.050953 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9353 | 2024.09.25 17:29:07.051669 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.09.25 17:29:07.051705 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9355 | 2024.09.25 17:29:07.052346 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9356 | 2024.09.25 17:29:07.052764 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2024.09.25 17:29:07.052903 [ 35 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9358 | 2024.09.25 17:29:07.052917 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002659 sec., 12034.599473486274 rows/sec., 21.57 MiB/sec. | ||
| 9359 | 2024.09.25 17:29:07.052951 [ 35 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9360 | 2024.09.25 17:29:07.053004 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9361 | 2024.09.25 17:29:07.053430 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9362 | 2024.09.25 17:29:07.053428 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 9363 | 2024.09.25 17:29:07.053461 [ 3 ] {d7366911-67c8-4470-ad85-5de0966c6ed7} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9364 | 2024.09.25 17:29:07.053546 [ 3 ] {} <Debug> HTTP-Session: e8710325-74fe-4483-9a19-b1139f045e23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9365 | 2024.09.25 17:29:07.053718 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9366 | 2024.09.25 17:29:07.053837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9367 | 2024.09.25 17:29:07.053909 [ 3 ] {} <Debug> HTTP-Session: 68151304-cbd8-4dda-a52f-424702319c05 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9368 | 2024.09.25 17:29:07.053961 [ 3 ] {} <Debug> HTTP-Session: 68151304-cbd8-4dda-a52f-424702319c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9369 | 2024.09.25 17:29:07.054005 [ 3 ] {} <Debug> HTTP-Session: 68151304-cbd8-4dda-a52f-424702319c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9370 | 2024.09.25 17:29:07.054128 [ 3 ] {} <Trace> HTTP-Session: 68151304-cbd8-4dda-a52f-424702319c05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9371 | 2024.09.25 17:29:07.054225 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9372 | 2024.09.25 17:29:07.054344 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 660 rows starting from the beginning of the part | ||
| 9373 | 2024.09.25 17:29:07.054399 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9374 | 2024.09.25 17:29:07.054502 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9375 | 2024.09.25 17:29:07.055123 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 9376 | 2024.09.25 17:29:07.055409 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9377 | 2024.09.25 17:29:07.055888 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 9378 | 2024.09.25 17:29:07.056553 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 9379 | 2024.09.25 17:29:07.056693 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9380 | 2024.09.25 17:29:07.056761 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9381 | 2024.09.25 17:29:07.057205 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 9382 | 2024.09.25 17:29:07.057832 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 9383 | 2024.09.25 17:29:07.058221 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9384 | 2024.09.25 17:29:07.059146 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9385 | 2024.09.25 17:29:07.059503 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005216 sec., 15720.858895705522 rows/sec., 1022.43 KiB/sec. | ||
| 9386 | 2024.09.25 17:29:07.059923 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9387 | 2024.09.25 17:29:07.059969 [ 3 ] {0444dbad-ebfa-4245-92c2-2fd6f6f97e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9388 | 2024.09.25 17:29:07.060004 [ 3 ] {} <Debug> HTTP-Session: 68151304-cbd8-4dda-a52f-424702319c05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9389 | 2024.09.25 17:29:07.063332 [ 194 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 763 rows, containing 19 columns (19 merged, 0 gathered) in 0.010162678 sec., 75078.63576903647 rows/sec., 134.54 MiB/sec. | ||
| 9390 | 2024.09.25 17:29:07.064509 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9391 | 2024.09.25 17:29:07.065194 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9392 | 2024.09.25 17:29:07.065288 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9393 | 2024.09.25 17:29:07.065448 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. | ||
| 9394 | 2024.09.25 17:29:12.026283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9395 | 2024.09.25 17:29:12.026421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9396 | 2024.09.25 17:29:12.026446 [ 3 ] {} <Debug> HTTP-Session: 59bc6500-fb76-436a-8b6d-771e983f00aa Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9397 | 2024.09.25 17:29:12.026471 [ 3 ] {} <Debug> HTTP-Session: 59bc6500-fb76-436a-8b6d-771e983f00aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9398 | 2024.09.25 17:29:12.026486 [ 3 ] {} <Debug> HTTP-Session: 59bc6500-fb76-436a-8b6d-771e983f00aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9399 | 2024.09.25 17:29:12.026536 [ 3 ] {} <Trace> HTTP-Session: 59bc6500-fb76-436a-8b6d-771e983f00aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9400 | 2024.09.25 17:29:12.026747 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9401 | 2024.09.25 17:29:12.026815 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9402 | 2024.09.25 17:29:12.027157 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9403 | 2024.09.25 17:29:12.027742 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9404 | 2024.09.25 17:29:12.027784 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9405 | 2024.09.25 17:29:12.028203 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9406 | 2024.09.25 17:29:12.028607 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9407 | 2024.09.25 17:29:12.028778 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002098 sec., 34318.39847473784 rows/sec., 2.78 MiB/sec. | ||
| 9408 | 2024.09.25 17:29:12.028997 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9409 | 2024.09.25 17:29:12.029023 [ 3 ] {7268539d-9e72-490c-b78b-a043cf3525e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9410 | 2024.09.25 17:29:12.029040 [ 3 ] {} <Debug> HTTP-Session: 59bc6500-fb76-436a-8b6d-771e983f00aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9411 | 2024.09.25 17:29:12.029200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9412 | 2024.09.25 17:29:12.029251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9413 | 2024.09.25 17:29:12.029271 [ 3 ] {} <Debug> HTTP-Session: faceb380-4785-4b94-9263-f0a8f6c63f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9414 | 2024.09.25 17:29:12.029288 [ 3 ] {} <Debug> HTTP-Session: faceb380-4785-4b94-9263-f0a8f6c63f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9415 | 2024.09.25 17:29:12.029302 [ 3 ] {} <Debug> HTTP-Session: faceb380-4785-4b94-9263-f0a8f6c63f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9416 | 2024.09.25 17:29:12.029333 [ 3 ] {} <Trace> HTTP-Session: faceb380-4785-4b94-9263-f0a8f6c63f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9417 | 2024.09.25 17:29:12.029429 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9418 | 2024.09.25 17:29:12.029473 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9419 | 2024.09.25 17:29:12.029703 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9420 | 2024.09.25 17:29:12.030020 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2024.09.25 17:29:12.030055 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9422 | 2024.09.25 17:29:12.030396 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9423 | 2024.09.25 17:29:12.030770 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.09.25 17:29:12.030928 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001514 sec., 5284.015852047556 rows/sec., 397.33 KiB/sec. | ||
| 9425 | 2024.09.25 17:29:12.031134 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9426 | 2024.09.25 17:29:12.031161 [ 3 ] {13eae324-8c4f-45f9-87ff-3a857cac58c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9427 | 2024.09.25 17:29:12.031182 [ 3 ] {} <Debug> HTTP-Session: faceb380-4785-4b94-9263-f0a8f6c63f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9428 | 2024.09.25 17:29:12.031322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9429 | 2024.09.25 17:29:12.031370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9430 | 2024.09.25 17:29:12.031388 [ 3 ] {} <Debug> HTTP-Session: 6373b3b5-91c6-42b4-86f4-8a8a4708c3c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9431 | 2024.09.25 17:29:12.031405 [ 3 ] {} <Debug> HTTP-Session: 6373b3b5-91c6-42b4-86f4-8a8a4708c3c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9432 | 2024.09.25 17:29:12.031418 [ 3 ] {} <Debug> HTTP-Session: 6373b3b5-91c6-42b4-86f4-8a8a4708c3c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9433 | 2024.09.25 17:29:12.031450 [ 3 ] {} <Trace> HTTP-Session: 6373b3b5-91c6-42b4-86f4-8a8a4708c3c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9434 | 2024.09.25 17:29:12.031564 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9435 | 2024.09.25 17:29:12.031606 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9436 | 2024.09.25 17:29:12.031835 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9437 | 2024.09.25 17:29:12.032201 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9438 | 2024.09.25 17:29:12.032236 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9439 | 2024.09.25 17:29:12.032585 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9440 | 2024.09.25 17:29:12.032935 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9441 | 2024.09.25 17:29:12.033098 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001569 sec., 45889.10133843212 rows/sec., 3.58 MiB/sec. | ||
| 9442 | 2024.09.25 17:29:12.033384 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Debug> DynamicQueryHandler: Done processing query | ||
| 9443 | 2024.09.25 17:29:12.033450 [ 3 ] {f35500b5-6501-4c7f-b757-c8f1693fca62} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9444 | 2024.09.25 17:29:12.033503 [ 3 ] {} <Debug> HTTP-Session: 6373b3b5-91c6-42b4-86f4-8a8a4708c3c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9445 | 2024.09.25 17:29:12.033734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9446 | 2024.09.25 17:29:12.033787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9447 | 2024.09.25 17:29:12.033807 [ 3 ] {} <Debug> HTTP-Session: f9367291-d6e5-4996-8863-3ff6d54b887b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9448 | 2024.09.25 17:29:12.033824 [ 3 ] {} <Debug> HTTP-Session: f9367291-d6e5-4996-8863-3ff6d54b887b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9449 | 2024.09.25 17:29:12.033838 [ 3 ] {} <Debug> HTTP-Session: f9367291-d6e5-4996-8863-3ff6d54b887b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9450 | 2024.09.25 17:29:12.033872 [ 3 ] {} <Trace> HTTP-Session: f9367291-d6e5-4996-8863-3ff6d54b887b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9451 | 2024.09.25 17:29:12.034027 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9452 | 2024.09.25 17:29:12.034079 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9453 | 2024.09.25 17:29:12.034249 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9454 | 2024.09.25 17:29:12.034653 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9455 | 2024.09.25 17:29:12.034689 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9456 | 2024.09.25 17:29:12.035085 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9457 | 2024.09.25 17:29:12.035433 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9458 | 2024.09.25 17:29:12.035600 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 9459 | 2024.09.25 17:29:12.035773 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Debug> DynamicQueryHandler: Done processing query | ||
| 9460 | 2024.09.25 17:29:12.035797 [ 3 ] {28c37000-d4ed-4a47-942a-84a3a8eeda62} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9461 | 2024.09.25 17:29:12.035814 [ 3 ] {} <Debug> HTTP-Session: f9367291-d6e5-4996-8863-3ff6d54b887b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9462 | 2024.09.25 17:29:12.035951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9463 | 2024.09.25 17:29:12.036000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9464 | 2024.09.25 17:29:12.036019 [ 3 ] {} <Debug> HTTP-Session: d3a7999a-92b9-4d75-ad91-0cced09e4f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9465 | 2024.09.25 17:29:12.036035 [ 3 ] {} <Debug> HTTP-Session: d3a7999a-92b9-4d75-ad91-0cced09e4f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9466 | 2024.09.25 17:29:12.036049 [ 3 ] {} <Debug> HTTP-Session: d3a7999a-92b9-4d75-ad91-0cced09e4f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9467 | 2024.09.25 17:29:12.036081 [ 3 ] {} <Trace> HTTP-Session: d3a7999a-92b9-4d75-ad91-0cced09e4f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9468 | 2024.09.25 17:29:12.036246 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9469 | 2024.09.25 17:29:12.036313 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <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_histogramu64 | ||
| 9470 | 2024.09.25 17:29:12.036734 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9471 | 2024.09.25 17:29:12.037285 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9472 | 2024.09.25 17:29:12.037321 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9473 | 2024.09.25 17:29:12.037936 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9474 | 2024.09.25 17:29:12.038368 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9475 | 2024.09.25 17:29:12.038580 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002423 sec., 3301.6921172100706 rows/sec., 5.92 MiB/sec. | ||
| 9476 | 2024.09.25 17:29:12.038975 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Debug> DynamicQueryHandler: Done processing query | ||
| 9477 | 2024.09.25 17:29:12.039000 [ 3 ] {fcc029f7-a487-4ccf-b30d-c7a000c43a88} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 9478 | 2024.09.25 17:29:12.039017 [ 3 ] {} <Debug> HTTP-Session: d3a7999a-92b9-4d75-ad91-0cced09e4f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9479 | 2024.09.25 17:29:12.039183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9480 | 2024.09.25 17:29:12.039234 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9481 | 2024.09.25 17:29:12.039253 [ 3 ] {} <Debug> HTTP-Session: e6d5df68-4452-4b00-a1ef-a53750cd579c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9482 | 2024.09.25 17:29:12.039271 [ 3 ] {} <Debug> HTTP-Session: e6d5df68-4452-4b00-a1ef-a53750cd579c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9483 | 2024.09.25 17:29:12.039286 [ 3 ] {} <Debug> HTTP-Session: e6d5df68-4452-4b00-a1ef-a53750cd579c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9484 | 2024.09.25 17:29:12.039317 [ 3 ] {} <Trace> HTTP-Session: e6d5df68-4452-4b00-a1ef-a53750cd579c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9485 | 2024.09.25 17:29:12.039437 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9486 | 2024.09.25 17:29:12.039482 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9487 | 2024.09.25 17:29:12.039616 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9488 | 2024.09.25 17:29:12.039911 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9489 | 2024.09.25 17:29:12.039946 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9490 | 2024.09.25 17:29:12.040311 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9491 | 2024.09.25 17:29:12.040645 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9492 | 2024.09.25 17:29:12.040810 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 9493 | 2024.09.25 17:29:12.041097 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Debug> DynamicQueryHandler: Done processing query | ||
| 9494 | 2024.09.25 17:29:12.041157 [ 3 ] {c36433e2-c51a-4a81-afa2-91430dce8e68} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9495 | 2024.09.25 17:29:12.041222 [ 3 ] {} <Debug> HTTP-Session: e6d5df68-4452-4b00-a1ef-a53750cd579c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9496 | 2024.09.25 17:29:17.031232 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9497 | 2024.09.25 17:29:17.031378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9498 | 2024.09.25 17:29:17.031408 [ 3 ] {} <Debug> HTTP-Session: e3808175-025d-4a17-872c-dc772f10bb92 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9499 | 2024.09.25 17:29:17.031437 [ 3 ] {} <Debug> HTTP-Session: e3808175-025d-4a17-872c-dc772f10bb92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9500 | 2024.09.25 17:29:17.031455 [ 3 ] {} <Debug> HTTP-Session: e3808175-025d-4a17-872c-dc772f10bb92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9501 | 2024.09.25 17:29:17.031510 [ 3 ] {} <Trace> HTTP-Session: e3808175-025d-4a17-872c-dc772f10bb92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9502 | 2024.09.25 17:29:17.031795 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9503 | 2024.09.25 17:29:17.031863 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9504 | 2024.09.25 17:29:17.032203 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9505 | 2024.09.25 17:29:17.032818 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9506 | 2024.09.25 17:29:17.032863 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9507 | 2024.09.25 17:29:17.033306 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9508 | 2024.09.25 17:29:17.033692 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9509 | 2024.09.25 17:29:17.033879 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002206 sec., 114687.21668177698 rows/sec., 10.12 MiB/sec. | ||
| 9510 | 2024.09.25 17:29:17.033882 [ 130 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9511 | 2024.09.25 17:29:17.033982 [ 130 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9512 | 2024.09.25 17:29:17.034045 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9513 | 2024.09.25 17:29:17.034219 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9514 | 2024.09.25 17:29:17.034241 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 9515 | 2024.09.25 17:29:17.034256 [ 3 ] {ee4ad3fb-fd71-44a9-af2b-fc568d35fbf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9516 | 2024.09.25 17:29:17.034374 [ 3 ] {} <Debug> HTTP-Session: e3808175-025d-4a17-872c-dc772f10bb92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9517 | 2024.09.25 17:29:17.034581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9518 | 2024.09.25 17:29:17.034581 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9519 | 2024.09.25 17:29:17.034663 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1419 rows starting from the beginning of the part | ||
| 9520 | 2024.09.25 17:29:17.034671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9521 | 2024.09.25 17:29:17.034726 [ 3 ] {} <Debug> HTTP-Session: 1224b545-a0ba-4ef8-bf5e-38e4ad6be97c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9522 | 2024.09.25 17:29:17.034772 [ 3 ] {} <Debug> HTTP-Session: 1224b545-a0ba-4ef8-bf5e-38e4ad6be97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9523 | 2024.09.25 17:29:17.034846 [ 3 ] {} <Debug> HTTP-Session: 1224b545-a0ba-4ef8-bf5e-38e4ad6be97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9524 | 2024.09.25 17:29:17.034881 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 235 rows starting from the beginning of the part | ||
| 9525 | 2024.09.25 17:29:17.034986 [ 3 ] {} <Trace> HTTP-Session: 1224b545-a0ba-4ef8-bf5e-38e4ad6be97c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9526 | 2024.09.25 17:29:17.035161 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1212 rows starting from the beginning of the part | ||
| 9527 | 2024.09.25 17:29:17.035490 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9528 | 2024.09.25 17:29:17.035583 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 253 rows starting from the beginning of the part | ||
| 9529 | 2024.09.25 17:29:17.035692 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9530 | 2024.09.25 17:29:17.035833 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 72 rows starting from the beginning of the part | ||
| 9531 | 2024.09.25 17:29:17.036229 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 253 rows starting from the beginning of the part | ||
| 9532 | 2024.09.25 17:29:17.037097 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9533 | 2024.09.25 17:29:17.037937 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9534 | 2024.09.25 17:29:17.038026 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9535 | 2024.09.25 17:29:17.039015 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9536 | 2024.09.25 17:29:17.039540 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9537 | 2024.09.25 17:29:17.039859 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3444 rows, containing 5 columns (5 merged, 0 gathered) in 0.005694695 sec., 604773.3899708414 rows/sec., 53.11 MiB/sec. | ||
| 9538 | 2024.09.25 17:29:17.040006 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.004773 sec., 6704.378797402052 rows/sec., 504.14 KiB/sec. | ||
| 9539 | 2024.09.25 17:29:17.040302 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9540 | 2024.09.25 17:29:17.040457 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Debug> DynamicQueryHandler: Done processing query | ||
| 9541 | 2024.09.25 17:29:17.040554 [ 3 ] {20a05630-806c-4c70-87be-58d1b056c792} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9542 | 2024.09.25 17:29:17.040648 [ 3 ] {} <Debug> HTTP-Session: 1224b545-a0ba-4ef8-bf5e-38e4ad6be97c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9543 | 2024.09.25 17:29:17.040854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9544 | 2024.09.25 17:29:17.040999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9545 | 2024.09.25 17:29:17.041085 [ 3 ] {} <Debug> HTTP-Session: 9249402b-7698-4b41-9978-e23a2f7005cf Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9546 | 2024.09.25 17:29:17.041140 [ 3 ] {} <Debug> HTTP-Session: 9249402b-7698-4b41-9978-e23a2f7005cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9547 | 2024.09.25 17:29:17.041183 [ 3 ] {} <Debug> HTTP-Session: 9249402b-7698-4b41-9978-e23a2f7005cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9548 | 2024.09.25 17:29:17.041253 [ 3 ] {} <Trace> HTTP-Session: 9249402b-7698-4b41-9978-e23a2f7005cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9549 | 2024.09.25 17:29:17.041434 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9550 | 2024.09.25 17:29:17.041488 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9551 | 2024.09.25 17:29:17.041509 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9552 | 2024.09.25 17:29:17.041704 [ 191 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_51_10} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9553 | 2024.09.25 17:29:17.041872 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 9554 | 2024.09.25 17:29:17.042033 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9555 | 2024.09.25 17:29:17.042375 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9556 | 2024.09.25 17:29:17.042415 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9557 | 2024.09.25 17:29:17.042788 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9558 | 2024.09.25 17:29:17.043167 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9559 | 2024.09.25 17:29:17.043323 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001937 sec., 7227.671657201859 rows/sec., 506.18 KiB/sec. | ||
| 9560 | 2024.09.25 17:29:17.043690 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 9561 | 2024.09.25 17:29:17.043717 [ 3 ] {e7433874-67bc-47f2-b72b-c42e31b581ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9562 | 2024.09.25 17:29:17.043734 [ 3 ] {} <Debug> HTTP-Session: 9249402b-7698-4b41-9978-e23a2f7005cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9563 | 2024.09.25 17:29:17.043855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9564 | 2024.09.25 17:29:17.043904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9565 | 2024.09.25 17:29:17.043924 [ 3 ] {} <Debug> HTTP-Session: 22bce882-faad-4d6f-9cfd-855b6500e79f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9566 | 2024.09.25 17:29:17.043940 [ 3 ] {} <Debug> HTTP-Session: 22bce882-faad-4d6f-9cfd-855b6500e79f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9567 | 2024.09.25 17:29:17.043955 [ 3 ] {} <Debug> HTTP-Session: 22bce882-faad-4d6f-9cfd-855b6500e79f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9568 | 2024.09.25 17:29:17.043987 [ 3 ] {} <Trace> HTTP-Session: 22bce882-faad-4d6f-9cfd-855b6500e79f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9569 | 2024.09.25 17:29:17.044088 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9570 | 2024.09.25 17:29:17.044133 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9571 | 2024.09.25 17:29:17.044393 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9572 | 2024.09.25 17:29:17.044707 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9573 | 2024.09.25 17:29:17.044744 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9574 | 2024.09.25 17:29:17.045090 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9575 | 2024.09.25 17:29:17.045458 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9576 | 2024.09.25 17:29:17.045619 [ 130 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 9577 | 2024.09.25 17:29:17.045634 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001561 sec., 3843.6899423446507 rows/sec., 227.09 KiB/sec. | ||
| 9578 | 2024.09.25 17:29:17.045672 [ 130 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9579 | 2024.09.25 17:29:17.045739 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9580 | 2024.09.25 17:29:17.046075 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9581 | 2024.09.25 17:29:17.046043 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
| 9582 | 2024.09.25 17:29:17.046152 [ 3 ] {d05f7048-655e-484d-b5e3-58c3a559b87f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9583 | 2024.09.25 17:29:17.046248 [ 3 ] {} <Debug> HTTP-Session: 22bce882-faad-4d6f-9cfd-855b6500e79f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9584 | 2024.09.25 17:29:17.046466 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9585 | 2024.09.25 17:29:17.046514 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 6 rows starting from the beginning of the part | ||
| 9586 | 2024.09.25 17:29:17.046538 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9587 | 2024.09.25 17:29:17.046688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9588 | 2024.09.25 17:29:17.046742 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 9589 | 2024.09.25 17:29:17.046768 [ 3 ] {} <Debug> HTTP-Session: 04a65294-7526-4321-8636-57a0a71895b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9590 | 2024.09.25 17:29:17.046838 [ 3 ] {} <Debug> HTTP-Session: 04a65294-7526-4321-8636-57a0a71895b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9591 | 2024.09.25 17:29:17.046894 [ 3 ] {} <Debug> HTTP-Session: 04a65294-7526-4321-8636-57a0a71895b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9592 | 2024.09.25 17:29:17.047002 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 9593 | 2024.09.25 17:29:17.047020 [ 3 ] {} <Trace> HTTP-Session: 04a65294-7526-4321-8636-57a0a71895b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9594 | 2024.09.25 17:29:17.047354 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 9595 | 2024.09.25 17:29:17.047443 [ 194 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 9596 | 2024.09.25 17:29:17.047644 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9597 | 2024.09.25 17:29:17.047826 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9598 | 2024.09.25 17:29:17.048575 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9599 | 2024.09.25 17:29:17.049836 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9600 | 2024.09.25 17:29:17.049902 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9601 | 2024.09.25 17:29:17.050363 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004527215 sec., 6626.590519778716 rows/sec., 420.63 KiB/sec. | ||
| 9602 | 2024.09.25 17:29:17.050648 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 9603 | 2024.09.25 17:29:17.050807 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9604 | 2024.09.25 17:29:17.051867 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.09.25 17:29:17.051979 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9606 | 2024.09.25 17:29:17.052093 [ 193 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_21_5} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 9607 | 2024.09.25 17:29:17.052284 [ 130 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9608 | 2024.09.25 17:29:17.052362 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.005045 sec., 82061.44697720515 rows/sec., 5.85 MiB/sec. | ||
| 9609 | 2024.09.25 17:29:17.052388 [ 130 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9610 | 2024.09.25 17:29:17.052424 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9611 | 2024.09.25 17:29:17.052474 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9612 | 2024.09.25 17:29:17.052799 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 9613 | 2024.09.25 17:29:17.052862 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9614 | 2024.09.25 17:29:17.052915 [ 3 ] {38b2000e-2925-4d0f-b1d1-bcf790bcc87a} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9615 | 2024.09.25 17:29:17.052964 [ 3 ] {} <Debug> HTTP-Session: 04a65294-7526-4321-8636-57a0a71895b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9616 | 2024.09.25 17:29:17.053064 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9617 | 2024.09.25 17:29:17.053103 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 914 rows starting from the beginning of the part | ||
| 9618 | 2024.09.25 17:29:17.053142 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9619 | 2024.09.25 17:29:17.053298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9620 | 2024.09.25 17:29:17.053349 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 405 rows starting from the beginning of the part | ||
| 9621 | 2024.09.25 17:29:17.053383 [ 3 ] {} <Debug> HTTP-Session: 146613da-9154-4132-a57d-3088a807e197 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9622 | 2024.09.25 17:29:17.053459 [ 3 ] {} <Debug> HTTP-Session: 146613da-9154-4132-a57d-3088a807e197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9623 | 2024.09.25 17:29:17.053526 [ 3 ] {} <Debug> HTTP-Session: 146613da-9154-4132-a57d-3088a807e197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9624 | 2024.09.25 17:29:17.053662 [ 3 ] {} <Trace> HTTP-Session: 146613da-9154-4132-a57d-3088a807e197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2024.09.25 17:29:17.053694 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 528 rows starting from the beginning of the part | ||
| 9626 | 2024.09.25 17:29:17.054007 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9627 | 2024.09.25 17:29:17.054050 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 414 rows starting from the beginning of the part | ||
| 9628 | 2024.09.25 17:29:17.054125 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9629 | 2024.09.25 17:29:17.054364 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 72 rows starting from the beginning of the part | ||
| 9630 | 2024.09.25 17:29:17.054823 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 414 rows starting from the beginning of the part | ||
| 9631 | 2024.09.25 17:29:17.055070 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9632 | 2024.09.25 17:29:17.055866 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9633 | 2024.09.25 17:29:17.055945 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9634 | 2024.09.25 17:29:17.056904 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9635 | 2024.09.25 17:29:17.057695 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9636 | 2024.09.25 17:29:17.057891 [ 130 ] {} <Debug> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9637 | 2024.09.25 17:29:17.057910 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004023 sec., 1491.4243102162566 rows/sec., 77.92 KiB/sec. | ||
| 9638 | 2024.09.25 17:29:17.057999 [ 130 ] {} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9639 | 2024.09.25 17:29:17.058086 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9640 | 2024.09.25 17:29:17.058512 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Debug> DynamicQueryHandler: Done processing query | ||
| 9641 | 2024.09.25 17:29:17.058544 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9642 | 2024.09.25 17:29:17.058601 [ 3 ] {a445379a-0dc4-4975-91d8-5723b5d11a57} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9643 | 2024.09.25 17:29:17.058680 [ 3 ] {} <Debug> HTTP-Session: 146613da-9154-4132-a57d-3088a807e197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9644 | 2024.09.25 17:29:17.059028 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9645 | 2024.09.25 17:29:17.059181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9646 | 2024.09.25 17:29:17.059180 [ 188 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2747 rows, containing 5 columns (5 merged, 0 gathered) in 0.006492241 sec., 423120.46025401703 rows/sec., 32.28 MiB/sec. | ||
| 9647 | 2024.09.25 17:29:17.059222 [ 3 ] {} <Debug> HTTP-Session: 57c9447e-732d-4b83-8b35-f8419065342c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9648 | 2024.09.25 17:29:17.059204 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9649 | 2024.09.25 17:29:17.059255 [ 3 ] {} <Debug> HTTP-Session: 57c9447e-732d-4b83-8b35-f8419065342c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9650 | 2024.09.25 17:29:17.059315 [ 3 ] {} <Debug> HTTP-Session: 57c9447e-732d-4b83-8b35-f8419065342c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9651 | 2024.09.25 17:29:17.059335 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9652 | 2024.09.25 17:29:17.059420 [ 3 ] {} <Trace> HTTP-Session: 57c9447e-732d-4b83-8b35-f8419065342c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9653 | 2024.09.25 17:29:17.059539 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9654 | 2024.09.25 17:29:17.059859 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9655 | 2024.09.25 17:29:17.059940 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9656 | 2024.09.25 17:29:17.060150 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9657 | 2024.09.25 17:29:17.060945 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9658 | 2024.09.25 17:29:17.061545 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9659 | 2024.09.25 17:29:17.061583 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9660 | 2024.09.25 17:29:17.061688 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9661 | 2024.09.25 17:29:17.061958 [ 191 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_51_10} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9662 | 2024.09.25 17:29:17.062281 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9663 | 2024.09.25 17:29:17.062329 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 9664 | 2024.09.25 17:29:17.062578 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::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 | ||
| 9665 | 2024.09.25 17:29:17.063374 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9666 | 2024.09.25 17:29:17.063451 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9667 | 2024.09.25 17:29:17.064575 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9668 | 2024.09.25 17:29:17.065523 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.007280895 sec., 17305.564769166427 rows/sec., 904.15 KiB/sec. | ||
| 9669 | 2024.09.25 17:29:17.065688 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9670 | 2024.09.25 17:29:17.065719 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9671 | 2024.09.25 17:29:17.066014 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9672 | 2024.09.25 17:29:17.066028 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006309 sec., 37565.38278649548 rows/sec., 2.52 MiB/sec. | ||
| 9673 | 2024.09.25 17:29:17.066104 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9674 | 2024.09.25 17:29:17.066253 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9675 | 2024.09.25 17:29:17.066775 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Debug> DynamicQueryHandler: Done processing query | ||
| 9676 | 2024.09.25 17:29:17.066824 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 9677 | 2024.09.25 17:29:17.066866 [ 3 ] {27d4a5d4-71f7-4462-87f6-6f0ca9d1a518} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 9678 | 2024.09.25 17:29:17.066906 [ 3 ] {} <Debug> HTTP-Session: 57c9447e-732d-4b83-8b35-f8419065342c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9679 | 2024.09.25 17:29:17.067176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9680 | 2024.09.25 17:29:17.067216 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9681 | 2024.09.25 17:29:17.067312 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14745 rows starting from the beginning of the part | ||
| 9682 | 2024.09.25 17:29:17.067306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9683 | 2024.09.25 17:29:17.067318 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_21_4} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9684 | 2024.09.25 17:29:17.067380 [ 3 ] {} <Debug> HTTP-Session: ca466cb1-1f4f-45e2-af50-9548075d4744 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9685 | 2024.09.25 17:29:17.067558 [ 3 ] {} <Debug> HTTP-Session: ca466cb1-1f4f-45e2-af50-9548075d4744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9686 | 2024.09.25 17:29:17.067671 [ 3 ] {} <Debug> HTTP-Session: ca466cb1-1f4f-45e2-af50-9548075d4744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9687 | 2024.09.25 17:29:17.067720 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 9688 | 2024.09.25 17:29:17.067776 [ 189 ] {a143d08b-5658-4863-8e88-04942bd64bf3::all_1_21_4} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9689 | 2024.09.25 17:29:17.067828 [ 3 ] {} <Trace> HTTP-Session: ca466cb1-1f4f-45e2-af50-9548075d4744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9690 | 2024.09.25 17:29:17.068176 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1006 rows starting from the beginning of the part | ||
| 9691 | 2024.09.25 17:29:17.068196 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 9692 | 2024.09.25 17:29:17.068319 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 9693 | 2024.09.25 17:29:17.068411 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 237 rows starting from the beginning of the part | ||
| 9694 | 2024.09.25 17:29:17.068438 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9695 | 2024.09.25 17:29:17.068657 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part | ||
| 9696 | 2024.09.25 17:29:17.068874 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 9697 | 2024.09.25 17:29:17.069157 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9698 | 2024.09.25 17:29:17.069591 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9699 | 2024.09.25 17:29:17.069633 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9700 | 2024.09.25 17:29:17.070083 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 9701 | 2024.09.25 17:29:17.070576 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9702 | 2024.09.25 17:29:17.070804 [ 50 ] {} <Debug> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 9703 | 2024.09.25 17:29:17.070818 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002639 sec., 378.9314134141721 rows/sec., 25.53 KiB/sec. | ||
| 9704 | 2024.09.25 17:29:17.070897 [ 50 ] {} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9705 | 2024.09.25 17:29:17.071030 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9706 | 2024.09.25 17:29:17.071412 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Debug> DynamicQueryHandler: Done processing query | ||
| 9707 | 2024.09.25 17:29:17.071526 [ 3 ] {63c39e43-379d-466b-83f4-d435f05cac22} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 9708 | 2024.09.25 17:29:17.071643 [ 3 ] {} <Debug> HTTP-Session: ca466cb1-1f4f-45e2-af50-9548075d4744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9709 | 2024.09.25 17:29:17.071639 [ 195 ] {61366afb-416c-420b-ad75-717025119709::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 | ||
| 9710 | 2024.09.25 17:29:17.071995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9711 | 2024.09.25 17:29:17.072245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9712 | 2024.09.25 17:29:17.072379 [ 3 ] {} <Debug> HTTP-Session: e8942b1c-e78f-4eff-a167-9f8c14d124eb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9713 | 2024.09.25 17:29:17.072444 [ 3 ] {} <Debug> HTTP-Session: e8942b1c-e78f-4eff-a167-9f8c14d124eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9714 | 2024.09.25 17:29:17.072513 [ 3 ] {} <Debug> HTTP-Session: e8942b1c-e78f-4eff-a167-9f8c14d124eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.09.25 17:29:17.072612 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9716 | 2024.09.25 17:29:17.072690 [ 3 ] {} <Trace> HTTP-Session: e8942b1c-e78f-4eff-a167-9f8c14d124eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9717 | 2024.09.25 17:29:17.072836 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part | ||
| 9718 | 2024.09.25 17:29:17.073382 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 9719 | 2024.09.25 17:29:17.073465 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9720 | 2024.09.25 17:29:17.073864 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 9721 | 2024.09.25 17:29:17.073956 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <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_histogramu64 | ||
| 9722 | 2024.09.25 17:29:17.074251 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 9723 | 2024.09.25 17:29:17.074845 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 9724 | 2024.09.25 17:29:17.075262 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 9725 | 2024.09.25 17:29:17.078253 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9726 | 2024.09.25 17:29:17.078554 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16622 rows, containing 5 columns (5 merged, 0 gathered) in 0.012055934 sec., 1378740.129134748 rows/sec., 93.12 MiB/sec. | ||
| 9727 | 2024.09.25 17:29:17.078885 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9728 | 2024.09.25 17:29:17.081167 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9729 | 2024.09.25 17:29:17.081245 [ 195 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23 rows, containing 4 columns (4 merged, 0 gathered) in 0.010010156 sec., 2297.6664899128446 rows/sec., 154.04 KiB/sec. | ||
| 9730 | 2024.09.25 17:29:17.081422 [ 188 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9731 | 2024.09.25 17:29:17.081539 [ 196 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 9732 | 2024.09.25 17:29:17.081575 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.44 MiB. | ||
| 9733 | 2024.09.25 17:29:17.081583 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9734 | 2024.09.25 17:29:17.081641 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9735 | 2024.09.25 17:29:17.082219 [ 196 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9736 | 2024.09.25 17:29:17.082314 [ 196 ] {61366afb-416c-420b-ad75-717025119709::all_1_21_4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 9737 | 2024.09.25 17:29:17.082433 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9738 | 2024.09.25 17:29:17.082681 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9739 | 2024.09.25 17:29:17.083114 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9740 | 2024.09.25 17:29:17.083324 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.010366 sec., 3087.015242137758 rows/sec., 5.53 MiB/sec. | ||
| 9741 | 2024.09.25 17:29:17.083591 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Debug> DynamicQueryHandler: Done processing query | ||
| 9742 | 2024.09.25 17:29:17.083617 [ 3 ] {8285038d-f00e-4a30-b499-c23a54766641} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 9743 | 2024.09.25 17:29:17.083633 [ 3 ] {} <Debug> HTTP-Session: e8942b1c-e78f-4eff-a167-9f8c14d124eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9744 | 2024.09.25 17:29:17.083760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9745 | 2024.09.25 17:29:17.083811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9746 | 2024.09.25 17:29:17.083832 [ 3 ] {} <Debug> HTTP-Session: 00d05ea1-df48-4bba-9343-f05eba23c276 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9747 | 2024.09.25 17:29:17.083849 [ 3 ] {} <Debug> HTTP-Session: 00d05ea1-df48-4bba-9343-f05eba23c276 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9748 | 2024.09.25 17:29:17.083864 [ 3 ] {} <Debug> HTTP-Session: 00d05ea1-df48-4bba-9343-f05eba23c276 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9749 | 2024.09.25 17:29:17.083895 [ 3 ] {} <Trace> HTTP-Session: 00d05ea1-df48-4bba-9343-f05eba23c276 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9750 | 2024.09.25 17:29:17.084029 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9751 | 2024.09.25 17:29:17.084074 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9752 | 2024.09.25 17:29:17.084212 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9753 | 2024.09.25 17:29:17.084596 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9754 | 2024.09.25 17:29:17.084636 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9755 | 2024.09.25 17:29:17.085017 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9756 | 2024.09.25 17:29:17.085353 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9757 | 2024.09.25 17:29:17.085509 [ 50 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9758 | 2024.09.25 17:29:17.085517 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001536 sec., 53385.416666666664 rows/sec., 3.39 MiB/sec. | ||
| 9759 | 2024.09.25 17:29:17.085556 [ 50 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9760 | 2024.09.25 17:29:17.085626 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9761 | 2024.09.25 17:29:17.085839 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 9762 | 2024.09.25 17:29:17.085860 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9763 | 2024.09.25 17:29:17.085920 [ 3 ] {69b4e1cd-b329-4936-b7eb-f0d63bf03c0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9764 | 2024.09.25 17:29:17.085942 [ 3 ] {} <Debug> HTTP-Session: 00d05ea1-df48-4bba-9343-f05eba23c276 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9765 | 2024.09.25 17:29:17.086073 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9766 | 2024.09.25 17:29:17.086113 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2860 rows starting from the beginning of the part | ||
| 9767 | 2024.09.25 17:29:17.086231 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 9768 | 2024.09.25 17:29:17.086484 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 9769 | 2024.09.25 17:29:17.086648 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 9770 | 2024.09.25 17:29:17.086815 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 9771 | 2024.09.25 17:29:17.086961 [ 199 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 9772 | 2024.09.25 17:29:17.088584 [ 201 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3226 rows, containing 4 columns (4 merged, 0 gathered) in 0.002851542 sec., 1131317.7221306928 rows/sec., 73.92 MiB/sec. | ||
| 9773 | 2024.09.25 17:29:17.088893 [ 201 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9774 | 2024.09.25 17:29:17.089370 [ 201 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9775 | 2024.09.25 17:29:17.089473 [ 201 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_51_10} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9776 | 2024.09.25 17:29:17.089573 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 9777 | 2024.09.25 17:29:18.664749 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9778 | 2024.09.25 17:29:18.664820 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9779 | 2024.09.25 17:29:22.025970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9780 | 2024.09.25 17:29:22.026109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9781 | 2024.09.25 17:29:22.026136 [ 3 ] {} <Debug> HTTP-Session: 1b84f200-11a8-49c9-adce-a7cf5cf7e35d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9782 | 2024.09.25 17:29:22.026162 [ 3 ] {} <Debug> HTTP-Session: 1b84f200-11a8-49c9-adce-a7cf5cf7e35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9783 | 2024.09.25 17:29:22.026177 [ 3 ] {} <Debug> HTTP-Session: 1b84f200-11a8-49c9-adce-a7cf5cf7e35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9784 | 2024.09.25 17:29:22.026230 [ 3 ] {} <Trace> HTTP-Session: 1b84f200-11a8-49c9-adce-a7cf5cf7e35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9785 | 2024.09.25 17:29:22.026448 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9786 | 2024.09.25 17:29:22.026514 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9787 | 2024.09.25 17:29:22.026854 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9788 | 2024.09.25 17:29:22.027367 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9789 | 2024.09.25 17:29:22.027411 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9790 | 2024.09.25 17:29:22.027843 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9791 | 2024.09.25 17:29:22.028257 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9792 | 2024.09.25 17:29:22.028439 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002071 sec., 34765.813616610336 rows/sec., 2.81 MiB/sec. | ||
| 9793 | 2024.09.25 17:29:22.028674 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9794 | 2024.09.25 17:29:22.028702 [ 3 ] {02e43151-8479-4db0-984e-d9209834d50c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9795 | 2024.09.25 17:29:22.028723 [ 3 ] {} <Debug> HTTP-Session: 1b84f200-11a8-49c9-adce-a7cf5cf7e35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9796 | 2024.09.25 17:29:22.028867 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9797 | 2024.09.25 17:29:22.028923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9798 | 2024.09.25 17:29:22.028943 [ 3 ] {} <Debug> HTTP-Session: 4464574e-26b2-4729-aab7-50c68cfbf1c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9799 | 2024.09.25 17:29:22.028961 [ 3 ] {} <Debug> HTTP-Session: 4464574e-26b2-4729-aab7-50c68cfbf1c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9800 | 2024.09.25 17:29:22.028975 [ 3 ] {} <Debug> HTTP-Session: 4464574e-26b2-4729-aab7-50c68cfbf1c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9801 | 2024.09.25 17:29:22.029010 [ 3 ] {} <Trace> HTTP-Session: 4464574e-26b2-4729-aab7-50c68cfbf1c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9802 | 2024.09.25 17:29:22.029113 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9803 | 2024.09.25 17:29:22.029159 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9804 | 2024.09.25 17:29:22.029445 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9805 | 2024.09.25 17:29:22.029834 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9806 | 2024.09.25 17:29:22.029872 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9807 | 2024.09.25 17:29:22.030228 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9808 | 2024.09.25 17:29:22.030614 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9809 | 2024.09.25 17:29:22.030825 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001731 sec., 4621.606008087811 rows/sec., 347.52 KiB/sec. | ||
| 9810 | 2024.09.25 17:29:22.030840 [ 149 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9811 | 2024.09.25 17:29:22.030949 [ 149 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9812 | 2024.09.25 17:29:22.031007 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9813 | 2024.09.25 17:29:22.031106 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Debug> DynamicQueryHandler: Done processing query | ||
| 9814 | 2024.09.25 17:29:22.031142 [ 3 ] {ade72ed0-2243-4da3-90eb-bcdf47f03940} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9815 | 2024.09.25 17:29:22.031155 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 9816 | 2024.09.25 17:29:22.031161 [ 3 ] {} <Debug> HTTP-Session: 4464574e-26b2-4729-aab7-50c68cfbf1c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9817 | 2024.09.25 17:29:22.031292 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9818 | 2024.09.25 17:29:22.031321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9819 | 2024.09.25 17:29:22.031333 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part | ||
| 9820 | 2024.09.25 17:29:22.031382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9821 | 2024.09.25 17:29:22.031413 [ 3 ] {} <Debug> HTTP-Session: 76b4a5b7-740d-4f1f-a000-dccf24c126c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9822 | 2024.09.25 17:29:22.031446 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9823 | 2024.09.25 17:29:22.031461 [ 3 ] {} <Debug> HTTP-Session: 76b4a5b7-740d-4f1f-a000-dccf24c126c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9824 | 2024.09.25 17:29:22.031508 [ 3 ] {} <Debug> HTTP-Session: 76b4a5b7-740d-4f1f-a000-dccf24c126c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9825 | 2024.09.25 17:29:22.031613 [ 3 ] {} <Trace> HTTP-Session: 76b4a5b7-740d-4f1f-a000-dccf24c126c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9826 | 2024.09.25 17:29:22.031721 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 9827 | 2024.09.25 17:29:22.031990 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9828 | 2024.09.25 17:29:22.032020 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 9829 | 2024.09.25 17:29:22.032072 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9830 | 2024.09.25 17:29:22.032271 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part | ||
| 9831 | 2024.09.25 17:29:22.032576 [ 200 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 9832 | 2024.09.25 17:29:22.033058 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9833 | 2024.09.25 17:29:22.033654 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9834 | 2024.09.25 17:29:22.033695 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9835 | 2024.09.25 17:29:22.034339 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9836 | 2024.09.25 17:29:22.034410 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 5 columns (5 merged, 0 gathered) in 0.003322202 sec., 43946.755796306184 rows/sec., 3.37 MiB/sec. | ||
| 9837 | 2024.09.25 17:29:22.034744 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9838 | 2024.09.25 17:29:22.035115 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9839 | 2024.09.25 17:29:22.035772 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.003932 sec., 18311.291963377418 rows/sec., 1.43 MiB/sec. | ||
| 9840 | 2024.09.25 17:29:22.036406 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Debug> DynamicQueryHandler: Done processing query | ||
| 9841 | 2024.09.25 17:29:22.036443 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9842 | 2024.09.25 17:29:22.036478 [ 3 ] {55d710e4-8d95-4557-9539-377f2fd1e280} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 9843 | 2024.09.25 17:29:22.036546 [ 3 ] {} <Debug> HTTP-Session: 76b4a5b7-740d-4f1f-a000-dccf24c126c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9844 | 2024.09.25 17:29:22.036697 [ 201 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_46_9} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9845 | 2024.09.25 17:29:22.036836 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9846 | 2024.09.25 17:29:22.036851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9847 | 2024.09.25 17:29:22.036929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9848 | 2024.09.25 17:29:22.036950 [ 3 ] {} <Debug> HTTP-Session: 6aa49840-9ae7-459b-a6e3-23a3cfc38e9d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9849 | 2024.09.25 17:29:22.036967 [ 3 ] {} <Debug> HTTP-Session: 6aa49840-9ae7-459b-a6e3-23a3cfc38e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9850 | 2024.09.25 17:29:22.036981 [ 3 ] {} <Debug> HTTP-Session: 6aa49840-9ae7-459b-a6e3-23a3cfc38e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9851 | 2024.09.25 17:29:22.037021 [ 3 ] {} <Trace> HTTP-Session: 6aa49840-9ae7-459b-a6e3-23a3cfc38e9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9852 | 2024.09.25 17:29:22.037244 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9853 | 2024.09.25 17:29:22.037318 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9854 | 2024.09.25 17:29:22.037488 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9855 | 2024.09.25 17:29:22.037924 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9856 | 2024.09.25 17:29:22.037964 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9857 | 2024.09.25 17:29:22.038387 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9858 | 2024.09.25 17:29:22.038783 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9859 | 2024.09.25 17:29:22.038998 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001861 sec., 85975.28210639441 rows/sec., 5.99 MiB/sec. | ||
| 9860 | 2024.09.25 17:29:22.039417 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Debug> DynamicQueryHandler: Done processing query | ||
| 9861 | 2024.09.25 17:29:22.039446 [ 3 ] {0278efab-bb9c-4fb1-9ae7-59594cb2dc39} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9862 | 2024.09.25 17:29:22.039465 [ 3 ] {} <Debug> HTTP-Session: 6aa49840-9ae7-459b-a6e3-23a3cfc38e9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9863 | 2024.09.25 17:29:22.039644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14211, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9864 | 2024.09.25 17:29:22.039699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9865 | 2024.09.25 17:29:22.039720 [ 3 ] {} <Debug> HTTP-Session: f1b74fea-c326-4eb4-9437-40a3ec0e398f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9866 | 2024.09.25 17:29:22.039738 [ 3 ] {} <Debug> HTTP-Session: f1b74fea-c326-4eb4-9437-40a3ec0e398f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9867 | 2024.09.25 17:29:22.039752 [ 3 ] {} <Debug> HTTP-Session: f1b74fea-c326-4eb4-9437-40a3ec0e398f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9868 | 2024.09.25 17:29:22.039784 [ 3 ] {} <Trace> HTTP-Session: f1b74fea-c326-4eb4-9437-40a3ec0e398f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9869 | 2024.09.25 17:29:22.039974 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9870 | 2024.09.25 17:29:22.040052 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <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_histogramu64 | ||
| 9871 | 2024.09.25 17:29:22.040508 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9872 | 2024.09.25 17:29:22.041159 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9873 | 2024.09.25 17:29:22.041197 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9874 | 2024.09.25 17:29:22.041862 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9875 | 2024.09.25 17:29:22.042310 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2024.09.25 17:29:22.042520 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002647 sec., 3022.2893842085377 rows/sec., 5.42 MiB/sec. | ||
| 9877 | 2024.09.25 17:29:22.043185 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Debug> DynamicQueryHandler: Done processing query | ||
| 9878 | 2024.09.25 17:29:22.043212 [ 3 ] {421683bf-5e9b-46f1-b2e1-f32072f36631} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 9879 | 2024.09.25 17:29:22.043229 [ 3 ] {} <Debug> HTTP-Session: f1b74fea-c326-4eb4-9437-40a3ec0e398f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9880 | 2024.09.25 17:29:22.043381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9881 | 2024.09.25 17:29:22.043433 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9882 | 2024.09.25 17:29:22.043453 [ 3 ] {} <Debug> HTTP-Session: aaaa5097-7cc9-4210-a59b-a2d2e806766e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9883 | 2024.09.25 17:29:22.043470 [ 3 ] {} <Debug> HTTP-Session: aaaa5097-7cc9-4210-a59b-a2d2e806766e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9884 | 2024.09.25 17:29:22.043486 [ 3 ] {} <Debug> HTTP-Session: aaaa5097-7cc9-4210-a59b-a2d2e806766e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9885 | 2024.09.25 17:29:22.043522 [ 3 ] {} <Trace> HTTP-Session: aaaa5097-7cc9-4210-a59b-a2d2e806766e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9886 | 2024.09.25 17:29:22.043691 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9887 | 2024.09.25 17:29:22.043755 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9888 | 2024.09.25 17:29:22.043973 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9889 | 2024.09.25 17:29:22.044405 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9890 | 2024.09.25 17:29:22.044456 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9891 | 2024.09.25 17:29:22.045012 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 9892 | 2024.09.25 17:29:22.045492 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9893 | 2024.09.25 17:29:22.045675 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002052 sec., 29239.766081871345 rows/sec., 1.97 MiB/sec. | ||
| 9894 | 2024.09.25 17:29:22.045863 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9895 | 2024.09.25 17:29:22.045890 [ 3 ] {1b75113e-5faa-4ebe-ac6d-5f3827fafe0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9896 | 2024.09.25 17:29:22.045925 [ 3 ] {} <Debug> HTTP-Session: aaaa5097-7cc9-4210-a59b-a2d2e806766e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9897 | 2024.09.25 17:29:27.032547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1302, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9898 | 2024.09.25 17:29:27.032681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9899 | 2024.09.25 17:29:27.032710 [ 3 ] {} <Debug> HTTP-Session: 9c53cb5d-d532-46e5-ab2d-93e7e13975b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9900 | 2024.09.25 17:29:27.032739 [ 3 ] {} <Debug> HTTP-Session: 9c53cb5d-d532-46e5-ab2d-93e7e13975b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9901 | 2024.09.25 17:29:27.032757 [ 3 ] {} <Debug> HTTP-Session: 9c53cb5d-d532-46e5-ab2d-93e7e13975b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.09.25 17:29:27.032812 [ 3 ] {} <Trace> HTTP-Session: 9c53cb5d-d532-46e5-ab2d-93e7e13975b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9903 | 2024.09.25 17:29:27.033011 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9904 | 2024.09.25 17:29:27.033080 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9905 | 2024.09.25 17:29:27.033425 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9906 | 2024.09.25 17:29:27.033838 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9907 | 2024.09.25 17:29:27.033876 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9908 | 2024.09.25 17:29:27.034274 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 9909 | 2024.09.25 17:29:27.034660 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9910 | 2024.09.25 17:29:27.034805 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001859 sec., 4303.388918773534 rows/sec., 350.91 KiB/sec. | ||
| 9911 | 2024.09.25 17:29:27.034997 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Debug> DynamicQueryHandler: Done processing query | ||
| 9912 | 2024.09.25 17:29:27.035024 [ 3 ] {b6abcd95-a471-4596-bccd-e1904641ca14} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9913 | 2024.09.25 17:29:27.035040 [ 3 ] {} <Debug> HTTP-Session: 9c53cb5d-d532-46e5-ab2d-93e7e13975b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9914 | 2024.09.25 17:29:27.035212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38778, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9915 | 2024.09.25 17:29:27.035260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9916 | 2024.09.25 17:29:27.035281 [ 3 ] {} <Debug> HTTP-Session: 75d361f6-faca-4f95-8e64-2242430f9047 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9917 | 2024.09.25 17:29:27.035298 [ 3 ] {} <Debug> HTTP-Session: 75d361f6-faca-4f95-8e64-2242430f9047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9918 | 2024.09.25 17:29:27.035312 [ 3 ] {} <Debug> HTTP-Session: 75d361f6-faca-4f95-8e64-2242430f9047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9919 | 2024.09.25 17:29:27.035343 [ 3 ] {} <Trace> HTTP-Session: 75d361f6-faca-4f95-8e64-2242430f9047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9920 | 2024.09.25 17:29:27.035508 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9921 | 2024.09.25 17:29:27.035552 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9922 | 2024.09.25 17:29:27.035779 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9923 | 2024.09.25 17:29:27.036349 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9924 | 2024.09.25 17:29:27.036399 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9925 | 2024.09.25 17:29:27.036866 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9926 | 2024.09.25 17:29:27.037273 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9927 | 2024.09.25 17:29:27.037408 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Debug> executeQuery: Read 257 rows, 23.16 KiB in 0.001987 sec., 129340.71464519376 rows/sec., 11.38 MiB/sec. | ||
| 9928 | 2024.09.25 17:29:27.037589 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Debug> DynamicQueryHandler: Done processing query | ||
| 9929 | 2024.09.25 17:29:27.037613 [ 3 ] {e23cc431-9ca6-4dd9-90b7-bfed867cb614} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 9930 | 2024.09.25 17:29:27.037629 [ 3 ] {} <Debug> HTTP-Session: 75d361f6-faca-4f95-8e64-2242430f9047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9931 | 2024.09.25 17:29:27.037814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5760, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9932 | 2024.09.25 17:29:27.037866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9933 | 2024.09.25 17:29:27.037886 [ 3 ] {} <Debug> HTTP-Session: c2931171-22b6-40c0-8730-f08209ea851f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9934 | 2024.09.25 17:29:27.037903 [ 3 ] {} <Debug> HTTP-Session: c2931171-22b6-40c0-8730-f08209ea851f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9935 | 2024.09.25 17:29:27.037917 [ 3 ] {} <Debug> HTTP-Session: c2931171-22b6-40c0-8730-f08209ea851f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9936 | 2024.09.25 17:29:27.037949 [ 3 ] {} <Trace> HTTP-Session: c2931171-22b6-40c0-8730-f08209ea851f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9937 | 2024.09.25 17:29:27.038053 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9938 | 2024.09.25 17:29:27.038098 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9939 | 2024.09.25 17:29:27.038332 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9940 | 2024.09.25 17:29:27.038673 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9941 | 2024.09.25 17:29:27.038710 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9942 | 2024.09.25 17:29:27.039060 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9943 | 2024.09.25 17:29:27.039427 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9944 | 2024.09.25 17:29:27.039559 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Debug> executeQuery: Read 40 rows, 2.96 KiB in 0.001539 sec., 25990.90318388564 rows/sec., 1.88 MiB/sec. | ||
| 9945 | 2024.09.25 17:29:27.039860 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Debug> DynamicQueryHandler: Done processing query | ||
| 9946 | 2024.09.25 17:29:27.039922 [ 3 ] {cd3c939c-98f4-462f-b28e-33e58c577a98} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 9947 | 2024.09.25 17:29:27.039988 [ 3 ] {} <Debug> HTTP-Session: c2931171-22b6-40c0-8730-f08209ea851f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9948 | 2024.09.25 17:29:27.040152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9949 | 2024.09.25 17:29:27.040205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9950 | 2024.09.25 17:29:27.040226 [ 3 ] {} <Debug> HTTP-Session: fe2f3f3f-47f8-42de-badc-2b1b4527bcd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9951 | 2024.09.25 17:29:27.040243 [ 3 ] {} <Debug> HTTP-Session: fe2f3f3f-47f8-42de-badc-2b1b4527bcd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9952 | 2024.09.25 17:29:27.040258 [ 3 ] {} <Debug> HTTP-Session: fe2f3f3f-47f8-42de-badc-2b1b4527bcd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9953 | 2024.09.25 17:29:27.040291 [ 3 ] {} <Trace> HTTP-Session: fe2f3f3f-47f8-42de-badc-2b1b4527bcd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9954 | 2024.09.25 17:29:27.040399 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9955 | 2024.09.25 17:29:27.040454 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9956 | 2024.09.25 17:29:27.040708 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9957 | 2024.09.25 17:29:27.041027 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9958 | 2024.09.25 17:29:27.041063 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9959 | 2024.09.25 17:29:27.041416 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9960 | 2024.09.25 17:29:27.041774 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9961 | 2024.09.25 17:29:27.041906 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001537 sec., 9108.653220559532 rows/sec., 637.91 KiB/sec. | ||
| 9962 | 2024.09.25 17:29:27.042076 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9963 | 2024.09.25 17:29:27.042101 [ 3 ] {475bbc6a-d1c7-4917-81fc-5e1ebf3b60c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9964 | 2024.09.25 17:29:27.042118 [ 3 ] {} <Debug> HTTP-Session: fe2f3f3f-47f8-42de-badc-2b1b4527bcd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9965 | 2024.09.25 17:29:27.042238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9966 | 2024.09.25 17:29:27.042287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9967 | 2024.09.25 17:29:27.042306 [ 3 ] {} <Debug> HTTP-Session: ec52e002-999a-430a-abeb-2f95d1858bff Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9968 | 2024.09.25 17:29:27.042323 [ 3 ] {} <Debug> HTTP-Session: ec52e002-999a-430a-abeb-2f95d1858bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9969 | 2024.09.25 17:29:27.042338 [ 3 ] {} <Debug> HTTP-Session: ec52e002-999a-430a-abeb-2f95d1858bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9970 | 2024.09.25 17:29:27.042369 [ 3 ] {} <Trace> HTTP-Session: ec52e002-999a-430a-abeb-2f95d1858bff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9971 | 2024.09.25 17:29:27.042463 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 9972 | 2024.09.25 17:29:27.042506 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9973 | 2024.09.25 17:29:27.042738 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9974 | 2024.09.25 17:29:27.043043 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9975 | 2024.09.25 17:29:27.043080 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9976 | 2024.09.25 17:29:27.043428 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9977 | 2024.09.25 17:29:27.043802 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9978 | 2024.09.25 17:29:27.043935 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001498 sec., 4005.3404539385847 rows/sec., 236.64 KiB/sec. | ||
| 9979 | 2024.09.25 17:29:27.044097 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Debug> DynamicQueryHandler: Done processing query | ||
| 9980 | 2024.09.25 17:29:27.044122 [ 3 ] {05283d9d-77cc-4416-a767-dc5a66d9eedf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9981 | 2024.09.25 17:29:27.044139 [ 3 ] {} <Debug> HTTP-Session: ec52e002-999a-430a-abeb-2f95d1858bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9982 | 2024.09.25 17:29:27.044309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 68576, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9983 | 2024.09.25 17:29:27.044357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9984 | 2024.09.25 17:29:27.044377 [ 3 ] {} <Debug> HTTP-Session: cc8b01d8-c9e1-48c7-8849-635a5d34c375 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 9985 | 2024.09.25 17:29:27.044394 [ 3 ] {} <Debug> HTTP-Session: cc8b01d8-c9e1-48c7-8849-635a5d34c375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9986 | 2024.09.25 17:29:27.044409 [ 3 ] {} <Debug> HTTP-Session: cc8b01d8-c9e1-48c7-8849-635a5d34c375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9987 | 2024.09.25 17:29:27.044440 [ 3 ] {} <Trace> HTTP-Session: cc8b01d8-c9e1-48c7-8849-635a5d34c375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9988 | 2024.09.25 17:29:27.044641 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9989 | 2024.09.25 17:29:27.044684 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9990 | 2024.09.25 17:29:27.044913 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9991 | 2024.09.25 17:29:27.045465 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9992 | 2024.09.25 17:29:27.045502 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 9993 | 2024.09.25 17:29:27.045882 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 9994 | 2024.09.25 17:29:27.046244 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9995 | 2024.09.25 17:29:27.046380 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Debug> executeQuery: Read 422 rows, 30.90 KiB in 0.001849 sec., 228231.4764737696 rows/sec., 16.32 MiB/sec. | ||
| 9996 | 2024.09.25 17:29:27.046554 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 9997 | 2024.09.25 17:29:27.046578 [ 3 ] {f142768a-e670-4e8a-a3be-fd3b2623d3ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 9998 | 2024.09.25 17:29:27.046595 [ 3 ] {} <Debug> HTTP-Session: cc8b01d8-c9e1-48c7-8849-635a5d34c375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9999 | 2024.09.25 17:29:27.046732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10000 | 2024.09.25 17:29:27.046781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10001 | 2024.09.25 17:29:27.046800 [ 3 ] {} <Debug> HTTP-Session: 94c73c30-a92a-462d-8604-94421c95fc13 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10002 | 2024.09.25 17:29:27.046818 [ 3 ] {} <Debug> HTTP-Session: 94c73c30-a92a-462d-8604-94421c95fc13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10003 | 2024.09.25 17:29:27.046842 [ 3 ] {} <Debug> HTTP-Session: 94c73c30-a92a-462d-8604-94421c95fc13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10004 | 2024.09.25 17:29:27.046874 [ 3 ] {} <Trace> HTTP-Session: 94c73c30-a92a-462d-8604-94421c95fc13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10005 | 2024.09.25 17:29:27.046969 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10006 | 2024.09.25 17:29:27.047014 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10007 | 2024.09.25 17:29:27.047146 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10008 | 2024.09.25 17:29:27.047412 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10009 | 2024.09.25 17:29:27.047448 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10010 | 2024.09.25 17:29:27.047800 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10011 | 2024.09.25 17:29:27.048125 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10012 | 2024.09.25 17:29:27.048264 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 237.30 KiB/sec. | ||
| 10013 | 2024.09.25 17:29:27.048421 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10014 | 2024.09.25 17:29:27.048446 [ 3 ] {c9875c92-80d1-42dc-938b-625553e594b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10015 | 2024.09.25 17:29:27.048462 [ 3 ] {} <Debug> HTTP-Session: 94c73c30-a92a-462d-8604-94421c95fc13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10016 | 2024.09.25 17:29:27.048637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10017 | 2024.09.25 17:29:27.048684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10018 | 2024.09.25 17:29:27.048703 [ 3 ] {} <Debug> HTTP-Session: c960dd45-2556-422a-bb0f-c6e33db5138e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10019 | 2024.09.25 17:29:27.048721 [ 3 ] {} <Debug> HTTP-Session: c960dd45-2556-422a-bb0f-c6e33db5138e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10020 | 2024.09.25 17:29:27.048735 [ 3 ] {} <Debug> HTTP-Session: c960dd45-2556-422a-bb0f-c6e33db5138e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10021 | 2024.09.25 17:29:27.048766 [ 3 ] {} <Trace> HTTP-Session: c960dd45-2556-422a-bb0f-c6e33db5138e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10022 | 2024.09.25 17:29:27.048973 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10023 | 2024.09.25 17:29:27.049033 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10024 | 2024.09.25 17:29:27.049178 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10025 | 2024.09.25 17:29:27.049600 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10026 | 2024.09.25 17:29:27.049636 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10027 | 2024.09.25 17:29:27.050033 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10028 | 2024.09.25 17:29:27.050374 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10029 | 2024.09.25 17:29:27.050507 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001647 sec., 146326.65452337582 rows/sec., 9.81 MiB/sec. | ||
| 10030 | 2024.09.25 17:29:27.050690 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Debug> DynamicQueryHandler: Done processing query | ||
| 10031 | 2024.09.25 17:29:27.050715 [ 3 ] {2196ef8a-901f-403c-876c-3b8c96e610ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10032 | 2024.09.25 17:29:27.050731 [ 3 ] {} <Debug> HTTP-Session: c960dd45-2556-422a-bb0f-c6e33db5138e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10033 | 2024.09.25 17:29:27.050856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10034 | 2024.09.25 17:29:27.050906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10035 | 2024.09.25 17:29:27.050926 [ 3 ] {} <Debug> HTTP-Session: 6cd9dea5-65a5-4ffe-88a2-663802aa4ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10036 | 2024.09.25 17:29:27.050944 [ 3 ] {} <Debug> HTTP-Session: 6cd9dea5-65a5-4ffe-88a2-663802aa4ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10037 | 2024.09.25 17:29:27.050958 [ 3 ] {} <Debug> HTTP-Session: 6cd9dea5-65a5-4ffe-88a2-663802aa4ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10038 | 2024.09.25 17:29:27.050989 [ 3 ] {} <Trace> HTTP-Session: 6cd9dea5-65a5-4ffe-88a2-663802aa4ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10039 | 2024.09.25 17:29:27.051081 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10040 | 2024.09.25 17:29:27.051126 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10041 | 2024.09.25 17:29:27.051259 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10042 | 2024.09.25 17:29:27.051582 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10043 | 2024.09.25 17:29:27.051617 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10044 | 2024.09.25 17:29:27.051958 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 10045 | 2024.09.25 17:29:27.052275 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10046 | 2024.09.25 17:29:27.052404 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001346 sec., 742.9420505200594 rows/sec., 50.06 KiB/sec. | ||
| 10047 | 2024.09.25 17:29:27.052568 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Debug> DynamicQueryHandler: Done processing query | ||
| 10048 | 2024.09.25 17:29:27.052592 [ 3 ] {c94578f9-9349-43b2-b3a9-cf7baf69b825} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10049 | 2024.09.25 17:29:27.052608 [ 3 ] {} <Debug> HTTP-Session: 6cd9dea5-65a5-4ffe-88a2-663802aa4ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10050 | 2024.09.25 17:29:27.052754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52584, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10051 | 2024.09.25 17:29:27.052802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10052 | 2024.09.25 17:29:27.052821 [ 3 ] {} <Debug> HTTP-Session: 82532586-49af-47b2-bafd-c463b99137d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10053 | 2024.09.25 17:29:27.052839 [ 3 ] {} <Debug> HTTP-Session: 82532586-49af-47b2-bafd-c463b99137d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10054 | 2024.09.25 17:29:27.052854 [ 3 ] {} <Debug> HTTP-Session: 82532586-49af-47b2-bafd-c463b99137d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10055 | 2024.09.25 17:29:27.052885 [ 3 ] {} <Trace> HTTP-Session: 82532586-49af-47b2-bafd-c463b99137d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10056 | 2024.09.25 17:29:27.053193 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10057 | 2024.09.25 17:29:27.053259 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <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_histogramu64 | ||
| 10058 | 2024.09.25 17:29:27.053687 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10059 | 2024.09.25 17:29:27.054309 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10060 | 2024.09.25 17:29:27.054346 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10061 | 2024.09.25 17:29:27.054955 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10062 | 2024.09.25 17:29:27.055383 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10063 | 2024.09.25 17:29:27.055540 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002577 sec., 12417.539774932093 rows/sec., 22.25 MiB/sec. | ||
| 10064 | 2024.09.25 17:29:27.055746 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Debug> DynamicQueryHandler: Done processing query | ||
| 10065 | 2024.09.25 17:29:27.055771 [ 3 ] {785276c1-0e4c-4546-93d1-ae9c57db9d12} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10066 | 2024.09.25 17:29:27.055787 [ 3 ] {} <Debug> HTTP-Session: 82532586-49af-47b2-bafd-c463b99137d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10067 | 2024.09.25 17:29:27.055926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10068 | 2024.09.25 17:29:27.055998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10069 | 2024.09.25 17:29:27.056019 [ 3 ] {} <Debug> HTTP-Session: dd916584-ab6f-4011-a1ba-5f82d5df07e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10070 | 2024.09.25 17:29:27.056035 [ 3 ] {} <Debug> HTTP-Session: dd916584-ab6f-4011-a1ba-5f82d5df07e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10071 | 2024.09.25 17:29:27.056049 [ 3 ] {} <Debug> HTTP-Session: dd916584-ab6f-4011-a1ba-5f82d5df07e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10072 | 2024.09.25 17:29:27.056080 [ 3 ] {} <Trace> HTTP-Session: dd916584-ab6f-4011-a1ba-5f82d5df07e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10073 | 2024.09.25 17:29:27.056209 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10074 | 2024.09.25 17:29:27.056255 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10075 | 2024.09.25 17:29:27.056384 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10076 | 2024.09.25 17:29:27.056698 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10077 | 2024.09.25 17:29:27.056758 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10078 | 2024.09.25 17:29:27.057122 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10079 | 2024.09.25 17:29:27.057446 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10080 | 2024.09.25 17:29:27.057585 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 10081 | 2024.09.25 17:29:27.057783 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10082 | 2024.09.25 17:29:27.057808 [ 3 ] {754ae17c-741b-4bd0-b0f1-c68b3c3216b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10083 | 2024.09.25 17:29:27.057828 [ 3 ] {} <Debug> HTTP-Session: dd916584-ab6f-4011-a1ba-5f82d5df07e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10084 | 2024.09.25 17:29:31.531153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10085 | 2024.09.25 17:29:31.531293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10086 | 2024.09.25 17:29:31.531324 [ 3 ] {} <Debug> HTTP-Session: 956d37d9-3eec-4dfc-a395-e02a0a348773 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10087 | 2024.09.25 17:29:31.531353 [ 3 ] {} <Debug> HTTP-Session: 956d37d9-3eec-4dfc-a395-e02a0a348773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10088 | 2024.09.25 17:29:31.531370 [ 3 ] {} <Debug> HTTP-Session: 956d37d9-3eec-4dfc-a395-e02a0a348773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10089 | 2024.09.25 17:29:31.531427 [ 3 ] {} <Trace> HTTP-Session: 956d37d9-3eec-4dfc-a395-e02a0a348773 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10090 | 2024.09.25 17:29:31.531622 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10091 | 2024.09.25 17:29:31.531697 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10092 | 2024.09.25 17:29:31.532083 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10093 | 2024.09.25 17:29:31.532515 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10094 | 2024.09.25 17:29:31.532554 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10095 | 2024.09.25 17:29:31.532951 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 10096 | 2024.09.25 17:29:31.533339 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10097 | 2024.09.25 17:29:31.533481 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001921 sec., 3123.373243102551 rows/sec., 254.69 KiB/sec. | ||
| 10098 | 2024.09.25 17:29:31.533778 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Debug> DynamicQueryHandler: Done processing query | ||
| 10099 | 2024.09.25 17:29:31.533805 [ 3 ] {3cd39aac-25d3-463a-a022-f890e3524132} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10100 | 2024.09.25 17:29:31.533823 [ 3 ] {} <Debug> HTTP-Session: 956d37d9-3eec-4dfc-a395-e02a0a348773 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10101 | 2024.09.25 17:29:31.534100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 175718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10102 | 2024.09.25 17:29:31.534148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10103 | 2024.09.25 17:29:31.534168 [ 3 ] {} <Debug> HTTP-Session: 516d2b5f-47a6-43fa-8aea-83ff4280f575 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10104 | 2024.09.25 17:29:31.534184 [ 3 ] {} <Debug> HTTP-Session: 516d2b5f-47a6-43fa-8aea-83ff4280f575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10105 | 2024.09.25 17:29:31.534197 [ 3 ] {} <Debug> HTTP-Session: 516d2b5f-47a6-43fa-8aea-83ff4280f575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10106 | 2024.09.25 17:29:31.534230 [ 3 ] {} <Trace> HTTP-Session: 516d2b5f-47a6-43fa-8aea-83ff4280f575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10107 | 2024.09.25 17:29:31.534685 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10108 | 2024.09.25 17:29:31.534730 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10109 | 2024.09.25 17:29:31.534976 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10110 | 2024.09.25 17:29:31.536248 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10111 | 2024.09.25 17:29:31.536295 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10112 | 2024.09.25 17:29:31.536856 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10113 | 2024.09.25 17:29:31.537321 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10114 | 2024.09.25 17:29:31.537477 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Debug> executeQuery: Read 1215 rows, 102.30 KiB in 0.003093 sec., 392822.5024248303 rows/sec., 32.30 MiB/sec. | ||
| 10115 | 2024.09.25 17:29:31.537972 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 10116 | 2024.09.25 17:29:31.538001 [ 3 ] {a0f62d3d-4982-4b9d-8592-b0622f089bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.98 MiB. | ||
| 10117 | 2024.09.25 17:29:31.538021 [ 3 ] {} <Debug> HTTP-Session: 516d2b5f-47a6-43fa-8aea-83ff4280f575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10118 | 2024.09.25 17:29:31.538329 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 2037, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10119 | 2024.09.25 17:29:31.538390 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10120 | 2024.09.25 17:29:31.538412 [ 3 ] {} <Debug> HTTP-Session: c7a1952b-7c81-4154-873a-90373cd67f60 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10121 | 2024.09.25 17:29:31.538428 [ 3 ] {} <Debug> HTTP-Session: c7a1952b-7c81-4154-873a-90373cd67f60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10122 | 2024.09.25 17:29:31.538442 [ 3 ] {} <Debug> HTTP-Session: c7a1952b-7c81-4154-873a-90373cd67f60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10123 | 2024.09.25 17:29:31.538474 [ 3 ] {} <Trace> HTTP-Session: c7a1952b-7c81-4154-873a-90373cd67f60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10124 | 2024.09.25 17:29:31.538573 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10125 | 2024.09.25 17:29:31.538617 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10126 | 2024.09.25 17:29:31.538848 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10127 | 2024.09.25 17:29:31.539174 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10128 | 2024.09.25 17:29:31.539209 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10129 | 2024.09.25 17:29:31.539556 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10130 | 2024.09.25 17:29:31.539923 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10131 | 2024.09.25 17:29:31.540052 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Debug> executeQuery: Read 14 rows, 1.02 KiB in 0.001505 sec., 9302.32558139535 rows/sec., 678.08 KiB/sec. | ||
| 10132 | 2024.09.25 17:29:31.540210 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10133 | 2024.09.25 17:29:31.540235 [ 3 ] {55909879-7b71-4e64-81a8-dacaa7962c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10134 | 2024.09.25 17:29:31.540250 [ 3 ] {} <Debug> HTTP-Session: c7a1952b-7c81-4154-873a-90373cd67f60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10135 | 2024.09.25 17:29:31.540402 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10136 | 2024.09.25 17:29:31.540448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10137 | 2024.09.25 17:29:31.540467 [ 3 ] {} <Debug> HTTP-Session: 46b0a6cc-0c37-4527-a446-4e933f818132 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10138 | 2024.09.25 17:29:31.540483 [ 3 ] {} <Debug> HTTP-Session: 46b0a6cc-0c37-4527-a446-4e933f818132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10139 | 2024.09.25 17:29:31.540497 [ 3 ] {} <Debug> HTTP-Session: 46b0a6cc-0c37-4527-a446-4e933f818132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10140 | 2024.09.25 17:29:31.540528 [ 3 ] {} <Trace> HTTP-Session: 46b0a6cc-0c37-4527-a446-4e933f818132 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10141 | 2024.09.25 17:29:31.540703 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10142 | 2024.09.25 17:29:31.540745 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10143 | 2024.09.25 17:29:31.540969 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10144 | 2024.09.25 17:29:31.541401 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10145 | 2024.09.25 17:29:31.541437 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10146 | 2024.09.25 17:29:31.541797 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10147 | 2024.09.25 17:29:31.542149 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10148 | 2024.09.25 17:29:31.542282 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001678 sec., 135876.04290822407 rows/sec., 9.20 MiB/sec. | ||
| 10149 | 2024.09.25 17:29:31.542562 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Debug> DynamicQueryHandler: Done processing query | ||
| 10150 | 2024.09.25 17:29:31.542620 [ 3 ] {d189c09e-f81d-4621-9b46-698b97547b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
| 10151 | 2024.09.25 17:29:31.542672 [ 3 ] {} <Debug> HTTP-Session: 46b0a6cc-0c37-4527-a446-4e933f818132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10152 | 2024.09.25 17:29:31.542959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 88207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10153 | 2024.09.25 17:29:31.543010 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10154 | 2024.09.25 17:29:31.543029 [ 3 ] {} <Debug> HTTP-Session: 5b768857-8fd4-469b-952c-fc98fc024eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10155 | 2024.09.25 17:29:31.543046 [ 3 ] {} <Debug> HTTP-Session: 5b768857-8fd4-469b-952c-fc98fc024eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10156 | 2024.09.25 17:29:31.543060 [ 3 ] {} <Debug> HTTP-Session: 5b768857-8fd4-469b-952c-fc98fc024eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10157 | 2024.09.25 17:29:31.543092 [ 3 ] {} <Trace> HTTP-Session: 5b768857-8fd4-469b-952c-fc98fc024eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10158 | 2024.09.25 17:29:31.543338 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10159 | 2024.09.25 17:29:31.543383 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10160 | 2024.09.25 17:29:31.543625 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10161 | 2024.09.25 17:29:31.544260 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10162 | 2024.09.25 17:29:31.544298 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10163 | 2024.09.25 17:29:31.544666 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10164 | 2024.09.25 17:29:31.545021 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10165 | 2024.09.25 17:29:31.545147 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Debug> executeQuery: Read 534 rows, 40.53 KiB in 0.001961 sec., 272310.04589495156 rows/sec., 20.19 MiB/sec. | ||
| 10166 | 2024.09.25 17:29:31.545304 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Debug> DynamicQueryHandler: Done processing query | ||
| 10167 | 2024.09.25 17:29:31.545328 [ 3 ] {92e1826a-6275-4dd1-b503-4cd95045bd96} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
| 10168 | 2024.09.25 17:29:31.545343 [ 3 ] {} <Debug> HTTP-Session: 5b768857-8fd4-469b-952c-fc98fc024eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10169 | 2024.09.25 17:29:31.545627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 191581, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10170 | 2024.09.25 17:29:31.545674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10171 | 2024.09.25 17:29:31.545692 [ 3 ] {} <Debug> HTTP-Session: fa1a9bf9-88f7-4aa6-b389-ef3278790532 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10172 | 2024.09.25 17:29:31.545710 [ 3 ] {} <Debug> HTTP-Session: fa1a9bf9-88f7-4aa6-b389-ef3278790532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10173 | 2024.09.25 17:29:31.545724 [ 3 ] {} <Debug> HTTP-Session: fa1a9bf9-88f7-4aa6-b389-ef3278790532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10174 | 2024.09.25 17:29:31.545755 [ 3 ] {} <Trace> HTTP-Session: fa1a9bf9-88f7-4aa6-b389-ef3278790532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10175 | 2024.09.25 17:29:31.546197 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10176 | 2024.09.25 17:29:31.546245 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10177 | 2024.09.25 17:29:31.546389 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10178 | 2024.09.25 17:29:31.547254 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10179 | 2024.09.25 17:29:31.547290 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10180 | 2024.09.25 17:29:31.547727 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10181 | 2024.09.25 17:29:31.548061 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10182 | 2024.09.25 17:29:31.548188 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Debug> executeQuery: Read 1009 rows, 69.45 KiB in 0.002283 sec., 441962.33026719233 rows/sec., 29.71 MiB/sec. | ||
| 10183 | 2024.09.25 17:29:31.548352 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10184 | 2024.09.25 17:29:31.548377 [ 3 ] {7c7274f8-0d25-4cb8-9900-991370dfc0a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.74 MiB. | ||
| 10185 | 2024.09.25 17:29:31.548393 [ 3 ] {} <Debug> HTTP-Session: fa1a9bf9-88f7-4aa6-b389-ef3278790532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10186 | 2024.09.25 17:29:31.548767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10187 | 2024.09.25 17:29:31.548814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10188 | 2024.09.25 17:29:31.548833 [ 3 ] {} <Debug> HTTP-Session: 69c70579-3c1d-4ff0-8136-08e44c02f603 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10189 | 2024.09.25 17:29:31.548849 [ 3 ] {} <Debug> HTTP-Session: 69c70579-3c1d-4ff0-8136-08e44c02f603 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10190 | 2024.09.25 17:29:31.548863 [ 3 ] {} <Debug> HTTP-Session: 69c70579-3c1d-4ff0-8136-08e44c02f603 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10191 | 2024.09.25 17:29:31.548894 [ 3 ] {} <Trace> HTTP-Session: 69c70579-3c1d-4ff0-8136-08e44c02f603 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10192 | 2024.09.25 17:29:31.549036 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10193 | 2024.09.25 17:29:31.549100 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <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_histogramu64 | ||
| 10194 | 2024.09.25 17:29:31.549513 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10195 | 2024.09.25 17:29:31.550070 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10196 | 2024.09.25 17:29:31.550105 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10197 | 2024.09.25 17:29:31.550691 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10198 | 2024.09.25 17:29:31.551103 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10199 | 2024.09.25 17:29:31.551243 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10200 | 2024.09.25 17:29:31.551256 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00229 sec., 3493.449781659389 rows/sec., 6.26 MiB/sec. | ||
| 10201 | 2024.09.25 17:29:31.551296 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10202 | 2024.09.25 17:29:31.551348 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10203 | 2024.09.25 17:29:31.551647 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 10204 | 2024.09.25 17:29:31.551713 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 10205 | 2024.09.25 17:29:31.551763 [ 3 ] {cfd3d97b-76cb-489a-9f9f-73cb17f403a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 10206 | 2024.09.25 17:29:31.551789 [ 3 ] {} <Debug> HTTP-Session: 69c70579-3c1d-4ff0-8136-08e44c02f603 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10207 | 2024.09.25 17:29:31.552003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10208 | 2024.09.25 17:29:31.552123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10209 | 2024.09.25 17:29:31.552175 [ 3 ] {} <Debug> HTTP-Session: 2821dee4-520c-496b-b7f5-c3b6fdd25a37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10210 | 2024.09.25 17:29:31.552229 [ 3 ] {} <Debug> HTTP-Session: 2821dee4-520c-496b-b7f5-c3b6fdd25a37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10211 | 2024.09.25 17:29:31.552270 [ 3 ] {} <Debug> HTTP-Session: 2821dee4-520c-496b-b7f5-c3b6fdd25a37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10212 | 2024.09.25 17:29:31.552367 [ 3 ] {} <Trace> HTTP-Session: 2821dee4-520c-496b-b7f5-c3b6fdd25a37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10213 | 2024.09.25 17:29:31.552482 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10214 | 2024.09.25 17:29:31.552642 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 763 rows starting from the beginning of the part | ||
| 10215 | 2024.09.25 17:29:31.552641 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10216 | 2024.09.25 17:29:31.552773 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10217 | 2024.09.25 17:29:31.553451 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 10218 | 2024.09.25 17:29:31.553674 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10219 | 2024.09.25 17:29:31.554156 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 10220 | 2024.09.25 17:29:31.554780 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part | ||
| 10221 | 2024.09.25 17:29:31.554989 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10222 | 2024.09.25 17:29:31.555084 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10223 | 2024.09.25 17:29:31.555517 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part | ||
| 10224 | 2024.09.25 17:29:31.556153 [ 187 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part | ||
| 10225 | 2024.09.25 17:29:31.556452 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10226 | 2024.09.25 17:29:31.557414 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10227 | 2024.09.25 17:29:31.557746 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005209 sec., 11518.525628719524 rows/sec., 794.90 KiB/sec. | ||
| 10228 | 2024.09.25 17:29:31.558146 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10229 | 2024.09.25 17:29:31.558187 [ 3 ] {a8f5d649-6bcb-4320-a194-0fc4a97f5f5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10230 | 2024.09.25 17:29:31.558217 [ 3 ] {} <Debug> HTTP-Session: 2821dee4-520c-496b-b7f5-c3b6fdd25a37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10231 | 2024.09.25 17:29:31.566401 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 851 rows, containing 19 columns (19 merged, 0 gathered) in 0.014935907 sec., 56976.78754962789 rows/sec., 102.10 MiB/sec. | ||
| 10232 | 2024.09.25 17:29:31.567511 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10233 | 2024.09.25 17:29:31.568203 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10234 | 2024.09.25 17:29:31.568303 [ 197 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10235 | 2024.09.25 17:29:31.568470 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. | ||
| 10236 | 2024.09.25 17:29:33.665071 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10237 | 2024.09.25 17:29:33.665150 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10238 | 2024.09.25 17:29:37.032252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10239 | 2024.09.25 17:29:37.032389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10240 | 2024.09.25 17:29:37.032418 [ 3 ] {} <Debug> HTTP-Session: b53fbf03-8553-46ca-920c-246ce82472a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10241 | 2024.09.25 17:29:37.032446 [ 3 ] {} <Debug> HTTP-Session: b53fbf03-8553-46ca-920c-246ce82472a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10242 | 2024.09.25 17:29:37.032463 [ 3 ] {} <Debug> HTTP-Session: b53fbf03-8553-46ca-920c-246ce82472a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10243 | 2024.09.25 17:29:37.032520 [ 3 ] {} <Trace> HTTP-Session: b53fbf03-8553-46ca-920c-246ce82472a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10244 | 2024.09.25 17:29:37.032816 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10245 | 2024.09.25 17:29:37.032891 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10246 | 2024.09.25 17:29:37.033276 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10247 | 2024.09.25 17:29:37.033938 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10248 | 2024.09.25 17:29:37.033984 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10249 | 2024.09.25 17:29:37.034431 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10250 | 2024.09.25 17:29:37.034827 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10251 | 2024.09.25 17:29:37.034995 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002319 sec., 109098.74946097456 rows/sec., 9.63 MiB/sec. | ||
| 10252 | 2024.09.25 17:29:37.035206 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10253 | 2024.09.25 17:29:37.035233 [ 3 ] {d4bc4f99-aead-4bdd-8af0-8293bf466d0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10254 | 2024.09.25 17:29:37.035250 [ 3 ] {} <Debug> HTTP-Session: b53fbf03-8553-46ca-920c-246ce82472a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10255 | 2024.09.25 17:29:37.035387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10256 | 2024.09.25 17:29:37.035438 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10257 | 2024.09.25 17:29:37.035457 [ 3 ] {} <Debug> HTTP-Session: d429079d-8dc4-4f3e-9ade-67dafa0598d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10258 | 2024.09.25 17:29:37.035474 [ 3 ] {} <Debug> HTTP-Session: d429079d-8dc4-4f3e-9ade-67dafa0598d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10259 | 2024.09.25 17:29:37.035487 [ 3 ] {} <Debug> HTTP-Session: d429079d-8dc4-4f3e-9ade-67dafa0598d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10260 | 2024.09.25 17:29:37.035520 [ 3 ] {} <Trace> HTTP-Session: d429079d-8dc4-4f3e-9ade-67dafa0598d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2024.09.25 17:29:37.035623 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10262 | 2024.09.25 17:29:37.035667 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10263 | 2024.09.25 17:29:37.035901 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10264 | 2024.09.25 17:29:37.036230 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10265 | 2024.09.25 17:29:37.036266 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10266 | 2024.09.25 17:29:37.036616 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10267 | 2024.09.25 17:29:37.036990 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2024.09.25 17:29:37.037118 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001526 sec., 20969.85583224115 rows/sec., 1.54 MiB/sec. | ||
| 10269 | 2024.09.25 17:29:37.037287 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Debug> DynamicQueryHandler: Done processing query | ||
| 10270 | 2024.09.25 17:29:37.037312 [ 3 ] {7ac1d867-b43e-4d1d-bedb-36e475a74073} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10271 | 2024.09.25 17:29:37.037328 [ 3 ] {} <Debug> HTTP-Session: d429079d-8dc4-4f3e-9ade-67dafa0598d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10272 | 2024.09.25 17:29:37.037453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10273 | 2024.09.25 17:29:37.037501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10274 | 2024.09.25 17:29:37.037519 [ 3 ] {} <Debug> HTTP-Session: 6b81124d-44f4-42ab-9023-4e8499f329ac Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10275 | 2024.09.25 17:29:37.037535 [ 3 ] {} <Debug> HTTP-Session: 6b81124d-44f4-42ab-9023-4e8499f329ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10276 | 2024.09.25 17:29:37.037549 [ 3 ] {} <Debug> HTTP-Session: 6b81124d-44f4-42ab-9023-4e8499f329ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10277 | 2024.09.25 17:29:37.037580 [ 3 ] {} <Trace> HTTP-Session: 6b81124d-44f4-42ab-9023-4e8499f329ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10278 | 2024.09.25 17:29:37.037676 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10279 | 2024.09.25 17:29:37.037718 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10280 | 2024.09.25 17:29:37.037942 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10281 | 2024.09.25 17:29:37.038247 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10282 | 2024.09.25 17:29:37.038284 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10283 | 2024.09.25 17:29:37.038639 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10284 | 2024.09.25 17:29:37.038992 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10285 | 2024.09.25 17:29:37.039122 [ 136 ] {} <Debug> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10286 | 2024.09.25 17:29:37.039126 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001476 sec., 9485.09485094851 rows/sec., 664.27 KiB/sec. | ||
| 10287 | 2024.09.25 17:29:37.039166 [ 136 ] {} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10288 | 2024.09.25 17:29:37.039212 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10289 | 2024.09.25 17:29:37.039424 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10290 | 2024.09.25 17:29:37.039495 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::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 | ||
| 10291 | 2024.09.25 17:29:37.039525 [ 3 ] {c1a9b130-c830-47aa-aea1-300b872d2da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10292 | 2024.09.25 17:29:37.039625 [ 3 ] {} <Debug> HTTP-Session: 6b81124d-44f4-42ab-9023-4e8499f329ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10293 | 2024.09.25 17:29:37.039974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10294 | 2024.09.25 17:29:37.040058 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10295 | 2024.09.25 17:29:37.040077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10296 | 2024.09.25 17:29:37.040137 [ 3 ] {} <Debug> HTTP-Session: 7efb8154-6054-4407-bda3-01ab745c23dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10297 | 2024.09.25 17:29:37.040140 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 243 rows starting from the beginning of the part | ||
| 10298 | 2024.09.25 17:29:37.040167 [ 3 ] {} <Debug> HTTP-Session: 7efb8154-6054-4407-bda3-01ab745c23dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10299 | 2024.09.25 17:29:37.040223 [ 3 ] {} <Debug> HTTP-Session: 7efb8154-6054-4407-bda3-01ab745c23dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10300 | 2024.09.25 17:29:37.040319 [ 3 ] {} <Trace> HTTP-Session: 7efb8154-6054-4407-bda3-01ab745c23dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10301 | 2024.09.25 17:29:37.040434 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 10302 | 2024.09.25 17:29:37.040686 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10303 | 2024.09.25 17:29:37.040786 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 10304 | 2024.09.25 17:29:37.040828 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10305 | 2024.09.25 17:29:37.041258 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 10306 | 2024.09.25 17:29:37.041584 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 228 rows starting from the beginning of the part | ||
| 10307 | 2024.09.25 17:29:37.041957 [ 197 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10308 | 2024.09.25 17:29:37.042776 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10309 | 2024.09.25 17:29:37.043557 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2024.09.25 17:29:37.043628 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10311 | 2024.09.25 17:29:37.044913 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10312 | 2024.09.25 17:29:37.045276 [ 186 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.00595477 sec., 88500.47944756893 rows/sec., 6.01 MiB/sec. | ||
| 10313 | 2024.09.25 17:29:37.045607 [ 186 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10314 | 2024.09.25 17:29:37.045796 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10315 | 2024.09.25 17:29:37.046220 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.005664 sec., 1059.322033898305 rows/sec., 62.59 KiB/sec. | ||
| 10316 | 2024.09.25 17:29:37.046694 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Debug> DynamicQueryHandler: Done processing query | ||
| 10317 | 2024.09.25 17:29:37.046737 [ 3 ] {3f28b7df-561e-444b-8401-ba3fe758b6be} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10318 | 2024.09.25 17:29:37.046778 [ 3 ] {} <Debug> HTTP-Session: 7efb8154-6054-4407-bda3-01ab745c23dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10319 | 2024.09.25 17:29:37.046820 [ 186 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10320 | 2024.09.25 17:29:37.046928 [ 186 ] {ffbd7f5b-357a-4b30-8f92-1187a4506d08::all_1_31_6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10321 | 2024.09.25 17:29:37.047027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10322 | 2024.09.25 17:29:37.047075 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 10323 | 2024.09.25 17:29:37.047126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10324 | 2024.09.25 17:29:37.047152 [ 3 ] {} <Debug> HTTP-Session: 0c0b0a36-e213-4489-b80f-95f27aca2988 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10325 | 2024.09.25 17:29:37.047169 [ 3 ] {} <Debug> HTTP-Session: 0c0b0a36-e213-4489-b80f-95f27aca2988 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10326 | 2024.09.25 17:29:37.047183 [ 3 ] {} <Debug> HTTP-Session: 0c0b0a36-e213-4489-b80f-95f27aca2988 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10327 | 2024.09.25 17:29:37.047215 [ 3 ] {} <Trace> HTTP-Session: 0c0b0a36-e213-4489-b80f-95f27aca2988 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2024.09.25 17:29:37.047437 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10329 | 2024.09.25 17:29:37.047481 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10330 | 2024.09.25 17:29:37.047755 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10331 | 2024.09.25 17:29:37.048383 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10332 | 2024.09.25 17:29:37.048419 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10333 | 2024.09.25 17:29:37.048804 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10334 | 2024.09.25 17:29:37.049181 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2024.09.25 17:29:37.049313 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.001994 sec., 207622.86860581744 rows/sec., 14.81 MiB/sec. | ||
| 10336 | 2024.09.25 17:29:37.049603 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 10337 | 2024.09.25 17:29:37.049666 [ 3 ] {91954fb5-b581-4afd-8dd9-255328eb47bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10338 | 2024.09.25 17:29:37.049718 [ 3 ] {} <Debug> HTTP-Session: 0c0b0a36-e213-4489-b80f-95f27aca2988 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10339 | 2024.09.25 17:29:37.049872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10340 | 2024.09.25 17:29:37.049924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10341 | 2024.09.25 17:29:37.049943 [ 3 ] {} <Debug> HTTP-Session: 72e96101-22da-45cf-b7c3-126786ea4f55 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10342 | 2024.09.25 17:29:37.049960 [ 3 ] {} <Debug> HTTP-Session: 72e96101-22da-45cf-b7c3-126786ea4f55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10343 | 2024.09.25 17:29:37.049974 [ 3 ] {} <Debug> HTTP-Session: 72e96101-22da-45cf-b7c3-126786ea4f55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10344 | 2024.09.25 17:29:37.050006 [ 3 ] {} <Trace> HTTP-Session: 72e96101-22da-45cf-b7c3-126786ea4f55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10345 | 2024.09.25 17:29:37.050107 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10346 | 2024.09.25 17:29:37.050152 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10347 | 2024.09.25 17:29:37.050301 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10348 | 2024.09.25 17:29:37.050607 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2024.09.25 17:29:37.050641 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10350 | 2024.09.25 17:29:37.050998 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10351 | 2024.09.25 17:29:37.051323 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2024.09.25 17:29:37.051454 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001375 sec., 4363.636363636364 rows/sec., 227.98 KiB/sec. | ||
| 10353 | 2024.09.25 17:29:37.051618 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Debug> DynamicQueryHandler: Done processing query | ||
| 10354 | 2024.09.25 17:29:37.051643 [ 3 ] {33c40249-c59d-457d-bd4a-16aa5ca33810} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10355 | 2024.09.25 17:29:37.051659 [ 3 ] {} <Debug> HTTP-Session: 72e96101-22da-45cf-b7c3-126786ea4f55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10356 | 2024.09.25 17:29:37.051821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10357 | 2024.09.25 17:29:37.051870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10358 | 2024.09.25 17:29:37.051889 [ 3 ] {} <Debug> HTTP-Session: 63632eb0-b5d3-4b01-a674-e407be14c366 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10359 | 2024.09.25 17:29:37.051905 [ 3 ] {} <Debug> HTTP-Session: 63632eb0-b5d3-4b01-a674-e407be14c366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10360 | 2024.09.25 17:29:37.051918 [ 3 ] {} <Debug> HTTP-Session: 63632eb0-b5d3-4b01-a674-e407be14c366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10361 | 2024.09.25 17:29:37.051949 [ 3 ] {} <Trace> HTTP-Session: 63632eb0-b5d3-4b01-a674-e407be14c366 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10362 | 2024.09.25 17:29:37.052170 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10363 | 2024.09.25 17:29:37.052215 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10364 | 2024.09.25 17:29:37.052359 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10365 | 2024.09.25 17:29:37.052801 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10366 | 2024.09.25 17:29:37.052836 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10367 | 2024.09.25 17:29:37.053217 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10368 | 2024.09.25 17:29:37.053558 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10369 | 2024.09.25 17:29:37.053686 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00166 sec., 142771.0843373494 rows/sec., 9.57 MiB/sec. | ||
| 10370 | 2024.09.25 17:29:37.053852 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Debug> DynamicQueryHandler: Done processing query | ||
| 10371 | 2024.09.25 17:29:37.053876 [ 3 ] {33e985c1-410e-4058-92aa-8d3774361278} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10372 | 2024.09.25 17:29:37.053892 [ 3 ] {} <Debug> HTTP-Session: 63632eb0-b5d3-4b01-a674-e407be14c366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10373 | 2024.09.25 17:29:37.054105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10374 | 2024.09.25 17:29:37.054152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10375 | 2024.09.25 17:29:37.054170 [ 3 ] {} <Debug> HTTP-Session: a8c987c1-b924-4c80-8670-733d974af0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10376 | 2024.09.25 17:29:37.054188 [ 3 ] {} <Debug> HTTP-Session: a8c987c1-b924-4c80-8670-733d974af0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10377 | 2024.09.25 17:29:37.054202 [ 3 ] {} <Debug> HTTP-Session: a8c987c1-b924-4c80-8670-733d974af0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10378 | 2024.09.25 17:29:37.054232 [ 3 ] {} <Trace> HTTP-Session: a8c987c1-b924-4c80-8670-733d974af0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10379 | 2024.09.25 17:29:37.054335 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10380 | 2024.09.25 17:29:37.054378 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10381 | 2024.09.25 17:29:37.054508 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10382 | 2024.09.25 17:29:37.054776 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10383 | 2024.09.25 17:29:37.054810 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10384 | 2024.09.25 17:29:37.055153 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 10385 | 2024.09.25 17:29:37.055472 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10386 | 2024.09.25 17:29:37.055603 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001292 sec., 773.9938080495356 rows/sec., 52.15 KiB/sec. | ||
| 10387 | 2024.09.25 17:29:37.055762 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10388 | 2024.09.25 17:29:37.055787 [ 3 ] {57f3f978-aa30-41a0-a66c-a4d45443bae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10389 | 2024.09.25 17:29:37.055802 [ 3 ] {} <Debug> HTTP-Session: a8c987c1-b924-4c80-8670-733d974af0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10390 | 2024.09.25 17:29:37.055978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52604, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10391 | 2024.09.25 17:29:37.056025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10392 | 2024.09.25 17:29:37.056044 [ 3 ] {} <Debug> HTTP-Session: 3ce7d15a-2fbd-43e8-b544-fd69548f6779 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10393 | 2024.09.25 17:29:37.056060 [ 3 ] {} <Debug> HTTP-Session: 3ce7d15a-2fbd-43e8-b544-fd69548f6779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10394 | 2024.09.25 17:29:37.056074 [ 3 ] {} <Debug> HTTP-Session: 3ce7d15a-2fbd-43e8-b544-fd69548f6779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10395 | 2024.09.25 17:29:37.056104 [ 3 ] {} <Trace> HTTP-Session: 3ce7d15a-2fbd-43e8-b544-fd69548f6779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10396 | 2024.09.25 17:29:37.056415 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10397 | 2024.09.25 17:29:37.056479 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <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_histogramu64 | ||
| 10398 | 2024.09.25 17:29:37.056898 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10399 | 2024.09.25 17:29:37.057694 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2024.09.25 17:29:37.057729 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10401 | 2024.09.25 17:29:37.058380 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10402 | 2024.09.25 17:29:37.058803 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10403 | 2024.09.25 17:29:37.058950 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002759 sec., 11598.405219282347 rows/sec., 20.78 MiB/sec. | ||
| 10404 | 2024.09.25 17:29:37.059176 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Debug> DynamicQueryHandler: Done processing query | ||
| 10405 | 2024.09.25 17:29:37.059201 [ 3 ] {7bd04232-9ce2-49c7-922c-fa50b054befe} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10406 | 2024.09.25 17:29:37.059217 [ 3 ] {} <Debug> HTTP-Session: 3ce7d15a-2fbd-43e8-b544-fd69548f6779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10407 | 2024.09.25 17:29:37.059358 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10408 | 2024.09.25 17:29:37.059408 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10409 | 2024.09.25 17:29:37.059427 [ 3 ] {} <Debug> HTTP-Session: 443aab98-e79a-4a42-a737-2ef6bd8dcf25 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10410 | 2024.09.25 17:29:37.059444 [ 3 ] {} <Debug> HTTP-Session: 443aab98-e79a-4a42-a737-2ef6bd8dcf25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10411 | 2024.09.25 17:29:37.059459 [ 3 ] {} <Debug> HTTP-Session: 443aab98-e79a-4a42-a737-2ef6bd8dcf25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10412 | 2024.09.25 17:29:37.059490 [ 3 ] {} <Trace> HTTP-Session: 443aab98-e79a-4a42-a737-2ef6bd8dcf25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10413 | 2024.09.25 17:29:37.059621 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10414 | 2024.09.25 17:29:37.059665 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10415 | 2024.09.25 17:29:37.059799 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10416 | 2024.09.25 17:29:37.060181 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2024.09.25 17:29:37.060217 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10418 | 2024.09.25 17:29:37.060583 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10419 | 2024.09.25 17:29:37.060915 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2024.09.25 17:29:37.061045 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00148 sec., 55405.40540540541 rows/sec., 3.52 MiB/sec. | ||
| 10421 | 2024.09.25 17:29:37.061213 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10422 | 2024.09.25 17:29:37.061237 [ 3 ] {f2c4d8ae-64d5-42ef-9764-c63dc4c4800e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10423 | 2024.09.25 17:29:37.061253 [ 3 ] {} <Debug> HTTP-Session: 443aab98-e79a-4a42-a737-2ef6bd8dcf25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10424 | 2024.09.25 17:29:42.025741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10425 | 2024.09.25 17:29:42.025872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10426 | 2024.09.25 17:29:42.025896 [ 3 ] {} <Debug> HTTP-Session: 6193a9bd-8163-4b8a-8f48-e5b7239a2f27 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10427 | 2024.09.25 17:29:42.025921 [ 3 ] {} <Debug> HTTP-Session: 6193a9bd-8163-4b8a-8f48-e5b7239a2f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10428 | 2024.09.25 17:29:42.025935 [ 3 ] {} <Debug> HTTP-Session: 6193a9bd-8163-4b8a-8f48-e5b7239a2f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10429 | 2024.09.25 17:29:42.025984 [ 3 ] {} <Trace> HTTP-Session: 6193a9bd-8163-4b8a-8f48-e5b7239a2f27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10430 | 2024.09.25 17:29:42.026193 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10431 | 2024.09.25 17:29:42.026259 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10432 | 2024.09.25 17:29:42.026600 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10433 | 2024.09.25 17:29:42.027147 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10434 | 2024.09.25 17:29:42.027190 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10435 | 2024.09.25 17:29:42.027619 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10436 | 2024.09.25 17:29:42.028001 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10437 | 2024.09.25 17:29:42.028170 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002045 sec., 35207.823960880196 rows/sec., 2.85 MiB/sec. | ||
| 10438 | 2024.09.25 17:29:42.028222 [ 45 ] {} <Debug> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10439 | 2024.09.25 17:29:42.028377 [ 45 ] {} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10440 | 2024.09.25 17:29:42.028428 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10441 | 2024.09.25 17:29:42.028496 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10442 | 2024.09.25 17:29:42.028573 [ 3 ] {be9ad41f-1220-40f4-b5f5-2321352ea55b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10443 | 2024.09.25 17:29:42.028635 [ 3 ] {} <Debug> HTTP-Session: 6193a9bd-8163-4b8a-8f48-e5b7239a2f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10444 | 2024.09.25 17:29:42.028797 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::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 | ||
| 10445 | 2024.09.25 17:29:42.028958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10446 | 2024.09.25 17:29:42.029144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10447 | 2024.09.25 17:29:42.029261 [ 3 ] {} <Debug> HTTP-Session: 0096c714-ea16-41cc-8048-75dd7b5787c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10448 | 2024.09.25 17:29:42.029359 [ 3 ] {} <Debug> HTTP-Session: 0096c714-ea16-41cc-8048-75dd7b5787c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10449 | 2024.09.25 17:29:42.029464 [ 3 ] {} <Debug> HTTP-Session: 0096c714-ea16-41cc-8048-75dd7b5787c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10450 | 2024.09.25 17:29:42.029625 [ 3 ] {} <Trace> HTTP-Session: 0096c714-ea16-41cc-8048-75dd7b5787c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10451 | 2024.09.25 17:29:42.029751 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10452 | 2024.09.25 17:29:42.029888 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1419 rows starting from the beginning of the part | ||
| 10453 | 2024.09.25 17:29:42.030003 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10454 | 2024.09.25 17:29:42.030204 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10455 | 2024.09.25 17:29:42.030366 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 72 rows starting from the beginning of the part | ||
| 10456 | 2024.09.25 17:29:42.030682 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 257 rows starting from the beginning of the part | ||
| 10457 | 2024.09.25 17:29:42.031024 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1215 rows starting from the beginning of the part | ||
| 10458 | 2024.09.25 17:29:42.031258 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 253 rows starting from the beginning of the part | ||
| 10459 | 2024.09.25 17:29:42.031511 [ 192 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part | ||
| 10460 | 2024.09.25 17:29:42.031581 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10461 | 2024.09.25 17:29:42.032283 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2024.09.25 17:29:42.032323 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10463 | 2024.09.25 17:29:42.032850 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10464 | 2024.09.25 17:29:42.033275 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10465 | 2024.09.25 17:29:42.033483 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.003618 sec., 2211.166390270868 rows/sec., 166.27 KiB/sec. | ||
| 10466 | 2024.09.25 17:29:42.034048 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Debug> DynamicQueryHandler: Done processing query | ||
| 10467 | 2024.09.25 17:29:42.034137 [ 3 ] {ed9de711-4c4e-478c-be83-3400593b3f93} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10468 | 2024.09.25 17:29:42.034234 [ 3 ] {} <Debug> HTTP-Session: 0096c714-ea16-41cc-8048-75dd7b5787c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10469 | 2024.09.25 17:29:42.034599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10470 | 2024.09.25 17:29:42.034594 [ 190 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3288 rows, containing 5 columns (5 merged, 0 gathered) in 0.006015961 sec., 546546.096292845 rows/sec., 47.79 MiB/sec. | ||
| 10471 | 2024.09.25 17:29:42.034755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10472 | 2024.09.25 17:29:42.034854 [ 3 ] {} <Debug> HTTP-Session: 46585c4e-fb39-4aeb-9818-17862abc4e98 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10473 | 2024.09.25 17:29:42.034919 [ 3 ] {} <Debug> HTTP-Session: 46585c4e-fb39-4aeb-9818-17862abc4e98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10474 | 2024.09.25 17:29:42.034967 [ 3 ] {} <Debug> HTTP-Session: 46585c4e-fb39-4aeb-9818-17862abc4e98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10475 | 2024.09.25 17:29:42.035070 [ 3 ] {} <Trace> HTTP-Session: 46585c4e-fb39-4aeb-9818-17862abc4e98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10476 | 2024.09.25 17:29:42.035201 [ 186 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10477 | 2024.09.25 17:29:42.035253 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10478 | 2024.09.25 17:29:42.035354 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10479 | 2024.09.25 17:29:42.036263 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10480 | 2024.09.25 17:29:42.036450 [ 186 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10481 | 2024.09.25 17:29:42.036580 [ 186 ] {d5a7dda8-36f8-44d6-9ebb-a365d7856454::all_1_56_11} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10482 | 2024.09.25 17:29:42.036765 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10483 | 2024.09.25 17:29:42.036929 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10484 | 2024.09.25 17:29:42.036971 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10485 | 2024.09.25 17:29:42.037339 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10486 | 2024.09.25 17:29:42.037713 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10487 | 2024.09.25 17:29:42.037860 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002671 sec., 26956.196181205538 rows/sec., 2.10 MiB/sec. | ||
| 10488 | 2024.09.25 17:29:42.037902 [ 45 ] {} <Debug> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10489 | 2024.09.25 17:29:42.038048 [ 45 ] {} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10490 | 2024.09.25 17:29:42.038116 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10491 | 2024.09.25 17:29:42.038225 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Debug> DynamicQueryHandler: Done processing query | ||
| 10492 | 2024.09.25 17:29:42.038293 [ 3 ] {078f6da0-d89e-4daa-b63c-c9bd5a26f874} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10493 | 2024.09.25 17:29:42.038347 [ 3 ] {} <Debug> HTTP-Session: 46585c4e-fb39-4aeb-9818-17862abc4e98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10494 | 2024.09.25 17:29:42.038363 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::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 | ||
| 10495 | 2024.09.25 17:29:42.038530 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10496 | 2024.09.25 17:29:42.038579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10497 | 2024.09.25 17:29:42.038601 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 914 rows starting from the beginning of the part | ||
| 10498 | 2024.09.25 17:29:42.038676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10499 | 2024.09.25 17:29:42.038757 [ 3 ] {} <Debug> HTTP-Session: 21b9fa62-a2a9-4a84-b637-39a430767d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10500 | 2024.09.25 17:29:42.038838 [ 3 ] {} <Debug> HTTP-Session: 21b9fa62-a2a9-4a84-b637-39a430767d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10501 | 2024.09.25 17:29:42.038916 [ 3 ] {} <Debug> HTTP-Session: 21b9fa62-a2a9-4a84-b637-39a430767d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10502 | 2024.09.25 17:29:42.038916 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 72 rows starting from the beginning of the part | ||
| 10503 | 2024.09.25 17:29:42.039028 [ 3 ] {} <Trace> HTTP-Session: 21b9fa62-a2a9-4a84-b637-39a430767d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10504 | 2024.09.25 17:29:42.039267 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 422 rows starting from the beginning of the part | ||
| 10505 | 2024.09.25 17:29:42.039428 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10506 | 2024.09.25 17:29:42.039509 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 534 rows starting from the beginning of the part | ||
| 10507 | 2024.09.25 17:29:42.039634 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10508 | 2024.09.25 17:29:42.039858 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 414 rows starting from the beginning of the part | ||
| 10509 | 2024.09.25 17:29:42.040296 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part | ||
| 10510 | 2024.09.25 17:29:42.040958 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10511 | 2024.09.25 17:29:42.041804 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10512 | 2024.09.25 17:29:42.041892 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10513 | 2024.09.25 17:29:42.042956 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10514 | 2024.09.25 17:29:42.043651 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10515 | 2024.09.25 17:29:42.043782 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.005562453 sec., 436498.07018594135 rows/sec., 33.49 MiB/sec. | ||
| 10516 | 2024.09.25 17:29:42.043972 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10517 | 2024.09.25 17:29:42.043984 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00472 sec., 33898.30508474576 rows/sec., 2.36 MiB/sec. | ||
| 10518 | 2024.09.25 17:29:42.044056 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10519 | 2024.09.25 17:29:42.044146 [ 190 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10520 | 2024.09.25 17:29:42.044169 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10521 | 2024.09.25 17:29:42.044539 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10522 | 2024.09.25 17:29:42.044609 [ 3 ] {afd020fd-3d59-4b02-a32e-9910b0115b0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10523 | 2024.09.25 17:29:42.044702 [ 3 ] {} <Debug> HTTP-Session: 21b9fa62-a2a9-4a84-b637-39a430767d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10524 | 2024.09.25 17:29:42.044885 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 10525 | 2024.09.25 17:29:42.044998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10526 | 2024.09.25 17:29:42.045194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10527 | 2024.09.25 17:29:42.045256 [ 3 ] {} <Debug> HTTP-Session: c431486b-12bd-4601-a638-1fdb31377862 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10528 | 2024.09.25 17:29:42.045332 [ 3 ] {} <Debug> HTTP-Session: c431486b-12bd-4601-a638-1fdb31377862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10529 | 2024.09.25 17:29:42.045394 [ 3 ] {} <Debug> HTTP-Session: c431486b-12bd-4601-a638-1fdb31377862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10530 | 2024.09.25 17:29:42.045523 [ 3 ] {} <Trace> HTTP-Session: c431486b-12bd-4601-a638-1fdb31377862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10531 | 2024.09.25 17:29:42.045644 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10532 | 2024.09.25 17:29:42.045756 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16622 rows starting from the beginning of the part | ||
| 10533 | 2024.09.25 17:29:42.046042 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10534 | 2024.09.25 17:29:42.046076 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::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 | ||
| 10535 | 2024.09.25 17:29:42.046167 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10536 | 2024.09.25 17:29:42.046447 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 241 rows starting from the beginning of the part | ||
| 10537 | 2024.09.25 17:29:42.046438 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <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_histogramu64 | ||
| 10538 | 2024.09.25 17:29:42.046851 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1009 rows starting from the beginning of the part | ||
| 10539 | 2024.09.25 17:29:42.047269 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 237 rows starting from the beginning of the part | ||
| 10540 | 2024.09.25 17:29:42.047694 [ 191 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part | ||
| 10541 | 2024.09.25 17:29:42.048036 [ 193 ] {7f91ad46-00a7-48f4-b068-666d0555951f::all_1_56_11} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10542 | 2024.09.25 17:29:42.048777 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 10543 | 2024.09.25 17:29:42.049706 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10544 | 2024.09.25 17:29:42.050414 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10545 | 2024.09.25 17:29:42.050472 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10546 | 2024.09.25 17:29:42.052554 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10547 | 2024.09.25 17:29:42.053189 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10548 | 2024.09.25 17:29:42.053585 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.007874 sec., 1016.002032004064 rows/sec., 1.82 MiB/sec. | ||
| 10549 | 2024.09.25 17:29:42.054076 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Debug> DynamicQueryHandler: Done processing query | ||
| 10550 | 2024.09.25 17:29:42.054109 [ 3 ] {db079900-86b6-4791-9478-522464e9cf04} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 10551 | 2024.09.25 17:29:42.054126 [ 3 ] {} <Debug> HTTP-Session: c431486b-12bd-4601-a638-1fdb31377862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10552 | 2024.09.25 17:29:42.054284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10553 | 2024.09.25 17:29:42.054336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10554 | 2024.09.25 17:29:42.054355 [ 3 ] {} <Debug> HTTP-Session: 9106b9a0-ee51-49d0-a29c-e25c3b124c57 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10555 | 2024.09.25 17:29:42.054373 [ 3 ] {} <Debug> HTTP-Session: 9106b9a0-ee51-49d0-a29c-e25c3b124c57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10556 | 2024.09.25 17:29:42.054387 [ 3 ] {} <Debug> HTTP-Session: 9106b9a0-ee51-49d0-a29c-e25c3b124c57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10557 | 2024.09.25 17:29:42.054423 [ 3 ] {} <Trace> HTTP-Session: 9106b9a0-ee51-49d0-a29c-e25c3b124c57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10558 | 2024.09.25 17:29:42.054591 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10559 | 2024.09.25 17:29:42.054635 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10560 | 2024.09.25 17:29:42.054833 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10561 | 2024.09.25 17:29:42.055323 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10562 | 2024.09.25 17:29:42.055359 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10563 | 2024.09.25 17:29:42.056017 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10564 | 2024.09.25 17:29:42.056441 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10565 | 2024.09.25 17:29:42.056684 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002142 sec., 28011.20448179272 rows/sec., 1.89 MiB/sec. | ||
| 10566 | 2024.09.25 17:29:42.056671 [ 45 ] {} <Debug> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10567 | 2024.09.25 17:29:42.056901 [ 45 ] {} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2024.09.25 17:29:42.057197 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Debug> DynamicQueryHandler: Done processing query | ||
| 10569 | 2024.09.25 17:29:42.057266 [ 3 ] {aaaaf73e-d2fa-43f1-903f-561f3d592d86} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10570 | 2024.09.25 17:29:42.057310 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10571 | 2024.09.25 17:29:42.057349 [ 3 ] {} <Debug> HTTP-Session: 9106b9a0-ee51-49d0-a29c-e25c3b124c57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10572 | 2024.09.25 17:29:42.057567 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18429 rows, containing 5 columns (5 merged, 0 gathered) in 0.013075293 sec., 1409452.162945794 rows/sec., 95.20 MiB/sec. | ||
| 10573 | 2024.09.25 17:29:42.057684 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 10574 | 2024.09.25 17:29:42.058000 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10575 | 2024.09.25 17:29:42.058387 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10576 | 2024.09.25 17:29:42.058510 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3226 rows starting from the beginning of the part | ||
| 10577 | 2024.09.25 17:29:42.058900 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 10578 | 2024.09.25 17:29:42.059482 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 10579 | 2024.09.25 17:29:42.059766 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 10580 | 2024.09.25 17:29:42.059973 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 10581 | 2024.09.25 17:29:42.060109 [ 190 ] {a183781c-c471-4776-9607-1f3c7e5e3417::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 | ||
| 10582 | 2024.09.25 17:29:42.060123 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10583 | 2024.09.25 17:29:42.060436 [ 194 ] {aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10584 | 2024.09.25 17:29:42.060592 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.18 MiB. | ||
| 10585 | 2024.09.25 17:29:42.061936 [ 188 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3570 rows, containing 4 columns (4 merged, 0 gathered) in 0.004417642 sec., 808123.4287432072 rows/sec., 52.82 MiB/sec. | ||
| 10586 | 2024.09.25 17:29:42.062180 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10587 | 2024.09.25 17:29:42.062557 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10588 | 2024.09.25 17:29:42.062631 [ 194 ] {a183781c-c471-4776-9607-1f3c7e5e3417::all_1_56_11} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10589 | 2024.09.25 17:29:42.062698 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 10590 | 2024.09.25 17:29:43.000162 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.28 MiB, peak 208.58 MiB, free memory in arenas 0.00 B, will set to 198.63 MiB (RSS), difference: 1.35 MiB | ||
| 10591 | 2024.09.25 17:29:47.031769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10592 | 2024.09.25 17:29:47.031907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10593 | 2024.09.25 17:29:47.031934 [ 3 ] {} <Debug> HTTP-Session: b061cab7-486c-44eb-b6d8-7631b469878c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10594 | 2024.09.25 17:29:47.031958 [ 3 ] {} <Debug> HTTP-Session: b061cab7-486c-44eb-b6d8-7631b469878c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10595 | 2024.09.25 17:29:47.031974 [ 3 ] {} <Debug> HTTP-Session: b061cab7-486c-44eb-b6d8-7631b469878c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10596 | 2024.09.25 17:29:47.032023 [ 3 ] {} <Trace> HTTP-Session: b061cab7-486c-44eb-b6d8-7631b469878c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10597 | 2024.09.25 17:29:47.032217 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10598 | 2024.09.25 17:29:47.032293 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10599 | 2024.09.25 17:29:47.032640 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10600 | 2024.09.25 17:29:47.033070 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10601 | 2024.09.25 17:29:47.033111 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10602 | 2024.09.25 17:29:47.033529 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 10603 | 2024.09.25 17:29:47.033947 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10604 | 2024.09.25 17:29:47.034101 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001939 sec., 2062.9190304280555 rows/sec., 168.22 KiB/sec. | ||
| 10605 | 2024.09.25 17:29:47.034437 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Debug> DynamicQueryHandler: Done processing query | ||
| 10606 | 2024.09.25 17:29:47.034464 [ 3 ] {58f8212c-7cbd-49ca-bb60-45cb05a12810} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10607 | 2024.09.25 17:29:47.034481 [ 3 ] {} <Debug> HTTP-Session: b061cab7-486c-44eb-b6d8-7631b469878c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10608 | 2024.09.25 17:29:47.034650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38510, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10609 | 2024.09.25 17:29:47.034700 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10610 | 2024.09.25 17:29:47.034719 [ 3 ] {} <Debug> HTTP-Session: c4949e98-815d-4ba2-98ad-cf0033cc912b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10611 | 2024.09.25 17:29:47.034736 [ 3 ] {} <Debug> HTTP-Session: c4949e98-815d-4ba2-98ad-cf0033cc912b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10612 | 2024.09.25 17:29:47.034750 [ 3 ] {} <Debug> HTTP-Session: c4949e98-815d-4ba2-98ad-cf0033cc912b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10613 | 2024.09.25 17:29:47.034782 [ 3 ] {} <Trace> HTTP-Session: c4949e98-815d-4ba2-98ad-cf0033cc912b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10614 | 2024.09.25 17:29:47.034958 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10615 | 2024.09.25 17:29:47.035001 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10616 | 2024.09.25 17:29:47.035255 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10617 | 2024.09.25 17:29:47.035757 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10618 | 2024.09.25 17:29:47.035793 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10619 | 2024.09.25 17:29:47.036176 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10620 | 2024.09.25 17:29:47.036541 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10621 | 2024.09.25 17:29:47.036673 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Debug> executeQuery: Read 255 rows, 23.01 KiB in 0.001805 sec., 141274.23822714682 rows/sec., 12.45 MiB/sec. | ||
| 10622 | 2024.09.25 17:29:47.036851 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Debug> DynamicQueryHandler: Done processing query | ||
| 10623 | 2024.09.25 17:29:47.036876 [ 3 ] {8aedf146-c12c-4c71-8b44-586518af4445} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10624 | 2024.09.25 17:29:47.036892 [ 3 ] {} <Debug> HTTP-Session: c4949e98-815d-4ba2-98ad-cf0033cc912b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10625 | 2024.09.25 17:29:47.037021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 5200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10626 | 2024.09.25 17:29:47.037071 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10627 | 2024.09.25 17:29:47.037091 [ 3 ] {} <Debug> HTTP-Session: 9c32f379-e0c8-4258-a7bf-8226a9743f2d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10628 | 2024.09.25 17:29:47.037108 [ 3 ] {} <Debug> HTTP-Session: 9c32f379-e0c8-4258-a7bf-8226a9743f2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10629 | 2024.09.25 17:29:47.037122 [ 3 ] {} <Debug> HTTP-Session: 9c32f379-e0c8-4258-a7bf-8226a9743f2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10630 | 2024.09.25 17:29:47.037153 [ 3 ] {} <Trace> HTTP-Session: 9c32f379-e0c8-4258-a7bf-8226a9743f2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10631 | 2024.09.25 17:29:47.037262 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10632 | 2024.09.25 17:29:47.037310 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10633 | 2024.09.25 17:29:47.037544 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10634 | 2024.09.25 17:29:47.037871 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2024.09.25 17:29:47.037907 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10636 | 2024.09.25 17:29:47.038264 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10637 | 2024.09.25 17:29:47.038635 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2024.09.25 17:29:47.038766 [ 7 ] {} <Debug> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10639 | 2024.09.25 17:29:47.038772 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Debug> executeQuery: Read 36 rows, 2.69 KiB in 0.001542 sec., 23346.303501945527 rows/sec., 1.70 MiB/sec. | ||
| 10640 | 2024.09.25 17:29:47.038821 [ 7 ] {} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10641 | 2024.09.25 17:29:47.038866 [ 7 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10642 | 2024.09.25 17:29:47.039034 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Debug> DynamicQueryHandler: Done processing query | ||
| 10643 | 2024.09.25 17:29:47.039074 [ 3 ] {f0ce32fe-3bb9-461f-93e4-c6590cf38139} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10644 | 2024.09.25 17:29:47.039091 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::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 | ||
| 10645 | 2024.09.25 17:29:47.039106 [ 3 ] {} <Debug> HTTP-Session: 9c32f379-e0c8-4258-a7bf-8226a9743f2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10646 | 2024.09.25 17:29:47.039324 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10647 | 2024.09.25 17:29:47.039363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10648 | 2024.09.25 17:29:47.039387 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part | ||
| 10649 | 2024.09.25 17:29:47.039461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10650 | 2024.09.25 17:29:47.039533 [ 3 ] {} <Debug> HTTP-Session: 11997019-3175-4447-97ed-23cfe6d7fed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10651 | 2024.09.25 17:29:47.039623 [ 3 ] {} <Debug> HTTP-Session: 11997019-3175-4447-97ed-23cfe6d7fed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10652 | 2024.09.25 17:29:47.039652 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part | ||
| 10653 | 2024.09.25 17:29:47.039689 [ 3 ] {} <Debug> HTTP-Session: 11997019-3175-4447-97ed-23cfe6d7fed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10654 | 2024.09.25 17:29:47.039836 [ 3 ] {} <Trace> HTTP-Session: 11997019-3175-4447-97ed-23cfe6d7fed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10655 | 2024.09.25 17:29:47.039898 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 10656 | 2024.09.25 17:29:47.040258 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 10657 | 2024.09.25 17:29:47.040332 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10658 | 2024.09.25 17:29:47.040571 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10659 | 2024.09.25 17:29:47.040609 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
| 10660 | 2024.09.25 17:29:47.041018 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 10661 | 2024.09.25 17:29:47.041875 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10662 | 2024.09.25 17:29:47.042731 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10663 | 2024.09.25 17:29:47.042797 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10664 | 2024.09.25 17:29:47.043942 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.004981313 sec., 37741.05341302584 rows/sec., 2.88 MiB/sec. | ||
| 10665 | 2024.09.25 17:29:47.043947 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10666 | 2024.09.25 17:29:47.044121 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10667 | 2024.09.25 17:29:47.045029 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10668 | 2024.09.25 17:29:47.045339 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005256 sec., 2663.6225266362253 rows/sec., 186.54 KiB/sec. | ||
| 10669 | 2024.09.25 17:29:47.045438 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10670 | 2024.09.25 17:29:47.045941 [ 195 ] {3021144a-3e23-4943-be02-4c169c470616::all_1_51_10} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10671 | 2024.09.25 17:29:47.045958 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Debug> DynamicQueryHandler: Done processing query | ||
| 10672 | 2024.09.25 17:29:47.046011 [ 3 ] {624be28a-18dd-49f6-ac8f-a45e3752e683} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10673 | 2024.09.25 17:29:47.046055 [ 3 ] {} <Debug> HTTP-Session: 11997019-3175-4447-97ed-23cfe6d7fed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10674 | 2024.09.25 17:29:47.046133 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 10675 | 2024.09.25 17:29:47.046217 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10676 | 2024.09.25 17:29:47.046274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10677 | 2024.09.25 17:29:47.046294 [ 3 ] {} <Debug> HTTP-Session: fa7bf2b8-eaf5-47ee-a1c2-45a81083119e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10678 | 2024.09.25 17:29:47.046312 [ 3 ] {} <Debug> HTTP-Session: fa7bf2b8-eaf5-47ee-a1c2-45a81083119e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.09.25 17:29:47.046327 [ 3 ] {} <Debug> HTTP-Session: fa7bf2b8-eaf5-47ee-a1c2-45a81083119e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10680 | 2024.09.25 17:29:47.046362 [ 3 ] {} <Trace> HTTP-Session: fa7bf2b8-eaf5-47ee-a1c2-45a81083119e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10681 | 2024.09.25 17:29:47.046466 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10682 | 2024.09.25 17:29:47.046510 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10683 | 2024.09.25 17:29:47.046761 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10684 | 2024.09.25 17:29:47.047072 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10685 | 2024.09.25 17:29:47.047108 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10686 | 2024.09.25 17:29:47.047468 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10687 | 2024.09.25 17:29:47.047841 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10688 | 2024.09.25 17:29:47.047981 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 229.89 KiB/sec. | ||
| 10689 | 2024.09.25 17:29:47.048142 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Debug> DynamicQueryHandler: Done processing query | ||
| 10690 | 2024.09.25 17:29:47.048166 [ 3 ] {4a123951-6710-4fcd-af0c-30cd8164d958} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10691 | 2024.09.25 17:29:47.048183 [ 3 ] {} <Debug> HTTP-Session: fa7bf2b8-eaf5-47ee-a1c2-45a81083119e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10692 | 2024.09.25 17:29:47.048346 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10693 | 2024.09.25 17:29:47.048394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10694 | 2024.09.25 17:29:47.048413 [ 3 ] {} <Debug> HTTP-Session: 2acf06b3-1df9-44f5-94fa-49ce993f7cb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10695 | 2024.09.25 17:29:47.048429 [ 3 ] {} <Debug> HTTP-Session: 2acf06b3-1df9-44f5-94fa-49ce993f7cb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10696 | 2024.09.25 17:29:47.048443 [ 3 ] {} <Debug> HTTP-Session: 2acf06b3-1df9-44f5-94fa-49ce993f7cb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10697 | 2024.09.25 17:29:47.048473 [ 3 ] {} <Trace> HTTP-Session: 2acf06b3-1df9-44f5-94fa-49ce993f7cb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10698 | 2024.09.25 17:29:47.048695 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10699 | 2024.09.25 17:29:47.048738 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10700 | 2024.09.25 17:29:47.048967 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10701 | 2024.09.25 17:29:47.049613 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10702 | 2024.09.25 17:29:47.049650 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10703 | 2024.09.25 17:29:47.050028 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10704 | 2024.09.25 17:29:47.050408 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10705 | 2024.09.25 17:29:47.050552 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Debug> executeQuery: Read 418 rows, 30.57 KiB in 0.001976 sec., 211538.46153846156 rows/sec., 15.11 MiB/sec. | ||
| 10706 | 2024.09.25 17:29:47.050853 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10707 | 2024.09.25 17:29:47.050903 [ 3 ] {13fac21c-d49b-4b46-b3a8-10d80327c90e} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10708 | 2024.09.25 17:29:47.050967 [ 3 ] {} <Debug> HTTP-Session: 2acf06b3-1df9-44f5-94fa-49ce993f7cb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10709 | 2024.09.25 17:29:47.051143 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10710 | 2024.09.25 17:29:47.051197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10711 | 2024.09.25 17:29:47.051216 [ 3 ] {} <Debug> HTTP-Session: 18fc9514-610b-4f79-9233-9a1a488aed7d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10712 | 2024.09.25 17:29:47.051233 [ 3 ] {} <Debug> HTTP-Session: 18fc9514-610b-4f79-9233-9a1a488aed7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10713 | 2024.09.25 17:29:47.051247 [ 3 ] {} <Debug> HTTP-Session: 18fc9514-610b-4f79-9233-9a1a488aed7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10714 | 2024.09.25 17:29:47.051279 [ 3 ] {} <Trace> HTTP-Session: 18fc9514-610b-4f79-9233-9a1a488aed7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10715 | 2024.09.25 17:29:47.051380 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10716 | 2024.09.25 17:29:47.051425 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10717 | 2024.09.25 17:29:47.051578 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10718 | 2024.09.25 17:29:47.051866 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10719 | 2024.09.25 17:29:47.051901 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10720 | 2024.09.25 17:29:47.052256 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10721 | 2024.09.25 17:29:47.052582 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10722 | 2024.09.25 17:29:47.052741 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 227.32 KiB/sec. | ||
| 10723 | 2024.09.25 17:29:47.052962 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10724 | 2024.09.25 17:29:47.052986 [ 3 ] {44f55baa-4f95-4968-b9fb-e904db5729d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10725 | 2024.09.25 17:29:47.053002 [ 3 ] {} <Debug> HTTP-Session: 18fc9514-610b-4f79-9233-9a1a488aed7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10726 | 2024.09.25 17:29:47.053150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 45022, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10727 | 2024.09.25 17:29:47.053198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10728 | 2024.09.25 17:29:47.053216 [ 3 ] {} <Debug> HTTP-Session: 2fd42daa-fa59-4417-be28-82fdef8d122f Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10729 | 2024.09.25 17:29:47.053233 [ 3 ] {} <Debug> HTTP-Session: 2fd42daa-fa59-4417-be28-82fdef8d122f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10730 | 2024.09.25 17:29:47.053247 [ 3 ] {} <Debug> HTTP-Session: 2fd42daa-fa59-4417-be28-82fdef8d122f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10731 | 2024.09.25 17:29:47.053277 [ 3 ] {} <Trace> HTTP-Session: 2fd42daa-fa59-4417-be28-82fdef8d122f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10732 | 2024.09.25 17:29:47.053467 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10733 | 2024.09.25 17:29:47.053513 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10734 | 2024.09.25 17:29:47.053662 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10735 | 2024.09.25 17:29:47.054105 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10736 | 2024.09.25 17:29:47.054141 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10737 | 2024.09.25 17:29:47.054533 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10738 | 2024.09.25 17:29:47.054879 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10739 | 2024.09.25 17:29:47.055035 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001672 sec., 142942.58373205742 rows/sec., 9.58 MiB/sec. | ||
| 10740 | 2024.09.25 17:29:47.055204 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Debug> DynamicQueryHandler: Done processing query | ||
| 10741 | 2024.09.25 17:29:47.055228 [ 3 ] {9ec5b7e5-f89d-4b71-968b-3accbb2e9c79} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 10742 | 2024.09.25 17:29:47.055244 [ 3 ] {} <Debug> HTTP-Session: 2fd42daa-fa59-4417-be28-82fdef8d122f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10743 | 2024.09.25 17:29:47.055355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10744 | 2024.09.25 17:29:47.055403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10745 | 2024.09.25 17:29:47.055421 [ 3 ] {} <Debug> HTTP-Session: f078a646-b948-417d-a3db-f3df198a1358 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10746 | 2024.09.25 17:29:47.055438 [ 3 ] {} <Debug> HTTP-Session: f078a646-b948-417d-a3db-f3df198a1358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10747 | 2024.09.25 17:29:47.055451 [ 3 ] {} <Debug> HTTP-Session: f078a646-b948-417d-a3db-f3df198a1358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10748 | 2024.09.25 17:29:47.055481 [ 3 ] {} <Trace> HTTP-Session: f078a646-b948-417d-a3db-f3df198a1358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10749 | 2024.09.25 17:29:47.055572 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 10750 | 2024.09.25 17:29:47.055615 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10751 | 2024.09.25 17:29:47.055746 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10752 | 2024.09.25 17:29:47.056015 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10753 | 2024.09.25 17:29:47.056050 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10754 | 2024.09.25 17:29:47.056395 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 10755 | 2024.09.25 17:29:47.056730 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10756 | 2024.09.25 17:29:47.056883 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001328 sec., 753.0120481927711 rows/sec., 50.74 KiB/sec. | ||
| 10757 | 2024.09.25 17:29:47.057208 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10758 | 2024.09.25 17:29:47.057232 [ 3 ] {eb93bc03-4824-4a07-a007-13997d05bbc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 10759 | 2024.09.25 17:29:47.057248 [ 3 ] {} <Debug> HTTP-Session: f078a646-b948-417d-a3db-f3df198a1358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10760 | 2024.09.25 17:29:47.057383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52589, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10761 | 2024.09.25 17:29:47.057430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10762 | 2024.09.25 17:29:47.057449 [ 3 ] {} <Debug> HTTP-Session: 8197fab8-b5be-4ae4-96ac-423b806eccc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10763 | 2024.09.25 17:29:47.057464 [ 3 ] {} <Debug> HTTP-Session: 8197fab8-b5be-4ae4-96ac-423b806eccc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10764 | 2024.09.25 17:29:47.057478 [ 3 ] {} <Debug> HTTP-Session: 8197fab8-b5be-4ae4-96ac-423b806eccc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10765 | 2024.09.25 17:29:47.057509 [ 3 ] {} <Trace> HTTP-Session: 8197fab8-b5be-4ae4-96ac-423b806eccc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10766 | 2024.09.25 17:29:47.057820 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10767 | 2024.09.25 17:29:47.057892 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <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_histogramu64 | ||
| 10768 | 2024.09.25 17:29:47.058342 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10769 | 2024.09.25 17:29:47.059048 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10770 | 2024.09.25 17:29:47.059083 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10771 | 2024.09.25 17:29:47.059722 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10772 | 2024.09.25 17:29:47.060143 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10773 | 2024.09.25 17:29:47.060333 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002735 sec., 11700.18281535649 rows/sec., 20.97 MiB/sec. | ||
| 10774 | 2024.09.25 17:29:47.060565 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10775 | 2024.09.25 17:29:47.060589 [ 3 ] {1075f4a8-196c-43f1-b0b2-a6f301693b1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 10776 | 2024.09.25 17:29:47.060605 [ 3 ] {} <Debug> HTTP-Session: 8197fab8-b5be-4ae4-96ac-423b806eccc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10777 | 2024.09.25 17:29:47.060739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10778 | 2024.09.25 17:29:47.060813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10779 | 2024.09.25 17:29:47.060832 [ 3 ] {} <Debug> HTTP-Session: 9d5cef95-e58b-4e85-acdf-cfab70b9813d Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10780 | 2024.09.25 17:29:47.060849 [ 3 ] {} <Debug> HTTP-Session: 9d5cef95-e58b-4e85-acdf-cfab70b9813d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10781 | 2024.09.25 17:29:47.060862 [ 3 ] {} <Debug> HTTP-Session: 9d5cef95-e58b-4e85-acdf-cfab70b9813d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10782 | 2024.09.25 17:29:47.060893 [ 3 ] {} <Trace> HTTP-Session: 9d5cef95-e58b-4e85-acdf-cfab70b9813d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10783 | 2024.09.25 17:29:47.061008 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10784 | 2024.09.25 17:29:47.061051 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10785 | 2024.09.25 17:29:47.061181 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10786 | 2024.09.25 17:29:47.061517 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10787 | 2024.09.25 17:29:47.061577 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10788 | 2024.09.25 17:29:47.061942 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10789 | 2024.09.25 17:29:47.062265 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10790 | 2024.09.25 17:29:47.062418 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 10791 | 2024.09.25 17:29:47.062614 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Debug> DynamicQueryHandler: Done processing query | ||
| 10792 | 2024.09.25 17:29:47.062648 [ 3 ] {b0d4b2bc-05e1-4e22-83f3-ca2426f2f689} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10793 | 2024.09.25 17:29:47.062676 [ 3 ] {} <Debug> HTTP-Session: 9d5cef95-e58b-4e85-acdf-cfab70b9813d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10794 | 2024.09.25 17:29:48.665198 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10795 | 2024.09.25 17:29:48.665255 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10796 | 2024.09.25 17:29:52.025968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 10358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10797 | 2024.09.25 17:29:52.026104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10798 | 2024.09.25 17:29:52.026133 [ 3 ] {} <Debug> HTTP-Session: 18fbc18d-14b0-4572-a9b1-52856aa1ad6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10799 | 2024.09.25 17:29:52.026161 [ 3 ] {} <Debug> HTTP-Session: 18fbc18d-14b0-4572-a9b1-52856aa1ad6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10800 | 2024.09.25 17:29:52.026178 [ 3 ] {} <Debug> HTTP-Session: 18fbc18d-14b0-4572-a9b1-52856aa1ad6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10801 | 2024.09.25 17:29:52.026232 [ 3 ] {} <Trace> HTTP-Session: 18fbc18d-14b0-4572-a9b1-52856aa1ad6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10802 | 2024.09.25 17:29:52.026458 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10803 | 2024.09.25 17:29:52.026532 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10804 | 2024.09.25 17:29:52.026896 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10805 | 2024.09.25 17:29:52.027376 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10806 | 2024.09.25 17:29:52.027417 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10807 | 2024.09.25 17:29:52.027843 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10808 | 2024.09.25 17:29:52.028233 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10809 | 2024.09.25 17:29:52.028403 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Debug> executeQuery: Read 72 rows, 5.96 KiB in 0.002027 sec., 35520.47360631475 rows/sec., 2.87 MiB/sec. | ||
| 10810 | 2024.09.25 17:29:52.028650 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10811 | 2024.09.25 17:29:52.028676 [ 3 ] {bec3a011-5e04-4bc5-9fef-1dc117dcd8d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10812 | 2024.09.25 17:29:52.028694 [ 3 ] {} <Debug> HTTP-Session: 18fbc18d-14b0-4572-a9b1-52856aa1ad6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10813 | 2024.09.25 17:29:52.028858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1197, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10814 | 2024.09.25 17:29:52.028908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10815 | 2024.09.25 17:29:52.028926 [ 3 ] {} <Debug> HTTP-Session: dceaa4d0-f6fe-4f34-828b-a6d235e4b474 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10816 | 2024.09.25 17:29:52.028942 [ 3 ] {} <Debug> HTTP-Session: dceaa4d0-f6fe-4f34-828b-a6d235e4b474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10817 | 2024.09.25 17:29:52.028957 [ 3 ] {} <Debug> HTTP-Session: dceaa4d0-f6fe-4f34-828b-a6d235e4b474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10818 | 2024.09.25 17:29:52.028988 [ 3 ] {} <Trace> HTTP-Session: dceaa4d0-f6fe-4f34-828b-a6d235e4b474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10819 | 2024.09.25 17:29:52.029083 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10820 | 2024.09.25 17:29:52.029127 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10821 | 2024.09.25 17:29:52.029362 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10822 | 2024.09.25 17:29:52.029707 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10823 | 2024.09.25 17:29:52.029743 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10824 | 2024.09.25 17:29:52.030086 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10825 | 2024.09.25 17:29:52.030443 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10826 | 2024.09.25 17:29:52.030598 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001534 sec., 5215.123859191656 rows/sec., 392.15 KiB/sec. | ||
| 10827 | 2024.09.25 17:29:52.030770 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Debug> DynamicQueryHandler: Done processing query | ||
| 10828 | 2024.09.25 17:29:52.030794 [ 3 ] {0f135b0c-5707-4d43-bea6-59cf5fe6c8ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10829 | 2024.09.25 17:29:52.030810 [ 3 ] {} <Debug> HTTP-Session: dceaa4d0-f6fe-4f34-828b-a6d235e4b474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10830 | 2024.09.25 17:29:52.030953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12230, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10831 | 2024.09.25 17:29:52.031000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10832 | 2024.09.25 17:29:52.031018 [ 3 ] {} <Debug> HTTP-Session: 277e9169-3db6-48df-9c97-34998ba09996 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10833 | 2024.09.25 17:29:52.031035 [ 3 ] {} <Debug> HTTP-Session: 277e9169-3db6-48df-9c97-34998ba09996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10834 | 2024.09.25 17:29:52.031049 [ 3 ] {} <Debug> HTTP-Session: 277e9169-3db6-48df-9c97-34998ba09996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10835 | 2024.09.25 17:29:52.031079 [ 3 ] {} <Trace> HTTP-Session: 277e9169-3db6-48df-9c97-34998ba09996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10836 | 2024.09.25 17:29:52.031194 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10837 | 2024.09.25 17:29:52.031236 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10838 | 2024.09.25 17:29:52.031464 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10839 | 2024.09.25 17:29:52.031892 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10840 | 2024.09.25 17:29:52.031928 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10841 | 2024.09.25 17:29:52.032273 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10842 | 2024.09.25 17:29:52.032635 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10843 | 2024.09.25 17:29:52.032800 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001639 sec., 43929.22513727883 rows/sec., 3.43 MiB/sec. | ||
| 10844 | 2024.09.25 17:29:52.032975 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10845 | 2024.09.25 17:29:52.033000 [ 3 ] {458603bb-2825-4873-b669-85de59831dd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 10846 | 2024.09.25 17:29:52.033016 [ 3 ] {} <Debug> HTTP-Session: 277e9169-3db6-48df-9c97-34998ba09996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10847 | 2024.09.25 17:29:52.033219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10848 | 2024.09.25 17:29:52.033268 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10849 | 2024.09.25 17:29:52.033287 [ 3 ] {} <Debug> HTTP-Session: fe72c282-54c8-46b1-8732-a4fd695dd93e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10850 | 2024.09.25 17:29:52.033304 [ 3 ] {} <Debug> HTTP-Session: fe72c282-54c8-46b1-8732-a4fd695dd93e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10851 | 2024.09.25 17:29:52.033324 [ 3 ] {} <Debug> HTTP-Session: fe72c282-54c8-46b1-8732-a4fd695dd93e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10852 | 2024.09.25 17:29:52.033371 [ 3 ] {} <Trace> HTTP-Session: fe72c282-54c8-46b1-8732-a4fd695dd93e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10853 | 2024.09.25 17:29:52.033525 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10854 | 2024.09.25 17:29:52.033572 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10855 | 2024.09.25 17:29:52.033719 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10856 | 2024.09.25 17:29:52.034128 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2024.09.25 17:29:52.034163 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10858 | 2024.09.25 17:29:52.034560 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10859 | 2024.09.25 17:29:52.034931 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2024.09.25 17:29:52.035083 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001631 sec., 98099.32556713672 rows/sec., 6.83 MiB/sec. | ||
| 10861 | 2024.09.25 17:29:52.035291 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10862 | 2024.09.25 17:29:52.035315 [ 3 ] {416e46e4-db36-4082-80fc-5bc21ff2f1b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10863 | 2024.09.25 17:29:52.035331 [ 3 ] {} <Debug> HTTP-Session: fe72c282-54c8-46b1-8732-a4fd695dd93e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10864 | 2024.09.25 17:29:52.035465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 14218, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10865 | 2024.09.25 17:29:52.035513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10866 | 2024.09.25 17:29:52.035531 [ 3 ] {} <Debug> HTTP-Session: dfd4fa77-cea7-4bc6-a8f0-50b2b75a5023 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10867 | 2024.09.25 17:29:52.035548 [ 3 ] {} <Debug> HTTP-Session: dfd4fa77-cea7-4bc6-a8f0-50b2b75a5023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10868 | 2024.09.25 17:29:52.035561 [ 3 ] {} <Debug> HTTP-Session: dfd4fa77-cea7-4bc6-a8f0-50b2b75a5023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10869 | 2024.09.25 17:29:52.035591 [ 3 ] {} <Trace> HTTP-Session: dfd4fa77-cea7-4bc6-a8f0-50b2b75a5023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10870 | 2024.09.25 17:29:52.035754 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10871 | 2024.09.25 17:29:52.035821 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <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_histogramu64 | ||
| 10872 | 2024.09.25 17:29:52.036253 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10873 | 2024.09.25 17:29:52.036826 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10874 | 2024.09.25 17:29:52.036862 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10875 | 2024.09.25 17:29:52.037462 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10876 | 2024.09.25 17:29:52.037880 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10877 | 2024.09.25 17:29:52.038070 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002397 sec., 3337.5052148518985 rows/sec., 5.98 MiB/sec. | ||
| 10878 | 2024.09.25 17:29:52.038300 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Debug> DynamicQueryHandler: Done processing query | ||
| 10879 | 2024.09.25 17:29:52.038325 [ 3 ] {6338e4a4-6c57-4ee8-b94e-b79790875882} <Debug> MemoryTracker: Peak memory usage (for query): 4.40 MiB. | ||
| 10880 | 2024.09.25 17:29:52.038340 [ 3 ] {} <Debug> HTTP-Session: dfd4fa77-cea7-4bc6-a8f0-50b2b75a5023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10881 | 2024.09.25 17:29:52.038479 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10882 | 2024.09.25 17:29:52.038527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10883 | 2024.09.25 17:29:52.038545 [ 3 ] {} <Debug> HTTP-Session: 22e878f4-768e-46dc-b690-c7657001f4bb Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10884 | 2024.09.25 17:29:52.038561 [ 3 ] {} <Debug> HTTP-Session: 22e878f4-768e-46dc-b690-c7657001f4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10885 | 2024.09.25 17:29:52.038575 [ 3 ] {} <Debug> HTTP-Session: 22e878f4-768e-46dc-b690-c7657001f4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10886 | 2024.09.25 17:29:52.038606 [ 3 ] {} <Trace> HTTP-Session: 22e878f4-768e-46dc-b690-c7657001f4bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10887 | 2024.09.25 17:29:52.038720 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10888 | 2024.09.25 17:29:52.038764 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10889 | 2024.09.25 17:29:52.038894 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10890 | 2024.09.25 17:29:52.039214 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10891 | 2024.09.25 17:29:52.039249 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10892 | 2024.09.25 17:29:52.039609 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 10893 | 2024.09.25 17:29:52.039947 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10894 | 2024.09.25 17:29:52.040112 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 10895 | 2024.09.25 17:29:52.040297 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10896 | 2024.09.25 17:29:52.040323 [ 3 ] {a47022b5-295b-448a-bf8e-072b9a4f63bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10897 | 2024.09.25 17:29:52.040338 [ 3 ] {} <Debug> HTTP-Session: 22e878f4-768e-46dc-b690-c7657001f4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10898 | 2024.09.25 17:29:57.032639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 38244, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10899 | 2024.09.25 17:29:57.032778 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10900 | 2024.09.25 17:29:57.032807 [ 3 ] {} <Debug> HTTP-Session: ee7b50a6-7522-40a4-92e3-279b544a0753 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10901 | 2024.09.25 17:29:57.032836 [ 3 ] {} <Debug> HTTP-Session: ee7b50a6-7522-40a4-92e3-279b544a0753 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10902 | 2024.09.25 17:29:57.032854 [ 3 ] {} <Debug> HTTP-Session: ee7b50a6-7522-40a4-92e3-279b544a0753 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10903 | 2024.09.25 17:29:57.032911 [ 3 ] {} <Trace> HTTP-Session: ee7b50a6-7522-40a4-92e3-279b544a0753 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10904 | 2024.09.25 17:29:57.033169 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10905 | 2024.09.25 17:29:57.033235 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10906 | 2024.09.25 17:29:57.033578 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10907 | 2024.09.25 17:29:57.034229 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10908 | 2024.09.25 17:29:57.034270 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10909 | 2024.09.25 17:29:57.034709 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10910 | 2024.09.25 17:29:57.035094 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Trace> oximeter.fields_string (d5a7dda8-36f8-44d6-9ebb-a365d7856454): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10911 | 2024.09.25 17:29:57.035244 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Debug> executeQuery: Read 253 rows, 22.87 KiB in 0.002192 sec., 115419.70802919708 rows/sec., 10.19 MiB/sec. | ||
| 10912 | 2024.09.25 17:29:57.035457 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 10913 | 2024.09.25 17:29:57.035483 [ 3 ] {278bbf86-3df4-4594-b37a-66b2858e3bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
| 10914 | 2024.09.25 17:29:57.035499 [ 3 ] {} <Debug> HTTP-Session: ee7b50a6-7522-40a4-92e3-279b544a0753 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10915 | 2024.09.25 17:29:57.035678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 4642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10916 | 2024.09.25 17:29:57.035730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10917 | 2024.09.25 17:29:57.035750 [ 3 ] {} <Debug> HTTP-Session: 14e5cad2-a716-4fbc-9e4a-ef3aa9215e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10918 | 2024.09.25 17:29:57.035766 [ 3 ] {} <Debug> HTTP-Session: 14e5cad2-a716-4fbc-9e4a-ef3aa9215e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10919 | 2024.09.25 17:29:57.035781 [ 3 ] {} <Debug> HTTP-Session: 14e5cad2-a716-4fbc-9e4a-ef3aa9215e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10920 | 2024.09.25 17:29:57.035813 [ 3 ] {} <Trace> HTTP-Session: 14e5cad2-a716-4fbc-9e4a-ef3aa9215e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10921 | 2024.09.25 17:29:57.035917 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10922 | 2024.09.25 17:29:57.035961 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10923 | 2024.09.25 17:29:57.036189 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10924 | 2024.09.25 17:29:57.036556 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10925 | 2024.09.25 17:29:57.036593 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10926 | 2024.09.25 17:29:57.036940 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10927 | 2024.09.25 17:29:57.037305 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Trace> oximeter.fields_u16 (3021144a-3e23-4943-be02-4c169c470616): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10928 | 2024.09.25 17:29:57.037439 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Debug> executeQuery: Read 32 rows, 2.41 KiB in 0.001551 sec., 20631.85041908446 rows/sec., 1.52 MiB/sec. | ||
| 10929 | 2024.09.25 17:29:57.037723 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10930 | 2024.09.25 17:29:57.037781 [ 3 ] {3727b6d9-e1bb-4f56-89de-6855ca71ae0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 10931 | 2024.09.25 17:29:57.037835 [ 3 ] {} <Debug> HTTP-Session: 14e5cad2-a716-4fbc-9e4a-ef3aa9215e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10932 | 2024.09.25 17:29:57.038009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 1927, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10933 | 2024.09.25 17:29:57.038062 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10934 | 2024.09.25 17:29:57.038082 [ 3 ] {} <Debug> HTTP-Session: 33d14c3e-108c-4d05-90fd-295ace0cd6a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10935 | 2024.09.25 17:29:57.038099 [ 3 ] {} <Debug> HTTP-Session: 33d14c3e-108c-4d05-90fd-295ace0cd6a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10936 | 2024.09.25 17:29:57.038114 [ 3 ] {} <Debug> HTTP-Session: 33d14c3e-108c-4d05-90fd-295ace0cd6a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10937 | 2024.09.25 17:29:57.038147 [ 3 ] {} <Trace> HTTP-Session: 33d14c3e-108c-4d05-90fd-295ace0cd6a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10938 | 2024.09.25 17:29:57.038254 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10939 | 2024.09.25 17:29:57.038299 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10940 | 2024.09.25 17:29:57.038547 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10941 | 2024.09.25 17:29:57.038877 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10942 | 2024.09.25 17:29:57.038914 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10943 | 2024.09.25 17:29:57.039278 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10944 | 2024.09.25 17:29:57.039641 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Trace> oximeter.fields_u32 (ffbd7f5b-357a-4b30-8f92-1187a4506d08): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10945 | 2024.09.25 17:29:57.039771 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001547 sec., 9049.773755656108 rows/sec., 633.79 KiB/sec. | ||
| 10946 | 2024.09.25 17:29:57.040141 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10947 | 2024.09.25 17:29:57.040176 [ 3 ] {a293845c-ecfa-4e7c-984d-33e2454cbff6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10948 | 2024.09.25 17:29:57.040193 [ 3 ] {} <Debug> HTTP-Session: 33d14c3e-108c-4d05-90fd-295ace0cd6a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10949 | 2024.09.25 17:29:57.040316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 805, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10950 | 2024.09.25 17:29:57.040366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10951 | 2024.09.25 17:29:57.040384 [ 3 ] {} <Debug> HTTP-Session: 4b21f84b-fc2d-4530-881d-b71ff4ca8c06 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10952 | 2024.09.25 17:29:57.040400 [ 3 ] {} <Debug> HTTP-Session: 4b21f84b-fc2d-4530-881d-b71ff4ca8c06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10953 | 2024.09.25 17:29:57.040415 [ 3 ] {} <Debug> HTTP-Session: 4b21f84b-fc2d-4530-881d-b71ff4ca8c06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10954 | 2024.09.25 17:29:57.040446 [ 3 ] {} <Trace> HTTP-Session: 4b21f84b-fc2d-4530-881d-b71ff4ca8c06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10955 | 2024.09.25 17:29:57.040545 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_u8 FORMAT JSONEachRow (stage: Complete) | ||
| 10956 | 2024.09.25 17:29:57.040589 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10957 | 2024.09.25 17:29:57.040843 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10958 | 2024.09.25 17:29:57.041162 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10959 | 2024.09.25 17:29:57.041198 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10960 | 2024.09.25 17:29:57.041552 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10961 | 2024.09.25 17:29:57.041923 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2024.09.25 17:29:57.042049 [ 51 ] {} <Debug> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 10963 | 2024.09.25 17:29:57.042056 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Debug> executeQuery: Read 6 rows, 363.00 B in 0.001536 sec., 3906.25 rows/sec., 230.79 KiB/sec. | ||
| 10964 | 2024.09.25 17:29:57.042097 [ 51 ] {} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10965 | 2024.09.25 17:29:57.042141 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10966 | 2024.09.25 17:29:57.042336 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 10967 | 2024.09.25 17:29:57.042414 [ 3 ] {b046da78-980d-4c92-ae4e-f1fd511551fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10968 | 2024.09.25 17:29:57.042490 [ 3 ] {} <Debug> HTTP-Session: 4b21f84b-fc2d-4530-881d-b71ff4ca8c06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10969 | 2024.09.25 17:29:57.042591 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
| 10970 | 2024.09.25 17:29:57.042785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 67208, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10971 | 2024.09.25 17:29:57.042900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10972 | 2024.09.25 17:29:57.042940 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10973 | 2024.09.25 17:29:57.042952 [ 3 ] {} <Debug> HTTP-Session: b6751994-9e75-4454-afbd-51787571294c Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 10974 | 2024.09.25 17:29:57.043008 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 6 rows starting from the beginning of the part | ||
| 10975 | 2024.09.25 17:29:57.043015 [ 3 ] {} <Debug> HTTP-Session: b6751994-9e75-4454-afbd-51787571294c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10976 | 2024.09.25 17:29:57.043074 [ 3 ] {} <Debug> HTTP-Session: b6751994-9e75-4454-afbd-51787571294c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10977 | 2024.09.25 17:29:57.043181 [ 3 ] {} <Trace> HTTP-Session: b6751994-9e75-4454-afbd-51787571294c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10978 | 2024.09.25 17:29:57.043292 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10979 | 2024.09.25 17:29:57.043601 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10980 | 2024.09.25 17:29:57.043673 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10981 | 2024.09.25 17:29:57.043847 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10982 | 2024.09.25 17:29:57.044024 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10983 | 2024.09.25 17:29:57.044366 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10984 | 2024.09.25 17:29:57.045122 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10985 | 2024.09.25 17:29:57.046466 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10986 | 2024.09.25 17:29:57.046552 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 10987 | 2024.09.25 17:29:57.046791 [ 201 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.004550574 sec., 6592.5749147250435 rows/sec., 418.47 KiB/sec. | ||
| 10988 | 2024.09.25 17:29:57.046950 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 10989 | 2024.09.25 17:29:57.047247 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 10990 | 2024.09.25 17:29:57.047540 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10991 | 2024.09.25 17:29:57.047646 [ 196 ] {6614807d-8751-42ac-900c-67bec3b43c7b::all_1_25_6} <Trace> oximeter.fields_u8 (6614807d-8751-42ac-900c-67bec3b43c7b) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 10992 | 2024.09.25 17:29:57.047752 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10993 | 2024.09.25 17:29:57.047788 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Trace> oximeter.fields_uuid (7f91ad46-00a7-48f4-b068-666d0555951f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2024.09.25 17:29:57.047921 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Debug> executeQuery: Read 414 rows, 30.24 KiB in 0.004482 sec., 92369.4779116466 rows/sec., 6.59 MiB/sec. | ||
| 10995 | 2024.09.25 17:29:57.048235 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 10996 | 2024.09.25 17:29:57.048298 [ 3 ] {220b2837-f6fa-488f-a7cd-4ccf9e301b5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.46 MiB. | ||
| 10997 | 2024.09.25 17:29:57.048367 [ 3 ] {} <Debug> HTTP-Session: b6751994-9e75-4454-afbd-51787571294c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10998 | 2024.09.25 17:29:57.048563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 903, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10999 | 2024.09.25 17:29:57.048613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11000 | 2024.09.25 17:29:57.048632 [ 3 ] {} <Debug> HTTP-Session: 34b1f7c4-1a26-45ca-85c4-b503b8df5ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 11001 | 2024.09.25 17:29:57.048650 [ 3 ] {} <Debug> HTTP-Session: 34b1f7c4-1a26-45ca-85c4-b503b8df5ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11002 | 2024.09.25 17:29:57.048664 [ 3 ] {} <Debug> HTTP-Session: 34b1f7c4-1a26-45ca-85c4-b503b8df5ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11003 | 2024.09.25 17:29:57.048697 [ 3 ] {} <Trace> HTTP-Session: 34b1f7c4-1a26-45ca-85c4-b503b8df5ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11004 | 2024.09.25 17:29:57.048801 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11005 | 2024.09.25 17:29:57.048848 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11006 | 2024.09.25 17:29:57.049001 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11007 | 2024.09.25 17:29:57.049270 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11008 | 2024.09.25 17:29:57.049305 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11009 | 2024.09.25 17:29:57.049675 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11010 | 2024.09.25 17:29:57.050010 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Trace> oximeter.measurements_bool (a143d08b-5658-4863-8e88-04942bd64bf3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11011 | 2024.09.25 17:29:57.050141 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 229.15 KiB/sec. | ||
| 11012 | 2024.09.25 17:29:57.050304 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Debug> DynamicQueryHandler: Done processing query | ||
| 11013 | 2024.09.25 17:29:57.050330 [ 3 ] {218cf987-8b44-4f09-834f-e7cf09751380} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11014 | 2024.09.25 17:29:57.050346 [ 3 ] {} <Debug> HTTP-Session: 34b1f7c4-1a26-45ca-85c4-b503b8df5ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11015 | 2024.09.25 17:29:57.050544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 44642, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11016 | 2024.09.25 17:29:57.050593 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11017 | 2024.09.25 17:29:57.050612 [ 3 ] {} <Debug> HTTP-Session: 3b2efd38-6f2a-41e5-af5f-6463bb15ad3e Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 11018 | 2024.09.25 17:29:57.050629 [ 3 ] {} <Debug> HTTP-Session: 3b2efd38-6f2a-41e5-af5f-6463bb15ad3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11019 | 2024.09.25 17:29:57.050643 [ 3 ] {} <Debug> HTTP-Session: 3b2efd38-6f2a-41e5-af5f-6463bb15ad3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11020 | 2024.09.25 17:29:57.050674 [ 3 ] {} <Trace> HTTP-Session: 3b2efd38-6f2a-41e5-af5f-6463bb15ad3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11021 | 2024.09.25 17:29:57.050852 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11022 | 2024.09.25 17:29:57.050898 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11023 | 2024.09.25 17:29:57.051045 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11024 | 2024.09.25 17:29:57.051453 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11025 | 2024.09.25 17:29:57.051489 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11026 | 2024.09.25 17:29:57.051874 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11027 | 2024.09.25 17:29:57.052220 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Trace> oximeter.measurements_cumulativeu64 (aefc5e18-ba1f-48a0-9d77-9b5c5c5ea222): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11028 | 2024.09.25 17:29:57.052352 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001589 sec., 149150.40906230334 rows/sec., 10.00 MiB/sec. | ||
| 11029 | 2024.09.25 17:29:57.052616 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11030 | 2024.09.25 17:29:57.052683 [ 3 ] {5eee7bc4-cd68-40e6-a4e1-4274845d75b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
| 11031 | 2024.09.25 17:29:57.052728 [ 3 ] {} <Debug> HTTP-Session: 3b2efd38-6f2a-41e5-af5f-6463bb15ad3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11032 | 2024.09.25 17:29:57.052923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 216, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11033 | 2024.09.25 17:29:57.052972 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11034 | 2024.09.25 17:29:57.052991 [ 3 ] {} <Debug> HTTP-Session: a2d2d5e1-2c7b-4c40-b692-636c0bdbdebd Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 11035 | 2024.09.25 17:29:57.053008 [ 3 ] {} <Debug> HTTP-Session: a2d2d5e1-2c7b-4c40-b692-636c0bdbdebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11036 | 2024.09.25 17:29:57.053022 [ 3 ] {} <Debug> HTTP-Session: a2d2d5e1-2c7b-4c40-b692-636c0bdbdebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11037 | 2024.09.25 17:29:57.053054 [ 3 ] {} <Trace> HTTP-Session: a2d2d5e1-2c7b-4c40-b692-636c0bdbdebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11038 | 2024.09.25 17:29:57.053152 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_f64 FORMAT JSONEachRow (stage: Complete) | ||
| 11039 | 2024.09.25 17:29:57.053198 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11040 | 2024.09.25 17:29:57.053343 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11041 | 2024.09.25 17:29:57.053606 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.09.25 17:29:57.053640 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11043 | 2024.09.25 17:29:57.053988 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 11044 | 2024.09.25 17:29:57.054324 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Trace> oximeter.measurements_f64 (61366afb-416c-420b-ad75-717025119709): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.09.25 17:29:57.054460 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001331 sec., 751.3148009015778 rows/sec., 50.63 KiB/sec. | ||
| 11046 | 2024.09.25 17:29:57.054796 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11047 | 2024.09.25 17:29:57.054822 [ 3 ] {61da7158-66c2-4828-93a0-994456d9b0c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 11048 | 2024.09.25 17:29:57.054838 [ 3 ] {} <Debug> HTTP-Session: a2d2d5e1-2c7b-4c40-b692-636c0bdbdebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.09.25 17:29:57.054978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 52613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11050 | 2024.09.25 17:29:57.055027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11051 | 2024.09.25 17:29:57.055046 [ 3 ] {} <Debug> HTTP-Session: fc4921cb-acae-4125-8ffd-80221a0ccf45 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 11052 | 2024.09.25 17:29:57.055063 [ 3 ] {} <Debug> HTTP-Session: fc4921cb-acae-4125-8ffd-80221a0ccf45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11053 | 2024.09.25 17:29:57.055077 [ 3 ] {} <Debug> HTTP-Session: fc4921cb-acae-4125-8ffd-80221a0ccf45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11054 | 2024.09.25 17:29:57.055108 [ 3 ] {} <Trace> HTTP-Session: fc4921cb-acae-4125-8ffd-80221a0ccf45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11055 | 2024.09.25 17:29:57.055441 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_histogramu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11056 | 2024.09.25 17:29:57.055514 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <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_histogramu64 | ||
| 11057 | 2024.09.25 17:29:57.055954 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11058 | 2024.09.25 17:29:57.056615 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11059 | 2024.09.25 17:29:57.056650 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11060 | 2024.09.25 17:29:57.057264 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11061 | 2024.09.25 17:29:57.057686 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11062 | 2024.09.25 17:29:57.057823 [ 51 ] {} <Debug> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11063 | 2024.09.25 17:29:57.057838 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Debug> executeQuery: Read 32 rows, 58.72 KiB in 0.002635 sec., 12144.212523719165 rows/sec., 21.76 MiB/sec. | ||
| 11064 | 2024.09.25 17:29:57.057862 [ 51 ] {} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11065 | 2024.09.25 17:29:57.057898 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11066 | 2024.09.25 17:29:57.058091 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::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 | ||
| 11067 | 2024.09.25 17:29:57.058175 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Debug> DynamicQueryHandler: Done processing query | ||
| 11068 | 2024.09.25 17:29:57.058205 [ 3 ] {d11de8e5-e43c-47f2-96cc-ea1b11cae087} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
| 11069 | 2024.09.25 17:29:57.058231 [ 3 ] {} <Debug> HTTP-Session: fc4921cb-acae-4125-8ffd-80221a0ccf45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11070 | 2024.09.25 17:29:57.058428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51113, User-Agent: (none), Length: 12125, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11071 | 2024.09.25 17:29:57.058468 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11072 | 2024.09.25 17:29:57.058489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11073 | 2024.09.25 17:29:57.058520 [ 3 ] {} <Debug> HTTP-Session: d9635ff0-fa3e-417c-b860-b15ce368caf1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51113 | ||
| 11074 | 2024.09.25 17:29:57.058548 [ 3 ] {} <Debug> HTTP-Session: d9635ff0-fa3e-417c-b860-b15ce368caf1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11075 | 2024.09.25 17:29:57.058557 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 851 rows starting from the beginning of the part | ||
| 11076 | 2024.09.25 17:29:57.058568 [ 3 ] {} <Debug> HTTP-Session: d9635ff0-fa3e-417c-b860-b15ce368caf1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11077 | 2024.09.25 17:29:57.058615 [ 3 ] {} <Trace> HTTP-Session: d9635ff0-fa3e-417c-b860-b15ce368caf1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11078 | 2024.09.25 17:29:57.058904 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51113) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11079 | 2024.09.25 17:29:57.059062 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11080 | 2024.09.25 17:29:57.059096 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 11081 | 2024.09.25 17:29:57.059730 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11082 | 2024.09.25 17:29:57.059775 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part | ||
| 11083 | 2024.09.25 17:29:57.060180 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 11084 | 2024.09.25 17:29:57.060551 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.09.25 17:29:57.060563 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part | ||
| 11086 | 2024.09.25 17:29:57.060591 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11087 | 2024.09.25 17:29:57.060900 [ 200 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 11088 | 2024.09.25 17:29:57.061467 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11089 | 2024.09.25 17:29:57.061974 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Trace> oximeter.measurements_u64 (a183781c-c471-4776-9607-1f3c7e5e3417): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11090 | 2024.09.25 17:29:57.062109 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003364 sec., 24375.743162901308 rows/sec., 1.55 MiB/sec. | ||
| 11091 | 2024.09.25 17:29:57.062283 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Debug> DynamicQueryHandler: Done processing query | ||
| 11092 | 2024.09.25 17:29:57.062309 [ 3 ] {6f6e3fc3-7b6d-4c13-bad7-7ca583f70f09} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11093 | 2024.09.25 17:29:57.062326 [ 3 ] {} <Debug> HTTP-Session: d9635ff0-fa3e-417c-b860-b15ce368caf1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11094 | 2024.09.25 17:29:57.065604 [ 201 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 963 rows, containing 19 columns (19 merged, 0 gathered) in 0.007618872 sec., 126396.66344309237 rows/sec., 226.50 MiB/sec. | ||
| 11095 | 2024.09.25 17:29:57.066906 [ 201 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11096 | 2024.09.25 17:29:57.067561 [ 201 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11097 | 2024.09.25 17:29:57.067657 [ 201 ] {f9ef3a1e-fc27-4d63-9556-e5068786481a::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (f9ef3a1e-fc27-4d63-9556-e5068786481a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11098 | 2024.09.25 17:29:57.067823 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. | ||
| 11099 | 2024.09.25 17:29:58.226482 [ 59 ] {} <Debug> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
| 11100 | 2024.09.25 17:29:58.226553 [ 59 ] {} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11101 | 2024.09.25 17:29:58.226579 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 11102 | 2024.09.25 17:29:58.226773 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
| 11103 | 2024.09.25 17:29:58.227042 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11104 | 2024.09.25 17:29:58.227077 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 18 rows starting from the beginning of the part | ||
| 11105 | 2024.09.25 17:29:58.227160 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 4 rows starting from the beginning of the part | ||
| 11106 | 2024.09.25 17:29:58.227257 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 11107 | 2024.09.25 17:29:58.227559 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 11108 | 2024.09.25 17:29:58.227661 [ 196 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
| 11109 | 2024.09.25 17:29:58.228777 [ 187 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 5 columns (5 merged, 0 gathered) in 0.002127759 sec., 18799.12151705151 rows/sec., 1.57 MiB/sec. | ||
| 11110 | 2024.09.25 17:29:58.228993 [ 197 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
| 11111 | 2024.09.25 17:29:58.229598 [ 197 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2024.09.25 17:29:58.229701 [ 197 ] {f43bdaa2-7c70-4c53-92f8-4caf5dd7923c::all_1_14_3} <Trace> oximeter.fields_ipaddr (f43bdaa2-7c70-4c53-92f8-4caf5dd7923c) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
| 11113 | 2024.09.25 17:29:58.229819 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||