| 1 | [ Aug 6 23:54:08 Enabled. ] | ||
| 2 | [ Aug 6 23:54:08 Rereading configuration. ] | ||
| 3 | [ Aug 6 23:54:09 Rereading configuration. ] | ||
| 4 | [ Aug 6 23:54:13 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + single_node=true | ||
| 23 | + command=() | ||
| 24 | + true | ||
| 25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 27 | [ Aug 6 23:54:13 Method "start" exited with status 0. ] | ||
| 28 | Processing configuration file 'config.xml'. | ||
| 29 | There is no file 'config.xml', will use embedded config. | ||
| 30 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 32 | 2024.08.06 23:54:14.655222 [ 1 ] {} <Information> Application: Will watch for the process with pid 22866 | ||
| 33 | 2024.08.06 23:54:14.655771 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 34 | 2024.08.06 23:54:14.881108 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 22866 | ||
| 35 | 2024.08.06 23:54:14.881811 [ 1 ] {} <Information> Application: starting up | ||
| 36 | 2024.08.06 23:54:14.882568 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 37 | 2024.08.06 23:54:14.967859 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 38 | 2024.08.06 23:54:15.020269 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 39 | 2024.08.06 23:54:15.020317 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 40 | 2024.08.06 23:54:15.020335 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 41 | 2024.08.06 23:54:15.020398 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 42 | 2024.08.06 23:54:15.020691 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 43 | 2024.08.06 23:54:15.022188 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 44 | Processing configuration file 'config.xml'. | ||
| 45 | There is no file 'config.xml', will use embedded config. | ||
| 46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 47 | 2024.08.06 23:54:15.022698 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 48 | 2024.08.06 23:54:15.023501 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 49 | 2024.08.06 23:54:15.023526 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 50 | 2024.08.06 23:54:15.023539 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 51 | 2024.08.06 23:54:15.023709 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 52 | 2024.08.06 23:54:15.024677 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 53 | 2024.08.06 23:54:15.029495 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 54 | 2024.08.06 23:54:15.030279 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 55 | 2024.08.06 23:54:15.031803 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 56 | 2024.08.06 23:54:15.031869 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 57 | 2024.08.06 23:54:15.033378 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
| 58 | Processing configuration file 'config.xml'. | ||
| 59 | There is no file 'config.xml', will use embedded config. | ||
| 60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 61 | 2024.08.06 23:54:15.033662 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
| 62 | 2024.08.06 23:54:15.037895 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
| 63 | 2024.08.06 23:54:15.038198 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
| 64 | 2024.08.06 23:54:15.039706 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 65 | 2024.08.06 23:54:15.040110 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 66 | 2024.08.06 23:54:15.040428 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 67 | 2024.08.06 23:54:15.040753 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 68 | 2024.08.06 23:54:15.042150 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 69 | 2024.08.06 23:54:15.042175 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 70 | 2024.08.06 23:54:15.042275 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 71 | 2024.08.06 23:54:15.042415 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 72 | 2024.08.06 23:54:15.050525 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 73 | 2024.08.06 23:54:15.050555 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000143273 sec | ||
| 74 | 2024.08.06 23:54:15.050591 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 75 | 2024.08.06 23:54:15.050603 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 76 | 2024.08.06 23:54:15.051671 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 77 | 2024.08.06 23:54:15.052670 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
| 78 | 2024.08.06 23:54:15.052692 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 79 | 2024.08.06 23:54:15.052722 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 80 | 2024.08.06 23:54:15.052736 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 81 | 2024.08.06 23:54:15.052748 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 82 | 2024.08.06 23:54:15.052779 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 83 | 2024.08.06 23:54:15.052792 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
| 84 | 2024.08.06 23:54:15.052806 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 85 | 2024.08.06 23:54:15.052836 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 86 | 2024.08.06 23:54:15.052849 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
| 87 | 2024.08.06 23:54:15.052863 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 88 | 2024.08.06 23:54:15.052879 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 89 | 2024.08.06 23:54:15.052910 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 90 | 2024.08.06 23:54:15.052924 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 91 | 2024.08.06 23:54:15.052939 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 92 | 2024.08.06 23:54:15.052966 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 93 | 2024.08.06 23:54:15.052980 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 94 | 2024.08.06 23:54:15.088361 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 95 | 2024.08.06 23:54:15.092146 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 96 | 2024.08.06 23:54:15.092178 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5001e-05 sec | ||
| 97 | 2024.08.06 23:54:15.092194 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 98 | 2024.08.06 23:54:15.092211 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 99 | 2024.08.06 23:54:15.092239 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 100 | 2024.08.06 23:54:15.092450 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 101 | 2024.08.06 23:54:15.092495 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 102 | 2024.08.06 23:54:15.092508 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 103 | 2024.08.06 23:54:15.092523 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 104 | 2024.08.06 23:54:15.092536 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 105 | 2024.08.06 23:54:15.108721 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
| 106 | 2024.08.06 23:54:15.299439 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
| 107 | 2024.08.06 23:54:15.299504 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
| 108 | 2024.08.06 23:54:15.331206 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 109 | 2024.08.06 23:54:15.331427 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.87 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.06 MiB (RSS), difference: 147.19 MiB | ||
| 110 | 2024.08.06 23:54:15.332281 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.523e-05 sec. | ||
| 111 | 2024.08.06 23:54:15.332663 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 112 | 2024.08.06 23:54:15.332759 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 113 | 2024.08.06 23:54:15.332815 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
| 114 | 2024.08.06 23:54:15.332841 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 115 | 2024.08.06 23:54:16.104490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 116 | 2024.08.06 23:54:16.104729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 117 | 2024.08.06 23:54:16.104771 [ 3 ] {} <Debug> HTTP-Session: c0a6315c-ca89-42c2-b53b-31d2eaf2390b Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 118 | 2024.08.06 23:54:16.104807 [ 3 ] {} <Debug> HTTP-Session: c0a6315c-ca89-42c2-b53b-31d2eaf2390b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.08.06 23:54:16.104830 [ 3 ] {} <Debug> HTTP-Session: c0a6315c-ca89-42c2-b53b-31d2eaf2390b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 120 | 2024.08.06 23:54:16.104925 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 121 | 2024.08.06 23:54:16.104964 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 122 | 2024.08.06 23:54:16.104992 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 123 | 2024.08.06 23:54:16.105068 [ 3 ] {} <Trace> HTTP-Session: c0a6315c-ca89-42c2-b53b-31d2eaf2390b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 124 | 2024.08.06 23:54:16.106216 [ 3 ] {dd10b1cd-a213-4423-b988-cd866682c4e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 125 | 2024.08.06 23:54:16.138626 [ 3 ] {dd10b1cd-a213-4423-b988-cd866682c4e3} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35767) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 126 | |||
| 127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 148 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 149 | |||
| 150 | 2024.08.06 23:54:16.139330 [ 3 ] {dd10b1cd-a213-4423-b988-cd866682c4e3} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 151 | |||
| 152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 174 | (version 23.8.7.1) | ||
| 175 | 2024.08.06 23:54:16.140682 [ 3 ] {} <Debug> HTTP-Session: c0a6315c-ca89-42c2-b53b-31d2eaf2390b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.08.06 23:54:16.149914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 177 | 2024.08.06 23:54:16.150022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 178 | 2024.08.06 23:54:16.150070 [ 3 ] {} <Debug> HTTP-Session: f1195002-4c9c-4f8d-aba0-0dbc0bde304b Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 179 | 2024.08.06 23:54:16.150110 [ 3 ] {} <Debug> HTTP-Session: f1195002-4c9c-4f8d-aba0-0dbc0bde304b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.08.06 23:54:16.150137 [ 3 ] {} <Debug> HTTP-Session: f1195002-4c9c-4f8d-aba0-0dbc0bde304b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.08.06 23:54:16.150211 [ 3 ] {} <Trace> HTTP-Session: f1195002-4c9c-4f8d-aba0-0dbc0bde304b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 182 | 2024.08.06 23:54:16.151430 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
| 183 | 2024.08.06 23:54:16.151546 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
| 184 | 2024.08.06 23:54:16.153547 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
| 185 | 2024.08.06 23:54:16.156317 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 186 | 2024.08.06 23:54:16.162204 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Debug> DynamicQueryHandler: Done processing query | ||
| 187 | 2024.08.06 23:54:16.162236 [ 3 ] {b05650a4-c809-4cac-83a4-63f5d97aa17a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 188 | 2024.08.06 23:54:16.162265 [ 3 ] {} <Debug> HTTP-Session: f1195002-4c9c-4f8d-aba0-0dbc0bde304b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.08.06 23:54:16.164790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 190 | 2024.08.06 23:54:16.164889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 191 | 2024.08.06 23:54:16.164934 [ 3 ] {} <Debug> HTTP-Session: 5a5501bc-543f-4fe1-af12-9b8e551fe418 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 192 | 2024.08.06 23:54:16.164965 [ 3 ] {} <Debug> HTTP-Session: 5a5501bc-543f-4fe1-af12-9b8e551fe418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.08.06 23:54:16.164995 [ 3 ] {} <Debug> HTTP-Session: 5a5501bc-543f-4fe1-af12-9b8e551fe418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.08.06 23:54:16.165062 [ 3 ] {} <Trace> HTTP-Session: 5a5501bc-543f-4fe1-af12-9b8e551fe418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 195 | 2024.08.06 23:54:16.165286 [ 3 ] {2bcbfc98-1dcf-489a-b734-353b2bcf1c8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
| 196 | 2024.08.06 23:54:16.165654 [ 3 ] {2bcbfc98-1dcf-489a-b734-353b2bcf1c8f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:35767) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 197 | |||
| 198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 220 | |||
| 221 | 2024.08.06 23:54:16.165766 [ 3 ] {2bcbfc98-1dcf-489a-b734-353b2bcf1c8f} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 222 | |||
| 223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
| 245 | (version 23.8.7.1) | ||
| 246 | 2024.08.06 23:54:16.165909 [ 3 ] {} <Debug> HTTP-Session: 5a5501bc-543f-4fe1-af12-9b8e551fe418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 247 | 2024.08.06 23:54:16.166251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 248 | 2024.08.06 23:54:16.166299 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 249 | 2024.08.06 23:54:16.166316 [ 3 ] {} <Debug> HTTP-Session: 330a28a8-ca2d-4d9a-9f00-369ac5893dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 250 | 2024.08.06 23:54:16.166336 [ 3 ] {} <Debug> HTTP-Session: 330a28a8-ca2d-4d9a-9f00-369ac5893dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 251 | 2024.08.06 23:54:16.166352 [ 3 ] {} <Debug> HTTP-Session: 330a28a8-ca2d-4d9a-9f00-369ac5893dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.08.06 23:54:16.166381 [ 3 ] {} <Trace> HTTP-Session: 330a28a8-ca2d-4d9a-9f00-369ac5893dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 253 | 2024.08.06 23:54:16.166542 [ 3 ] {bf840e69-c6b0-44eb-8b9f-afed8ccfbb54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 254 | 2024.08.06 23:54:16.166695 [ 3 ] {bf840e69-c6b0-44eb-8b9f-afed8ccfbb54} <Debug> DynamicQueryHandler: Done processing query | ||
| 255 | 2024.08.06 23:54:16.166718 [ 3 ] {} <Debug> HTTP-Session: 330a28a8-ca2d-4d9a-9f00-369ac5893dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 256 | 2024.08.06 23:54:16.166846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 257 | 2024.08.06 23:54:16.166893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 258 | 2024.08.06 23:54:16.166916 [ 3 ] {} <Debug> HTTP-Session: 72df25c1-98e3-4f02-8cf0-111f877af959 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 259 | 2024.08.06 23:54:16.166931 [ 3 ] {} <Debug> HTTP-Session: 72df25c1-98e3-4f02-8cf0-111f877af959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 260 | 2024.08.06 23:54:16.166948 [ 3 ] {} <Debug> HTTP-Session: 72df25c1-98e3-4f02-8cf0-111f877af959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 261 | 2024.08.06 23:54:16.166979 [ 3 ] {} <Trace> HTTP-Session: 72df25c1-98e3-4f02-8cf0-111f877af959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 262 | 2024.08.06 23:54:16.167064 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 263 | 2024.08.06 23:54:16.167117 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 264 | 2024.08.06 23:54:16.168374 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 265 | 2024.08.06 23:54:16.168405 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3041e-05 sec | ||
| 266 | 2024.08.06 23:54:16.168419 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Trace> ReferentialDeps: No tables | ||
| 267 | 2024.08.06 23:54:16.168434 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Trace> LoadingDeps: No tables | ||
| 268 | 2024.08.06 23:54:16.168456 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 269 | 2024.08.06 23:54:16.168575 [ 3 ] {869876bb-321c-4f37-bc88-2912ff36b2a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 270 | 2024.08.06 23:54:16.168597 [ 3 ] {} <Debug> HTTP-Session: 72df25c1-98e3-4f02-8cf0-111f877af959 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 271 | 2024.08.06 23:54:16.168715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 272 | 2024.08.06 23:54:16.168762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 273 | 2024.08.06 23:54:16.168779 [ 3 ] {} <Debug> HTTP-Session: 56c5f194-c6d7-4bce-b66b-c377232732e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 274 | 2024.08.06 23:54:16.168799 [ 3 ] {} <Debug> HTTP-Session: 56c5f194-c6d7-4bce-b66b-c377232732e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 275 | 2024.08.06 23:54:16.168819 [ 3 ] {} <Debug> HTTP-Session: 56c5f194-c6d7-4bce-b66b-c377232732e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 276 | 2024.08.06 23:54:16.168848 [ 3 ] {} <Trace> HTTP-Session: 56c5f194-c6d7-4bce-b66b-c377232732e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 277 | 2024.08.06 23:54:16.168983 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) /* The version table contains metadata about the `oximeter` database */ | ||
| 278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 279 | 2024.08.06 23:54:16.169028 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 280 | 2024.08.06 23:54:16.173224 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 281 | 2024.08.06 23:54:16.178805 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Debug> oximeter.version (07d103f2-4447-426e-9a71-615987ce1787): Loading data parts | ||
| 282 | 2024.08.06 23:54:16.179310 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Debug> oximeter.version (07d103f2-4447-426e-9a71-615987ce1787): There are no data parts | ||
| 283 | 2024.08.06 23:54:16.185429 [ 3 ] {7e7e7437-13c1-4e4a-967c-41d7650a01ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 284 | 2024.08.06 23:54:16.185456 [ 3 ] {} <Debug> HTTP-Session: 56c5f194-c6d7-4bce-b66b-c377232732e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 285 | 2024.08.06 23:54:16.185598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 286 | 2024.08.06 23:54:16.185647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 287 | 2024.08.06 23:54:16.185670 [ 3 ] {} <Debug> HTTP-Session: cfd16c61-eee7-4ff6-b240-e250aa94070e Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 288 | 2024.08.06 23:54:16.185686 [ 3 ] {} <Debug> HTTP-Session: cfd16c61-eee7-4ff6-b240-e250aa94070e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 289 | 2024.08.06 23:54:16.185703 [ 3 ] {} <Debug> HTTP-Session: cfd16c61-eee7-4ff6-b240-e250aa94070e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 290 | 2024.08.06 23:54:16.185736 [ 3 ] {} <Trace> HTTP-Session: cfd16c61-eee7-4ff6-b240-e250aa94070e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.08.06 23:54:16.185925 [ 3 ] {60650340-d43e-4fb9-b0be-21ef33eeb8ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) /* The measurement tables contain all individual samples from each timeseries. | ||
| 292 | * | ||
| 293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 296 | * by all samples from the same timeseries. | ||
| 297 | * | ||
| 298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 299 | * and then uses that to index quickly into the measurements tables. | ||
| 300 | */ | ||
| 301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 302 | 2024.08.06 23:54:16.185977 [ 3 ] {60650340-d43e-4fb9-b0be-21ef33eeb8ba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 303 | 2024.08.06 23:54:16.196874 [ 3 ] {60650340-d43e-4fb9-b0be-21ef33eeb8ba} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Loading data parts | ||
| 304 | 2024.08.06 23:54:16.197018 [ 3 ] {60650340-d43e-4fb9-b0be-21ef33eeb8ba} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): There are no data parts | ||
| 305 | 2024.08.06 23:54:16.201278 [ 3 ] {60650340-d43e-4fb9-b0be-21ef33eeb8ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 306 | 2024.08.06 23:54:16.201331 [ 3 ] {} <Debug> HTTP-Session: cfd16c61-eee7-4ff6-b240-e250aa94070e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 307 | 2024.08.06 23:54:16.201539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 308 | 2024.08.06 23:54:16.201590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 309 | 2024.08.06 23:54:16.201611 [ 3 ] {} <Debug> HTTP-Session: 51e16b9d-ec73-4997-8e8d-85b21c5ea9d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 310 | 2024.08.06 23:54:16.201627 [ 3 ] {} <Debug> HTTP-Session: 51e16b9d-ec73-4997-8e8d-85b21c5ea9d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 311 | 2024.08.06 23:54:16.201643 [ 3 ] {} <Debug> HTTP-Session: 51e16b9d-ec73-4997-8e8d-85b21c5ea9d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 312 | 2024.08.06 23:54:16.201671 [ 3 ] {} <Trace> HTTP-Session: 51e16b9d-ec73-4997-8e8d-85b21c5ea9d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 313 | 2024.08.06 23:54:16.201844 [ 3 ] {08bc0979-d393-4ce3-9fab-6d22683c8869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 314 | 2024.08.06 23:54:16.201890 [ 3 ] {08bc0979-d393-4ce3-9fab-6d22683c8869} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 315 | 2024.08.06 23:54:16.208601 [ 3 ] {08bc0979-d393-4ce3-9fab-6d22683c8869} <Debug> oximeter.measurements_i8 (4b060c42-7697-4e97-b1e2-ecfaeb97d8b1): Loading data parts | ||
| 316 | 2024.08.06 23:54:16.208819 [ 3 ] {08bc0979-d393-4ce3-9fab-6d22683c8869} <Debug> oximeter.measurements_i8 (4b060c42-7697-4e97-b1e2-ecfaeb97d8b1): There are no data parts | ||
| 317 | 2024.08.06 23:54:16.217294 [ 3 ] {08bc0979-d393-4ce3-9fab-6d22683c8869} <Debug> DynamicQueryHandler: Done processing query | ||
| 318 | 2024.08.06 23:54:16.217335 [ 3 ] {} <Debug> HTTP-Session: 51e16b9d-ec73-4997-8e8d-85b21c5ea9d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.08.06 23:54:16.217473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 320 | 2024.08.06 23:54:16.217527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 321 | 2024.08.06 23:54:16.217550 [ 3 ] {} <Debug> HTTP-Session: fd843c50-08dc-4e58-929e-c7709163d051 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 322 | 2024.08.06 23:54:16.217565 [ 3 ] {} <Debug> HTTP-Session: fd843c50-08dc-4e58-929e-c7709163d051 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 323 | 2024.08.06 23:54:16.217582 [ 3 ] {} <Debug> HTTP-Session: fd843c50-08dc-4e58-929e-c7709163d051 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 324 | 2024.08.06 23:54:16.217614 [ 3 ] {} <Trace> HTTP-Session: fd843c50-08dc-4e58-929e-c7709163d051 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 325 | 2024.08.06 23:54:16.217781 [ 3 ] {8e4d8f6c-8dc4-4f93-a20c-748f005efa00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 326 | 2024.08.06 23:54:16.217830 [ 3 ] {8e4d8f6c-8dc4-4f93-a20c-748f005efa00} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 327 | 2024.08.06 23:54:16.220160 [ 3 ] {8e4d8f6c-8dc4-4f93-a20c-748f005efa00} <Debug> oximeter.measurements_u8 (89ff9c4b-11f1-4453-bae5-3707aec1c184): Loading data parts | ||
| 328 | 2024.08.06 23:54:16.220293 [ 3 ] {8e4d8f6c-8dc4-4f93-a20c-748f005efa00} <Debug> oximeter.measurements_u8 (89ff9c4b-11f1-4453-bae5-3707aec1c184): There are no data parts | ||
| 329 | 2024.08.06 23:54:16.221515 [ 3 ] {8e4d8f6c-8dc4-4f93-a20c-748f005efa00} <Debug> DynamicQueryHandler: Done processing query | ||
| 330 | 2024.08.06 23:54:16.221541 [ 3 ] {} <Debug> HTTP-Session: fd843c50-08dc-4e58-929e-c7709163d051 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 331 | 2024.08.06 23:54:16.221657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 332 | 2024.08.06 23:54:16.221708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 333 | 2024.08.06 23:54:16.221731 [ 3 ] {} <Debug> HTTP-Session: 898f8264-7ec5-491a-98b1-1716a14b6749 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 334 | 2024.08.06 23:54:16.221747 [ 3 ] {} <Debug> HTTP-Session: 898f8264-7ec5-491a-98b1-1716a14b6749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.08.06 23:54:16.221763 [ 3 ] {} <Debug> HTTP-Session: 898f8264-7ec5-491a-98b1-1716a14b6749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.08.06 23:54:16.221794 [ 3 ] {} <Trace> HTTP-Session: 898f8264-7ec5-491a-98b1-1716a14b6749 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.08.06 23:54:16.221966 [ 3 ] {7ba917df-a582-4a9c-a690-77d87ed23156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 338 | 2024.08.06 23:54:16.222012 [ 3 ] {7ba917df-a582-4a9c-a690-77d87ed23156} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 339 | 2024.08.06 23:54:16.223681 [ 3 ] {7ba917df-a582-4a9c-a690-77d87ed23156} <Debug> oximeter.measurements_i16 (18c87424-f95f-4606-abda-62c308997eb6): Loading data parts | ||
| 340 | 2024.08.06 23:54:16.223800 [ 3 ] {7ba917df-a582-4a9c-a690-77d87ed23156} <Debug> oximeter.measurements_i16 (18c87424-f95f-4606-abda-62c308997eb6): There are no data parts | ||
| 341 | 2024.08.06 23:54:16.224977 [ 3 ] {7ba917df-a582-4a9c-a690-77d87ed23156} <Debug> DynamicQueryHandler: Done processing query | ||
| 342 | 2024.08.06 23:54:16.225009 [ 3 ] {} <Debug> HTTP-Session: 898f8264-7ec5-491a-98b1-1716a14b6749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 343 | 2024.08.06 23:54:16.225130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 344 | 2024.08.06 23:54:16.225180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 345 | 2024.08.06 23:54:16.225202 [ 3 ] {} <Debug> HTTP-Session: e11784d4-7b26-46e1-bf83-f851394d1e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 346 | 2024.08.06 23:54:16.225218 [ 3 ] {} <Debug> HTTP-Session: e11784d4-7b26-46e1-bf83-f851394d1e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.08.06 23:54:16.225233 [ 3 ] {} <Debug> HTTP-Session: e11784d4-7b26-46e1-bf83-f851394d1e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.08.06 23:54:16.225267 [ 3 ] {} <Trace> HTTP-Session: e11784d4-7b26-46e1-bf83-f851394d1e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 349 | 2024.08.06 23:54:16.225433 [ 3 ] {714ca40a-8e9e-4f16-90fc-f2fd2be9c266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 350 | 2024.08.06 23:54:16.225484 [ 3 ] {714ca40a-8e9e-4f16-90fc-f2fd2be9c266} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 351 | 2024.08.06 23:54:16.227108 [ 3 ] {714ca40a-8e9e-4f16-90fc-f2fd2be9c266} <Debug> oximeter.measurements_u16 (f5f1e924-7e3b-4a80-bdde-9ac6185b2aec): Loading data parts | ||
| 352 | 2024.08.06 23:54:16.227234 [ 3 ] {714ca40a-8e9e-4f16-90fc-f2fd2be9c266} <Debug> oximeter.measurements_u16 (f5f1e924-7e3b-4a80-bdde-9ac6185b2aec): There are no data parts | ||
| 353 | 2024.08.06 23:54:16.228395 [ 3 ] {714ca40a-8e9e-4f16-90fc-f2fd2be9c266} <Debug> DynamicQueryHandler: Done processing query | ||
| 354 | 2024.08.06 23:54:16.228426 [ 3 ] {} <Debug> HTTP-Session: e11784d4-7b26-46e1-bf83-f851394d1e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 355 | 2024.08.06 23:54:16.228535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 356 | 2024.08.06 23:54:16.228585 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 357 | 2024.08.06 23:54:16.228607 [ 3 ] {} <Debug> HTTP-Session: c2f6c691-c944-44f4-95c0-12002e27eba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 358 | 2024.08.06 23:54:16.228630 [ 3 ] {} <Debug> HTTP-Session: c2f6c691-c944-44f4-95c0-12002e27eba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.08.06 23:54:16.228643 [ 3 ] {} <Debug> HTTP-Session: c2f6c691-c944-44f4-95c0-12002e27eba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.08.06 23:54:16.228675 [ 3 ] {} <Trace> HTTP-Session: c2f6c691-c944-44f4-95c0-12002e27eba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 361 | 2024.08.06 23:54:16.228849 [ 3 ] {a422cb72-5013-4d31-acfc-39863eb85657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 362 | 2024.08.06 23:54:16.228895 [ 3 ] {a422cb72-5013-4d31-acfc-39863eb85657} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 363 | 2024.08.06 23:54:16.231363 [ 3 ] {a422cb72-5013-4d31-acfc-39863eb85657} <Debug> oximeter.measurements_i32 (4860b391-ed2a-47cd-afca-3e5ff4c9e305): Loading data parts | ||
| 364 | 2024.08.06 23:54:16.231484 [ 3 ] {a422cb72-5013-4d31-acfc-39863eb85657} <Debug> oximeter.measurements_i32 (4860b391-ed2a-47cd-afca-3e5ff4c9e305): There are no data parts | ||
| 365 | 2024.08.06 23:54:16.232752 [ 3 ] {a422cb72-5013-4d31-acfc-39863eb85657} <Debug> DynamicQueryHandler: Done processing query | ||
| 366 | 2024.08.06 23:54:16.232783 [ 3 ] {} <Debug> HTTP-Session: c2f6c691-c944-44f4-95c0-12002e27eba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 367 | 2024.08.06 23:54:16.232900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 368 | 2024.08.06 23:54:16.232949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 369 | 2024.08.06 23:54:16.232993 [ 3 ] {} <Debug> HTTP-Session: f8d51523-a0c5-4583-a4bd-c7b1657eb3b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 370 | 2024.08.06 23:54:16.233008 [ 3 ] {} <Debug> HTTP-Session: f8d51523-a0c5-4583-a4bd-c7b1657eb3b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.08.06 23:54:16.233024 [ 3 ] {} <Debug> HTTP-Session: f8d51523-a0c5-4583-a4bd-c7b1657eb3b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 372 | 2024.08.06 23:54:16.233058 [ 3 ] {} <Trace> HTTP-Session: f8d51523-a0c5-4583-a4bd-c7b1657eb3b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 373 | 2024.08.06 23:54:16.233228 [ 3 ] {ed977967-59b5-49e8-8257-08e5c1622e7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 374 | 2024.08.06 23:54:16.233278 [ 3 ] {ed977967-59b5-49e8-8257-08e5c1622e7e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 375 | 2024.08.06 23:54:16.235236 [ 3 ] {ed977967-59b5-49e8-8257-08e5c1622e7e} <Debug> oximeter.measurements_u32 (8ebd4540-267a-40ca-8a2c-4bb0843a6059): Loading data parts | ||
| 376 | 2024.08.06 23:54:16.235362 [ 3 ] {ed977967-59b5-49e8-8257-08e5c1622e7e} <Debug> oximeter.measurements_u32 (8ebd4540-267a-40ca-8a2c-4bb0843a6059): There are no data parts | ||
| 377 | 2024.08.06 23:54:16.236668 [ 3 ] {ed977967-59b5-49e8-8257-08e5c1622e7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 378 | 2024.08.06 23:54:16.236698 [ 3 ] {} <Debug> HTTP-Session: f8d51523-a0c5-4583-a4bd-c7b1657eb3b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 379 | 2024.08.06 23:54:16.236810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 380 | 2024.08.06 23:54:16.236861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 381 | 2024.08.06 23:54:16.236883 [ 3 ] {} <Debug> HTTP-Session: bbdc6de2-8862-4722-8a92-335f78469d33 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 382 | 2024.08.06 23:54:16.236903 [ 3 ] {} <Debug> HTTP-Session: bbdc6de2-8862-4722-8a92-335f78469d33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 383 | 2024.08.06 23:54:16.236916 [ 3 ] {} <Debug> HTTP-Session: bbdc6de2-8862-4722-8a92-335f78469d33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 384 | 2024.08.06 23:54:16.236948 [ 3 ] {} <Trace> HTTP-Session: bbdc6de2-8862-4722-8a92-335f78469d33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 385 | 2024.08.06 23:54:16.237120 [ 3 ] {92e9084a-1b75-4ad3-8347-63186e5a3585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 386 | 2024.08.06 23:54:16.237170 [ 3 ] {92e9084a-1b75-4ad3-8347-63186e5a3585} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 387 | 2024.08.06 23:54:16.239121 [ 3 ] {92e9084a-1b75-4ad3-8347-63186e5a3585} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Loading data parts | ||
| 388 | 2024.08.06 23:54:16.239246 [ 3 ] {92e9084a-1b75-4ad3-8347-63186e5a3585} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): There are no data parts | ||
| 389 | 2024.08.06 23:54:16.240431 [ 3 ] {92e9084a-1b75-4ad3-8347-63186e5a3585} <Debug> DynamicQueryHandler: Done processing query | ||
| 390 | 2024.08.06 23:54:16.240462 [ 3 ] {} <Debug> HTTP-Session: bbdc6de2-8862-4722-8a92-335f78469d33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.08.06 23:54:16.240582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 392 | 2024.08.06 23:54:16.240638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 393 | 2024.08.06 23:54:16.240657 [ 3 ] {} <Debug> HTTP-Session: 0cfb22da-3cb3-49a3-85f2-3550626bc40f Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 394 | 2024.08.06 23:54:16.240677 [ 3 ] {} <Debug> HTTP-Session: 0cfb22da-3cb3-49a3-85f2-3550626bc40f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 395 | 2024.08.06 23:54:16.240690 [ 3 ] {} <Debug> HTTP-Session: 0cfb22da-3cb3-49a3-85f2-3550626bc40f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 396 | 2024.08.06 23:54:16.240723 [ 3 ] {} <Trace> HTTP-Session: 0cfb22da-3cb3-49a3-85f2-3550626bc40f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 397 | 2024.08.06 23:54:16.240893 [ 3 ] {74dd97c3-6d5d-4fc2-848e-70daf482d0b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 398 | 2024.08.06 23:54:16.240940 [ 3 ] {74dd97c3-6d5d-4fc2-848e-70daf482d0b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 399 | 2024.08.06 23:54:16.242889 [ 3 ] {74dd97c3-6d5d-4fc2-848e-70daf482d0b3} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Loading data parts | ||
| 400 | 2024.08.06 23:54:16.243005 [ 3 ] {74dd97c3-6d5d-4fc2-848e-70daf482d0b3} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): There are no data parts | ||
| 401 | 2024.08.06 23:54:16.244205 [ 3 ] {74dd97c3-6d5d-4fc2-848e-70daf482d0b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 402 | 2024.08.06 23:54:16.244237 [ 3 ] {} <Debug> HTTP-Session: 0cfb22da-3cb3-49a3-85f2-3550626bc40f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 403 | 2024.08.06 23:54:16.244354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 404 | 2024.08.06 23:54:16.244398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 405 | 2024.08.06 23:54:16.244421 [ 3 ] {} <Debug> HTTP-Session: 5195e5f5-d57b-4f39-80b0-369714de350c Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 406 | 2024.08.06 23:54:16.244442 [ 3 ] {} <Debug> HTTP-Session: 5195e5f5-d57b-4f39-80b0-369714de350c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 407 | 2024.08.06 23:54:16.244455 [ 3 ] {} <Debug> HTTP-Session: 5195e5f5-d57b-4f39-80b0-369714de350c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 408 | 2024.08.06 23:54:16.244488 [ 3 ] {} <Trace> HTTP-Session: 5195e5f5-d57b-4f39-80b0-369714de350c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 409 | 2024.08.06 23:54:16.244660 [ 3 ] {c58d9db5-9104-404c-bad9-9f070004811a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 410 | 2024.08.06 23:54:16.244710 [ 3 ] {c58d9db5-9104-404c-bad9-9f070004811a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 411 | 2024.08.06 23:54:16.246678 [ 3 ] {c58d9db5-9104-404c-bad9-9f070004811a} <Debug> oximeter.measurements_f32 (00ec7714-ef0d-43ed-a9ea-69565106ab25): Loading data parts | ||
| 412 | 2024.08.06 23:54:16.246809 [ 3 ] {c58d9db5-9104-404c-bad9-9f070004811a} <Debug> oximeter.measurements_f32 (00ec7714-ef0d-43ed-a9ea-69565106ab25): There are no data parts | ||
| 413 | 2024.08.06 23:54:16.248164 [ 3 ] {c58d9db5-9104-404c-bad9-9f070004811a} <Debug> DynamicQueryHandler: Done processing query | ||
| 414 | 2024.08.06 23:54:16.248190 [ 3 ] {} <Debug> HTTP-Session: 5195e5f5-d57b-4f39-80b0-369714de350c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 415 | 2024.08.06 23:54:16.248373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 416 | 2024.08.06 23:54:16.248430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 417 | 2024.08.06 23:54:16.248449 [ 3 ] {} <Debug> HTTP-Session: 83e5c230-255d-49f1-a98f-969ee43b2949 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 418 | 2024.08.06 23:54:16.248469 [ 3 ] {} <Debug> HTTP-Session: 83e5c230-255d-49f1-a98f-969ee43b2949 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 419 | 2024.08.06 23:54:16.248489 [ 3 ] {} <Debug> HTTP-Session: 83e5c230-255d-49f1-a98f-969ee43b2949 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 420 | 2024.08.06 23:54:16.248518 [ 3 ] {} <Trace> HTTP-Session: 83e5c230-255d-49f1-a98f-969ee43b2949 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 421 | 2024.08.06 23:54:16.248706 [ 3 ] {daa2c977-c280-4be4-afd2-f8768f5ca407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 422 | 2024.08.06 23:54:16.248761 [ 3 ] {daa2c977-c280-4be4-afd2-f8768f5ca407} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 423 | 2024.08.06 23:54:16.250834 [ 3 ] {daa2c977-c280-4be4-afd2-f8768f5ca407} <Debug> oximeter.measurements_f64 (f19aef23-cdaa-46f0-b959-ee1e03cca251): Loading data parts | ||
| 424 | 2024.08.06 23:54:16.250992 [ 3 ] {daa2c977-c280-4be4-afd2-f8768f5ca407} <Debug> oximeter.measurements_f64 (f19aef23-cdaa-46f0-b959-ee1e03cca251): There are no data parts | ||
| 425 | 2024.08.06 23:54:16.252371 [ 3 ] {daa2c977-c280-4be4-afd2-f8768f5ca407} <Debug> DynamicQueryHandler: Done processing query | ||
| 426 | 2024.08.06 23:54:16.252408 [ 3 ] {} <Debug> HTTP-Session: 83e5c230-255d-49f1-a98f-969ee43b2949 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 427 | 2024.08.06 23:54:16.252539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 428 | 2024.08.06 23:54:16.252596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 429 | 2024.08.06 23:54:16.252616 [ 3 ] {} <Debug> HTTP-Session: 4b92582b-6447-456c-8ae2-0be133b19458 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 430 | 2024.08.06 23:54:16.252642 [ 3 ] {} <Debug> HTTP-Session: 4b92582b-6447-456c-8ae2-0be133b19458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 431 | 2024.08.06 23:54:16.252656 [ 3 ] {} <Debug> HTTP-Session: 4b92582b-6447-456c-8ae2-0be133b19458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 432 | 2024.08.06 23:54:16.252694 [ 3 ] {} <Trace> HTTP-Session: 4b92582b-6447-456c-8ae2-0be133b19458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.08.06 23:54:16.252877 [ 3 ] {584a7c84-9b58-481c-9a67-ce09c0b8b0c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 434 | 2024.08.06 23:54:16.252940 [ 3 ] {584a7c84-9b58-481c-9a67-ce09c0b8b0c6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 435 | 2024.08.06 23:54:16.254937 [ 3 ] {584a7c84-9b58-481c-9a67-ce09c0b8b0c6} <Debug> oximeter.measurements_string (2ced6180-6849-466d-91c6-74541114779e): Loading data parts | ||
| 436 | 2024.08.06 23:54:16.255077 [ 3 ] {584a7c84-9b58-481c-9a67-ce09c0b8b0c6} <Debug> oximeter.measurements_string (2ced6180-6849-466d-91c6-74541114779e): There are no data parts | ||
| 437 | 2024.08.06 23:54:16.256285 [ 3 ] {584a7c84-9b58-481c-9a67-ce09c0b8b0c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 438 | 2024.08.06 23:54:16.256311 [ 3 ] {} <Debug> HTTP-Session: 4b92582b-6447-456c-8ae2-0be133b19458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 439 | 2024.08.06 23:54:16.256449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 440 | 2024.08.06 23:54:16.256506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 441 | 2024.08.06 23:54:16.256526 [ 3 ] {} <Debug> HTTP-Session: b5011414-3287-4faf-b421-b9a70ba12970 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 442 | 2024.08.06 23:54:16.256551 [ 3 ] {} <Debug> HTTP-Session: b5011414-3287-4faf-b421-b9a70ba12970 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 443 | 2024.08.06 23:54:16.256574 [ 3 ] {} <Debug> HTTP-Session: b5011414-3287-4faf-b421-b9a70ba12970 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 444 | 2024.08.06 23:54:16.256604 [ 3 ] {} <Trace> HTTP-Session: b5011414-3287-4faf-b421-b9a70ba12970 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.08.06 23:54:16.256781 [ 3 ] {869308f5-22a6-48f4-bbb2-3c56db7d4bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.08.06 23:54:16.256842 [ 3 ] {869308f5-22a6-48f4-bbb2-3c56db7d4bde} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.08.06 23:54:16.258815 [ 3 ] {869308f5-22a6-48f4-bbb2-3c56db7d4bde} <Debug> oximeter.measurements_bytes (15595420-daa9-4c77-a160-336975e0c5c9): Loading data parts | ||
| 455 | 2024.08.06 23:54:16.258938 [ 3 ] {869308f5-22a6-48f4-bbb2-3c56db7d4bde} <Debug> oximeter.measurements_bytes (15595420-daa9-4c77-a160-336975e0c5c9): There are no data parts | ||
| 456 | 2024.08.06 23:54:16.260147 [ 3 ] {869308f5-22a6-48f4-bbb2-3c56db7d4bde} <Debug> DynamicQueryHandler: Done processing query | ||
| 457 | 2024.08.06 23:54:16.260173 [ 3 ] {} <Debug> HTTP-Session: b5011414-3287-4faf-b421-b9a70ba12970 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 458 | 2024.08.06 23:54:16.260303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 459 | 2024.08.06 23:54:16.260356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 460 | 2024.08.06 23:54:16.260374 [ 3 ] {} <Debug> HTTP-Session: 7f306624-b8bb-4767-83c1-881ce4a8c766 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 461 | 2024.08.06 23:54:16.260396 [ 3 ] {} <Debug> HTTP-Session: 7f306624-b8bb-4767-83c1-881ce4a8c766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 462 | 2024.08.06 23:54:16.260415 [ 3 ] {} <Debug> HTTP-Session: 7f306624-b8bb-4767-83c1-881ce4a8c766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 463 | 2024.08.06 23:54:16.260445 [ 3 ] {} <Trace> HTTP-Session: 7f306624-b8bb-4767-83c1-881ce4a8c766 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.08.06 23:54:16.260630 [ 3 ] {d78a4c46-eb1e-4302-b1ae-e419defa1ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 465 | 2024.08.06 23:54:16.260680 [ 3 ] {d78a4c46-eb1e-4302-b1ae-e419defa1ec2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 466 | 2024.08.06 23:54:16.262722 [ 3 ] {d78a4c46-eb1e-4302-b1ae-e419defa1ec2} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Loading data parts | ||
| 467 | 2024.08.06 23:54:16.262838 [ 3 ] {d78a4c46-eb1e-4302-b1ae-e419defa1ec2} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): There are no data parts | ||
| 468 | 2024.08.06 23:54:16.264066 [ 3 ] {d78a4c46-eb1e-4302-b1ae-e419defa1ec2} <Debug> DynamicQueryHandler: Done processing query | ||
| 469 | 2024.08.06 23:54:16.264098 [ 3 ] {} <Debug> HTTP-Session: 7f306624-b8bb-4767-83c1-881ce4a8c766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 470 | 2024.08.06 23:54:16.264223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 471 | 2024.08.06 23:54:16.264281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 472 | 2024.08.06 23:54:16.264300 [ 3 ] {} <Debug> HTTP-Session: 7a5e7baf-d608-44ac-8f92-5c910a0dd0b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 473 | 2024.08.06 23:54:16.264321 [ 3 ] {} <Debug> HTTP-Session: 7a5e7baf-d608-44ac-8f92-5c910a0dd0b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 474 | 2024.08.06 23:54:16.264335 [ 3 ] {} <Debug> HTTP-Session: 7a5e7baf-d608-44ac-8f92-5c910a0dd0b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 475 | 2024.08.06 23:54:16.264369 [ 3 ] {} <Trace> HTTP-Session: 7a5e7baf-d608-44ac-8f92-5c910a0dd0b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.08.06 23:54:16.264552 [ 3 ] {1f4e18cd-1e65-4de3-b96c-3294bfc852d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 477 | 2024.08.06 23:54:16.264608 [ 3 ] {1f4e18cd-1e65-4de3-b96c-3294bfc852d4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 478 | 2024.08.06 23:54:16.266645 [ 3 ] {1f4e18cd-1e65-4de3-b96c-3294bfc852d4} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Loading data parts | ||
| 479 | 2024.08.06 23:54:16.266768 [ 3 ] {1f4e18cd-1e65-4de3-b96c-3294bfc852d4} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): There are no data parts | ||
| 480 | 2024.08.06 23:54:16.268006 [ 3 ] {1f4e18cd-1e65-4de3-b96c-3294bfc852d4} <Debug> DynamicQueryHandler: Done processing query | ||
| 481 | 2024.08.06 23:54:16.268032 [ 3 ] {} <Debug> HTTP-Session: 7a5e7baf-d608-44ac-8f92-5c910a0dd0b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 482 | 2024.08.06 23:54:16.268167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 483 | 2024.08.06 23:54:16.268218 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 484 | 2024.08.06 23:54:16.268237 [ 3 ] {} <Debug> HTTP-Session: b2279e4b-301e-4201-bfcb-631c62e7076b Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 485 | 2024.08.06 23:54:16.268262 [ 3 ] {} <Debug> HTTP-Session: b2279e4b-301e-4201-bfcb-631c62e7076b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 486 | 2024.08.06 23:54:16.268279 [ 3 ] {} <Debug> HTTP-Session: b2279e4b-301e-4201-bfcb-631c62e7076b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 487 | 2024.08.06 23:54:16.268309 [ 3 ] {} <Trace> HTTP-Session: b2279e4b-301e-4201-bfcb-631c62e7076b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 488 | 2024.08.06 23:54:16.268492 [ 3 ] {74649cc6-3993-4f95-a5a9-3460651919f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 489 | 2024.08.06 23:54:16.268551 [ 3 ] {74649cc6-3993-4f95-a5a9-3460651919f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 490 | 2024.08.06 23:54:16.270597 [ 3 ] {74649cc6-3993-4f95-a5a9-3460651919f0} <Debug> oximeter.measurements_cumulativef32 (5f570f1e-8237-4ec1-80db-5dfafdced961): Loading data parts | ||
| 491 | 2024.08.06 23:54:16.270735 [ 3 ] {74649cc6-3993-4f95-a5a9-3460651919f0} <Debug> oximeter.measurements_cumulativef32 (5f570f1e-8237-4ec1-80db-5dfafdced961): There are no data parts | ||
| 492 | 2024.08.06 23:54:16.271941 [ 3 ] {74649cc6-3993-4f95-a5a9-3460651919f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 493 | 2024.08.06 23:54:16.271973 [ 3 ] {} <Debug> HTTP-Session: b2279e4b-301e-4201-bfcb-631c62e7076b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 494 | 2024.08.06 23:54:16.272087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 495 | 2024.08.06 23:54:16.272139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 496 | 2024.08.06 23:54:16.272163 [ 3 ] {} <Debug> HTTP-Session: 416837e0-b62d-4afc-a8f6-552d732298fe Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 497 | 2024.08.06 23:54:16.272186 [ 3 ] {} <Debug> HTTP-Session: 416837e0-b62d-4afc-a8f6-552d732298fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 498 | 2024.08.06 23:54:16.272200 [ 3 ] {} <Debug> HTTP-Session: 416837e0-b62d-4afc-a8f6-552d732298fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 499 | 2024.08.06 23:54:16.272233 [ 3 ] {} <Trace> HTTP-Session: 416837e0-b62d-4afc-a8f6-552d732298fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 500 | 2024.08.06 23:54:16.272427 [ 3 ] {61e864a0-c6b4-44ee-badd-cf631848aac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 501 | 2024.08.06 23:54:16.272483 [ 3 ] {61e864a0-c6b4-44ee-badd-cf631848aac0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 502 | 2024.08.06 23:54:16.274518 [ 3 ] {61e864a0-c6b4-44ee-badd-cf631848aac0} <Debug> oximeter.measurements_cumulativef64 (20e0fbab-be55-4bd5-938d-cdf063d35fac): Loading data parts | ||
| 503 | 2024.08.06 23:54:16.274632 [ 3 ] {61e864a0-c6b4-44ee-badd-cf631848aac0} <Debug> oximeter.measurements_cumulativef64 (20e0fbab-be55-4bd5-938d-cdf063d35fac): There are no data parts | ||
| 504 | 2024.08.06 23:54:16.275905 [ 3 ] {61e864a0-c6b4-44ee-badd-cf631848aac0} <Debug> DynamicQueryHandler: Done processing query | ||
| 505 | 2024.08.06 23:54:16.275931 [ 3 ] {} <Debug> HTTP-Session: 416837e0-b62d-4afc-a8f6-552d732298fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 506 | 2024.08.06 23:54:16.276061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 507 | 2024.08.06 23:54:16.276113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 508 | 2024.08.06 23:54:16.276133 [ 3 ] {} <Debug> HTTP-Session: 237eff9b-d321-48bf-b25b-6f0c1663a3e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 509 | 2024.08.06 23:54:16.276154 [ 3 ] {} <Debug> HTTP-Session: 237eff9b-d321-48bf-b25b-6f0c1663a3e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 510 | 2024.08.06 23:54:16.276173 [ 3 ] {} <Debug> HTTP-Session: 237eff9b-d321-48bf-b25b-6f0c1663a3e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 511 | 2024.08.06 23:54:16.276202 [ 3 ] {} <Trace> HTTP-Session: 237eff9b-d321-48bf-b25b-6f0c1663a3e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 512 | 2024.08.06 23:54:16.276456 [ 3 ] {7665c598-86d9-4385-bdfc-8304aa308522} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 513 | * NOTE: Array types cannot be Nullable, see | ||
| 514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 515 | * for more details. | ||
| 516 | * | ||
| 517 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 518 | * is unfortunate, and at this point relies on the fact that an | ||
| 519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 520 | * to figure out another way to represent missing samples here. | ||
| 521 | */ | ||
| 522 | 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) | ||
| 523 | 2024.08.06 23:54:16.276522 [ 3 ] {7665c598-86d9-4385-bdfc-8304aa308522} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 524 | 2024.08.06 23:54:16.278817 [ 3 ] {7665c598-86d9-4385-bdfc-8304aa308522} <Debug> oximeter.measurements_histogrami8 (af02f699-b2af-4ae4-8061-48bc726f077e): Loading data parts | ||
| 525 | 2024.08.06 23:54:16.278947 [ 3 ] {7665c598-86d9-4385-bdfc-8304aa308522} <Debug> oximeter.measurements_histogrami8 (af02f699-b2af-4ae4-8061-48bc726f077e): There are no data parts | ||
| 526 | 2024.08.06 23:54:16.280282 [ 3 ] {7665c598-86d9-4385-bdfc-8304aa308522} <Debug> DynamicQueryHandler: Done processing query | ||
| 527 | 2024.08.06 23:54:16.280315 [ 3 ] {} <Debug> HTTP-Session: 237eff9b-d321-48bf-b25b-6f0c1663a3e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 528 | 2024.08.06 23:54:16.280439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 529 | 2024.08.06 23:54:16.280483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 530 | 2024.08.06 23:54:16.280508 [ 3 ] {} <Debug> HTTP-Session: eb544035-5321-4d53-8843-b0dd5edbe865 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 531 | 2024.08.06 23:54:16.280531 [ 3 ] {} <Debug> HTTP-Session: eb544035-5321-4d53-8843-b0dd5edbe865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 532 | 2024.08.06 23:54:16.280544 [ 3 ] {} <Debug> HTTP-Session: eb544035-5321-4d53-8843-b0dd5edbe865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 533 | 2024.08.06 23:54:16.280579 [ 3 ] {} <Trace> HTTP-Session: eb544035-5321-4d53-8843-b0dd5edbe865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.08.06 23:54:16.280832 [ 3 ] {36c4f598-d037-427e-862f-b1e8ac9698e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 535 | 2024.08.06 23:54:16.280894 [ 3 ] {36c4f598-d037-427e-862f-b1e8ac9698e6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 536 | 2024.08.06 23:54:16.283194 [ 3 ] {36c4f598-d037-427e-862f-b1e8ac9698e6} <Debug> oximeter.measurements_histogramu8 (7205e0c4-12cf-4ae6-bba1-152928f08055): Loading data parts | ||
| 537 | 2024.08.06 23:54:16.283328 [ 3 ] {36c4f598-d037-427e-862f-b1e8ac9698e6} <Debug> oximeter.measurements_histogramu8 (7205e0c4-12cf-4ae6-bba1-152928f08055): There are no data parts | ||
| 538 | 2024.08.06 23:54:16.284640 [ 3 ] {36c4f598-d037-427e-862f-b1e8ac9698e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 539 | 2024.08.06 23:54:16.284665 [ 3 ] {} <Debug> HTTP-Session: eb544035-5321-4d53-8843-b0dd5edbe865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 540 | 2024.08.06 23:54:16.284769 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 541 | 2024.08.06 23:54:16.284842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 542 | 2024.08.06 23:54:16.284861 [ 3 ] {} <Debug> HTTP-Session: 4c1cddb1-ea05-4df1-a12a-eb109b2eef37 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 543 | 2024.08.06 23:54:16.284887 [ 3 ] {} <Debug> HTTP-Session: 4c1cddb1-ea05-4df1-a12a-eb109b2eef37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 544 | 2024.08.06 23:54:16.284901 [ 3 ] {} <Debug> HTTP-Session: 4c1cddb1-ea05-4df1-a12a-eb109b2eef37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 545 | 2024.08.06 23:54:16.284942 [ 3 ] {} <Trace> HTTP-Session: 4c1cddb1-ea05-4df1-a12a-eb109b2eef37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.08.06 23:54:16.285198 [ 3 ] {04e0a8e0-d7f6-470a-86f5-df050eb6fd87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 547 | 2024.08.06 23:54:16.285274 [ 3 ] {04e0a8e0-d7f6-470a-86f5-df050eb6fd87} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 548 | 2024.08.06 23:54:16.287601 [ 3 ] {04e0a8e0-d7f6-470a-86f5-df050eb6fd87} <Debug> oximeter.measurements_histogrami16 (5468b3f5-ce78-425e-aeb9-8a33cfe2411d): Loading data parts | ||
| 549 | 2024.08.06 23:54:16.287738 [ 3 ] {04e0a8e0-d7f6-470a-86f5-df050eb6fd87} <Debug> oximeter.measurements_histogrami16 (5468b3f5-ce78-425e-aeb9-8a33cfe2411d): There are no data parts | ||
| 550 | 2024.08.06 23:54:16.289107 [ 3 ] {04e0a8e0-d7f6-470a-86f5-df050eb6fd87} <Debug> DynamicQueryHandler: Done processing query | ||
| 551 | 2024.08.06 23:54:16.289154 [ 3 ] {} <Debug> HTTP-Session: 4c1cddb1-ea05-4df1-a12a-eb109b2eef37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 552 | 2024.08.06 23:54:16.289301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 553 | 2024.08.06 23:54:16.289358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 554 | 2024.08.06 23:54:16.289395 [ 3 ] {} <Debug> HTTP-Session: f1152d88-390a-4e31-b4d1-b7777b824058 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 555 | 2024.08.06 23:54:16.289428 [ 3 ] {} <Debug> HTTP-Session: f1152d88-390a-4e31-b4d1-b7777b824058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 556 | 2024.08.06 23:54:16.289445 [ 3 ] {} <Debug> HTTP-Session: f1152d88-390a-4e31-b4d1-b7777b824058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 557 | 2024.08.06 23:54:16.289493 [ 3 ] {} <Trace> HTTP-Session: f1152d88-390a-4e31-b4d1-b7777b824058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 558 | 2024.08.06 23:54:16.289755 [ 3 ] {413e961b-f9fa-42ef-80bc-c95b8e82493e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 559 | 2024.08.06 23:54:16.289833 [ 3 ] {413e961b-f9fa-42ef-80bc-c95b8e82493e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 560 | 2024.08.06 23:54:16.292156 [ 3 ] {413e961b-f9fa-42ef-80bc-c95b8e82493e} <Debug> oximeter.measurements_histogramu16 (2c88410b-155b-48fc-9074-3670f72d86c3): Loading data parts | ||
| 561 | 2024.08.06 23:54:16.292376 [ 3 ] {413e961b-f9fa-42ef-80bc-c95b8e82493e} <Debug> oximeter.measurements_histogramu16 (2c88410b-155b-48fc-9074-3670f72d86c3): There are no data parts | ||
| 562 | 2024.08.06 23:54:16.293687 [ 3 ] {413e961b-f9fa-42ef-80bc-c95b8e82493e} <Debug> DynamicQueryHandler: Done processing query | ||
| 563 | 2024.08.06 23:54:16.293712 [ 3 ] {} <Debug> HTTP-Session: f1152d88-390a-4e31-b4d1-b7777b824058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 564 | 2024.08.06 23:54:16.293840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 565 | 2024.08.06 23:54:16.293899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 566 | 2024.08.06 23:54:16.293919 [ 3 ] {} <Debug> HTTP-Session: b188a9b2-2eff-4da9-aed6-8657effab290 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 567 | 2024.08.06 23:54:16.293946 [ 3 ] {} <Debug> HTTP-Session: b188a9b2-2eff-4da9-aed6-8657effab290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 568 | 2024.08.06 23:54:16.293971 [ 3 ] {} <Debug> HTTP-Session: b188a9b2-2eff-4da9-aed6-8657effab290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 569 | 2024.08.06 23:54:16.294001 [ 3 ] {} <Trace> HTTP-Session: b188a9b2-2eff-4da9-aed6-8657effab290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 570 | 2024.08.06 23:54:16.294260 [ 3 ] {a0e43ab0-a3dc-4a61-be12-cc743f7fb526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 571 | 2024.08.06 23:54:16.294339 [ 3 ] {a0e43ab0-a3dc-4a61-be12-cc743f7fb526} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 572 | 2024.08.06 23:54:16.296318 [ 3 ] {a0e43ab0-a3dc-4a61-be12-cc743f7fb526} <Debug> oximeter.measurements_histogrami32 (78fa3be5-b852-481c-867f-1bdaf1f89120): Loading data parts | ||
| 573 | 2024.08.06 23:54:16.296514 [ 3 ] {a0e43ab0-a3dc-4a61-be12-cc743f7fb526} <Debug> oximeter.measurements_histogrami32 (78fa3be5-b852-481c-867f-1bdaf1f89120): There are no data parts | ||
| 574 | 2024.08.06 23:54:16.297767 [ 3 ] {a0e43ab0-a3dc-4a61-be12-cc743f7fb526} <Debug> DynamicQueryHandler: Done processing query | ||
| 575 | 2024.08.06 23:54:16.297792 [ 3 ] {} <Debug> HTTP-Session: b188a9b2-2eff-4da9-aed6-8657effab290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 576 | 2024.08.06 23:54:16.297913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 577 | 2024.08.06 23:54:16.297973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 578 | 2024.08.06 23:54:16.297993 [ 3 ] {} <Debug> HTTP-Session: 9fb5424c-9203-4410-a2fa-7ef812e5c0c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 579 | 2024.08.06 23:54:16.298021 [ 3 ] {} <Debug> HTTP-Session: 9fb5424c-9203-4410-a2fa-7ef812e5c0c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 580 | 2024.08.06 23:54:16.298034 [ 3 ] {} <Debug> HTTP-Session: 9fb5424c-9203-4410-a2fa-7ef812e5c0c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 581 | 2024.08.06 23:54:16.298075 [ 3 ] {} <Trace> HTTP-Session: 9fb5424c-9203-4410-a2fa-7ef812e5c0c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 582 | 2024.08.06 23:54:16.298335 [ 3 ] {37c6d85e-450d-4ead-ba08-1a4de98ab63f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 583 | 2024.08.06 23:54:16.298408 [ 3 ] {37c6d85e-450d-4ead-ba08-1a4de98ab63f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 584 | 2024.08.06 23:54:16.300364 [ 3 ] {37c6d85e-450d-4ead-ba08-1a4de98ab63f} <Debug> oximeter.measurements_histogramu32 (58c68064-1069-49cf-9c14-194c124e34c2): Loading data parts | ||
| 585 | 2024.08.06 23:54:16.300530 [ 3 ] {37c6d85e-450d-4ead-ba08-1a4de98ab63f} <Debug> oximeter.measurements_histogramu32 (58c68064-1069-49cf-9c14-194c124e34c2): There are no data parts | ||
| 586 | 2024.08.06 23:54:16.301885 [ 3 ] {37c6d85e-450d-4ead-ba08-1a4de98ab63f} <Debug> DynamicQueryHandler: Done processing query | ||
| 587 | 2024.08.06 23:54:16.301910 [ 3 ] {} <Debug> HTTP-Session: 9fb5424c-9203-4410-a2fa-7ef812e5c0c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 588 | 2024.08.06 23:54:16.302034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 589 | 2024.08.06 23:54:16.302093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 590 | 2024.08.06 23:54:16.302112 [ 3 ] {} <Debug> HTTP-Session: cdb8bec0-d6e6-4a3e-952a-279535f1f50a Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 591 | 2024.08.06 23:54:16.302140 [ 3 ] {} <Debug> HTTP-Session: cdb8bec0-d6e6-4a3e-952a-279535f1f50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 592 | 2024.08.06 23:54:16.302164 [ 3 ] {} <Debug> HTTP-Session: cdb8bec0-d6e6-4a3e-952a-279535f1f50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 593 | 2024.08.06 23:54:16.302195 [ 3 ] {} <Trace> HTTP-Session: cdb8bec0-d6e6-4a3e-952a-279535f1f50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 594 | 2024.08.06 23:54:16.302455 [ 3 ] {b3b2356b-4851-469a-9e76-33dceefe8ce5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 595 | 2024.08.06 23:54:16.302526 [ 3 ] {b3b2356b-4851-469a-9e76-33dceefe8ce5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 596 | 2024.08.06 23:54:16.304580 [ 3 ] {b3b2356b-4851-469a-9e76-33dceefe8ce5} <Debug> oximeter.measurements_histogrami64 (60f368e3-b538-4001-9e8d-36c00a6ba700): Loading data parts | ||
| 597 | 2024.08.06 23:54:16.304737 [ 3 ] {b3b2356b-4851-469a-9e76-33dceefe8ce5} <Debug> oximeter.measurements_histogrami64 (60f368e3-b538-4001-9e8d-36c00a6ba700): There are no data parts | ||
| 598 | 2024.08.06 23:54:16.306009 [ 3 ] {b3b2356b-4851-469a-9e76-33dceefe8ce5} <Debug> DynamicQueryHandler: Done processing query | ||
| 599 | 2024.08.06 23:54:16.306035 [ 3 ] {} <Debug> HTTP-Session: cdb8bec0-d6e6-4a3e-952a-279535f1f50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 600 | 2024.08.06 23:54:16.306172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 601 | 2024.08.06 23:54:16.306232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 602 | 2024.08.06 23:54:16.306266 [ 3 ] {} <Debug> HTTP-Session: 8e70c159-b363-4649-a8e5-ca6416d01794 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 603 | 2024.08.06 23:54:16.306282 [ 3 ] {} <Debug> HTTP-Session: 8e70c159-b363-4649-a8e5-ca6416d01794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 604 | 2024.08.06 23:54:16.306306 [ 3 ] {} <Debug> HTTP-Session: 8e70c159-b363-4649-a8e5-ca6416d01794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 605 | 2024.08.06 23:54:16.306336 [ 3 ] {} <Trace> HTTP-Session: 8e70c159-b363-4649-a8e5-ca6416d01794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.08.06 23:54:16.306593 [ 3 ] {3a6bfb51-2062-48a6-ba85-15ffb6cdf3f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 607 | 2024.08.06 23:54:16.306671 [ 3 ] {3a6bfb51-2062-48a6-ba85-15ffb6cdf3f4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 608 | 2024.08.06 23:54:16.308646 [ 3 ] {3a6bfb51-2062-48a6-ba85-15ffb6cdf3f4} <Debug> oximeter.measurements_histogramu64 (4bbf878d-b550-4aef-9972-86a3560d4e12): Loading data parts | ||
| 609 | 2024.08.06 23:54:16.308828 [ 3 ] {3a6bfb51-2062-48a6-ba85-15ffb6cdf3f4} <Debug> oximeter.measurements_histogramu64 (4bbf878d-b550-4aef-9972-86a3560d4e12): There are no data parts | ||
| 610 | 2024.08.06 23:54:16.310078 [ 3 ] {3a6bfb51-2062-48a6-ba85-15ffb6cdf3f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 611 | 2024.08.06 23:54:16.310103 [ 3 ] {} <Debug> HTTP-Session: 8e70c159-b363-4649-a8e5-ca6416d01794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 612 | 2024.08.06 23:54:16.310236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 613 | 2024.08.06 23:54:16.310297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 614 | 2024.08.06 23:54:16.310316 [ 3 ] {} <Debug> HTTP-Session: 9bbc9fff-3143-4b8f-bc3f-0027ebe220a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 615 | 2024.08.06 23:54:16.310344 [ 3 ] {} <Debug> HTTP-Session: 9bbc9fff-3143-4b8f-bc3f-0027ebe220a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 616 | 2024.08.06 23:54:16.310369 [ 3 ] {} <Debug> HTTP-Session: 9bbc9fff-3143-4b8f-bc3f-0027ebe220a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 617 | 2024.08.06 23:54:16.310398 [ 3 ] {} <Trace> HTTP-Session: 9bbc9fff-3143-4b8f-bc3f-0027ebe220a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 618 | 2024.08.06 23:54:16.310654 [ 3 ] {a90c5896-3236-4f2c-86cc-df17c2a26ac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 619 | 2024.08.06 23:54:16.310733 [ 3 ] {a90c5896-3236-4f2c-86cc-df17c2a26ac7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 620 | 2024.08.06 23:54:16.312708 [ 3 ] {a90c5896-3236-4f2c-86cc-df17c2a26ac7} <Debug> oximeter.measurements_histogramf32 (822fa682-933c-431f-9067-321d6c3d1665): Loading data parts | ||
| 621 | 2024.08.06 23:54:16.312872 [ 3 ] {a90c5896-3236-4f2c-86cc-df17c2a26ac7} <Debug> oximeter.measurements_histogramf32 (822fa682-933c-431f-9067-321d6c3d1665): There are no data parts | ||
| 622 | 2024.08.06 23:54:16.314213 [ 3 ] {a90c5896-3236-4f2c-86cc-df17c2a26ac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 623 | 2024.08.06 23:54:16.314257 [ 3 ] {} <Debug> HTTP-Session: 9bbc9fff-3143-4b8f-bc3f-0027ebe220a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 624 | 2024.08.06 23:54:16.314378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 625 | 2024.08.06 23:54:16.314439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 626 | 2024.08.06 23:54:16.314470 [ 3 ] {} <Debug> HTTP-Session: 9787f43d-87a6-4197-80dc-5fa816791436 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 627 | 2024.08.06 23:54:16.314485 [ 3 ] {} <Debug> HTTP-Session: 9787f43d-87a6-4197-80dc-5fa816791436 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.08.06 23:54:16.314510 [ 3 ] {} <Debug> HTTP-Session: 9787f43d-87a6-4197-80dc-5fa816791436 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.08.06 23:54:16.314552 [ 3 ] {} <Trace> HTTP-Session: 9787f43d-87a6-4197-80dc-5fa816791436 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 630 | 2024.08.06 23:54:16.314798 [ 3 ] {be458fc4-9fe8-45da-abef-e76c83068d4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) 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) | ||
| 631 | 2024.08.06 23:54:16.314879 [ 3 ] {be458fc4-9fe8-45da-abef-e76c83068d4d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 632 | 2024.08.06 23:54:16.316838 [ 3 ] {be458fc4-9fe8-45da-abef-e76c83068d4d} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Loading data parts | ||
| 633 | 2024.08.06 23:54:16.316993 [ 3 ] {be458fc4-9fe8-45da-abef-e76c83068d4d} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): There are no data parts | ||
| 634 | 2024.08.06 23:54:16.318322 [ 3 ] {be458fc4-9fe8-45da-abef-e76c83068d4d} <Debug> DynamicQueryHandler: Done processing query | ||
| 635 | 2024.08.06 23:54:16.318348 [ 3 ] {} <Debug> HTTP-Session: 9787f43d-87a6-4197-80dc-5fa816791436 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 636 | 2024.08.06 23:54:16.318490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 637 | 2024.08.06 23:54:16.318551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 638 | 2024.08.06 23:54:16.318583 [ 3 ] {} <Debug> HTTP-Session: f6b035dd-d29b-4ec4-92a2-aabf8b3feba4 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 639 | 2024.08.06 23:54:16.318600 [ 3 ] {} <Debug> HTTP-Session: f6b035dd-d29b-4ec4-92a2-aabf8b3feba4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 640 | 2024.08.06 23:54:16.318629 [ 3 ] {} <Debug> HTTP-Session: f6b035dd-d29b-4ec4-92a2-aabf8b3feba4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 641 | 2024.08.06 23:54:16.318670 [ 3 ] {} <Trace> HTTP-Session: f6b035dd-d29b-4ec4-92a2-aabf8b3feba4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 642 | 2024.08.06 23:54:16.318829 [ 3 ] {bb1f33f9-59f3-40e2-8a6d-8a6a96dc686d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) /* The field tables store named dimensions of each timeseries. | ||
| 643 | * | ||
| 644 | * As with the measurement tables, there is one field table for each field data | ||
| 645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 646 | * this behavior **must not** be relied upon for query correctness. | ||
| 647 | * | ||
| 648 | * The index for the fields differs from the measurements, however. Rows are | ||
| 649 | * sorted by timeseries name, then field name, field value, and finally | ||
| 650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 652 | * usually then used to look up measurements. | ||
| 653 | * | ||
| 654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 655 | * timeseries name and then key, since it would improve lookups where one | ||
| 656 | * already has the key. Realistically though, these tables are quite small and | ||
| 657 | * so performance benefits will be low in absolute terms. | ||
| 658 | */ | ||
| 659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 660 | 2024.08.06 23:54:16.318897 [ 3 ] {bb1f33f9-59f3-40e2-8a6d-8a6a96dc686d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 661 | 2024.08.06 23:54:16.320683 [ 3 ] {bb1f33f9-59f3-40e2-8a6d-8a6a96dc686d} <Debug> oximeter.fields_bool (26186fba-8bc2-41b7-b5b8-414718760557): Loading data parts | ||
| 662 | 2024.08.06 23:54:16.320858 [ 3 ] {bb1f33f9-59f3-40e2-8a6d-8a6a96dc686d} <Debug> oximeter.fields_bool (26186fba-8bc2-41b7-b5b8-414718760557): There are no data parts | ||
| 663 | 2024.08.06 23:54:16.322053 [ 3 ] {bb1f33f9-59f3-40e2-8a6d-8a6a96dc686d} <Debug> DynamicQueryHandler: Done processing query | ||
| 664 | 2024.08.06 23:54:16.322095 [ 3 ] {} <Debug> HTTP-Session: f6b035dd-d29b-4ec4-92a2-aabf8b3feba4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 665 | 2024.08.06 23:54:16.322235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 666 | 2024.08.06 23:54:16.322296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 667 | 2024.08.06 23:54:16.322316 [ 3 ] {} <Debug> HTTP-Session: 1fe67cf2-7172-421e-87cd-8ea5bf4ace3a Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 668 | 2024.08.06 23:54:16.322345 [ 3 ] {} <Debug> HTTP-Session: 1fe67cf2-7172-421e-87cd-8ea5bf4ace3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 669 | 2024.08.06 23:54:16.322358 [ 3 ] {} <Debug> HTTP-Session: 1fe67cf2-7172-421e-87cd-8ea5bf4ace3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.08.06 23:54:16.322400 [ 3 ] {} <Trace> HTTP-Session: 1fe67cf2-7172-421e-87cd-8ea5bf4ace3a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 671 | 2024.08.06 23:54:16.322555 [ 3 ] {62599adb-5a4a-42d5-83fc-a2ed5b1102a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 672 | 2024.08.06 23:54:16.322621 [ 3 ] {62599adb-5a4a-42d5-83fc-a2ed5b1102a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 673 | 2024.08.06 23:54:16.325343 [ 3 ] {62599adb-5a4a-42d5-83fc-a2ed5b1102a7} <Debug> oximeter.fields_i8 (d9be2bbc-7900-4642-9c61-a72638799728): Loading data parts | ||
| 674 | 2024.08.06 23:54:16.325522 [ 3 ] {62599adb-5a4a-42d5-83fc-a2ed5b1102a7} <Debug> oximeter.fields_i8 (d9be2bbc-7900-4642-9c61-a72638799728): There are no data parts | ||
| 675 | 2024.08.06 23:54:16.331247 [ 3 ] {62599adb-5a4a-42d5-83fc-a2ed5b1102a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 676 | 2024.08.06 23:54:16.331297 [ 3 ] {} <Debug> HTTP-Session: 1fe67cf2-7172-421e-87cd-8ea5bf4ace3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 677 | 2024.08.06 23:54:16.331447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 678 | 2024.08.06 23:54:16.331530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 679 | 2024.08.06 23:54:16.331549 [ 3 ] {} <Debug> HTTP-Session: fbb50c90-fa30-47e3-b349-f63b692f0b0f Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 680 | 2024.08.06 23:54:16.331579 [ 3 ] {} <Debug> HTTP-Session: fbb50c90-fa30-47e3-b349-f63b692f0b0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 681 | 2024.08.06 23:54:16.331592 [ 3 ] {} <Debug> HTTP-Session: fbb50c90-fa30-47e3-b349-f63b692f0b0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 682 | 2024.08.06 23:54:16.331635 [ 3 ] {} <Trace> HTTP-Session: fbb50c90-fa30-47e3-b349-f63b692f0b0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 683 | 2024.08.06 23:54:16.331787 [ 3 ] {cbe1df1b-7008-4166-809f-9bf2fed0fd89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 684 | 2024.08.06 23:54:16.331843 [ 3 ] {cbe1df1b-7008-4166-809f-9bf2fed0fd89} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 685 | 2024.08.06 23:54:16.334067 [ 3 ] {cbe1df1b-7008-4166-809f-9bf2fed0fd89} <Debug> oximeter.fields_u8 (2e693173-03b2-4425-b791-8130480dac62): Loading data parts | ||
| 686 | 2024.08.06 23:54:16.334236 [ 3 ] {cbe1df1b-7008-4166-809f-9bf2fed0fd89} <Debug> oximeter.fields_u8 (2e693173-03b2-4425-b791-8130480dac62): There are no data parts | ||
| 687 | 2024.08.06 23:54:16.335523 [ 3 ] {cbe1df1b-7008-4166-809f-9bf2fed0fd89} <Debug> DynamicQueryHandler: Done processing query | ||
| 688 | 2024.08.06 23:54:16.335563 [ 3 ] {} <Debug> HTTP-Session: fbb50c90-fa30-47e3-b349-f63b692f0b0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.08.06 23:54:16.335692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 690 | 2024.08.06 23:54:16.335753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 691 | 2024.08.06 23:54:16.335786 [ 3 ] {} <Debug> HTTP-Session: 773354df-b493-48dd-a033-94ef722aeec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 692 | 2024.08.06 23:54:16.335816 [ 3 ] {} <Debug> HTTP-Session: 773354df-b493-48dd-a033-94ef722aeec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.08.06 23:54:16.335828 [ 3 ] {} <Debug> HTTP-Session: 773354df-b493-48dd-a033-94ef722aeec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.08.06 23:54:16.335871 [ 3 ] {} <Trace> HTTP-Session: 773354df-b493-48dd-a033-94ef722aeec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 695 | 2024.08.06 23:54:16.336024 [ 3 ] {448e668c-5312-4bec-839d-48adcc3eac07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 696 | 2024.08.06 23:54:16.336078 [ 3 ] {448e668c-5312-4bec-839d-48adcc3eac07} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 697 | 2024.08.06 23:54:16.337649 [ 3 ] {448e668c-5312-4bec-839d-48adcc3eac07} <Debug> oximeter.fields_i16 (ff489add-3441-4e49-979f-39b9aa5c9a32): Loading data parts | ||
| 698 | 2024.08.06 23:54:16.337805 [ 3 ] {448e668c-5312-4bec-839d-48adcc3eac07} <Debug> oximeter.fields_i16 (ff489add-3441-4e49-979f-39b9aa5c9a32): There are no data parts | ||
| 699 | 2024.08.06 23:54:16.339177 [ 3 ] {448e668c-5312-4bec-839d-48adcc3eac07} <Debug> DynamicQueryHandler: Done processing query | ||
| 700 | 2024.08.06 23:54:16.339216 [ 3 ] {} <Debug> HTTP-Session: 773354df-b493-48dd-a033-94ef722aeec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.08.06 23:54:16.339335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 702 | 2024.08.06 23:54:16.339396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 703 | 2024.08.06 23:54:16.339429 [ 3 ] {} <Debug> HTTP-Session: 18257d8c-6f81-4c27-8242-01b0eb2a9b5a Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 704 | 2024.08.06 23:54:16.339445 [ 3 ] {} <Debug> HTTP-Session: 18257d8c-6f81-4c27-8242-01b0eb2a9b5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.08.06 23:54:16.339472 [ 3 ] {} <Debug> HTTP-Session: 18257d8c-6f81-4c27-8242-01b0eb2a9b5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.08.06 23:54:16.339516 [ 3 ] {} <Trace> HTTP-Session: 18257d8c-6f81-4c27-8242-01b0eb2a9b5a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 707 | 2024.08.06 23:54:16.339654 [ 3 ] {bedc2345-037a-4d2f-8ab5-9eff2db1eae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 708 | 2024.08.06 23:54:16.339722 [ 3 ] {bedc2345-037a-4d2f-8ab5-9eff2db1eae1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 709 | 2024.08.06 23:54:16.341296 [ 3 ] {bedc2345-037a-4d2f-8ab5-9eff2db1eae1} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Loading data parts | ||
| 710 | 2024.08.06 23:54:16.341473 [ 3 ] {bedc2345-037a-4d2f-8ab5-9eff2db1eae1} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): There are no data parts | ||
| 711 | 2024.08.06 23:54:16.342793 [ 3 ] {bedc2345-037a-4d2f-8ab5-9eff2db1eae1} <Debug> DynamicQueryHandler: Done processing query | ||
| 712 | 2024.08.06 23:54:16.342820 [ 3 ] {} <Debug> HTTP-Session: 18257d8c-6f81-4c27-8242-01b0eb2a9b5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.08.06 23:54:16.342965 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 714 | 2024.08.06 23:54:16.343027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 715 | 2024.08.06 23:54:16.343046 [ 3 ] {} <Debug> HTTP-Session: 5ea8bd1d-9cfe-4ccf-87ce-73f3e8f58c0d Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 716 | 2024.08.06 23:54:16.343075 [ 3 ] {} <Debug> HTTP-Session: 5ea8bd1d-9cfe-4ccf-87ce-73f3e8f58c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 717 | 2024.08.06 23:54:16.343103 [ 3 ] {} <Debug> HTTP-Session: 5ea8bd1d-9cfe-4ccf-87ce-73f3e8f58c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 718 | 2024.08.06 23:54:16.343134 [ 3 ] {} <Trace> HTTP-Session: 5ea8bd1d-9cfe-4ccf-87ce-73f3e8f58c0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 719 | 2024.08.06 23:54:16.343290 [ 3 ] {84cdf37e-e3e8-4aba-bfeb-6e3d5552d40f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 720 | 2024.08.06 23:54:16.343359 [ 3 ] {84cdf37e-e3e8-4aba-bfeb-6e3d5552d40f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 721 | 2024.08.06 23:54:16.347238 [ 3 ] {84cdf37e-e3e8-4aba-bfeb-6e3d5552d40f} <Debug> oximeter.fields_i32 (f8278340-608f-4d7b-ab81-43c151b62bc2): Loading data parts | ||
| 722 | 2024.08.06 23:54:16.347441 [ 3 ] {84cdf37e-e3e8-4aba-bfeb-6e3d5552d40f} <Debug> oximeter.fields_i32 (f8278340-608f-4d7b-ab81-43c151b62bc2): There are no data parts | ||
| 723 | 2024.08.06 23:54:16.348884 [ 3 ] {84cdf37e-e3e8-4aba-bfeb-6e3d5552d40f} <Debug> DynamicQueryHandler: Done processing query | ||
| 724 | 2024.08.06 23:54:16.348910 [ 3 ] {} <Debug> HTTP-Session: 5ea8bd1d-9cfe-4ccf-87ce-73f3e8f58c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 725 | 2024.08.06 23:54:16.349035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 726 | 2024.08.06 23:54:16.349090 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 727 | 2024.08.06 23:54:16.349108 [ 3 ] {} <Debug> HTTP-Session: 233b9fad-35aa-4361-97d2-6e587b34f643 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 728 | 2024.08.06 23:54:16.349132 [ 3 ] {} <Debug> HTTP-Session: 233b9fad-35aa-4361-97d2-6e587b34f643 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 729 | 2024.08.06 23:54:16.349145 [ 3 ] {} <Debug> HTTP-Session: 233b9fad-35aa-4361-97d2-6e587b34f643 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 730 | 2024.08.06 23:54:16.349182 [ 3 ] {} <Trace> HTTP-Session: 233b9fad-35aa-4361-97d2-6e587b34f643 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 731 | 2024.08.06 23:54:16.349332 [ 3 ] {19fa1540-2767-4483-84b2-0a123ec180a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 732 | 2024.08.06 23:54:16.349385 [ 3 ] {19fa1540-2767-4483-84b2-0a123ec180a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 733 | 2024.08.06 23:54:16.350935 [ 3 ] {19fa1540-2767-4483-84b2-0a123ec180a5} <Debug> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Loading data parts | ||
| 734 | 2024.08.06 23:54:16.351100 [ 3 ] {19fa1540-2767-4483-84b2-0a123ec180a5} <Debug> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): There are no data parts | ||
| 735 | 2024.08.06 23:54:16.352276 [ 3 ] {19fa1540-2767-4483-84b2-0a123ec180a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 736 | 2024.08.06 23:54:16.352302 [ 3 ] {} <Debug> HTTP-Session: 233b9fad-35aa-4361-97d2-6e587b34f643 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.08.06 23:54:16.352416 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 738 | 2024.08.06 23:54:16.352494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 739 | 2024.08.06 23:54:16.352514 [ 3 ] {} <Debug> HTTP-Session: f5443673-2d8a-45df-b239-e32f05260266 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 740 | 2024.08.06 23:54:16.352538 [ 3 ] {} <Debug> HTTP-Session: f5443673-2d8a-45df-b239-e32f05260266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 741 | 2024.08.06 23:54:16.352553 [ 3 ] {} <Debug> HTTP-Session: f5443673-2d8a-45df-b239-e32f05260266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 742 | 2024.08.06 23:54:16.352583 [ 3 ] {} <Trace> HTTP-Session: f5443673-2d8a-45df-b239-e32f05260266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 743 | 2024.08.06 23:54:16.352732 [ 3 ] {b089f3d9-3da2-48c7-8f43-1636c34955aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 744 | 2024.08.06 23:54:16.352773 [ 3 ] {b089f3d9-3da2-48c7-8f43-1636c34955aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 745 | 2024.08.06 23:54:16.354363 [ 3 ] {b089f3d9-3da2-48c7-8f43-1636c34955aa} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Loading data parts | ||
| 746 | 2024.08.06 23:54:16.354517 [ 3 ] {b089f3d9-3da2-48c7-8f43-1636c34955aa} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): There are no data parts | ||
| 747 | 2024.08.06 23:54:16.355674 [ 3 ] {b089f3d9-3da2-48c7-8f43-1636c34955aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 748 | 2024.08.06 23:54:16.355712 [ 3 ] {} <Debug> HTTP-Session: f5443673-2d8a-45df-b239-e32f05260266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.08.06 23:54:16.355820 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 750 | 2024.08.06 23:54:16.355868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 751 | 2024.08.06 23:54:16.355888 [ 3 ] {} <Debug> HTTP-Session: 4978c48d-550f-45bd-80f8-19837f1b2095 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 752 | 2024.08.06 23:54:16.355904 [ 3 ] {} <Debug> HTTP-Session: 4978c48d-550f-45bd-80f8-19837f1b2095 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.08.06 23:54:16.355918 [ 3 ] {} <Debug> HTTP-Session: 4978c48d-550f-45bd-80f8-19837f1b2095 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 754 | 2024.08.06 23:54:16.355948 [ 3 ] {} <Trace> HTTP-Session: 4978c48d-550f-45bd-80f8-19837f1b2095 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 755 | 2024.08.06 23:54:16.356088 [ 3 ] {f6373c2c-e59c-4ec0-881f-9817216c463b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 756 | 2024.08.06 23:54:16.356127 [ 3 ] {f6373c2c-e59c-4ec0-881f-9817216c463b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 757 | 2024.08.06 23:54:16.357651 [ 3 ] {f6373c2c-e59c-4ec0-881f-9817216c463b} <Debug> oximeter.fields_u64 (5b9c4c1e-9c1a-4020-b119-1c74b403b472): Loading data parts | ||
| 758 | 2024.08.06 23:54:16.357804 [ 3 ] {f6373c2c-e59c-4ec0-881f-9817216c463b} <Debug> oximeter.fields_u64 (5b9c4c1e-9c1a-4020-b119-1c74b403b472): There are no data parts | ||
| 759 | 2024.08.06 23:54:16.358956 [ 3 ] {f6373c2c-e59c-4ec0-881f-9817216c463b} <Debug> DynamicQueryHandler: Done processing query | ||
| 760 | 2024.08.06 23:54:16.358983 [ 3 ] {} <Debug> HTTP-Session: 4978c48d-550f-45bd-80f8-19837f1b2095 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.08.06 23:54:16.359098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 762 | 2024.08.06 23:54:16.359147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 763 | 2024.08.06 23:54:16.359166 [ 3 ] {} <Debug> HTTP-Session: 1b3a30be-5804-468d-9d0e-828ca967c5ce Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 764 | 2024.08.06 23:54:16.359182 [ 3 ] {} <Debug> HTTP-Session: 1b3a30be-5804-468d-9d0e-828ca967c5ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.08.06 23:54:16.359196 [ 3 ] {} <Debug> HTTP-Session: 1b3a30be-5804-468d-9d0e-828ca967c5ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.08.06 23:54:16.359226 [ 3 ] {} <Trace> HTTP-Session: 1b3a30be-5804-468d-9d0e-828ca967c5ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 767 | 2024.08.06 23:54:16.359365 [ 3 ] {7920f87f-9790-4809-8a8b-3d5a01297702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 768 | 2024.08.06 23:54:16.359403 [ 3 ] {7920f87f-9790-4809-8a8b-3d5a01297702} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 769 | 2024.08.06 23:54:16.360929 [ 3 ] {7920f87f-9790-4809-8a8b-3d5a01297702} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Loading data parts | ||
| 770 | 2024.08.06 23:54:16.361084 [ 3 ] {7920f87f-9790-4809-8a8b-3d5a01297702} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): There are no data parts | ||
| 771 | 2024.08.06 23:54:16.362305 [ 3 ] {7920f87f-9790-4809-8a8b-3d5a01297702} <Debug> DynamicQueryHandler: Done processing query | ||
| 772 | 2024.08.06 23:54:16.362332 [ 3 ] {} <Debug> HTTP-Session: 1b3a30be-5804-468d-9d0e-828ca967c5ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.08.06 23:54:16.362455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 774 | 2024.08.06 23:54:16.362503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 775 | 2024.08.06 23:54:16.362523 [ 3 ] {} <Debug> HTTP-Session: 84dc7677-658c-4604-b83b-d802a010dc21 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 776 | 2024.08.06 23:54:16.362539 [ 3 ] {} <Debug> HTTP-Session: 84dc7677-658c-4604-b83b-d802a010dc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.08.06 23:54:16.362552 [ 3 ] {} <Debug> HTTP-Session: 84dc7677-658c-4604-b83b-d802a010dc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.08.06 23:54:16.362582 [ 3 ] {} <Trace> HTTP-Session: 84dc7677-658c-4604-b83b-d802a010dc21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 779 | 2024.08.06 23:54:16.362723 [ 3 ] {b2062091-ab74-41ce-bbe0-f29bd4b18232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 780 | 2024.08.06 23:54:16.362764 [ 3 ] {b2062091-ab74-41ce-bbe0-f29bd4b18232} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 781 | 2024.08.06 23:54:16.364325 [ 3 ] {b2062091-ab74-41ce-bbe0-f29bd4b18232} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Loading data parts | ||
| 782 | 2024.08.06 23:54:16.364481 [ 3 ] {b2062091-ab74-41ce-bbe0-f29bd4b18232} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): There are no data parts | ||
| 783 | 2024.08.06 23:54:16.365718 [ 3 ] {b2062091-ab74-41ce-bbe0-f29bd4b18232} <Debug> DynamicQueryHandler: Done processing query | ||
| 784 | 2024.08.06 23:54:16.365746 [ 3 ] {} <Debug> HTTP-Session: 84dc7677-658c-4604-b83b-d802a010dc21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 785 | 2024.08.06 23:54:16.365860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 786 | 2024.08.06 23:54:16.365908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 787 | 2024.08.06 23:54:16.365929 [ 3 ] {} <Debug> HTTP-Session: f3cb1cdb-0088-4b6d-9337-a36635265c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 788 | 2024.08.06 23:54:16.365945 [ 3 ] {} <Debug> HTTP-Session: f3cb1cdb-0088-4b6d-9337-a36635265c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 789 | 2024.08.06 23:54:16.365959 [ 3 ] {} <Debug> HTTP-Session: f3cb1cdb-0088-4b6d-9337-a36635265c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 790 | 2024.08.06 23:54:16.365990 [ 3 ] {} <Trace> HTTP-Session: f3cb1cdb-0088-4b6d-9337-a36635265c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.08.06 23:54:16.366129 [ 3 ] {3804e713-528d-451a-8c24-7c6d9e3a9ae0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
| 792 | 2024.08.06 23:54:16.366168 [ 3 ] {3804e713-528d-451a-8c24-7c6d9e3a9ae0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 793 | 2024.08.06 23:54:16.367712 [ 3 ] {3804e713-528d-451a-8c24-7c6d9e3a9ae0} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Loading data parts | ||
| 794 | 2024.08.06 23:54:16.367872 [ 3 ] {3804e713-528d-451a-8c24-7c6d9e3a9ae0} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): There are no data parts | ||
| 795 | 2024.08.06 23:54:16.369031 [ 3 ] {3804e713-528d-451a-8c24-7c6d9e3a9ae0} <Debug> DynamicQueryHandler: Done processing query | ||
| 796 | 2024.08.06 23:54:16.369058 [ 3 ] {} <Debug> HTTP-Session: f3cb1cdb-0088-4b6d-9337-a36635265c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 797 | 2024.08.06 23:54:16.369185 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 798 | 2024.08.06 23:54:16.369233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 799 | 2024.08.06 23:54:16.369255 [ 3 ] {} <Debug> HTTP-Session: 69c43155-05a4-4b56-a7ee-3dac403a9faf Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 800 | 2024.08.06 23:54:16.369272 [ 3 ] {} <Debug> HTTP-Session: 69c43155-05a4-4b56-a7ee-3dac403a9faf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 801 | 2024.08.06 23:54:16.369286 [ 3 ] {} <Debug> HTTP-Session: 69c43155-05a4-4b56-a7ee-3dac403a9faf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 802 | 2024.08.06 23:54:16.369316 [ 3 ] {} <Trace> HTTP-Session: 69c43155-05a4-4b56-a7ee-3dac403a9faf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 803 | 2024.08.06 23:54:16.369524 [ 3 ] {ff6e4a03-11c5-4974-8f88-34da59ee531c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) /* The timeseries schema table stores the extracted schema for the samples | ||
| 804 | * oximeter collects. | ||
| 805 | */ | ||
| 806 | 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) | ||
| 807 | 2024.08.06 23:54:16.369583 [ 3 ] {ff6e4a03-11c5-4974-8f88-34da59ee531c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 808 | 2024.08.06 23:54:16.371268 [ 3 ] {ff6e4a03-11c5-4974-8f88-34da59ee531c} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Loading data parts | ||
| 809 | 2024.08.06 23:54:16.371427 [ 3 ] {ff6e4a03-11c5-4974-8f88-34da59ee531c} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): There are no data parts | ||
| 810 | 2024.08.06 23:54:16.372798 [ 3 ] {ff6e4a03-11c5-4974-8f88-34da59ee531c} <Debug> DynamicQueryHandler: Done processing query | ||
| 811 | 2024.08.06 23:54:16.372825 [ 3 ] {} <Debug> HTTP-Session: 69c43155-05a4-4b56-a7ee-3dac403a9faf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 812 | 2024.08.06 23:54:16.372956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:35767, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 813 | 2024.08.06 23:54:16.373004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 814 | 2024.08.06 23:54:16.373023 [ 3 ] {} <Debug> HTTP-Session: 7327e09b-add9-4dda-ac92-8b7a16c1be23 Authenticating user 'default' from [fd00:1122:3344:101::d]:35767 | ||
| 815 | 2024.08.06 23:54:16.373039 [ 3 ] {} <Debug> HTTP-Session: 7327e09b-add9-4dda-ac92-8b7a16c1be23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 816 | 2024.08.06 23:54:16.373053 [ 3 ] {} <Debug> HTTP-Session: 7327e09b-add9-4dda-ac92-8b7a16c1be23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 817 | 2024.08.06 23:54:16.373084 [ 3 ] {} <Trace> HTTP-Session: 7327e09b-add9-4dda-ac92-8b7a16c1be23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 818 | 2024.08.06 23:54:16.373247 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:35767) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 819 | 2024.08.06 23:54:16.374927 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 820 | 2024.08.06 23:54:16.378688 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Trace> oximeter.version (07d103f2-4447-426e-9a71-615987ce1787): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 821 | 2024.08.06 23:54:16.378723 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
| 822 | 2024.08.06 23:54:16.383015 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 823 | 2024.08.06 23:54:16.384024 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Trace> oximeter.version (07d103f2-4447-426e-9a71-615987ce1787): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 824 | 2024.08.06 23:54:16.384297 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011125 sec., 89.88764044943821 rows/sec., 1.40 KiB/sec. | ||
| 825 | 2024.08.06 23:54:16.384457 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 826 | 2024.08.06 23:54:16.384480 [ 3 ] {b5246177-4907-4550-aee6-47b9ccacfc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
| 827 | 2024.08.06 23:54:16.384496 [ 3 ] {} <Debug> HTTP-Session: 7327e09b-add9-4dda-ac92-8b7a16c1be23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 828 | 2024.08.06 23:54:17.000194 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.21 MiB, peak 166.34 MiB, free memory in arenas 0.00 B, will set to 173.66 MiB (RSS), difference: 12.45 MiB | ||
| 829 | 2024.08.06 23:54:30.042464 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 830 | 2024.08.06 23:54:30.042524 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 831 | 2024.08.06 23:54:36.386986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 832 | 2024.08.06 23:54:36.387121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 833 | 2024.08.06 23:54:36.387151 [ 3 ] {} <Debug> HTTP-Session: ad8bb538-ccf7-4cab-9e80-7dfaccea6d39 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 834 | 2024.08.06 23:54:36.387180 [ 3 ] {} <Debug> HTTP-Session: ad8bb538-ccf7-4cab-9e80-7dfaccea6d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 835 | 2024.08.06 23:54:36.387198 [ 3 ] {} <Debug> HTTP-Session: ad8bb538-ccf7-4cab-9e80-7dfaccea6d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 836 | 2024.08.06 23:54:36.387253 [ 3 ] {} <Trace> HTTP-Session: ad8bb538-ccf7-4cab-9e80-7dfaccea6d39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 837 | 2024.08.06 23:54:36.387471 [ 3 ] {0e8d3771-3d90-43cc-8bc7-020b7bfb0b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
| 838 | 2024.08.06 23:54:36.387905 [ 3 ] {0e8d3771-3d90-43cc-8bc7-020b7bfb0b1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 839 | 2024.08.06 23:54:36.388116 [ 3 ] {0e8d3771-3d90-43cc-8bc7-020b7bfb0b1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 840 | 2024.08.06 23:54:36.389182 [ 3 ] {0e8d3771-3d90-43cc-8bc7-020b7bfb0b1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 841 | 2024.08.06 23:54:36.389212 [ 3 ] {0e8d3771-3d90-43cc-8bc7-020b7bfb0b1b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 842 | 2024.08.06 23:54:36.389230 [ 3 ] {} <Debug> HTTP-Session: ad8bb538-ccf7-4cab-9e80-7dfaccea6d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 843 | 2024.08.06 23:54:36.398779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 129, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 844 | 2024.08.06 23:54:36.398839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 845 | 2024.08.06 23:54:36.398864 [ 3 ] {} <Debug> HTTP-Session: 98d5b7bd-ff77-4434-ac29-10489babca3f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 846 | 2024.08.06 23:54:36.398885 [ 3 ] {} <Debug> HTTP-Session: 98d5b7bd-ff77-4434-ac29-10489babca3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 847 | 2024.08.06 23:54:36.398902 [ 3 ] {} <Debug> HTTP-Session: 98d5b7bd-ff77-4434-ac29-10489babca3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 848 | 2024.08.06 23:54:36.398940 [ 3 ] {} <Trace> HTTP-Session: 98d5b7bd-ff77-4434-ac29-10489babca3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.08.06 23:54:36.399110 [ 3 ] {4e103d98-5314-41b2-a373-0e774d858375} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 850 | 2024.08.06 23:54:36.401540 [ 3 ] {4e103d98-5314-41b2-a373-0e774d858375} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.08.06 23:54:36.401592 [ 3 ] {4e103d98-5314-41b2-a373-0e774d858375} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.08.06 23:54:36.404542 [ 3 ] {4e103d98-5314-41b2-a373-0e774d858375} <Debug> DynamicQueryHandler: Done processing query | ||
| 853 | 2024.08.06 23:54:36.404568 [ 3 ] {4e103d98-5314-41b2-a373-0e774d858375} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 854 | 2024.08.06 23:54:36.404586 [ 3 ] {} <Debug> HTTP-Session: 98d5b7bd-ff77-4434-ac29-10489babca3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 855 | 2024.08.06 23:54:36.404992 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 170, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 856 | 2024.08.06 23:54:36.405040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 857 | 2024.08.06 23:54:36.405058 [ 3 ] {} <Debug> HTTP-Session: 25dcec2e-7fb1-491d-a48a-6f438ac96184 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 858 | 2024.08.06 23:54:36.405075 [ 3 ] {} <Debug> HTTP-Session: 25dcec2e-7fb1-491d-a48a-6f438ac96184 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 859 | 2024.08.06 23:54:36.405089 [ 3 ] {} <Debug> HTTP-Session: 25dcec2e-7fb1-491d-a48a-6f438ac96184 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 860 | 2024.08.06 23:54:36.405120 [ 3 ] {} <Trace> HTTP-Session: 25dcec2e-7fb1-491d-a48a-6f438ac96184 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 861 | 2024.08.06 23:54:36.405239 [ 3 ] {e829dc40-0ba7-4290-bf75-6ecf64a1bf31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 862 | 2024.08.06 23:54:36.405643 [ 3 ] {e829dc40-0ba7-4290-bf75-6ecf64a1bf31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 863 | 2024.08.06 23:54:36.405696 [ 3 ] {e829dc40-0ba7-4290-bf75-6ecf64a1bf31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 864 | 2024.08.06 23:54:36.406551 [ 3 ] {e829dc40-0ba7-4290-bf75-6ecf64a1bf31} <Debug> DynamicQueryHandler: Done processing query | ||
| 865 | 2024.08.06 23:54:36.406578 [ 3 ] {e829dc40-0ba7-4290-bf75-6ecf64a1bf31} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 866 | 2024.08.06 23:54:36.406595 [ 3 ] {} <Debug> HTTP-Session: 25dcec2e-7fb1-491d-a48a-6f438ac96184 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 867 | 2024.08.06 23:54:36.406814 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 198, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 868 | 2024.08.06 23:54:36.406862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 869 | 2024.08.06 23:54:36.406881 [ 3 ] {} <Debug> HTTP-Session: c5db4116-98c3-461e-8864-5514f5847e4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 870 | 2024.08.06 23:54:36.406898 [ 3 ] {} <Debug> HTTP-Session: c5db4116-98c3-461e-8864-5514f5847e4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 871 | 2024.08.06 23:54:36.406912 [ 3 ] {} <Debug> HTTP-Session: c5db4116-98c3-461e-8864-5514f5847e4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 872 | 2024.08.06 23:54:36.406943 [ 3 ] {} <Trace> HTTP-Session: c5db4116-98c3-461e-8864-5514f5847e4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.08.06 23:54:36.407062 [ 3 ] {bfcf805b-cb43-46cf-ac2c-d44a98eccbf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 874 | 2024.08.06 23:54:36.407379 [ 3 ] {bfcf805b-cb43-46cf-ac2c-d44a98eccbf8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 875 | 2024.08.06 23:54:36.407432 [ 3 ] {bfcf805b-cb43-46cf-ac2c-d44a98eccbf8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 876 | 2024.08.06 23:54:36.408273 [ 3 ] {bfcf805b-cb43-46cf-ac2c-d44a98eccbf8} <Debug> DynamicQueryHandler: Done processing query | ||
| 877 | 2024.08.06 23:54:36.408298 [ 3 ] {bfcf805b-cb43-46cf-ac2c-d44a98eccbf8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 878 | 2024.08.06 23:54:36.408315 [ 3 ] {} <Debug> HTTP-Session: c5db4116-98c3-461e-8864-5514f5847e4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 879 | 2024.08.06 23:54:36.408685 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 880 | 2024.08.06 23:54:36.408732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 881 | 2024.08.06 23:54:36.408751 [ 3 ] {} <Debug> HTTP-Session: 3f2e3681-4ef3-40f3-9c0b-1a789fbcaae9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 882 | 2024.08.06 23:54:36.408767 [ 3 ] {} <Debug> HTTP-Session: 3f2e3681-4ef3-40f3-9c0b-1a789fbcaae9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 883 | 2024.08.06 23:54:36.408781 [ 3 ] {} <Debug> HTTP-Session: 3f2e3681-4ef3-40f3-9c0b-1a789fbcaae9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 884 | 2024.08.06 23:54:36.408812 [ 3 ] {} <Trace> HTTP-Session: 3f2e3681-4ef3-40f3-9c0b-1a789fbcaae9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 885 | 2024.08.06 23:54:36.408922 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 886 | 2024.08.06 23:54:36.408966 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 887 | 2024.08.06 23:54:36.409216 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 888 | 2024.08.06 23:54:36.411652 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 889 | 2024.08.06 23:54:36.411700 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 890 | 2024.08.06 23:54:36.412410 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 891 | 2024.08.06 23:54:36.412736 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 892 | 2024.08.06 23:54:36.412895 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.004004 sec., 999.0009990009991 rows/sec., 127.07 KiB/sec. | ||
| 893 | 2024.08.06 23:54:36.413071 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Debug> DynamicQueryHandler: Done processing query | ||
| 894 | 2024.08.06 23:54:36.413096 [ 3 ] {43f07839-7693-4b55-a3a2-c90cfe910ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 895 | 2024.08.06 23:54:36.413112 [ 3 ] {} <Debug> HTTP-Session: 3f2e3681-4ef3-40f3-9c0b-1a789fbcaae9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 896 | 2024.08.06 23:54:36.413221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 631, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 897 | 2024.08.06 23:54:36.413272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 898 | 2024.08.06 23:54:36.413292 [ 3 ] {} <Debug> HTTP-Session: 881812cb-ac94-4dd4-80d0-e6cf4a73722a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 899 | 2024.08.06 23:54:36.413309 [ 3 ] {} <Debug> HTTP-Session: 881812cb-ac94-4dd4-80d0-e6cf4a73722a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 900 | 2024.08.06 23:54:36.413322 [ 3 ] {} <Debug> HTTP-Session: 881812cb-ac94-4dd4-80d0-e6cf4a73722a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 901 | 2024.08.06 23:54:36.413354 [ 3 ] {} <Trace> HTTP-Session: 881812cb-ac94-4dd4-80d0-e6cf4a73722a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 902 | 2024.08.06 23:54:36.413451 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 903 | 2024.08.06 23:54:36.413495 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 904 | 2024.08.06 23:54:36.413620 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 905 | 2024.08.06 23:54:36.418270 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.08.06 23:54:36.418306 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 907 | 2024.08.06 23:54:36.418612 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 908 | 2024.08.06 23:54:36.418918 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2024.08.06 23:54:36.419068 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Debug> executeQuery: Read 4 rows, 345.00 B in 0.005634 sec., 709.9751508697195 rows/sec., 59.80 KiB/sec. | ||
| 910 | 2024.08.06 23:54:36.419240 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Debug> DynamicQueryHandler: Done processing query | ||
| 911 | 2024.08.06 23:54:36.419266 [ 3 ] {8a47a15b-7bc2-47dc-b1d3-ea4ea5efb71e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 912 | 2024.08.06 23:54:36.419282 [ 3 ] {} <Debug> HTTP-Session: 881812cb-ac94-4dd4-80d0-e6cf4a73722a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 913 | 2024.08.06 23:54:36.419407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1406, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 914 | 2024.08.06 23:54:36.419456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 915 | 2024.08.06 23:54:36.419476 [ 3 ] {} <Debug> HTTP-Session: f1c254d7-e7b5-4a72-8d26-83649d7624fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 916 | 2024.08.06 23:54:36.419493 [ 3 ] {} <Debug> HTTP-Session: f1c254d7-e7b5-4a72-8d26-83649d7624fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 917 | 2024.08.06 23:54:36.419506 [ 3 ] {} <Debug> HTTP-Session: f1c254d7-e7b5-4a72-8d26-83649d7624fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 918 | 2024.08.06 23:54:36.419537 [ 3 ] {} <Trace> HTTP-Session: f1c254d7-e7b5-4a72-8d26-83649d7624fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 919 | 2024.08.06 23:54:36.419634 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 920 | 2024.08.06 23:54:36.419674 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 921 | 2024.08.06 23:54:36.420351 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 922 | 2024.08.06 23:54:36.420677 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 923 | 2024.08.06 23:54:36.420714 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 924 | 2024.08.06 23:54:36.421591 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 925 | 2024.08.06 23:54:36.421897 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 926 | 2024.08.06 23:54:36.422039 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Debug> executeQuery: Read 8 rows, 658.00 B in 0.002424 sec., 3300.3300330033003 rows/sec., 265.09 KiB/sec. | ||
| 927 | 2024.08.06 23:54:36.422212 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Debug> DynamicQueryHandler: Done processing query | ||
| 928 | 2024.08.06 23:54:36.422237 [ 3 ] {aee02828-fc10-4e2a-95d6-4c911a54a607} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 929 | 2024.08.06 23:54:36.422253 [ 3 ] {} <Debug> HTTP-Session: f1c254d7-e7b5-4a72-8d26-83649d7624fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 930 | 2024.08.06 23:54:36.422395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 931 | 2024.08.06 23:54:36.422444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 932 | 2024.08.06 23:54:36.422464 [ 3 ] {} <Debug> HTTP-Session: f1984dc3-3fbe-4ec8-bc85-d3fe28cafb80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 933 | 2024.08.06 23:54:36.422481 [ 3 ] {} <Debug> HTTP-Session: f1984dc3-3fbe-4ec8-bc85-d3fe28cafb80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 934 | 2024.08.06 23:54:36.422494 [ 3 ] {} <Debug> HTTP-Session: f1984dc3-3fbe-4ec8-bc85-d3fe28cafb80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 935 | 2024.08.06 23:54:36.422525 [ 3 ] {} <Trace> HTTP-Session: f1984dc3-3fbe-4ec8-bc85-d3fe28cafb80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 936 | 2024.08.06 23:54:36.422622 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 937 | 2024.08.06 23:54:36.422667 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 938 | 2024.08.06 23:54:36.422810 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 939 | 2024.08.06 23:54:36.423714 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 940 | 2024.08.06 23:54:36.423748 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 941 | 2024.08.06 23:54:36.426158 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 942 | 2024.08.06 23:54:36.426493 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 943 | 2024.08.06 23:54:36.426641 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Debug> executeQuery: Read 4 rows, 312.00 B in 0.004039 sec., 990.3441445902452 rows/sec., 75.44 KiB/sec. | ||
| 944 | 2024.08.06 23:54:36.426816 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Debug> DynamicQueryHandler: Done processing query | ||
| 945 | 2024.08.06 23:54:36.426841 [ 3 ] {e8f29c0b-30ec-400d-8c39-f5e8e15f46b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 946 | 2024.08.06 23:54:36.426857 [ 3 ] {} <Debug> HTTP-Session: f1984dc3-3fbe-4ec8-bc85-d3fe28cafb80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 947 | 2024.08.06 23:54:36.426966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 948 | 2024.08.06 23:54:36.427015 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 949 | 2024.08.06 23:54:36.427034 [ 3 ] {} <Debug> HTTP-Session: a4045249-7d1d-4214-bad8-dc4eeaaf238a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 950 | 2024.08.06 23:54:36.427050 [ 3 ] {} <Debug> HTTP-Session: a4045249-7d1d-4214-bad8-dc4eeaaf238a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 951 | 2024.08.06 23:54:36.427064 [ 3 ] {} <Debug> HTTP-Session: a4045249-7d1d-4214-bad8-dc4eeaaf238a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 952 | 2024.08.06 23:54:36.427094 [ 3 ] {} <Trace> HTTP-Session: a4045249-7d1d-4214-bad8-dc4eeaaf238a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 953 | 2024.08.06 23:54:36.427189 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 954 | 2024.08.06 23:54:36.427234 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 955 | 2024.08.06 23:54:36.427364 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 956 | 2024.08.06 23:54:36.427648 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 957 | 2024.08.06 23:54:36.427684 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 958 | 2024.08.06 23:54:36.428029 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 959 | 2024.08.06 23:54:36.428341 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 960 | 2024.08.06 23:54:36.428494 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Debug> executeQuery: Read 4 rows, 258.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 189.87 KiB/sec. | ||
| 961 | 2024.08.06 23:54:36.428750 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Debug> DynamicQueryHandler: Done processing query | ||
| 962 | 2024.08.06 23:54:36.428776 [ 3 ] {c39dd540-bdd8-4a37-8005-0a279ce771db} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 963 | 2024.08.06 23:54:36.428792 [ 3 ] {} <Debug> HTTP-Session: a4045249-7d1d-4214-bad8-dc4eeaaf238a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 964 | 2024.08.06 23:54:41.386838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 239, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 965 | 2024.08.06 23:54:41.386965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 966 | 2024.08.06 23:54:41.386989 [ 3 ] {} <Debug> HTTP-Session: e50c6dd5-8c41-4e82-89b6-4a5118d05be1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 967 | 2024.08.06 23:54:41.387013 [ 3 ] {} <Debug> HTTP-Session: e50c6dd5-8c41-4e82-89b6-4a5118d05be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 968 | 2024.08.06 23:54:41.387028 [ 3 ] {} <Debug> HTTP-Session: e50c6dd5-8c41-4e82-89b6-4a5118d05be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 969 | 2024.08.06 23:54:41.387077 [ 3 ] {} <Trace> HTTP-Session: e50c6dd5-8c41-4e82-89b6-4a5118d05be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 970 | 2024.08.06 23:54:41.387289 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 971 | 2024.08.06 23:54:41.389674 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 972 | 2024.08.06 23:54:41.391720 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 973 | 2024.08.06 23:54:41.392181 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 974 | 2024.08.06 23:54:41.396192 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 975 | 2024.08.06 23:54:41.398463 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 4-element set) | ||
| 976 | 2024.08.06 23:54:41.401907 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 977 | 2024.08.06 23:54:41.401961 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 978 | 2024.08.06 23:54:41.401982 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 979 | 2024.08.06 23:54:41.402142 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 980 | 2024.08.06 23:54:41.402167 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 981 | 2024.08.06 23:54:41.412361 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.025144 sec., 159.0836780146357 rows/sec., 6.56 KiB/sec. | ||
| 982 | 2024.08.06 23:54:41.412667 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> DynamicQueryHandler: Done processing query | ||
| 983 | 2024.08.06 23:54:41.412694 [ 3 ] {183856a6-be06-45bb-a80c-08fbd01b7f72} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 984 | 2024.08.06 23:54:41.412711 [ 3 ] {} <Debug> HTTP-Session: e50c6dd5-8c41-4e82-89b6-4a5118d05be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 985 | 2024.08.06 23:54:41.412946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 986 | 2024.08.06 23:54:41.412999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 987 | 2024.08.06 23:54:41.413019 [ 3 ] {} <Debug> HTTP-Session: 2969f5ef-8268-47a7-99ef-539396dfe606 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 988 | 2024.08.06 23:54:41.413035 [ 3 ] {} <Debug> HTTP-Session: 2969f5ef-8268-47a7-99ef-539396dfe606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 989 | 2024.08.06 23:54:41.413050 [ 3 ] {} <Debug> HTTP-Session: 2969f5ef-8268-47a7-99ef-539396dfe606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 990 | 2024.08.06 23:54:41.413083 [ 3 ] {} <Trace> HTTP-Session: 2969f5ef-8268-47a7-99ef-539396dfe606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 991 | 2024.08.06 23:54:41.413220 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 992 | 2024.08.06 23:54:41.413458 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 993 | 2024.08.06 23:54:41.413491 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 994 | 2024.08.06 23:54:41.413696 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 995 | 2024.08.06 23:54:41.413761 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 996 | 2024.08.06 23:54:41.413898 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 5-element set) | ||
| 997 | 2024.08.06 23:54:41.413930 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 998 | 2024.08.06 23:54:41.413954 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 999 | 2024.08.06 23:54:41.413970 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1000 | 2024.08.06 23:54:41.414009 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1001 | 2024.08.06 23:54:41.414029 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1002 | 2024.08.06 23:54:41.414815 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 100.15 KiB/sec. | ||
| 1003 | 2024.08.06 23:54:41.415048 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> DynamicQueryHandler: Done processing query | ||
| 1004 | 2024.08.06 23:54:41.415074 [ 3 ] {b9af1998-bc7c-4220-b227-712917b5e245} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1005 | 2024.08.06 23:54:41.415091 [ 3 ] {} <Debug> HTTP-Session: 2969f5ef-8268-47a7-99ef-539396dfe606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1006 | 2024.08.06 23:54:41.415403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 324, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1007 | 2024.08.06 23:54:41.415452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1008 | 2024.08.06 23:54:41.415471 [ 3 ] {} <Debug> HTTP-Session: ea158c0c-70bc-416d-8529-62e19c6401df Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1009 | 2024.08.06 23:54:41.415487 [ 3 ] {} <Debug> HTTP-Session: ea158c0c-70bc-416d-8529-62e19c6401df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1010 | 2024.08.06 23:54:41.415501 [ 3 ] {} <Debug> HTTP-Session: ea158c0c-70bc-416d-8529-62e19c6401df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1011 | 2024.08.06 23:54:41.415532 [ 3 ] {} <Trace> HTTP-Session: ea158c0c-70bc-416d-8529-62e19c6401df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1012 | 2024.08.06 23:54:41.415659 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1013 | 2024.08.06 23:54:41.415897 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1014 | 2024.08.06 23:54:41.415930 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1015 | 2024.08.06 23:54:41.416136 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1016 | 2024.08.06 23:54:41.416201 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1017 | 2024.08.06 23:54:41.416338 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 6-element set) | ||
| 1018 | 2024.08.06 23:54:41.416371 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1019 | 2024.08.06 23:54:41.416394 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1020 | 2024.08.06 23:54:41.416410 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1021 | 2024.08.06 23:54:41.416449 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1022 | 2024.08.06 23:54:41.416469 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1023 | 2024.08.06 23:54:41.417260 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001654 sec., 2418.3796856106405 rows/sec., 99.78 KiB/sec. | ||
| 1024 | 2024.08.06 23:54:41.417492 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 1025 | 2024.08.06 23:54:41.417518 [ 3 ] {fb1a3f48-3f8d-48d3-90c5-60d4bbddf4ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1026 | 2024.08.06 23:54:41.417534 [ 3 ] {} <Debug> HTTP-Session: ea158c0c-70bc-416d-8529-62e19c6401df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1027 | 2024.08.06 23:54:41.417741 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1028 | 2024.08.06 23:54:41.417789 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1029 | 2024.08.06 23:54:41.417808 [ 3 ] {} <Debug> HTTP-Session: 79e6f1da-b854-44fe-87e7-efae82ce3adc Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1030 | 2024.08.06 23:54:41.417825 [ 3 ] {} <Debug> HTTP-Session: 79e6f1da-b854-44fe-87e7-efae82ce3adc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1031 | 2024.08.06 23:54:41.417839 [ 3 ] {} <Debug> HTTP-Session: 79e6f1da-b854-44fe-87e7-efae82ce3adc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1032 | 2024.08.06 23:54:41.417870 [ 3 ] {} <Trace> HTTP-Session: 79e6f1da-b854-44fe-87e7-efae82ce3adc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1033 | 2024.08.06 23:54:41.417994 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1034 | 2024.08.06 23:54:41.418231 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1035 | 2024.08.06 23:54:41.418265 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1036 | 2024.08.06 23:54:41.418475 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1037 | 2024.08.06 23:54:41.418540 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1038 | 2024.08.06 23:54:41.418675 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 7-element set) | ||
| 1039 | 2024.08.06 23:54:41.418708 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1040 | 2024.08.06 23:54:41.418730 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1041 | 2024.08.06 23:54:41.418746 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1042 | 2024.08.06 23:54:41.418785 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1043 | 2024.08.06 23:54:41.418807 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1044 | 2024.08.06 23:54:41.419608 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001665 sec., 2402.4024024024025 rows/sec., 99.12 KiB/sec. | ||
| 1045 | 2024.08.06 23:54:41.419849 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1046 | 2024.08.06 23:54:41.419874 [ 3 ] {6f3d2326-f992-4ac0-aa43-5f53895c698a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1047 | 2024.08.06 23:54:41.419890 [ 3 ] {} <Debug> HTTP-Session: 79e6f1da-b854-44fe-87e7-efae82ce3adc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1048 | 2024.08.06 23:54:41.420099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 396, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1049 | 2024.08.06 23:54:41.420147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1050 | 2024.08.06 23:54:41.420166 [ 3 ] {} <Debug> HTTP-Session: e833ec72-d732-4f89-9875-cebb14252b92 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1051 | 2024.08.06 23:54:41.420183 [ 3 ] {} <Debug> HTTP-Session: e833ec72-d732-4f89-9875-cebb14252b92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1052 | 2024.08.06 23:54:41.420197 [ 3 ] {} <Debug> HTTP-Session: e833ec72-d732-4f89-9875-cebb14252b92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1053 | 2024.08.06 23:54:41.420228 [ 3 ] {} <Trace> HTTP-Session: e833ec72-d732-4f89-9875-cebb14252b92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1054 | 2024.08.06 23:54:41.420354 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1055 | 2024.08.06 23:54:41.420592 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1056 | 2024.08.06 23:54:41.420626 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1057 | 2024.08.06 23:54:41.420840 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1058 | 2024.08.06 23:54:41.420904 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1059 | 2024.08.06 23:54:41.421041 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 8-element set) | ||
| 1060 | 2024.08.06 23:54:41.421073 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1061 | 2024.08.06 23:54:41.421096 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1062 | 2024.08.06 23:54:41.421112 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1063 | 2024.08.06 23:54:41.421151 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1064 | 2024.08.06 23:54:41.421172 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1065 | 2024.08.06 23:54:41.421944 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 100.39 KiB/sec. | ||
| 1066 | 2024.08.06 23:54:41.422173 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1067 | 2024.08.06 23:54:41.422198 [ 3 ] {2ace6142-68fc-497b-9a35-dc842ce8d53a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1068 | 2024.08.06 23:54:41.422215 [ 3 ] {} <Debug> HTTP-Session: e833ec72-d732-4f89-9875-cebb14252b92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1069 | 2024.08.06 23:54:41.422453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 431, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1070 | 2024.08.06 23:54:41.422501 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1071 | 2024.08.06 23:54:41.422520 [ 3 ] {} <Debug> HTTP-Session: babc53d6-a224-406b-9956-670a8da959a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1072 | 2024.08.06 23:54:41.422536 [ 3 ] {} <Debug> HTTP-Session: babc53d6-a224-406b-9956-670a8da959a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1073 | 2024.08.06 23:54:41.422550 [ 3 ] {} <Debug> HTTP-Session: babc53d6-a224-406b-9956-670a8da959a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1074 | 2024.08.06 23:54:41.422580 [ 3 ] {} <Trace> HTTP-Session: babc53d6-a224-406b-9956-670a8da959a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1075 | 2024.08.06 23:54:41.422708 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1076 | 2024.08.06 23:54:41.422949 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1077 | 2024.08.06 23:54:41.422984 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1078 | 2024.08.06 23:54:41.423202 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1079 | 2024.08.06 23:54:41.423267 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1080 | 2024.08.06 23:54:41.423407 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 9-element set) | ||
| 1081 | 2024.08.06 23:54:41.423440 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1082 | 2024.08.06 23:54:41.423462 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1083 | 2024.08.06 23:54:41.423478 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1084 | 2024.08.06 23:54:41.423517 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1085 | 2024.08.06 23:54:41.423539 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1086 | 2024.08.06 23:54:41.424267 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001614 sec., 2478.3147459727384 rows/sec., 102.25 KiB/sec. | ||
| 1087 | 2024.08.06 23:54:41.424503 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> DynamicQueryHandler: Done processing query | ||
| 1088 | 2024.08.06 23:54:41.424528 [ 3 ] {c34b5725-bed4-4eed-9623-e2a2ac880557} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1089 | 2024.08.06 23:54:41.424544 [ 3 ] {} <Debug> HTTP-Session: babc53d6-a224-406b-9956-670a8da959a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1090 | 2024.08.06 23:54:41.424779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 470, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1091 | 2024.08.06 23:54:41.424827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1092 | 2024.08.06 23:54:41.424847 [ 3 ] {} <Debug> HTTP-Session: c776a0d5-e4f1-4971-be88-6667de741519 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1093 | 2024.08.06 23:54:41.424863 [ 3 ] {} <Debug> HTTP-Session: c776a0d5-e4f1-4971-be88-6667de741519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1094 | 2024.08.06 23:54:41.424876 [ 3 ] {} <Debug> HTTP-Session: c776a0d5-e4f1-4971-be88-6667de741519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1095 | 2024.08.06 23:54:41.424907 [ 3 ] {} <Trace> HTTP-Session: c776a0d5-e4f1-4971-be88-6667de741519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2024.08.06 23:54:41.425036 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1097 | 2024.08.06 23:54:41.425277 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1098 | 2024.08.06 23:54:41.425313 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1099 | 2024.08.06 23:54:41.425533 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1100 | 2024.08.06 23:54:41.425598 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1101 | 2024.08.06 23:54:41.425735 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 10-element set) | ||
| 1102 | 2024.08.06 23:54:41.425766 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1103 | 2024.08.06 23:54:41.425789 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1104 | 2024.08.06 23:54:41.425805 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1105 | 2024.08.06 23:54:41.425845 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <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:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1106 | 2024.08.06 23:54:41.425866 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1107 | 2024.08.06 23:54:41.426768 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001786 sec., 2239.6416573348265 rows/sec., 92.41 KiB/sec. | ||
| 1108 | 2024.08.06 23:54:41.427017 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> DynamicQueryHandler: Done processing query | ||
| 1109 | 2024.08.06 23:54:41.427042 [ 3 ] {e05289af-62ed-4102-ac8e-65f6f51c7aad} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1110 | 2024.08.06 23:54:41.427058 [ 3 ] {} <Debug> HTTP-Session: c776a0d5-e4f1-4971-be88-6667de741519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1111 | 2024.08.06 23:54:41.427390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1112 | 2024.08.06 23:54:41.427439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1113 | 2024.08.06 23:54:41.427458 [ 3 ] {} <Debug> HTTP-Session: 78960f56-2260-45f3-9286-5f237e2dac5f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1114 | 2024.08.06 23:54:41.427475 [ 3 ] {} <Debug> HTTP-Session: 78960f56-2260-45f3-9286-5f237e2dac5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1115 | 2024.08.06 23:54:41.427489 [ 3 ] {} <Debug> HTTP-Session: 78960f56-2260-45f3-9286-5f237e2dac5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1116 | 2024.08.06 23:54:41.427519 [ 3 ] {} <Trace> HTTP-Session: 78960f56-2260-45f3-9286-5f237e2dac5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1117 | 2024.08.06 23:54:41.427649 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1118 | 2024.08.06 23:54:41.427896 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1119 | 2024.08.06 23:54:41.427931 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1120 | 2024.08.06 23:54:41.428157 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1121 | 2024.08.06 23:54:41.428220 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1122 | 2024.08.06 23:54:41.428356 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 11-element set) | ||
| 1123 | 2024.08.06 23:54:41.428389 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1124 | 2024.08.06 23:54:41.428411 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1125 | 2024.08.06 23:54:41.428428 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1126 | 2024.08.06 23:54:41.428467 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1127 | 2024.08.06 23:54:41.428487 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1128 | 2024.08.06 23:54:41.429277 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001686 sec., 2372.479240806643 rows/sec., 97.89 KiB/sec. | ||
| 1129 | 2024.08.06 23:54:41.429514 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1130 | 2024.08.06 23:54:41.429539 [ 3 ] {ca30a309-63af-4319-a889-966ceaa9cd7d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1131 | 2024.08.06 23:54:41.429556 [ 3 ] {} <Debug> HTTP-Session: 78960f56-2260-45f3-9286-5f237e2dac5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1132 | 2024.08.06 23:54:41.429761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1133 | 2024.08.06 23:54:41.429812 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1134 | 2024.08.06 23:54:41.429832 [ 3 ] {} <Debug> HTTP-Session: 1f738dc6-2673-4fa2-b33b-b66c9a0913ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1135 | 2024.08.06 23:54:41.429848 [ 3 ] {} <Debug> HTTP-Session: 1f738dc6-2673-4fa2-b33b-b66c9a0913ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1136 | 2024.08.06 23:54:41.429862 [ 3 ] {} <Debug> HTTP-Session: 1f738dc6-2673-4fa2-b33b-b66c9a0913ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1137 | 2024.08.06 23:54:41.429893 [ 3 ] {} <Trace> HTTP-Session: 1f738dc6-2673-4fa2-b33b-b66c9a0913ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1138 | 2024.08.06 23:54:41.430027 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1139 | 2024.08.06 23:54:41.430272 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1140 | 2024.08.06 23:54:41.430311 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1141 | 2024.08.06 23:54:41.430541 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1142 | 2024.08.06 23:54:41.430605 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1143 | 2024.08.06 23:54:41.430741 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 12-element set) | ||
| 1144 | 2024.08.06 23:54:41.430774 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1145 | 2024.08.06 23:54:41.430797 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1146 | 2024.08.06 23:54:41.430814 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1147 | 2024.08.06 23:54:41.430854 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1148 | 2024.08.06 23:54:41.430876 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1149 | 2024.08.06 23:54:41.431928 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001945 sec., 2056.5552699228792 rows/sec., 84.85 KiB/sec. | ||
| 1150 | 2024.08.06 23:54:41.432202 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> DynamicQueryHandler: Done processing query | ||
| 1151 | 2024.08.06 23:54:41.432227 [ 3 ] {1e711b2e-9d67-45e4-8061-5298c3d03a62} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1152 | 2024.08.06 23:54:41.432245 [ 3 ] {} <Debug> HTTP-Session: 1f738dc6-2673-4fa2-b33b-b66c9a0913ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1153 | 2024.08.06 23:54:41.432531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1154 | 2024.08.06 23:54:41.432581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1155 | 2024.08.06 23:54:41.432601 [ 3 ] {} <Debug> HTTP-Session: 8091398b-6782-440d-865d-a99df7b5be78 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1156 | 2024.08.06 23:54:41.432617 [ 3 ] {} <Debug> HTTP-Session: 8091398b-6782-440d-865d-a99df7b5be78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1157 | 2024.08.06 23:54:41.432631 [ 3 ] {} <Debug> HTTP-Session: 8091398b-6782-440d-865d-a99df7b5be78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1158 | 2024.08.06 23:54:41.432662 [ 3 ] {} <Trace> HTTP-Session: 8091398b-6782-440d-865d-a99df7b5be78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.08.06 23:54:41.432796 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1160 | 2024.08.06 23:54:41.433045 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1161 | 2024.08.06 23:54:41.433083 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1162 | 2024.08.06 23:54:41.433318 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1163 | 2024.08.06 23:54:41.433383 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1164 | 2024.08.06 23:54:41.433520 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 13-element set) | ||
| 1165 | 2024.08.06 23:54:41.433553 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1166 | 2024.08.06 23:54:41.433575 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1167 | 2024.08.06 23:54:41.433592 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1168 | 2024.08.06 23:54:41.433632 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1169 | 2024.08.06 23:54:41.433653 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1170 | 2024.08.06 23:54:41.434434 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001697 sec., 2357.100766057749 rows/sec., 97.25 KiB/sec. | ||
| 1171 | 2024.08.06 23:54:41.434662 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> DynamicQueryHandler: Done processing query | ||
| 1172 | 2024.08.06 23:54:41.434687 [ 3 ] {331f72de-d4ee-4f95-a6d0-ebbaa07a5a82} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1173 | 2024.08.06 23:54:41.434703 [ 3 ] {} <Debug> HTTP-Session: 8091398b-6782-440d-865d-a99df7b5be78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1174 | 2024.08.06 23:54:41.434935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1175 | 2024.08.06 23:54:41.434985 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1176 | 2024.08.06 23:54:41.435003 [ 3 ] {} <Debug> HTTP-Session: d74b9001-2328-4321-8f42-1002b7376df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1177 | 2024.08.06 23:54:41.435019 [ 3 ] {} <Debug> HTTP-Session: d74b9001-2328-4321-8f42-1002b7376df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1178 | 2024.08.06 23:54:41.435032 [ 3 ] {} <Debug> HTTP-Session: d74b9001-2328-4321-8f42-1002b7376df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1179 | 2024.08.06 23:54:41.435062 [ 3 ] {} <Trace> HTTP-Session: d74b9001-2328-4321-8f42-1002b7376df8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1180 | 2024.08.06 23:54:41.435194 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1181 | 2024.08.06 23:54:41.435446 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1182 | 2024.08.06 23:54:41.435484 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1183 | 2024.08.06 23:54:41.435720 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1184 | 2024.08.06 23:54:41.435784 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1185 | 2024.08.06 23:54:41.435919 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
| 1186 | 2024.08.06 23:54:41.435951 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1187 | 2024.08.06 23:54:41.435974 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1188 | 2024.08.06 23:54:41.435990 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1189 | 2024.08.06 23:54:41.436029 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1190 | 2024.08.06 23:54:41.436049 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1191 | 2024.08.06 23:54:41.436784 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001648 sec., 2427.1844660194174 rows/sec., 100.15 KiB/sec. | ||
| 1192 | 2024.08.06 23:54:41.437028 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> DynamicQueryHandler: Done processing query | ||
| 1193 | 2024.08.06 23:54:41.437052 [ 3 ] {3c095f52-bc3d-48f1-ad40-5c502d79e177} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1194 | 2024.08.06 23:54:41.437069 [ 3 ] {} <Debug> HTTP-Session: d74b9001-2328-4321-8f42-1002b7376df8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1195 | 2024.08.06 23:54:41.437398 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 639, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1196 | 2024.08.06 23:54:41.437447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1197 | 2024.08.06 23:54:41.437467 [ 3 ] {} <Debug> HTTP-Session: 6843f9ba-2cbc-432b-bffb-ad9083aa8079 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1198 | 2024.08.06 23:54:41.437482 [ 3 ] {} <Debug> HTTP-Session: 6843f9ba-2cbc-432b-bffb-ad9083aa8079 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1199 | 2024.08.06 23:54:41.437497 [ 3 ] {} <Debug> HTTP-Session: 6843f9ba-2cbc-432b-bffb-ad9083aa8079 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1200 | 2024.08.06 23:54:41.437527 [ 3 ] {} <Trace> HTTP-Session: 6843f9ba-2cbc-432b-bffb-ad9083aa8079 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1201 | 2024.08.06 23:54:41.437659 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1202 | 2024.08.06 23:54:41.437909 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1203 | 2024.08.06 23:54:41.437947 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1204 | 2024.08.06 23:54:41.438187 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1205 | 2024.08.06 23:54:41.438252 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1206 | 2024.08.06 23:54:41.438389 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
| 1207 | 2024.08.06 23:54:41.438421 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1208 | 2024.08.06 23:54:41.438443 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1209 | 2024.08.06 23:54:41.438459 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1210 | 2024.08.06 23:54:41.438499 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1211 | 2024.08.06 23:54:41.438520 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1212 | 2024.08.06 23:54:41.439305 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001691 sec., 2365.464222353637 rows/sec., 97.60 KiB/sec. | ||
| 1213 | 2024.08.06 23:54:41.439546 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1214 | 2024.08.06 23:54:41.439572 [ 3 ] {9610f814-1711-414d-8ac1-1a349a1f0abb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1215 | 2024.08.06 23:54:41.439587 [ 3 ] {} <Debug> HTTP-Session: 6843f9ba-2cbc-432b-bffb-ad9083aa8079 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1216 | 2024.08.06 23:54:41.439813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1217 | 2024.08.06 23:54:41.439862 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1218 | 2024.08.06 23:54:41.439881 [ 3 ] {} <Debug> HTTP-Session: 904b4daf-4e8a-4ba2-89ee-49b6eda79be4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1219 | 2024.08.06 23:54:41.439898 [ 3 ] {} <Debug> HTTP-Session: 904b4daf-4e8a-4ba2-89ee-49b6eda79be4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1220 | 2024.08.06 23:54:41.439911 [ 3 ] {} <Debug> HTTP-Session: 904b4daf-4e8a-4ba2-89ee-49b6eda79be4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1221 | 2024.08.06 23:54:41.439942 [ 3 ] {} <Trace> HTTP-Session: 904b4daf-4e8a-4ba2-89ee-49b6eda79be4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1222 | 2024.08.06 23:54:41.440076 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1223 | 2024.08.06 23:54:41.440328 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1224 | 2024.08.06 23:54:41.440366 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1225 | 2024.08.06 23:54:41.440609 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1226 | 2024.08.06 23:54:41.440673 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1227 | 2024.08.06 23:54:41.440808 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
| 1228 | 2024.08.06 23:54:41.440840 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1229 | 2024.08.06 23:54:41.440862 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1230 | 2024.08.06 23:54:41.440879 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1231 | 2024.08.06 23:54:41.440918 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1232 | 2024.08.06 23:54:41.440938 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1233 | 2024.08.06 23:54:41.441725 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001709 sec., 2340.5500292568754 rows/sec., 96.57 KiB/sec. | ||
| 1234 | 2024.08.06 23:54:41.441967 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> DynamicQueryHandler: Done processing query | ||
| 1235 | 2024.08.06 23:54:41.441992 [ 3 ] {7a087a4a-f640-49cf-8055-8472740c5e93} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1236 | 2024.08.06 23:54:41.442008 [ 3 ] {} <Debug> HTTP-Session: 904b4daf-4e8a-4ba2-89ee-49b6eda79be4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1237 | 2024.08.06 23:54:41.442250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1238 | 2024.08.06 23:54:41.442300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1239 | 2024.08.06 23:54:41.442320 [ 3 ] {} <Debug> HTTP-Session: c2680972-1f07-4402-8eee-f09dd0266dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1240 | 2024.08.06 23:54:41.442336 [ 3 ] {} <Debug> HTTP-Session: c2680972-1f07-4402-8eee-f09dd0266dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1241 | 2024.08.06 23:54:41.442350 [ 3 ] {} <Debug> HTTP-Session: c2680972-1f07-4402-8eee-f09dd0266dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1242 | 2024.08.06 23:54:41.442380 [ 3 ] {} <Trace> HTTP-Session: c2680972-1f07-4402-8eee-f09dd0266dd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1243 | 2024.08.06 23:54:41.442517 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1244 | 2024.08.06 23:54:41.442774 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1245 | 2024.08.06 23:54:41.442812 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1246 | 2024.08.06 23:54:41.443060 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1247 | 2024.08.06 23:54:41.443125 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1248 | 2024.08.06 23:54:41.443261 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
| 1249 | 2024.08.06 23:54:41.443294 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1250 | 2024.08.06 23:54:41.443317 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1251 | 2024.08.06 23:54:41.443332 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1252 | 2024.08.06 23:54:41.443372 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1253 | 2024.08.06 23:54:41.443392 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1254 | 2024.08.06 23:54:41.444136 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001682 sec., 2378.1212841854936 rows/sec., 98.12 KiB/sec. | ||
| 1255 | 2024.08.06 23:54:41.444376 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> DynamicQueryHandler: Done processing query | ||
| 1256 | 2024.08.06 23:54:41.444401 [ 3 ] {7e2ad11a-2ee8-4764-bc82-ba3a3976db30} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1257 | 2024.08.06 23:54:41.444418 [ 3 ] {} <Debug> HTTP-Session: c2680972-1f07-4402-8eee-f09dd0266dd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1258 | 2024.08.06 23:54:41.446957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1259 | 2024.08.06 23:54:41.447053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1260 | 2024.08.06 23:54:41.447091 [ 3 ] {} <Debug> HTTP-Session: f22ad22b-a0a4-4d88-af1f-1fc35fe49680 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1261 | 2024.08.06 23:54:41.447123 [ 3 ] {} <Debug> HTTP-Session: f22ad22b-a0a4-4d88-af1f-1fc35fe49680 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1262 | 2024.08.06 23:54:41.447149 [ 3 ] {} <Debug> HTTP-Session: f22ad22b-a0a4-4d88-af1f-1fc35fe49680 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1263 | 2024.08.06 23:54:41.447211 [ 3 ] {} <Trace> HTTP-Session: f22ad22b-a0a4-4d88-af1f-1fc35fe49680 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1264 | 2024.08.06 23:54:41.447447 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) 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) | ||
| 1265 | 2024.08.06 23:54:41.447703 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1266 | 2024.08.06 23:54:41.447742 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <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 | ||
| 1267 | 2024.08.06 23:54:41.447995 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1268 | 2024.08.06 23:54:41.448058 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1269 | 2024.08.06 23:54:41.448195 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1270 | 2024.08.06 23:54:41.448227 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1271 | 2024.08.06 23:54:41.448249 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1272 | 2024.08.06 23:54:41.448266 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1273 | 2024.08.06 23:54:41.448306 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <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'))" | ||
| 1274 | 2024.08.06 23:54:41.448326 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1275 | 2024.08.06 23:54:41.449177 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001825 sec., 2191.780821917808 rows/sec., 90.43 KiB/sec. | ||
| 1276 | 2024.08.06 23:54:41.449436 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 1277 | 2024.08.06 23:54:41.449462 [ 3 ] {0979506d-850e-4c21-aeea-34d36b4632d9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1278 | 2024.08.06 23:54:41.449479 [ 3 ] {} <Debug> HTTP-Session: f22ad22b-a0a4-4d88-af1f-1fc35fe49680 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1279 | 2024.08.06 23:54:41.451147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1280 | 2024.08.06 23:54:41.451199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1281 | 2024.08.06 23:54:41.451219 [ 3 ] {} <Debug> HTTP-Session: 34f00e2d-23d8-4b49-a886-242138ba8062 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1282 | 2024.08.06 23:54:41.451235 [ 3 ] {} <Debug> HTTP-Session: 34f00e2d-23d8-4b49-a886-242138ba8062 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1283 | 2024.08.06 23:54:41.451249 [ 3 ] {} <Debug> HTTP-Session: 34f00e2d-23d8-4b49-a886-242138ba8062 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1284 | 2024.08.06 23:54:41.451280 [ 3 ] {} <Trace> HTTP-Session: 34f00e2d-23d8-4b49-a886-242138ba8062 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1285 | 2024.08.06 23:54:41.451418 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) 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) | ||
| 1286 | 2024.08.06 23:54:41.451680 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1287 | 2024.08.06 23:54:41.451721 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <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 | ||
| 1288 | 2024.08.06 23:54:41.451978 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1289 | 2024.08.06 23:54:41.452042 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1290 | 2024.08.06 23:54:41.452175 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1291 | 2024.08.06 23:54:41.452207 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1292 | 2024.08.06 23:54:41.452229 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1293 | 2024.08.06 23:54:41.452246 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1294 | 2024.08.06 23:54:41.452285 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <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'))" | ||
| 1295 | 2024.08.06 23:54:41.452307 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1296 | 2024.08.06 23:54:41.453145 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.00179 sec., 2234.63687150838 rows/sec., 92.20 KiB/sec. | ||
| 1297 | 2024.08.06 23:54:41.453382 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> DynamicQueryHandler: Done processing query | ||
| 1298 | 2024.08.06 23:54:41.453406 [ 3 ] {c50afa1a-5811-43b7-baf5-cb698cabbabb} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1299 | 2024.08.06 23:54:41.453423 [ 3 ] {} <Debug> HTTP-Session: 34f00e2d-23d8-4b49-a886-242138ba8062 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1300 | 2024.08.06 23:54:41.453673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 834, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1301 | 2024.08.06 23:54:41.453721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1302 | 2024.08.06 23:54:41.453741 [ 3 ] {} <Debug> HTTP-Session: 73afe8bc-0eef-485e-b619-daa7f0a93a23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1303 | 2024.08.06 23:54:41.453758 [ 3 ] {} <Debug> HTTP-Session: 73afe8bc-0eef-485e-b619-daa7f0a93a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1304 | 2024.08.06 23:54:41.453772 [ 3 ] {} <Debug> HTTP-Session: 73afe8bc-0eef-485e-b619-daa7f0a93a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1305 | 2024.08.06 23:54:41.453802 [ 3 ] {} <Trace> HTTP-Session: 73afe8bc-0eef-485e-b619-daa7f0a93a23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1306 | 2024.08.06 23:54:41.453942 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1307 | 2024.08.06 23:54:41.454205 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1308 | 2024.08.06 23:54:41.454247 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <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', '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 | ||
| 1309 | 2024.08.06 23:54:41.454507 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1310 | 2024.08.06 23:54:41.454571 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1311 | 2024.08.06 23:54:41.454708 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1312 | 2024.08.06 23:54:41.454740 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1313 | 2024.08.06 23:54:41.454762 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1314 | 2024.08.06 23:54:41.454779 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1315 | 2024.08.06 23:54:41.454819 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <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', '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'))" | ||
| 1316 | 2024.08.06 23:54:41.454868 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1317 | 2024.08.06 23:54:41.455765 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001883 sec., 2124.2697822623472 rows/sec., 87.65 KiB/sec. | ||
| 1318 | 2024.08.06 23:54:41.456078 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1319 | 2024.08.06 23:54:41.456108 [ 3 ] {4b491d99-caf8-4806-a585-2e5075717ed2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1320 | 2024.08.06 23:54:41.456130 [ 3 ] {} <Debug> HTTP-Session: 73afe8bc-0eef-485e-b619-daa7f0a93a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1321 | 2024.08.06 23:54:41.456458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1322 | 2024.08.06 23:54:41.456510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1323 | 2024.08.06 23:54:41.456530 [ 3 ] {} <Debug> HTTP-Session: 673ccf46-129f-4e27-a010-57e28f8e2853 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1324 | 2024.08.06 23:54:41.456547 [ 3 ] {} <Debug> HTTP-Session: 673ccf46-129f-4e27-a010-57e28f8e2853 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1325 | 2024.08.06 23:54:41.456561 [ 3 ] {} <Debug> HTTP-Session: 673ccf46-129f-4e27-a010-57e28f8e2853 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1326 | 2024.08.06 23:54:41.456620 [ 3 ] {} <Trace> HTTP-Session: 673ccf46-129f-4e27-a010-57e28f8e2853 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1327 | 2024.08.06 23:54:41.456774 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1328 | 2024.08.06 23:54:41.457043 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1329 | 2024.08.06 23:54:41.457086 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <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', '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 | ||
| 1330 | 2024.08.06 23:54:41.457355 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1331 | 2024.08.06 23:54:41.457422 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1332 | 2024.08.06 23:54:41.457560 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1333 | 2024.08.06 23:54:41.457593 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1334 | 2024.08.06 23:54:41.457617 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1335 | 2024.08.06 23:54:41.457634 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1336 | 2024.08.06 23:54:41.457676 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <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', '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'))" | ||
| 1337 | 2024.08.06 23:54:41.457697 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 4 rows starting from 0 | ||
| 1338 | 2024.08.06 23:54:41.458479 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> executeQuery: Read 4 rows, 169.00 B in 0.001771 sec., 2258.610954263128 rows/sec., 93.19 KiB/sec. | ||
| 1339 | 2024.08.06 23:54:41.458743 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> DynamicQueryHandler: Done processing query | ||
| 1340 | 2024.08.06 23:54:41.458767 [ 3 ] {6c9da6f7-58aa-4a0d-8d86-b1dc8b66ed50} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
| 1341 | 2024.08.06 23:54:41.458784 [ 3 ] {} <Debug> HTTP-Session: 673ccf46-129f-4e27-a010-57e28f8e2853 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1342 | 2024.08.06 23:54:41.460297 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4876, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1343 | 2024.08.06 23:54:41.460348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1344 | 2024.08.06 23:54:41.460383 [ 3 ] {} <Debug> HTTP-Session: 41268f55-2ce3-4159-9552-fa19621e9a70 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1345 | 2024.08.06 23:54:41.460416 [ 3 ] {} <Debug> HTTP-Session: 41268f55-2ce3-4159-9552-fa19621e9a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1346 | 2024.08.06 23:54:41.460443 [ 3 ] {} <Debug> HTTP-Session: 41268f55-2ce3-4159-9552-fa19621e9a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1347 | 2024.08.06 23:54:41.460504 [ 3 ] {} <Trace> HTTP-Session: 41268f55-2ce3-4159-9552-fa19621e9a70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1348 | 2024.08.06 23:54:41.460736 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1349 | 2024.08.06 23:54:41.460826 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1350 | 2024.08.06 23:54:41.461152 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1351 | 2024.08.06 23:54:41.461599 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1352 | 2024.08.06 23:54:41.461640 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1353 | 2024.08.06 23:54:41.462120 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1354 | 2024.08.06 23:54:41.462440 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1355 | 2024.08.06 23:54:41.462638 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Debug> executeQuery: Read 18 rows, 2.44 KiB in 0.001992 sec., 9036.144578313253 rows/sec., 1.20 MiB/sec. | ||
| 1356 | 2024.08.06 23:54:41.462821 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Debug> DynamicQueryHandler: Done processing query | ||
| 1357 | 2024.08.06 23:54:41.462845 [ 3 ] {d1c4841f-a553-4dcc-aeb8-d0d079aab897} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 1358 | 2024.08.06 23:54:41.462862 [ 3 ] {} <Debug> HTTP-Session: 41268f55-2ce3-4159-9552-fa19621e9a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1359 | 2024.08.06 23:54:41.463034 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1360 | 2024.08.06 23:54:41.463082 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1361 | 2024.08.06 23:54:41.463103 [ 3 ] {} <Debug> HTTP-Session: 16d15647-4de4-48ae-871d-73409b28de80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1362 | 2024.08.06 23:54:41.463119 [ 3 ] {} <Debug> HTTP-Session: 16d15647-4de4-48ae-871d-73409b28de80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1363 | 2024.08.06 23:54:41.463132 [ 3 ] {} <Debug> HTTP-Session: 16d15647-4de4-48ae-871d-73409b28de80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1364 | 2024.08.06 23:54:41.463164 [ 3 ] {} <Trace> HTTP-Session: 16d15647-4de4-48ae-871d-73409b28de80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1365 | 2024.08.06 23:54:41.463265 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1366 | 2024.08.06 23:54:41.463308 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1367 | 2024.08.06 23:54:41.463439 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1368 | 2024.08.06 23:54:41.464284 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1369 | 2024.08.06 23:54:41.464320 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1370 | 2024.08.06 23:54:41.464626 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1371 | 2024.08.06 23:54:41.464931 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1372 | 2024.08.06 23:54:41.465082 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001839 sec., 11419.249592169657 rows/sec., 925.58 KiB/sec. | ||
| 1373 | 2024.08.06 23:54:41.465352 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1374 | 2024.08.06 23:54:41.465377 [ 3 ] {9a6f9f05-8e54-4b69-b170-e19c7538dc0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1375 | 2024.08.06 23:54:41.465394 [ 3 ] {} <Debug> HTTP-Session: 16d15647-4de4-48ae-871d-73409b28de80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1376 | 2024.08.06 23:54:41.465582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 13744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1377 | 2024.08.06 23:54:41.465629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1378 | 2024.08.06 23:54:41.465649 [ 3 ] {} <Debug> HTTP-Session: 0f726042-b03f-4bb1-aa76-2e437b28d69c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1379 | 2024.08.06 23:54:41.465666 [ 3 ] {} <Debug> HTTP-Session: 0f726042-b03f-4bb1-aa76-2e437b28d69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1380 | 2024.08.06 23:54:41.465680 [ 3 ] {} <Debug> HTTP-Session: 0f726042-b03f-4bb1-aa76-2e437b28d69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1381 | 2024.08.06 23:54:41.465712 [ 3 ] {} <Trace> HTTP-Session: 0f726042-b03f-4bb1-aa76-2e437b28d69c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1382 | 2024.08.06 23:54:41.465834 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1383 | 2024.08.06 23:54:41.465877 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1384 | 2024.08.06 23:54:41.466022 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1385 | 2024.08.06 23:54:41.466491 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.08.06 23:54:41.466536 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1387 | 2024.08.06 23:54:41.466929 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2024.08.06 23:54:41.467299 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2024.08.06 23:54:41.467467 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Debug> executeQuery: Read 93 rows, 8.07 KiB in 0.00168 sec., 55357.142857142855 rows/sec., 4.69 MiB/sec. | ||
| 1390 | 2024.08.06 23:54:41.467637 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Debug> DynamicQueryHandler: Done processing query | ||
| 1391 | 2024.08.06 23:54:41.467662 [ 3 ] {c2cc86e1-6989-4097-b82f-5538db330a63} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1392 | 2024.08.06 23:54:41.467678 [ 3 ] {} <Debug> HTTP-Session: 0f726042-b03f-4bb1-aa76-2e437b28d69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1393 | 2024.08.06 23:54:41.467809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 10897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1394 | 2024.08.06 23:54:41.467860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1395 | 2024.08.06 23:54:41.467878 [ 3 ] {} <Debug> HTTP-Session: 48020cd5-ce07-4591-bebd-f79de5dcbdeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1396 | 2024.08.06 23:54:41.467895 [ 3 ] {} <Debug> HTTP-Session: 48020cd5-ce07-4591-bebd-f79de5dcbdeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1397 | 2024.08.06 23:54:41.467909 [ 3 ] {} <Debug> HTTP-Session: 48020cd5-ce07-4591-bebd-f79de5dcbdeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1398 | 2024.08.06 23:54:41.467940 [ 3 ] {} <Trace> HTTP-Session: 48020cd5-ce07-4591-bebd-f79de5dcbdeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1399 | 2024.08.06 23:54:41.468058 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1400 | 2024.08.06 23:54:41.468101 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1401 | 2024.08.06 23:54:41.468236 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1402 | 2024.08.06 23:54:41.468550 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1403 | 2024.08.06 23:54:41.468586 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1404 | 2024.08.06 23:54:41.468894 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1405 | 2024.08.06 23:54:41.469196 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1406 | 2024.08.06 23:54:41.469342 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Debug> executeQuery: Read 64 rows, 5.13 KiB in 0.001324 sec., 48338.36858006042 rows/sec., 3.79 MiB/sec. | ||
| 1407 | 2024.08.06 23:54:41.469499 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1408 | 2024.08.06 23:54:41.469523 [ 3 ] {fbe3fb31-ec1d-423e-a5fb-091a259439e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1409 | 2024.08.06 23:54:41.469539 [ 3 ] {} <Debug> HTTP-Session: 48020cd5-ce07-4591-bebd-f79de5dcbdeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1410 | 2024.08.06 23:54:41.469698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1411 | 2024.08.06 23:54:41.469744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1412 | 2024.08.06 23:54:41.469763 [ 3 ] {} <Debug> HTTP-Session: 440cea46-c4fa-4131-ba5c-c24c06c6df9f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1413 | 2024.08.06 23:54:41.469780 [ 3 ] {} <Debug> HTTP-Session: 440cea46-c4fa-4131-ba5c-c24c06c6df9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1414 | 2024.08.06 23:54:41.469794 [ 3 ] {} <Debug> HTTP-Session: 440cea46-c4fa-4131-ba5c-c24c06c6df9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1415 | 2024.08.06 23:54:41.469824 [ 3 ] {} <Trace> HTTP-Session: 440cea46-c4fa-4131-ba5c-c24c06c6df9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1416 | 2024.08.06 23:54:41.469940 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1417 | 2024.08.06 23:54:41.469985 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1418 | 2024.08.06 23:54:41.470125 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1419 | 2024.08.06 23:54:41.470434 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1420 | 2024.08.06 23:54:41.470470 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1421 | 2024.08.06 23:54:41.470851 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1422 | 2024.08.06 23:54:41.471184 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1423 | 2024.08.06 23:54:41.471340 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.92 MiB/sec. | ||
| 1424 | 2024.08.06 23:54:41.471508 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1425 | 2024.08.06 23:54:41.471533 [ 3 ] {80c333ee-79a4-4982-9e59-c6c48250826a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1426 | 2024.08.06 23:54:41.471549 [ 3 ] {} <Debug> HTTP-Session: 440cea46-c4fa-4131-ba5c-c24c06c6df9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1427 | 2024.08.06 23:54:41.471821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 33575, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1428 | 2024.08.06 23:54:41.471869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1429 | 2024.08.06 23:54:41.471888 [ 3 ] {} <Debug> HTTP-Session: 5e4471d6-01b3-4f9d-9c5f-ff6e1ecfd553 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1430 | 2024.08.06 23:54:41.471905 [ 3 ] {} <Debug> HTTP-Session: 5e4471d6-01b3-4f9d-9c5f-ff6e1ecfd553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1431 | 2024.08.06 23:54:41.471918 [ 3 ] {} <Debug> HTTP-Session: 5e4471d6-01b3-4f9d-9c5f-ff6e1ecfd553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1432 | 2024.08.06 23:54:41.471949 [ 3 ] {} <Trace> HTTP-Session: 5e4471d6-01b3-4f9d-9c5f-ff6e1ecfd553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1433 | 2024.08.06 23:54:41.472198 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1434 | 2024.08.06 23:54:41.472262 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1435 | 2024.08.06 23:54:41.472679 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1436 | 2024.08.06 23:54:41.473328 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1437 | 2024.08.06 23:54:41.473364 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1438 | 2024.08.06 23:54:41.476561 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1439 | 2024.08.06 23:54:41.476995 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1440 | 2024.08.06 23:54:41.477189 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.005161 sec., 4068.9788800620036 rows/sec., 7.29 MiB/sec. | ||
| 1441 | 2024.08.06 23:54:41.477564 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1442 | 2024.08.06 23:54:41.477589 [ 3 ] {5b231a0b-22dd-43a5-a1ae-a5c08c91201e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 1443 | 2024.08.06 23:54:41.477605 [ 3 ] {} <Debug> HTTP-Session: 5e4471d6-01b3-4f9d-9c5f-ff6e1ecfd553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1444 | 2024.08.06 23:54:41.477723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1445 | 2024.08.06 23:54:41.477769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1446 | 2024.08.06 23:54:41.477788 [ 3 ] {} <Debug> HTTP-Session: fda56da8-d36a-4d6c-9f8e-0464fc62b6c4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1447 | 2024.08.06 23:54:41.477805 [ 3 ] {} <Debug> HTTP-Session: fda56da8-d36a-4d6c-9f8e-0464fc62b6c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1448 | 2024.08.06 23:54:41.477819 [ 3 ] {} <Debug> HTTP-Session: fda56da8-d36a-4d6c-9f8e-0464fc62b6c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1449 | 2024.08.06 23:54:41.477848 [ 3 ] {} <Trace> HTTP-Session: fda56da8-d36a-4d6c-9f8e-0464fc62b6c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1450 | 2024.08.06 23:54:41.477946 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1451 | 2024.08.06 23:54:41.477990 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1452 | 2024.08.06 23:54:41.478120 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1453 | 2024.08.06 23:54:41.478374 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1454 | 2024.08.06 23:54:41.478410 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1455 | 2024.08.06 23:54:41.478759 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1456 | 2024.08.06 23:54:41.479073 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1457 | 2024.08.06 23:54:41.479227 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001305 sec., 9195.402298850575 rows/sec., 692.95 KiB/sec. | ||
| 1458 | 2024.08.06 23:54:41.479508 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1459 | 2024.08.06 23:54:41.479533 [ 3 ] {edf0c853-09c8-4c8c-8083-913b8562ad1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1460 | 2024.08.06 23:54:41.479549 [ 3 ] {} <Debug> HTTP-Session: fda56da8-d36a-4d6c-9f8e-0464fc62b6c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1461 | 2024.08.06 23:54:41.479730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1462 | 2024.08.06 23:54:41.479779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1463 | 2024.08.06 23:54:41.479798 [ 3 ] {} <Debug> HTTP-Session: 0675db58-7e22-4f40-9dbc-5bcc2f003e86 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1464 | 2024.08.06 23:54:41.479815 [ 3 ] {} <Debug> HTTP-Session: 0675db58-7e22-4f40-9dbc-5bcc2f003e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1465 | 2024.08.06 23:54:41.479829 [ 3 ] {} <Debug> HTTP-Session: 0675db58-7e22-4f40-9dbc-5bcc2f003e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1466 | 2024.08.06 23:54:41.479859 [ 3 ] {} <Trace> HTTP-Session: 0675db58-7e22-4f40-9dbc-5bcc2f003e86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1467 | 2024.08.06 23:54:41.479971 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1468 | 2024.08.06 23:54:41.480015 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1469 | 2024.08.06 23:54:41.480158 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1470 | 2024.08.06 23:54:41.480418 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.08.06 23:54:41.480453 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1472 | 2024.08.06 23:54:41.480801 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1473 | 2024.08.06 23:54:41.481122 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.08.06 23:54:41.481273 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001332 sec., 22522.522522522522 rows/sec., 1.49 MiB/sec. | ||
| 1475 | 2024.08.06 23:54:41.481433 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Debug> DynamicQueryHandler: Done processing query | ||
| 1476 | 2024.08.06 23:54:41.481456 [ 3 ] {3c03856d-eff1-46a6-acf2-db9908d1de3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1477 | 2024.08.06 23:54:41.481472 [ 3 ] {} <Debug> HTTP-Session: 0675db58-7e22-4f40-9dbc-5bcc2f003e86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1478 | 2024.08.06 23:54:45.042778 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1479 | 2024.08.06 23:54:45.042841 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1480 | 2024.08.06 23:54:46.388168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 923, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1481 | 2024.08.06 23:54:46.388278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1482 | 2024.08.06 23:54:46.388302 [ 3 ] {} <Debug> HTTP-Session: b03893c8-91c2-4056-a7ee-9e0b84c3c0f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1483 | 2024.08.06 23:54:46.388327 [ 3 ] {} <Debug> HTTP-Session: b03893c8-91c2-4056-a7ee-9e0b84c3c0f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1484 | 2024.08.06 23:54:46.388342 [ 3 ] {} <Debug> HTTP-Session: b03893c8-91c2-4056-a7ee-9e0b84c3c0f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1485 | 2024.08.06 23:54:46.388390 [ 3 ] {} <Trace> HTTP-Session: b03893c8-91c2-4056-a7ee-9e0b84c3c0f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1486 | 2024.08.06 23:54:46.388616 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 1487 | 2024.08.06 23:54:46.388979 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1488 | 2024.08.06 23:54:46.389024 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <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', '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 | ||
| 1489 | 2024.08.06 23:54:46.389334 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1490 | 2024.08.06 23:54:46.389414 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1491 | 2024.08.06 23:54:46.389588 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1492 | 2024.08.06 23:54:46.389677 [ 253 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1493 | 2024.08.06 23:54:46.389750 [ 252 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1494 | 2024.08.06 23:54:46.389900 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1495 | 2024.08.06 23:54:46.389930 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1496 | 2024.08.06 23:54:46.392014 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1497 | 2024.08.06 23:54:46.393979 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1498 | 2024.08.06 23:54:46.394055 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <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', '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'))" | ||
| 1499 | 2024.08.06 23:54:46.394110 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <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', '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'))" | ||
| 1500 | 2024.08.06 23:54:46.395825 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.007311 sec., 3009.1642730132676 rows/sec., 125.96 KiB/sec. | ||
| 1501 | 2024.08.06 23:54:46.396145 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1502 | 2024.08.06 23:54:46.396173 [ 3 ] {571c6d3f-12dc-45c6-9d9e-3f57db7099a6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1503 | 2024.08.06 23:54:46.396190 [ 3 ] {} <Debug> HTTP-Session: b03893c8-91c2-4056-a7ee-9e0b84c3c0f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1504 | 2024.08.06 23:54:46.396413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 944, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1505 | 2024.08.06 23:54:46.396460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1506 | 2024.08.06 23:54:46.396479 [ 3 ] {} <Debug> HTTP-Session: b70587d6-a5a4-4c8c-88ca-585d84466e34 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1507 | 2024.08.06 23:54:46.396496 [ 3 ] {} <Debug> HTTP-Session: b70587d6-a5a4-4c8c-88ca-585d84466e34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1508 | 2024.08.06 23:54:46.396509 [ 3 ] {} <Debug> HTTP-Session: b70587d6-a5a4-4c8c-88ca-585d84466e34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1509 | 2024.08.06 23:54:46.396541 [ 3 ] {} <Trace> HTTP-Session: b70587d6-a5a4-4c8c-88ca-585d84466e34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1510 | 2024.08.06 23:54:46.396683 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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) | ||
| 1511 | 2024.08.06 23:54:46.396950 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1512 | 2024.08.06 23:54:46.396994 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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 | ||
| 1513 | 2024.08.06 23:54:46.397264 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1514 | 2024.08.06 23:54:46.397330 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1515 | 2024.08.06 23:54:46.397468 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1516 | 2024.08.06 23:54:46.397536 [ 257 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1517 | 2024.08.06 23:54:46.397565 [ 255 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1518 | 2024.08.06 23:54:46.397676 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1519 | 2024.08.06 23:54:46.397703 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1520 | 2024.08.06 23:54:46.397782 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1521 | 2024.08.06 23:54:46.397801 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1522 | 2024.08.06 23:54:46.397840 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1523 | 2024.08.06 23:54:46.397880 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session: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'))" | ||
| 1524 | 2024.08.06 23:54:46.399182 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002567 sec., 8570.315543435918 rows/sec., 358.75 KiB/sec. | ||
| 1525 | 2024.08.06 23:54:46.399487 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1526 | 2024.08.06 23:54:46.399512 [ 3 ] {8451587b-c800-4778-8c69-2f12a31403d6} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1527 | 2024.08.06 23:54:46.399529 [ 3 ] {} <Debug> HTTP-Session: b70587d6-a5a4-4c8c-88ca-585d84466e34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1528 | 2024.08.06 23:54:46.400012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1529 | 2024.08.06 23:54:46.400061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1530 | 2024.08.06 23:54:46.400080 [ 3 ] {} <Debug> HTTP-Session: d5f42dd1-fe02-422d-bd8b-8203f5103dc3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1531 | 2024.08.06 23:54:46.400096 [ 3 ] {} <Debug> HTTP-Session: d5f42dd1-fe02-422d-bd8b-8203f5103dc3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1532 | 2024.08.06 23:54:46.400111 [ 3 ] {} <Debug> HTTP-Session: d5f42dd1-fe02-422d-bd8b-8203f5103dc3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1533 | 2024.08.06 23:54:46.400142 [ 3 ] {} <Trace> HTTP-Session: d5f42dd1-fe02-422d-bd8b-8203f5103dc3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1534 | 2024.08.06 23:54:46.400283 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
| 1535 | 2024.08.06 23:54:46.400552 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1536 | 2024.08.06 23:54:46.400595 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1537 | 2024.08.06 23:54:46.400866 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1538 | 2024.08.06 23:54:46.400930 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1539 | 2024.08.06 23:54:46.401066 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1540 | 2024.08.06 23:54:46.401157 [ 252 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1541 | 2024.08.06 23:54:46.401174 [ 251 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1542 | 2024.08.06 23:54:46.401282 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1543 | 2024.08.06 23:54:46.401310 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1544 | 2024.08.06 23:54:46.401391 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1545 | 2024.08.06 23:54:46.401410 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1546 | 2024.08.06 23:54:46.401449 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1547 | 2024.08.06 23:54:46.401487 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1548 | 2024.08.06 23:54:46.402753 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002537 sec., 8671.6594402838 rows/sec., 362.99 KiB/sec. | ||
| 1549 | 2024.08.06 23:54:46.403037 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> DynamicQueryHandler: Done processing query | ||
| 1550 | 2024.08.06 23:54:46.403063 [ 3 ] {1a121284-9067-4828-b2aa-f9b3a6f30a06} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1551 | 2024.08.06 23:54:46.403080 [ 3 ] {} <Debug> HTTP-Session: d5f42dd1-fe02-422d-bd8b-8203f5103dc3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1552 | 2024.08.06 23:54:46.403313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1553 | 2024.08.06 23:54:46.403362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1554 | 2024.08.06 23:54:46.403381 [ 3 ] {} <Debug> HTTP-Session: b074b7d8-75b5-4c6e-b29c-862ff8687e71 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1555 | 2024.08.06 23:54:46.403397 [ 3 ] {} <Debug> HTTP-Session: b074b7d8-75b5-4c6e-b29c-862ff8687e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1556 | 2024.08.06 23:54:46.403411 [ 3 ] {} <Debug> HTTP-Session: b074b7d8-75b5-4c6e-b29c-862ff8687e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1557 | 2024.08.06 23:54:46.403441 [ 3 ] {} <Trace> HTTP-Session: b074b7d8-75b5-4c6e-b29c-862ff8687e71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1558 | 2024.08.06 23:54:46.403584 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
| 1559 | 2024.08.06 23:54:46.403850 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1560 | 2024.08.06 23:54:46.403893 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1561 | 2024.08.06 23:54:46.404168 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1562 | 2024.08.06 23:54:46.404232 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1563 | 2024.08.06 23:54:46.404371 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1564 | 2024.08.06 23:54:46.404470 [ 253 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1565 | 2024.08.06 23:54:46.404475 [ 255 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1566 | 2024.08.06 23:54:46.404594 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1567 | 2024.08.06 23:54:46.404622 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1568 | 2024.08.06 23:54:46.404701 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1569 | 2024.08.06 23:54:46.404720 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1570 | 2024.08.06 23:54:46.404758 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1571 | 2024.08.06 23:54:46.404796 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1572 | 2024.08.06 23:54:46.406094 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002579 sec., 8530.438154323381 rows/sec., 357.08 KiB/sec. | ||
| 1573 | 2024.08.06 23:54:46.406390 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> DynamicQueryHandler: Done processing query | ||
| 1574 | 2024.08.06 23:54:46.406415 [ 3 ] {4ebd19b3-83ac-43ea-b049-59877ed08352} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1575 | 2024.08.06 23:54:46.406431 [ 3 ] {} <Debug> HTTP-Session: b074b7d8-75b5-4c6e-b29c-862ff8687e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1576 | 2024.08.06 23:54:46.406635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1577 | 2024.08.06 23:54:46.406683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1578 | 2024.08.06 23:54:46.406702 [ 3 ] {} <Debug> HTTP-Session: 72d3baa1-fcc7-4585-89dd-86a02aa64693 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1579 | 2024.08.06 23:54:46.406718 [ 3 ] {} <Debug> HTTP-Session: 72d3baa1-fcc7-4585-89dd-86a02aa64693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1580 | 2024.08.06 23:54:46.406732 [ 3 ] {} <Debug> HTTP-Session: 72d3baa1-fcc7-4585-89dd-86a02aa64693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1581 | 2024.08.06 23:54:46.406762 [ 3 ] {} <Trace> HTTP-Session: 72d3baa1-fcc7-4585-89dd-86a02aa64693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1582 | 2024.08.06 23:54:46.406903 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1583 | 2024.08.06 23:54:46.407172 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1584 | 2024.08.06 23:54:46.407214 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1585 | 2024.08.06 23:54:46.407491 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1586 | 2024.08.06 23:54:46.407556 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1587 | 2024.08.06 23:54:46.407692 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1588 | 2024.08.06 23:54:46.407790 [ 252 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1589 | 2024.08.06 23:54:46.407806 [ 253 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1590 | 2024.08.06 23:54:46.407907 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1591 | 2024.08.06 23:54:46.407930 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1592 | 2024.08.06 23:54:46.408004 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1593 | 2024.08.06 23:54:46.408024 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1594 | 2024.08.06 23:54:46.408062 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1595 | 2024.08.06 23:54:46.408102 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1596 | 2024.08.06 23:54:46.409477 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002641 sec., 8330.177962892843 rows/sec., 348.69 KiB/sec. | ||
| 1597 | 2024.08.06 23:54:46.409780 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> DynamicQueryHandler: Done processing query | ||
| 1598 | 2024.08.06 23:54:46.409805 [ 3 ] {c79a6ecc-12c3-4718-b8bd-eae75806382d} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1599 | 2024.08.06 23:54:46.409822 [ 3 ] {} <Debug> HTTP-Session: 72d3baa1-fcc7-4585-89dd-86a02aa64693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1600 | 2024.08.06 23:54:46.410018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1040, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1601 | 2024.08.06 23:54:46.410068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1602 | 2024.08.06 23:54:46.410086 [ 3 ] {} <Debug> HTTP-Session: d87ed003-2a57-4c4f-b591-9ef3d1ef65d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1603 | 2024.08.06 23:54:46.410103 [ 3 ] {} <Debug> HTTP-Session: d87ed003-2a57-4c4f-b591-9ef3d1ef65d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1604 | 2024.08.06 23:54:46.410116 [ 3 ] {} <Debug> HTTP-Session: d87ed003-2a57-4c4f-b591-9ef3d1ef65d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1605 | 2024.08.06 23:54:46.410147 [ 3 ] {} <Trace> HTTP-Session: d87ed003-2a57-4c4f-b591-9ef3d1ef65d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2024.08.06 23:54:46.410289 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1607 | 2024.08.06 23:54:46.410559 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1608 | 2024.08.06 23:54:46.410602 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1609 | 2024.08.06 23:54:46.410880 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1610 | 2024.08.06 23:54:46.410944 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1611 | 2024.08.06 23:54:46.411082 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1612 | 2024.08.06 23:54:46.411175 [ 252 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1613 | 2024.08.06 23:54:46.411186 [ 253 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1614 | 2024.08.06 23:54:46.411274 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1615 | 2024.08.06 23:54:46.411297 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1616 | 2024.08.06 23:54:46.411372 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1617 | 2024.08.06 23:54:46.411392 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1618 | 2024.08.06 23:54:46.411430 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1619 | 2024.08.06 23:54:46.411469 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1620 | 2024.08.06 23:54:46.412896 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002676 sec., 8221.225710014947 rows/sec., 344.13 KiB/sec. | ||
| 1621 | 2024.08.06 23:54:46.413212 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1622 | 2024.08.06 23:54:46.413237 [ 3 ] {09b5b3a6-c594-49da-b35f-83302a3cb98b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1623 | 2024.08.06 23:54:46.413254 [ 3 ] {} <Debug> HTTP-Session: d87ed003-2a57-4c4f-b591-9ef3d1ef65d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1624 | 2024.08.06 23:54:46.413466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1625 | 2024.08.06 23:54:46.413514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1626 | 2024.08.06 23:54:46.413534 [ 3 ] {} <Debug> HTTP-Session: 2deeebff-963e-4798-8323-dad48fbe37ce Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1627 | 2024.08.06 23:54:46.413550 [ 3 ] {} <Debug> HTTP-Session: 2deeebff-963e-4798-8323-dad48fbe37ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1628 | 2024.08.06 23:54:46.413564 [ 3 ] {} <Debug> HTTP-Session: 2deeebff-963e-4798-8323-dad48fbe37ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1629 | 2024.08.06 23:54:46.413595 [ 3 ] {} <Trace> HTTP-Session: 2deeebff-963e-4798-8323-dad48fbe37ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1630 | 2024.08.06 23:54:46.413739 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
| 1631 | 2024.08.06 23:54:46.414012 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1632 | 2024.08.06 23:54:46.414056 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1633 | 2024.08.06 23:54:46.414340 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1634 | 2024.08.06 23:54:46.414404 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1635 | 2024.08.06 23:54:46.414544 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1636 | 2024.08.06 23:54:46.414630 [ 253 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1637 | 2024.08.06 23:54:46.414641 [ 252 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1638 | 2024.08.06 23:54:46.414744 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1639 | 2024.08.06 23:54:46.414771 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1640 | 2024.08.06 23:54:46.414848 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1641 | 2024.08.06 23:54:46.414868 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1642 | 2024.08.06 23:54:46.414907 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1643 | 2024.08.06 23:54:46.414948 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1644 | 2024.08.06 23:54:46.416184 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002515 sec., 8747.51491053678 rows/sec., 366.16 KiB/sec. | ||
| 1645 | 2024.08.06 23:54:46.416475 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> DynamicQueryHandler: Done processing query | ||
| 1646 | 2024.08.06 23:54:46.416500 [ 3 ] {7c224674-f0fc-4d9e-a331-a3c55b762615} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1647 | 2024.08.06 23:54:46.416517 [ 3 ] {} <Debug> HTTP-Session: 2deeebff-963e-4798-8323-dad48fbe37ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1648 | 2024.08.06 23:54:46.416748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1649 | 2024.08.06 23:54:46.416794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1650 | 2024.08.06 23:54:46.416813 [ 3 ] {} <Debug> HTTP-Session: c3368455-8bfd-4f23-98f8-33312db43b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1651 | 2024.08.06 23:54:46.416829 [ 3 ] {} <Debug> HTTP-Session: c3368455-8bfd-4f23-98f8-33312db43b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1652 | 2024.08.06 23:54:46.416844 [ 3 ] {} <Debug> HTTP-Session: c3368455-8bfd-4f23-98f8-33312db43b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1653 | 2024.08.06 23:54:46.416874 [ 3 ] {} <Trace> HTTP-Session: c3368455-8bfd-4f23-98f8-33312db43b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1654 | 2024.08.06 23:54:46.417017 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1655 | 2024.08.06 23:54:46.417293 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1656 | 2024.08.06 23:54:46.417338 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1657 | 2024.08.06 23:54:46.417625 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1658 | 2024.08.06 23:54:46.417690 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1659 | 2024.08.06 23:54:46.417827 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1660 | 2024.08.06 23:54:46.417908 [ 253 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1661 | 2024.08.06 23:54:46.417926 [ 252 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1662 | 2024.08.06 23:54:46.418026 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1663 | 2024.08.06 23:54:46.418054 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1664 | 2024.08.06 23:54:46.418131 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1665 | 2024.08.06 23:54:46.418151 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1666 | 2024.08.06 23:54:46.418189 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1667 | 2024.08.06 23:54:46.418228 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1668 | 2024.08.06 23:54:46.419290 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002342 sec., 9393.680614859095 rows/sec., 393.21 KiB/sec. | ||
| 1669 | 2024.08.06 23:54:46.419573 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1670 | 2024.08.06 23:54:46.419597 [ 3 ] {7f611443-6944-4981-bdce-3ff737b6be3b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1671 | 2024.08.06 23:54:46.419614 [ 3 ] {} <Debug> HTTP-Session: c3368455-8bfd-4f23-98f8-33312db43b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1672 | 2024.08.06 23:54:46.419825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1673 | 2024.08.06 23:54:46.419873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1674 | 2024.08.06 23:54:46.419892 [ 3 ] {} <Debug> HTTP-Session: 7eb00c3d-c3a1-47e7-8191-98d73cc2bd5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1675 | 2024.08.06 23:54:46.419909 [ 3 ] {} <Debug> HTTP-Session: 7eb00c3d-c3a1-47e7-8191-98d73cc2bd5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1676 | 2024.08.06 23:54:46.419922 [ 3 ] {} <Debug> HTTP-Session: 7eb00c3d-c3a1-47e7-8191-98d73cc2bd5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1677 | 2024.08.06 23:54:46.419953 [ 3 ] {} <Trace> HTTP-Session: 7eb00c3d-c3a1-47e7-8191-98d73cc2bd5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2024.08.06 23:54:46.420098 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1679 | 2024.08.06 23:54:46.420375 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2024.08.06 23:54:46.420422 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 1681 | 2024.08.06 23:54:46.420714 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2024.08.06 23:54:46.420779 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2024.08.06 23:54:46.420916 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1684 | 2024.08.06 23:54:46.420975 [ 253 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2024.08.06 23:54:46.420997 [ 252 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.08.06 23:54:46.421085 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1687 | 2024.08.06 23:54:46.421112 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2024.08.06 23:54:46.421189 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2024.08.06 23:54:46.421209 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1690 | 2024.08.06 23:54:46.421248 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1691 | 2024.08.06 23:54:46.421287 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 1692 | 2024.08.06 23:54:46.422481 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002453 sec., 8968.609865470853 rows/sec., 375.42 KiB/sec. | ||
| 1693 | 2024.08.06 23:54:46.422778 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> DynamicQueryHandler: Done processing query | ||
| 1694 | 2024.08.06 23:54:46.422803 [ 3 ] {150d55bb-8195-44ff-b253-f2636b6116bf} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1695 | 2024.08.06 23:54:46.422821 [ 3 ] {} <Debug> HTTP-Session: 7eb00c3d-c3a1-47e7-8191-98d73cc2bd5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1696 | 2024.08.06 23:54:46.423015 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1697 | 2024.08.06 23:54:46.423063 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1698 | 2024.08.06 23:54:46.423083 [ 3 ] {} <Debug> HTTP-Session: 53d464c6-6799-43e0-b6f6-37dae99b4bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1699 | 2024.08.06 23:54:46.423100 [ 3 ] {} <Debug> HTTP-Session: 53d464c6-6799-43e0-b6f6-37dae99b4bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1700 | 2024.08.06 23:54:46.423115 [ 3 ] {} <Debug> HTTP-Session: 53d464c6-6799-43e0-b6f6-37dae99b4bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1701 | 2024.08.06 23:54:46.423148 [ 3 ] {} <Trace> HTTP-Session: 53d464c6-6799-43e0-b6f6-37dae99b4bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1702 | 2024.08.06 23:54:46.423294 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1703 | 2024.08.06 23:54:46.423583 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1704 | 2024.08.06 23:54:46.423631 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1705 | 2024.08.06 23:54:46.423929 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1706 | 2024.08.06 23:54:46.423995 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1707 | 2024.08.06 23:54:46.424151 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1708 | 2024.08.06 23:54:46.424255 [ 252 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1709 | 2024.08.06 23:54:46.424268 [ 253 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1710 | 2024.08.06 23:54:46.424374 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1711 | 2024.08.06 23:54:46.424400 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1712 | 2024.08.06 23:54:46.424477 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1713 | 2024.08.06 23:54:46.424497 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1714 | 2024.08.06 23:54:46.424535 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1715 | 2024.08.06 23:54:46.424575 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1716 | 2024.08.06 23:54:46.425762 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002537 sec., 8671.6594402838 rows/sec., 362.99 KiB/sec. | ||
| 1717 | 2024.08.06 23:54:46.426059 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> DynamicQueryHandler: Done processing query | ||
| 1718 | 2024.08.06 23:54:46.426085 [ 3 ] {a143ffa1-5792-434c-b1ee-521416f39a7f} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1719 | 2024.08.06 23:54:46.426102 [ 3 ] {} <Debug> HTTP-Session: 53d464c6-6799-43e0-b6f6-37dae99b4bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1720 | 2024.08.06 23:54:46.426290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1721 | 2024.08.06 23:54:46.426339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1722 | 2024.08.06 23:54:46.426358 [ 3 ] {} <Debug> HTTP-Session: 8e90032d-a8a8-4041-a445-a5305c24e849 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1723 | 2024.08.06 23:54:46.426375 [ 3 ] {} <Debug> HTTP-Session: 8e90032d-a8a8-4041-a445-a5305c24e849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1724 | 2024.08.06 23:54:46.426389 [ 3 ] {} <Debug> HTTP-Session: 8e90032d-a8a8-4041-a445-a5305c24e849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1725 | 2024.08.06 23:54:46.426420 [ 3 ] {} <Trace> HTTP-Session: 8e90032d-a8a8-4041-a445-a5305c24e849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1726 | 2024.08.06 23:54:46.426568 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1727 | 2024.08.06 23:54:46.426849 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1728 | 2024.08.06 23:54:46.426895 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1729 | 2024.08.06 23:54:46.427196 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1730 | 2024.08.06 23:54:46.427260 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1731 | 2024.08.06 23:54:46.427407 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1732 | 2024.08.06 23:54:46.427466 [ 253 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1733 | 2024.08.06 23:54:46.427487 [ 252 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1734 | 2024.08.06 23:54:46.427571 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1735 | 2024.08.06 23:54:46.427599 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1736 | 2024.08.06 23:54:46.427679 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1737 | 2024.08.06 23:54:46.427699 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1738 | 2024.08.06 23:54:46.427738 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1739 | 2024.08.06 23:54:46.427779 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1740 | 2024.08.06 23:54:46.428743 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002247 sec., 9790.832220738763 rows/sec., 409.83 KiB/sec. | ||
| 1741 | 2024.08.06 23:54:46.429011 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> DynamicQueryHandler: Done processing query | ||
| 1742 | 2024.08.06 23:54:46.429036 [ 3 ] {acd6b470-8969-4880-ac9b-970c8a7de703} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1743 | 2024.08.06 23:54:46.429054 [ 3 ] {} <Debug> HTTP-Session: 8e90032d-a8a8-4041-a445-a5305c24e849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1744 | 2024.08.06 23:54:46.433504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1202, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1745 | 2024.08.06 23:54:46.433555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1746 | 2024.08.06 23:54:46.433574 [ 3 ] {} <Debug> HTTP-Session: 4b511ab8-8add-483d-acf3-827448edf3df Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1747 | 2024.08.06 23:54:46.433591 [ 3 ] {} <Debug> HTTP-Session: 4b511ab8-8add-483d-acf3-827448edf3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1748 | 2024.08.06 23:54:46.433604 [ 3 ] {} <Debug> HTTP-Session: 4b511ab8-8add-483d-acf3-827448edf3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1749 | 2024.08.06 23:54:46.433635 [ 3 ] {} <Trace> HTTP-Session: 4b511ab8-8add-483d-acf3-827448edf3df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.08.06 23:54:46.433784 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 1751 | 2024.08.06 23:54:46.434068 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1752 | 2024.08.06 23:54:46.434115 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1753 | 2024.08.06 23:54:46.434414 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1754 | 2024.08.06 23:54:46.434480 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1755 | 2024.08.06 23:54:46.434618 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1756 | 2024.08.06 23:54:46.434722 [ 252 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1757 | 2024.08.06 23:54:46.434736 [ 253 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1758 | 2024.08.06 23:54:46.434836 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (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 | ||
| 1759 | 2024.08.06 23:54:46.434859 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1760 | 2024.08.06 23:54:46.434935 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1761 | 2024.08.06 23:54:46.434955 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1762 | 2024.08.06 23:54:46.434993 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1763 | 2024.08.06 23:54:46.435062 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1764 | 2024.08.06 23:54:46.436515 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002805 sec., 7843.137254901961 rows/sec., 328.31 KiB/sec. | ||
| 1765 | 2024.08.06 23:54:46.436801 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> DynamicQueryHandler: Done processing query | ||
| 1766 | 2024.08.06 23:54:46.436827 [ 3 ] {2c8cce12-9dad-4b68-80a4-42e2a619274b} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
| 1767 | 2024.08.06 23:54:46.436845 [ 3 ] {} <Debug> HTTP-Session: 4b511ab8-8add-483d-acf3-827448edf3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1768 | 2024.08.06 23:54:46.439082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1769 | 2024.08.06 23:54:46.439176 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1770 | 2024.08.06 23:54:46.439215 [ 3 ] {} <Debug> HTTP-Session: 6305db42-8f82-446a-8cd0-96584136d9b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1771 | 2024.08.06 23:54:46.439248 [ 3 ] {} <Debug> HTTP-Session: 6305db42-8f82-446a-8cd0-96584136d9b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1772 | 2024.08.06 23:54:46.439276 [ 3 ] {} <Debug> HTTP-Session: 6305db42-8f82-446a-8cd0-96584136d9b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1773 | 2024.08.06 23:54:46.439336 [ 3 ] {} <Trace> HTTP-Session: 6305db42-8f82-446a-8cd0-96584136d9b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1774 | 2024.08.06 23:54:46.439555 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 1775 | 2024.08.06 23:54:46.439609 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1776 | 2024.08.06 23:54:46.439775 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1777 | 2024.08.06 23:54:46.440087 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1778 | 2024.08.06 23:54:46.440125 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1779 | 2024.08.06 23:54:46.440593 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1780 | 2024.08.06 23:54:46.440915 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1781 | 2024.08.06 23:54:46.441070 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.001594 sec., 7528.23086574655 rows/sec., 1015.77 KiB/sec. | ||
| 1782 | 2024.08.06 23:54:46.441236 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Debug> DynamicQueryHandler: Done processing query | ||
| 1783 | 2024.08.06 23:54:46.441262 [ 3 ] {dde94702-0d31-4332-b10a-47cd3b7ab551} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 1784 | 2024.08.06 23:54:46.441278 [ 3 ] {} <Debug> HTTP-Session: 6305db42-8f82-446a-8cd0-96584136d9b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1785 | 2024.08.06 23:54:46.441392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1786 | 2024.08.06 23:54:46.441439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1787 | 2024.08.06 23:54:46.441458 [ 3 ] {} <Debug> HTTP-Session: ee072eb3-9a2e-4261-9f16-d93832a13cd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1788 | 2024.08.06 23:54:46.441474 [ 3 ] {} <Debug> HTTP-Session: ee072eb3-9a2e-4261-9f16-d93832a13cd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1789 | 2024.08.06 23:54:46.441488 [ 3 ] {} <Debug> HTTP-Session: ee072eb3-9a2e-4261-9f16-d93832a13cd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1790 | 2024.08.06 23:54:46.441518 [ 3 ] {} <Trace> HTTP-Session: ee072eb3-9a2e-4261-9f16-d93832a13cd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1791 | 2024.08.06 23:54:46.441612 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1792 | 2024.08.06 23:54:46.441656 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1793 | 2024.08.06 23:54:46.441781 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1794 | 2024.08.06 23:54:46.442043 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1795 | 2024.08.06 23:54:46.442079 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1796 | 2024.08.06 23:54:46.442404 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1797 | 2024.08.06 23:54:46.442709 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1798 | 2024.08.06 23:54:46.442830 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001241 sec., 4834.810636583401 rows/sec., 273.85 KiB/sec. | ||
| 1799 | 2024.08.06 23:54:46.442994 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Debug> DynamicQueryHandler: Done processing query | ||
| 1800 | 2024.08.06 23:54:46.443019 [ 3 ] {5757645e-33be-4773-b54e-5d671dc94694} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1801 | 2024.08.06 23:54:46.443034 [ 3 ] {} <Debug> HTTP-Session: ee072eb3-9a2e-4261-9f16-d93832a13cd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1802 | 2024.08.06 23:54:46.443219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 20788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1803 | 2024.08.06 23:54:46.443266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1804 | 2024.08.06 23:54:46.443285 [ 3 ] {} <Debug> HTTP-Session: 69227135-ef73-4354-b306-798c96ac5ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1805 | 2024.08.06 23:54:46.443302 [ 3 ] {} <Debug> HTTP-Session: 69227135-ef73-4354-b306-798c96ac5ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1806 | 2024.08.06 23:54:46.443316 [ 3 ] {} <Debug> HTTP-Session: 69227135-ef73-4354-b306-798c96ac5ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1807 | 2024.08.06 23:54:46.443348 [ 3 ] {} <Trace> HTTP-Session: 69227135-ef73-4354-b306-798c96ac5ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1808 | 2024.08.06 23:54:46.443479 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1809 | 2024.08.06 23:54:46.443521 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1810 | 2024.08.06 23:54:46.443645 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1811 | 2024.08.06 23:54:46.443979 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.08.06 23:54:46.444015 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1813 | 2024.08.06 23:54:46.444327 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1814 | 2024.08.06 23:54:46.444636 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2024.08.06 23:54:46.444788 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Debug> executeQuery: Read 135 rows, 12.55 KiB in 0.001357 sec., 99484.15622697126 rows/sec., 9.03 MiB/sec. | ||
| 1816 | 2024.08.06 23:54:46.445047 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 1817 | 2024.08.06 23:54:46.445072 [ 3 ] {5d7d7207-55cd-4fb3-8511-7fb84e75c1c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 1818 | 2024.08.06 23:54:46.445088 [ 3 ] {} <Debug> HTTP-Session: 69227135-ef73-4354-b306-798c96ac5ef1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1819 | 2024.08.06 23:54:46.445375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 56836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1820 | 2024.08.06 23:54:46.445423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1821 | 2024.08.06 23:54:46.445443 [ 3 ] {} <Debug> HTTP-Session: c58f90c0-95e7-4e2a-9e80-edba5de2a305 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1822 | 2024.08.06 23:54:46.445459 [ 3 ] {} <Debug> HTTP-Session: c58f90c0-95e7-4e2a-9e80-edba5de2a305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1823 | 2024.08.06 23:54:46.445474 [ 3 ] {} <Debug> HTTP-Session: c58f90c0-95e7-4e2a-9e80-edba5de2a305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1824 | 2024.08.06 23:54:46.445504 [ 3 ] {} <Trace> HTTP-Session: c58f90c0-95e7-4e2a-9e80-edba5de2a305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1825 | 2024.08.06 23:54:46.445693 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1826 | 2024.08.06 23:54:46.445736 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1827 | 2024.08.06 23:54:46.445876 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1828 | 2024.08.06 23:54:46.446343 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1829 | 2024.08.06 23:54:46.446379 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1830 | 2024.08.06 23:54:46.446698 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1831 | 2024.08.06 23:54:46.447006 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1832 | 2024.08.06 23:54:46.447152 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Debug> executeQuery: Read 354 rows, 25.24 KiB in 0.001555 sec., 227652.73311897105 rows/sec., 15.85 MiB/sec. | ||
| 1833 | 2024.08.06 23:54:46.447308 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Debug> DynamicQueryHandler: Done processing query | ||
| 1834 | 2024.08.06 23:54:46.447334 [ 3 ] {386c732a-24a7-4040-9999-cef2fa587d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 1835 | 2024.08.06 23:54:46.447349 [ 3 ] {} <Debug> HTTP-Session: c58f90c0-95e7-4e2a-9e80-edba5de2a305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1836 | 2024.08.06 23:54:46.447468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1837 | 2024.08.06 23:54:46.447516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1838 | 2024.08.06 23:54:46.447535 [ 3 ] {} <Debug> HTTP-Session: 777a64d8-8f46-4c5f-9895-318574734c71 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1839 | 2024.08.06 23:54:46.447553 [ 3 ] {} <Debug> HTTP-Session: 777a64d8-8f46-4c5f-9895-318574734c71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1840 | 2024.08.06 23:54:46.447567 [ 3 ] {} <Debug> HTTP-Session: 777a64d8-8f46-4c5f-9895-318574734c71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1841 | 2024.08.06 23:54:46.447597 [ 3 ] {} <Trace> HTTP-Session: 777a64d8-8f46-4c5f-9895-318574734c71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1842 | 2024.08.06 23:54:46.447691 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 1843 | 2024.08.06 23:54:46.447735 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1844 | 2024.08.06 23:54:46.447861 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1845 | 2024.08.06 23:54:46.448096 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2024.08.06 23:54:46.448132 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1847 | 2024.08.06 23:54:46.448496 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1848 | 2024.08.06 23:54:46.448809 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2024.08.06 23:54:46.448958 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001288 sec., 4658.385093167702 rows/sec., 200.16 KiB/sec. | ||
| 1850 | 2024.08.06 23:54:46.449241 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 1851 | 2024.08.06 23:54:46.449265 [ 3 ] {e3e3b28c-9961-43a6-a0ce-6faf058cf7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1852 | 2024.08.06 23:54:46.449281 [ 3 ] {} <Debug> HTTP-Session: 777a64d8-8f46-4c5f-9895-318574734c71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1853 | 2024.08.06 23:54:46.449449 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1854 | 2024.08.06 23:54:46.449497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1855 | 2024.08.06 23:54:46.449516 [ 3 ] {} <Debug> HTTP-Session: e338d3b2-7f10-420e-a5de-bba450631004 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1856 | 2024.08.06 23:54:46.449535 [ 3 ] {} <Debug> HTTP-Session: e338d3b2-7f10-420e-a5de-bba450631004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1857 | 2024.08.06 23:54:46.449549 [ 3 ] {} <Debug> HTTP-Session: e338d3b2-7f10-420e-a5de-bba450631004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1858 | 2024.08.06 23:54:46.449579 [ 3 ] {} <Trace> HTTP-Session: e338d3b2-7f10-420e-a5de-bba450631004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1859 | 2024.08.06 23:54:46.449719 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 1860 | 2024.08.06 23:54:46.449765 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 1861 | 2024.08.06 23:54:46.449930 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1862 | 2024.08.06 23:54:46.450224 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1863 | 2024.08.06 23:54:46.450260 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1864 | 2024.08.06 23:54:46.450619 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1865 | 2024.08.06 23:54:46.450938 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1866 | 2024.08.06 23:54:46.451093 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001439 sec., 53509.381514940935 rows/sec., 3.30 MiB/sec. | ||
| 1867 | 2024.08.06 23:54:46.451294 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Debug> DynamicQueryHandler: Done processing query | ||
| 1868 | 2024.08.06 23:54:46.451318 [ 3 ] {e05cb1cb-d0f8-4271-882c-5245a893b9d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1869 | 2024.08.06 23:54:46.451335 [ 3 ] {} <Debug> HTTP-Session: e338d3b2-7f10-420e-a5de-bba450631004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1870 | 2024.08.06 23:54:46.451451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1871 | 2024.08.06 23:54:46.451497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1872 | 2024.08.06 23:54:46.451516 [ 3 ] {} <Debug> HTTP-Session: c1a42e5f-966d-4e80-a9de-2f8626158b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1873 | 2024.08.06 23:54:46.451533 [ 3 ] {} <Debug> HTTP-Session: c1a42e5f-966d-4e80-a9de-2f8626158b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1874 | 2024.08.06 23:54:46.451547 [ 3 ] {} <Debug> HTTP-Session: c1a42e5f-966d-4e80-a9de-2f8626158b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1875 | 2024.08.06 23:54:46.451577 [ 3 ] {} <Trace> HTTP-Session: c1a42e5f-966d-4e80-a9de-2f8626158b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.08.06 23:54:46.451690 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1877 | 2024.08.06 23:54:46.451735 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2024.08.06 23:54:46.451877 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1879 | 2024.08.06 23:54:46.452164 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1880 | 2024.08.06 23:54:46.452199 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1881 | 2024.08.06 23:54:46.452562 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1882 | 2024.08.06 23:54:46.452894 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1883 | 2024.08.06 23:54:46.453044 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 3.02 MiB/sec. | ||
| 1884 | 2024.08.06 23:54:46.453203 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Debug> DynamicQueryHandler: Done processing query | ||
| 1885 | 2024.08.06 23:54:46.453227 [ 3 ] {b7f641f5-c575-461d-bba1-7f9d9239ffba} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1886 | 2024.08.06 23:54:46.453244 [ 3 ] {} <Debug> HTTP-Session: c1a42e5f-966d-4e80-a9de-2f8626158b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1887 | 2024.08.06 23:54:46.453353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1888 | 2024.08.06 23:54:46.453399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1889 | 2024.08.06 23:54:46.453417 [ 3 ] {} <Debug> HTTP-Session: cc2c5bd9-e5b2-41e8-bb22-d6d6083fd577 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1890 | 2024.08.06 23:54:46.453434 [ 3 ] {} <Debug> HTTP-Session: cc2c5bd9-e5b2-41e8-bb22-d6d6083fd577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1891 | 2024.08.06 23:54:46.453447 [ 3 ] {} <Debug> HTTP-Session: cc2c5bd9-e5b2-41e8-bb22-d6d6083fd577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1892 | 2024.08.06 23:54:46.453478 [ 3 ] {} <Trace> HTTP-Session: cc2c5bd9-e5b2-41e8-bb22-d6d6083fd577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1893 | 2024.08.06 23:54:46.453576 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1894 | 2024.08.06 23:54:46.453619 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1895 | 2024.08.06 23:54:46.453745 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1896 | 2024.08.06 23:54:46.453987 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2024.08.06 23:54:46.454023 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1898 | 2024.08.06 23:54:46.454430 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1899 | 2024.08.06 23:54:46.454745 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2024.08.06 23:54:46.454895 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001348 sec., 17062.314540059346 rows/sec., 922.95 KiB/sec. | ||
| 1901 | 2024.08.06 23:54:46.455049 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Debug> DynamicQueryHandler: Done processing query | ||
| 1902 | 2024.08.06 23:54:46.455075 [ 3 ] {ffb66bef-4b12-4840-ac75-40dea831675e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 1903 | 2024.08.06 23:54:46.455090 [ 3 ] {} <Debug> HTTP-Session: cc2c5bd9-e5b2-41e8-bb22-d6d6083fd577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1904 | 2024.08.06 23:54:46.455197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1905 | 2024.08.06 23:54:46.455244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1906 | 2024.08.06 23:54:46.455262 [ 3 ] {} <Debug> HTTP-Session: 1ecdddd1-307c-4b50-a963-db7b0b6e19aa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1907 | 2024.08.06 23:54:46.455278 [ 3 ] {} <Debug> HTTP-Session: 1ecdddd1-307c-4b50-a963-db7b0b6e19aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1908 | 2024.08.06 23:54:46.455291 [ 3 ] {} <Debug> HTTP-Session: 1ecdddd1-307c-4b50-a963-db7b0b6e19aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1909 | 2024.08.06 23:54:46.455322 [ 3 ] {} <Trace> HTTP-Session: 1ecdddd1-307c-4b50-a963-db7b0b6e19aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1910 | 2024.08.06 23:54:46.455424 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 1911 | 2024.08.06 23:54:46.455466 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1912 | 2024.08.06 23:54:46.455592 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1913 | 2024.08.06 23:54:46.455835 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1914 | 2024.08.06 23:54:46.455870 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1915 | 2024.08.06 23:54:46.456214 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1916 | 2024.08.06 23:54:46.456541 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1917 | 2024.08.06 23:54:46.456693 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001297 sec., 23130.300693909023 rows/sec., 1.53 MiB/sec. | ||
| 1918 | 2024.08.06 23:54:46.457008 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 1919 | 2024.08.06 23:54:46.457033 [ 3 ] {3d79933a-3881-442f-ae8c-e119657305a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 1920 | 2024.08.06 23:54:46.457050 [ 3 ] {} <Debug> HTTP-Session: 1ecdddd1-307c-4b50-a963-db7b0b6e19aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1921 | 2024.08.06 23:54:47.000167 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.71 MiB, peak 182.87 MiB, free memory in arenas 0.00 B, will set to 176.69 MiB (RSS), difference: -1.02 MiB | ||
| 1922 | 2024.08.06 23:54:51.390907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1923 | 2024.08.06 23:54:51.391036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1924 | 2024.08.06 23:54:51.391061 [ 3 ] {} <Debug> HTTP-Session: 5fe79e27-c529-4dc0-a899-535417104a68 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1925 | 2024.08.06 23:54:51.391085 [ 3 ] {} <Debug> HTTP-Session: 5fe79e27-c529-4dc0-a899-535417104a68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1926 | 2024.08.06 23:54:51.391100 [ 3 ] {} <Debug> HTTP-Session: 5fe79e27-c529-4dc0-a899-535417104a68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1927 | 2024.08.06 23:54:51.391149 [ 3 ] {} <Trace> HTTP-Session: 5fe79e27-c529-4dc0-a899-535417104a68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1928 | 2024.08.06 23:54:51.391341 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 1929 | 2024.08.06 23:54:51.391408 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 1930 | 2024.08.06 23:54:51.391592 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1931 | 2024.08.06 23:54:51.392002 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2024.08.06 23:54:51.392044 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1933 | 2024.08.06 23:54:51.392407 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1934 | 2024.08.06 23:54:51.392737 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2024.08.06 23:54:51.392902 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001611 sec., 13035.381750465549 rows/sec., 1.03 MiB/sec. | ||
| 1936 | 2024.08.06 23:54:51.393095 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Debug> DynamicQueryHandler: Done processing query | ||
| 1937 | 2024.08.06 23:54:51.393122 [ 3 ] {684fb1e2-264a-4615-850a-f74565fb6bd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1938 | 2024.08.06 23:54:51.393138 [ 3 ] {} <Debug> HTTP-Session: 5fe79e27-c529-4dc0-a899-535417104a68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1939 | 2024.08.06 23:54:51.393284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 13744, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1940 | 2024.08.06 23:54:51.393332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1941 | 2024.08.06 23:54:51.393351 [ 3 ] {} <Debug> HTTP-Session: d30d7c2c-2ac5-43bd-9791-4db8aad6a96c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1942 | 2024.08.06 23:54:51.393369 [ 3 ] {} <Debug> HTTP-Session: d30d7c2c-2ac5-43bd-9791-4db8aad6a96c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1943 | 2024.08.06 23:54:51.393383 [ 3 ] {} <Debug> HTTP-Session: d30d7c2c-2ac5-43bd-9791-4db8aad6a96c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1944 | 2024.08.06 23:54:51.393413 [ 3 ] {} <Trace> HTTP-Session: d30d7c2c-2ac5-43bd-9791-4db8aad6a96c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1945 | 2024.08.06 23:54:51.393532 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 1946 | 2024.08.06 23:54:51.393574 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1947 | 2024.08.06 23:54:51.393696 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1948 | 2024.08.06 23:54:51.394043 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1949 | 2024.08.06 23:54:51.394079 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1950 | 2024.08.06 23:54:51.394390 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1951 | 2024.08.06 23:54:51.394694 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1952 | 2024.08.06 23:54:51.394850 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Debug> executeQuery: Read 93 rows, 8.07 KiB in 0.001353 sec., 68736.14190687361 rows/sec., 5.82 MiB/sec. | ||
| 1953 | 2024.08.06 23:54:51.395138 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Debug> DynamicQueryHandler: Done processing query | ||
| 1954 | 2024.08.06 23:54:51.395164 [ 3 ] {8afd3220-d37a-42a6-bf20-f44bef99ee38} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 1955 | 2024.08.06 23:54:51.395180 [ 3 ] {} <Debug> HTTP-Session: d30d7c2c-2ac5-43bd-9791-4db8aad6a96c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1956 | 2024.08.06 23:54:51.395369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9699, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1957 | 2024.08.06 23:54:51.395416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1958 | 2024.08.06 23:54:51.395434 [ 3 ] {} <Debug> HTTP-Session: 88e7ee4f-148f-4b68-a178-c473e6201fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1959 | 2024.08.06 23:54:51.395450 [ 3 ] {} <Debug> HTTP-Session: 88e7ee4f-148f-4b68-a178-c473e6201fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1960 | 2024.08.06 23:54:51.395464 [ 3 ] {} <Debug> HTTP-Session: 88e7ee4f-148f-4b68-a178-c473e6201fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1961 | 2024.08.06 23:54:51.395495 [ 3 ] {} <Trace> HTTP-Session: 88e7ee4f-148f-4b68-a178-c473e6201fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2024.08.06 23:54:51.395606 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 1963 | 2024.08.06 23:54:51.395650 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1964 | 2024.08.06 23:54:51.395793 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1965 | 2024.08.06 23:54:51.396097 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1966 | 2024.08.06 23:54:51.396134 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1967 | 2024.08.06 23:54:51.396440 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1968 | 2024.08.06 23:54:51.396747 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1969 | 2024.08.06 23:54:51.396912 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Debug> executeQuery: Read 57 rows, 4.56 KiB in 0.001333 sec., 42760.69017254314 rows/sec., 3.34 MiB/sec. | ||
| 1970 | 2024.08.06 23:54:51.397191 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 1971 | 2024.08.06 23:54:51.397216 [ 3 ] {212d352b-aa77-4a93-b082-730e6732a1f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 1972 | 2024.08.06 23:54:51.397232 [ 3 ] {} <Debug> HTTP-Session: 88e7ee4f-148f-4b68-a178-c473e6201fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1973 | 2024.08.06 23:54:51.397367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1974 | 2024.08.06 23:54:51.397413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1975 | 2024.08.06 23:54:51.397432 [ 3 ] {} <Debug> HTTP-Session: 3c465536-40d5-4f95-8fd7-429ddcd546e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1976 | 2024.08.06 23:54:51.397447 [ 3 ] {} <Debug> HTTP-Session: 3c465536-40d5-4f95-8fd7-429ddcd546e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1977 | 2024.08.06 23:54:51.397461 [ 3 ] {} <Debug> HTTP-Session: 3c465536-40d5-4f95-8fd7-429ddcd546e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1978 | 2024.08.06 23:54:51.397491 [ 3 ] {} <Trace> HTTP-Session: 3c465536-40d5-4f95-8fd7-429ddcd546e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1979 | 2024.08.06 23:54:51.397605 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 1980 | 2024.08.06 23:54:51.397653 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1981 | 2024.08.06 23:54:51.397816 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1982 | 2024.08.06 23:54:51.398133 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1983 | 2024.08.06 23:54:51.398169 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 1984 | 2024.08.06 23:54:51.398550 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1985 | 2024.08.06 23:54:51.398883 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1986 | 2024.08.06 23:54:51.399045 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.86 MiB/sec. | ||
| 1987 | 2024.08.06 23:54:51.399346 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Debug> DynamicQueryHandler: Done processing query | ||
| 1988 | 2024.08.06 23:54:51.399371 [ 3 ] {e8f1bee9-4c18-4122-a6c2-e4fc48ddcf44} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 1989 | 2024.08.06 23:54:51.399387 [ 3 ] {} <Debug> HTTP-Session: 3c465536-40d5-4f95-8fd7-429ddcd546e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1990 | 2024.08.06 23:54:51.399570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 33610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 1991 | 2024.08.06 23:54:51.399619 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 1992 | 2024.08.06 23:54:51.399638 [ 3 ] {} <Debug> HTTP-Session: 63ff0710-1bf5-4b09-8eac-db4387107e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 1993 | 2024.08.06 23:54:51.399654 [ 3 ] {} <Debug> HTTP-Session: 63ff0710-1bf5-4b09-8eac-db4387107e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1994 | 2024.08.06 23:54:51.399668 [ 3 ] {} <Debug> HTTP-Session: 63ff0710-1bf5-4b09-8eac-db4387107e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1995 | 2024.08.06 23:54:51.399699 [ 3 ] {} <Trace> HTTP-Session: 63ff0710-1bf5-4b09-8eac-db4387107e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1996 | 2024.08.06 23:54:51.400143 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 1997 | 2024.08.06 23:54:51.400215 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 1998 | 2024.08.06 23:54:51.400625 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 1999 | 2024.08.06 23:54:51.401157 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2000 | 2024.08.06 23:54:51.401193 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2001 | 2024.08.06 23:54:51.401766 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2002 | 2024.08.06 23:54:51.402162 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2003 | 2024.08.06 23:54:51.402343 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.002569 sec., 8174.386920980926 rows/sec., 14.65 MiB/sec. | ||
| 2004 | 2024.08.06 23:54:51.402545 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2005 | 2024.08.06 23:54:51.402569 [ 3 ] {d17d3fe1-5959-4e53-9719-384753de11e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2006 | 2024.08.06 23:54:51.402585 [ 3 ] {} <Debug> HTTP-Session: 63ff0710-1bf5-4b09-8eac-db4387107e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2007 | 2024.08.06 23:54:51.402720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2008 | 2024.08.06 23:54:51.402768 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2009 | 2024.08.06 23:54:51.402787 [ 3 ] {} <Debug> HTTP-Session: d2508a93-38d4-434f-af4d-210bf65382e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2010 | 2024.08.06 23:54:51.402802 [ 3 ] {} <Debug> HTTP-Session: d2508a93-38d4-434f-af4d-210bf65382e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2011 | 2024.08.06 23:54:51.402816 [ 3 ] {} <Debug> HTTP-Session: d2508a93-38d4-434f-af4d-210bf65382e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2012 | 2024.08.06 23:54:51.402846 [ 3 ] {} <Trace> HTTP-Session: d2508a93-38d4-434f-af4d-210bf65382e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2013 | 2024.08.06 23:54:51.402947 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2014 | 2024.08.06 23:54:51.402993 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2015 | 2024.08.06 23:54:51.403118 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2016 | 2024.08.06 23:54:51.403391 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2017 | 2024.08.06 23:54:51.403426 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2018 | 2024.08.06 23:54:51.403775 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2019 | 2024.08.06 23:54:51.404105 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2020 | 2024.08.06 23:54:51.404269 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001348 sec., 22255.19287833828 rows/sec., 1.48 MiB/sec. | ||
| 2021 | 2024.08.06 23:54:51.404528 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Debug> DynamicQueryHandler: Done processing query | ||
| 2022 | 2024.08.06 23:54:51.404553 [ 3 ] {891ff100-0940-420e-9dea-dff76c0d9712} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2023 | 2024.08.06 23:54:51.404570 [ 3 ] {} <Debug> HTTP-Session: d2508a93-38d4-434f-af4d-210bf65382e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2024 | 2024.08.06 23:54:56.394683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2025 | 2024.08.06 23:54:56.394819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2026 | 2024.08.06 23:54:56.394848 [ 3 ] {} <Debug> HTTP-Session: 35ec2d4c-bcd0-4e8c-99f7-a149d6c4e013 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2027 | 2024.08.06 23:54:56.394876 [ 3 ] {} <Debug> HTTP-Session: 35ec2d4c-bcd0-4e8c-99f7-a149d6c4e013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2028 | 2024.08.06 23:54:56.394894 [ 3 ] {} <Debug> HTTP-Session: 35ec2d4c-bcd0-4e8c-99f7-a149d6c4e013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2029 | 2024.08.06 23:54:56.394960 [ 3 ] {} <Trace> HTTP-Session: 35ec2d4c-bcd0-4e8c-99f7-a149d6c4e013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2030 | 2024.08.06 23:54:56.395211 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2031 | 2024.08.06 23:54:56.395309 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2032 | 2024.08.06 23:54:56.395598 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2033 | 2024.08.06 23:54:56.396078 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2034 | 2024.08.06 23:54:56.396118 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2035 | 2024.08.06 23:54:56.396470 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2036 | 2024.08.06 23:54:56.396791 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2037 | 2024.08.06 23:54:56.396946 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001811 sec., 3313.086692435119 rows/sec., 187.66 KiB/sec. | ||
| 2038 | 2024.08.06 23:54:56.397257 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2039 | 2024.08.06 23:54:56.397284 [ 3 ] {6a65e020-8fde-4a09-808d-753ee015bc5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2040 | 2024.08.06 23:54:56.397300 [ 3 ] {} <Debug> HTTP-Session: 35ec2d4c-bcd0-4e8c-99f7-a149d6c4e013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2041 | 2024.08.06 23:54:56.397548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 20788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2042 | 2024.08.06 23:54:56.397595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2043 | 2024.08.06 23:54:56.397614 [ 3 ] {} <Debug> HTTP-Session: 6decb8c6-4fe5-4d5b-89fb-cc272879b4f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2044 | 2024.08.06 23:54:56.397630 [ 3 ] {} <Debug> HTTP-Session: 6decb8c6-4fe5-4d5b-89fb-cc272879b4f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2045 | 2024.08.06 23:54:56.397644 [ 3 ] {} <Debug> HTTP-Session: 6decb8c6-4fe5-4d5b-89fb-cc272879b4f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2046 | 2024.08.06 23:54:56.397675 [ 3 ] {} <Trace> HTTP-Session: 6decb8c6-4fe5-4d5b-89fb-cc272879b4f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2047 | 2024.08.06 23:54:56.397806 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2048 | 2024.08.06 23:54:56.397850 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2049 | 2024.08.06 23:54:56.397992 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2050 | 2024.08.06 23:54:56.398331 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2051 | 2024.08.06 23:54:56.398367 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2052 | 2024.08.06 23:54:56.398682 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2053 | 2024.08.06 23:54:56.398985 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2054 | 2024.08.06 23:54:56.399143 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Debug> executeQuery: Read 135 rows, 12.55 KiB in 0.001386 sec., 97402.5974025974 rows/sec., 8.84 MiB/sec. | ||
| 2055 | 2024.08.06 23:54:56.399298 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Debug> DynamicQueryHandler: Done processing query | ||
| 2056 | 2024.08.06 23:54:56.399323 [ 3 ] {cef42905-1667-4215-8935-3048822a3610} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2057 | 2024.08.06 23:54:56.399339 [ 3 ] {} <Debug> HTTP-Session: 6decb8c6-4fe5-4d5b-89fb-cc272879b4f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2058 | 2024.08.06 23:54:56.399601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 56836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2059 | 2024.08.06 23:54:56.399647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2060 | 2024.08.06 23:54:56.399666 [ 3 ] {} <Debug> HTTP-Session: 7ea242c7-4487-4246-8bf2-7339ca4ba940 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2061 | 2024.08.06 23:54:56.399682 [ 3 ] {} <Debug> HTTP-Session: 7ea242c7-4487-4246-8bf2-7339ca4ba940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2062 | 2024.08.06 23:54:56.399696 [ 3 ] {} <Debug> HTTP-Session: 7ea242c7-4487-4246-8bf2-7339ca4ba940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2063 | 2024.08.06 23:54:56.399726 [ 3 ] {} <Trace> HTTP-Session: 7ea242c7-4487-4246-8bf2-7339ca4ba940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2024.08.06 23:54:56.399907 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2065 | 2024.08.06 23:54:56.399949 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2066 | 2024.08.06 23:54:56.400071 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2067 | 2024.08.06 23:54:56.400524 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2024.08.06 23:54:56.400561 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2069 | 2024.08.06 23:54:56.400885 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2070 | 2024.08.06 23:54:56.401195 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2024.08.06 23:54:56.401349 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Debug> executeQuery: Read 354 rows, 25.24 KiB in 0.001527 sec., 231827.1119842829 rows/sec., 16.14 MiB/sec. | ||
| 2072 | 2024.08.06 23:54:56.401510 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2073 | 2024.08.06 23:54:56.401536 [ 3 ] {092e5486-eaf2-419a-b502-5c495b92023e} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 2074 | 2024.08.06 23:54:56.401551 [ 3 ] {} <Debug> HTTP-Session: 7ea242c7-4487-4246-8bf2-7339ca4ba940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2075 | 2024.08.06 23:54:56.401735 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2076 | 2024.08.06 23:54:56.401782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2077 | 2024.08.06 23:54:56.401801 [ 3 ] {} <Debug> HTTP-Session: bd703156-9293-4c3c-9a16-554162fb2077 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2078 | 2024.08.06 23:54:56.401817 [ 3 ] {} <Debug> HTTP-Session: bd703156-9293-4c3c-9a16-554162fb2077 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2079 | 2024.08.06 23:54:56.401831 [ 3 ] {} <Debug> HTTP-Session: bd703156-9293-4c3c-9a16-554162fb2077 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2080 | 2024.08.06 23:54:56.401862 [ 3 ] {} <Trace> HTTP-Session: bd703156-9293-4c3c-9a16-554162fb2077 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2081 | 2024.08.06 23:54:56.401956 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2082 | 2024.08.06 23:54:56.402001 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2083 | 2024.08.06 23:54:56.402130 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2084 | 2024.08.06 23:54:56.402372 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2024.08.06 23:54:56.402408 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2086 | 2024.08.06 23:54:56.402761 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2087 | 2024.08.06 23:54:56.403083 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2024.08.06 23:54:56.403236 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 198.78 KiB/sec. | ||
| 2089 | 2024.08.06 23:54:56.403494 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Debug> DynamicQueryHandler: Done processing query | ||
| 2090 | 2024.08.06 23:54:56.403521 [ 3 ] {42db7dda-9ae2-45a2-8248-e88e26643c51} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2091 | 2024.08.06 23:54:56.403538 [ 3 ] {} <Debug> HTTP-Session: bd703156-9293-4c3c-9a16-554162fb2077 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2092 | 2024.08.06 23:54:56.403681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2093 | 2024.08.06 23:54:56.403730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2094 | 2024.08.06 23:54:56.403749 [ 3 ] {} <Debug> HTTP-Session: a56f79a3-bf2c-43a2-9d67-1b5bc4c4eb15 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2095 | 2024.08.06 23:54:56.403767 [ 3 ] {} <Debug> HTTP-Session: a56f79a3-bf2c-43a2-9d67-1b5bc4c4eb15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2096 | 2024.08.06 23:54:56.403781 [ 3 ] {} <Debug> HTTP-Session: a56f79a3-bf2c-43a2-9d67-1b5bc4c4eb15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2097 | 2024.08.06 23:54:56.403812 [ 3 ] {} <Trace> HTTP-Session: a56f79a3-bf2c-43a2-9d67-1b5bc4c4eb15 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2098 | 2024.08.06 23:54:56.403933 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2099 | 2024.08.06 23:54:56.403982 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2100 | 2024.08.06 23:54:56.404143 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2101 | 2024.08.06 23:54:56.404431 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2102 | 2024.08.06 23:54:56.404469 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2103 | 2024.08.06 23:54:56.404831 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2104 | 2024.08.06 23:54:56.405170 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2105 | 2024.08.06 23:54:56.405326 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001434 sec., 53695.95536959554 rows/sec., 3.31 MiB/sec. | ||
| 2106 | 2024.08.06 23:54:56.405585 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Debug> DynamicQueryHandler: Done processing query | ||
| 2107 | 2024.08.06 23:54:56.405610 [ 3 ] {b25ec48e-a2fb-4e68-87f3-43d9002ea862} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2108 | 2024.08.06 23:54:56.405626 [ 3 ] {} <Debug> HTTP-Session: a56f79a3-bf2c-43a2-9d67-1b5bc4c4eb15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2109 | 2024.08.06 23:54:56.405760 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2110 | 2024.08.06 23:54:56.405807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2111 | 2024.08.06 23:54:56.405826 [ 3 ] {} <Debug> HTTP-Session: 20c40aa5-b9bb-4b28-8ba3-491547a1969d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2112 | 2024.08.06 23:54:56.405843 [ 3 ] {} <Debug> HTTP-Session: 20c40aa5-b9bb-4b28-8ba3-491547a1969d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2113 | 2024.08.06 23:54:56.405857 [ 3 ] {} <Debug> HTTP-Session: 20c40aa5-b9bb-4b28-8ba3-491547a1969d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2114 | 2024.08.06 23:54:56.405887 [ 3 ] {} <Trace> HTTP-Session: 20c40aa5-b9bb-4b28-8ba3-491547a1969d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2115 | 2024.08.06 23:54:56.406001 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2116 | 2024.08.06 23:54:56.406047 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2117 | 2024.08.06 23:54:56.406202 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2118 | 2024.08.06 23:54:56.406481 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2024.08.06 23:54:56.406517 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2120 | 2024.08.06 23:54:56.406879 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2121 | 2024.08.06 23:54:56.407211 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2122 | 2024.08.06 23:54:56.407367 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 3.00 MiB/sec. | ||
| 2123 | 2024.08.06 23:54:56.407528 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2124 | 2024.08.06 23:54:56.407553 [ 3 ] {a99ff665-a10e-45a5-a75b-4ccc752e32e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2125 | 2024.08.06 23:54:56.407570 [ 3 ] {} <Debug> HTTP-Session: 20c40aa5-b9bb-4b28-8ba3-491547a1969d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2126 | 2024.08.06 23:54:56.407681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2127 | 2024.08.06 23:54:56.407729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2128 | 2024.08.06 23:54:56.407748 [ 3 ] {} <Debug> HTTP-Session: bece0dfb-b930-4432-822b-db063f86841a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2129 | 2024.08.06 23:54:56.407764 [ 3 ] {} <Debug> HTTP-Session: bece0dfb-b930-4432-822b-db063f86841a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2130 | 2024.08.06 23:54:56.407778 [ 3 ] {} <Debug> HTTP-Session: bece0dfb-b930-4432-822b-db063f86841a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2131 | 2024.08.06 23:54:56.407808 [ 3 ] {} <Trace> HTTP-Session: bece0dfb-b930-4432-822b-db063f86841a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2132 | 2024.08.06 23:54:56.407906 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2133 | 2024.08.06 23:54:56.407948 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2134 | 2024.08.06 23:54:56.408073 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2135 | 2024.08.06 23:54:56.408309 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2136 | 2024.08.06 23:54:56.408344 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2137 | 2024.08.06 23:54:56.408692 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2138 | 2024.08.06 23:54:56.409013 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2139 | 2024.08.06 23:54:56.409169 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001285 sec., 17898.832684824905 rows/sec., 968.20 KiB/sec. | ||
| 2140 | 2024.08.06 23:54:56.409446 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Debug> DynamicQueryHandler: Done processing query | ||
| 2141 | 2024.08.06 23:54:56.409471 [ 3 ] {584f14fb-ef44-4197-ae4f-c75c27362225} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2142 | 2024.08.06 23:54:56.409487 [ 3 ] {} <Debug> HTTP-Session: bece0dfb-b930-4432-822b-db063f86841a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2143 | 2024.08.06 23:54:56.409607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2144 | 2024.08.06 23:54:56.409655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2145 | 2024.08.06 23:54:56.409673 [ 3 ] {} <Debug> HTTP-Session: 893f1292-761b-4343-afe1-3b4d759bee4e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2146 | 2024.08.06 23:54:56.409689 [ 3 ] {} <Debug> HTTP-Session: 893f1292-761b-4343-afe1-3b4d759bee4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2147 | 2024.08.06 23:54:56.409703 [ 3 ] {} <Debug> HTTP-Session: 893f1292-761b-4343-afe1-3b4d759bee4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2148 | 2024.08.06 23:54:56.409733 [ 3 ] {} <Trace> HTTP-Session: 893f1292-761b-4343-afe1-3b4d759bee4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2024.08.06 23:54:56.409834 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2150 | 2024.08.06 23:54:56.409880 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2151 | 2024.08.06 23:54:56.410028 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2152 | 2024.08.06 23:54:56.410346 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2153 | 2024.08.06 23:54:56.410382 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2154 | 2024.08.06 23:54:56.410729 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2155 | 2024.08.06 23:54:56.411048 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2156 | 2024.08.06 23:54:56.411201 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001396 sec., 21489.971346704868 rows/sec., 1.42 MiB/sec. | ||
| 2157 | 2024.08.06 23:54:56.411368 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2158 | 2024.08.06 23:54:56.411394 [ 3 ] {f661eb40-3f91-4376-a483-a23c37b4c2a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2159 | 2024.08.06 23:54:56.411411 [ 3 ] {} <Debug> HTTP-Session: 893f1292-761b-4343-afe1-3b4d759bee4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2160 | 2024.08.06 23:55:00.042901 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2161 | 2024.08.06 23:55:00.042987 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2162 | 2024.08.06 23:55:01.391061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2163 | 2024.08.06 23:55:01.391178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2164 | 2024.08.06 23:55:01.391203 [ 3 ] {} <Debug> HTTP-Session: 1af0988a-80a6-4189-9127-f06435fd97ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2165 | 2024.08.06 23:55:01.391228 [ 3 ] {} <Debug> HTTP-Session: 1af0988a-80a6-4189-9127-f06435fd97ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2166 | 2024.08.06 23:55:01.391243 [ 3 ] {} <Debug> HTTP-Session: 1af0988a-80a6-4189-9127-f06435fd97ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2167 | 2024.08.06 23:55:01.391292 [ 3 ] {} <Trace> HTTP-Session: 1af0988a-80a6-4189-9127-f06435fd97ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2168 | 2024.08.06 23:55:01.391484 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2169 | 2024.08.06 23:55:01.391550 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2170 | 2024.08.06 23:55:01.391736 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2171 | 2024.08.06 23:55:01.392140 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2172 | 2024.08.06 23:55:01.392182 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2173 | 2024.08.06 23:55:01.392538 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2174 | 2024.08.06 23:55:01.392875 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2175 | 2024.08.06 23:55:01.393046 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001613 sec., 13639.181649101054 rows/sec., 1.08 MiB/sec. | ||
| 2176 | 2024.08.06 23:55:01.393248 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Debug> DynamicQueryHandler: Done processing query | ||
| 2177 | 2024.08.06 23:55:01.393275 [ 3 ] {0afc8e93-92e3-4292-b634-3ec448ca6b05} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2178 | 2024.08.06 23:55:01.393291 [ 3 ] {} <Debug> HTTP-Session: 1af0988a-80a6-4189-9127-f06435fd97ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2179 | 2024.08.06 23:55:01.393432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14190, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2180 | 2024.08.06 23:55:01.393482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2181 | 2024.08.06 23:55:01.393502 [ 3 ] {} <Debug> HTTP-Session: 97999133-5aea-4ed0-905d-463d51e04eda Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2182 | 2024.08.06 23:55:01.393518 [ 3 ] {} <Debug> HTTP-Session: 97999133-5aea-4ed0-905d-463d51e04eda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2183 | 2024.08.06 23:55:01.393532 [ 3 ] {} <Debug> HTTP-Session: 97999133-5aea-4ed0-905d-463d51e04eda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2184 | 2024.08.06 23:55:01.393563 [ 3 ] {} <Trace> HTTP-Session: 97999133-5aea-4ed0-905d-463d51e04eda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2185 | 2024.08.06 23:55:01.393681 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2186 | 2024.08.06 23:55:01.393723 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2187 | 2024.08.06 23:55:01.393848 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2188 | 2024.08.06 23:55:01.394209 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.08.06 23:55:01.394245 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2190 | 2024.08.06 23:55:01.394555 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2191 | 2024.08.06 23:55:01.394864 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2192 | 2024.08.06 23:55:01.395020 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Debug> executeQuery: Read 96 rows, 8.33 KiB in 0.001372 sec., 69970.84548104956 rows/sec., 5.93 MiB/sec. | ||
| 2193 | 2024.08.06 23:55:01.395024 [ 83 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2194 | 2024.08.06 23:55:01.395145 [ 83 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2195 | 2024.08.06 23:55:01.395181 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2196 | 2024.08.06 23:55:01.395248 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2197 | 2024.08.06 23:55:01.395286 [ 3 ] {c8e508d1-f0cd-4ccb-b6a7-511a98a4a05b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2198 | 2024.08.06 23:55:01.395332 [ 3 ] {} <Debug> HTTP-Session: 97999133-5aea-4ed0-905d-463d51e04eda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2199 | 2024.08.06 23:55:01.395558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9868, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2200 | 2024.08.06 23:55:01.395612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2201 | 2024.08.06 23:55:01.395631 [ 3 ] {} <Debug> HTTP-Session: 401b5f0c-7eb2-44aa-9555-f1ce7ed5dbe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2202 | 2024.08.06 23:55:01.395649 [ 3 ] {} <Debug> HTTP-Session: 401b5f0c-7eb2-44aa-9555-f1ce7ed5dbe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2203 | 2024.08.06 23:55:01.395662 [ 3 ] {} <Debug> HTTP-Session: 401b5f0c-7eb2-44aa-9555-f1ce7ed5dbe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2204 | 2024.08.06 23:55:01.395694 [ 3 ] {} <Trace> HTTP-Session: 401b5f0c-7eb2-44aa-9555-f1ce7ed5dbe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2024.08.06 23:55:01.395807 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2206 | 2024.08.06 23:55:01.395852 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2207 | 2024.08.06 23:55:01.395995 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2208 | 2024.08.06 23:55:01.396315 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2209 | 2024.08.06 23:55:01.396351 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2210 | 2024.08.06 23:55:01.396663 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2211 | 2024.08.06 23:55:01.396962 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2212 | 2024.08.06 23:55:01.397113 [ 83 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2213 | 2024.08.06 23:55:01.397121 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Debug> executeQuery: Read 58 rows, 4.64 KiB in 0.001336 sec., 43413.17365269461 rows/sec., 3.39 MiB/sec. | ||
| 2214 | 2024.08.06 23:55:01.397160 [ 83 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2215 | 2024.08.06 23:55:01.397225 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2216 | 2024.08.06 23:55:01.397411 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Debug> DynamicQueryHandler: Done processing query | ||
| 2217 | 2024.08.06 23:55:01.397509 [ 3 ] {0c748806-17d3-428c-b904-17662826ecda} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
| 2218 | 2024.08.06 23:55:01.397605 [ 3 ] {} <Debug> HTTP-Session: 401b5f0c-7eb2-44aa-9555-f1ce7ed5dbe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2219 | 2024.08.06 23:55:01.397826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2220 | 2024.08.06 23:55:01.397877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2221 | 2024.08.06 23:55:01.397896 [ 3 ] {} <Debug> HTTP-Session: c264ec66-86d6-4792-9f2e-707b706dabe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2222 | 2024.08.06 23:55:01.397913 [ 3 ] {} <Debug> HTTP-Session: c264ec66-86d6-4792-9f2e-707b706dabe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2223 | 2024.08.06 23:55:01.397926 [ 3 ] {} <Debug> HTTP-Session: c264ec66-86d6-4792-9f2e-707b706dabe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2224 | 2024.08.06 23:55:01.397959 [ 3 ] {} <Trace> HTTP-Session: c264ec66-86d6-4792-9f2e-707b706dabe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2225 | 2024.08.06 23:55:01.398080 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2226 | 2024.08.06 23:55:01.398128 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2227 | 2024.08.06 23:55:01.398294 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2228 | 2024.08.06 23:55:01.398622 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2024.08.06 23:55:01.398658 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2230 | 2024.08.06 23:55:01.399027 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2231 | 2024.08.06 23:55:01.399356 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 2232 | 2024.08.06 23:55:01.399355 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 2233 | 2024.08.06 23:55:01.399400 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2234 | 2024.08.06 23:55:01.399846 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2235 | 2024.08.06 23:55:01.399982 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2236 | 2024.08.06 23:55:01.400101 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.002018 sec., 29732.408325074335 rows/sec., 2.09 MiB/sec. | ||
| 2237 | 2024.08.06 23:55:01.400099 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2238 | 2024.08.06 23:55:01.400246 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2239 | 2024.08.06 23:55:01.400254 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2240 | 2024.08.06 23:55:01.400499 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 2241 | 2024.08.06 23:55:01.400501 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 2242 | 2024.08.06 23:55:01.401148 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2243 | 2024.08.06 23:55:01.401296 [ 3 ] {9a3bef02-2255-486d-9555-a3d7019db5c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2244 | 2024.08.06 23:55:01.401439 [ 3 ] {} <Debug> HTTP-Session: c264ec66-86d6-4792-9f2e-707b706dabe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2245 | 2024.08.06 23:55:01.401459 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 93 rows starting from the beginning of the part | ||
| 2246 | 2024.08.06 23:55:01.401603 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 2247 | 2024.08.06 23:55:01.401860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35363, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2248 | 2024.08.06 23:55:01.401860 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 135 rows starting from the beginning of the part | ||
| 2249 | 2024.08.06 23:55:01.402093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2250 | 2024.08.06 23:55:01.402271 [ 3 ] {} <Debug> HTTP-Session: 5f65466d-0ab7-4cbd-a3d6-6ae789c80015 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2251 | 2024.08.06 23:55:01.402384 [ 3 ] {} <Debug> HTTP-Session: 5f65466d-0ab7-4cbd-a3d6-6ae789c80015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2252 | 2024.08.06 23:55:01.402480 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 354 rows starting from the beginning of the part | ||
| 2253 | 2024.08.06 23:55:01.402536 [ 3 ] {} <Debug> HTTP-Session: 5f65466d-0ab7-4cbd-a3d6-6ae789c80015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2254 | 2024.08.06 23:55:01.402615 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 93 rows starting from the beginning of the part | ||
| 2255 | 2024.08.06 23:55:01.402787 [ 3 ] {} <Trace> HTTP-Session: 5f65466d-0ab7-4cbd-a3d6-6ae789c80015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2256 | 2024.08.06 23:55:01.403301 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 135 rows starting from the beginning of the part | ||
| 2257 | 2024.08.06 23:55:01.403376 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part | ||
| 2258 | 2024.08.06 23:55:01.403807 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 96 rows starting from the beginning of the part | ||
| 2259 | 2024.08.06 23:55:01.404116 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 354 rows starting from the beginning of the part | ||
| 2260 | 2024.08.06 23:55:01.404198 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2261 | 2024.08.06 23:55:01.404813 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 58 rows starting from the beginning of the part | ||
| 2262 | 2024.08.06 23:55:01.405361 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 2263 | 2024.08.06 23:55:01.405393 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2264 | 2024.08.06 23:55:01.406422 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2265 | 2024.08.06 23:55:01.406659 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 2266 | 2024.08.06 23:55:01.407553 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 2267 | 2024.08.06 23:55:01.408479 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 2268 | 2024.08.06 23:55:01.409431 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 2269 | 2024.08.06 23:55:01.410358 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 2270 | 2024.08.06 23:55:01.411305 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 2271 | 2024.08.06 23:55:01.412594 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.017290813 sec., 32155.804356914858 rows/sec., 2.82 MiB/sec. | ||
| 2272 | 2024.08.06 23:55:01.413128 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 895 rows, containing 4 columns (4 merged, 0 gathered) in 0.015660336 sec., 57150.75334271244 rows/sec., 4.08 MiB/sec. | ||
| 2273 | 2024.08.06 23:55:01.413711 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2274 | 2024.08.06 23:55:01.414046 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2275 | 2024.08.06 23:55:01.415163 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2276 | 2024.08.06 23:55:01.416126 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2024.08.06 23:55:01.416590 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_6_1} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2278 | 2024.08.06 23:55:01.416989 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2279 | 2024.08.06 23:55:01.417761 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2280 | 2024.08.06 23:55:01.417816 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2024.08.06 23:55:01.417886 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2282 | 2024.08.06 23:55:01.417943 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_6_1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2283 | 2024.08.06 23:55:01.418132 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2284 | 2024.08.06 23:55:01.418750 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2285 | 2024.08.06 23:55:01.419184 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2286 | 2024.08.06 23:55:01.419564 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.016203 sec., 1357.7732518669384 rows/sec., 2.43 MiB/sec. | ||
| 2287 | 2024.08.06 23:55:01.420252 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 304 rows, containing 5 columns (5 merged, 0 gathered) in 0.019680965 sec., 15446.397064371587 rows/sec., 1.08 MiB/sec. | ||
| 2288 | 2024.08.06 23:55:01.420415 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 2289 | 2024.08.06 23:55:01.420415 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2290 | 2024.08.06 23:55:01.420444 [ 3 ] {88efaf16-a9de-45c6-b171-ed30083b1cc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2291 | 2024.08.06 23:55:01.420472 [ 3 ] {} <Debug> HTTP-Session: 5f65466d-0ab7-4cbd-a3d6-6ae789c80015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2292 | 2024.08.06 23:55:01.420615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2293 | 2024.08.06 23:55:01.420697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2294 | 2024.08.06 23:55:01.420731 [ 3 ] {} <Debug> HTTP-Session: 80c1d17e-b4fe-4e29-8e26-367956e72057 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2295 | 2024.08.06 23:55:01.420755 [ 3 ] {} <Debug> HTTP-Session: 80c1d17e-b4fe-4e29-8e26-367956e72057 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2296 | 2024.08.06 23:55:01.420775 [ 3 ] {} <Debug> HTTP-Session: 80c1d17e-b4fe-4e29-8e26-367956e72057 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2297 | 2024.08.06 23:55:01.420815 [ 3 ] {} <Trace> HTTP-Session: 80c1d17e-b4fe-4e29-8e26-367956e72057 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.08.06 23:55:01.420925 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2299 | 2024.08.06 23:55:01.420943 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2300 | 2024.08.06 23:55:01.421000 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2301 | 2024.08.06 23:55:01.421014 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2302 | 2024.08.06 23:55:01.421118 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 2303 | 2024.08.06 23:55:01.421205 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2304 | 2024.08.06 23:55:01.421521 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2024.08.06 23:55:01.421557 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2306 | 2024.08.06 23:55:01.421923 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2307 | 2024.08.06 23:55:01.422252 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2308 | 2024.08.06 23:55:01.422406 [ 83 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2309 | 2024.08.06 23:55:01.422409 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001503 sec., 19960.079840319362 rows/sec., 1.32 MiB/sec. | ||
| 2310 | 2024.08.06 23:55:01.422459 [ 83 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2311 | 2024.08.06 23:55:01.422526 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2312 | 2024.08.06 23:55:01.422776 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 2313 | 2024.08.06 23:55:01.422847 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 2314 | 2024.08.06 23:55:01.422874 [ 3 ] {edae3664-05e4-499d-a969-ebff1b1017d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2315 | 2024.08.06 23:55:01.422940 [ 3 ] {} <Debug> HTTP-Session: 80c1d17e-b4fe-4e29-8e26-367956e72057 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2316 | 2024.08.06 23:55:01.423068 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2317 | 2024.08.06 23:55:01.423111 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 2318 | 2024.08.06 23:55:01.423234 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 2319 | 2024.08.06 23:55:01.423448 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 2320 | 2024.08.06 23:55:01.423641 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part | ||
| 2321 | 2024.08.06 23:55:01.423806 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part | ||
| 2322 | 2024.08.06 23:55:01.423939 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
| 2323 | 2024.08.06 23:55:01.425088 [ 199 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 154 rows, containing 4 columns (4 merged, 0 gathered) in 0.002443224 sec., 63031.469893877926 rows/sec., 4.17 MiB/sec. | ||
| 2324 | 2024.08.06 23:55:01.425217 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2325 | 2024.08.06 23:55:01.425582 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2326 | 2024.08.06 23:55:01.425652 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_6_1} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2327 | 2024.08.06 23:55:01.425716 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2328 | 2024.08.06 23:55:06.394806 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2329 | 2024.08.06 23:55:06.394998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2330 | 2024.08.06 23:55:06.395043 [ 3 ] {} <Debug> HTTP-Session: f68dda54-df53-4689-b03b-917b85d82a26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2331 | 2024.08.06 23:55:06.395083 [ 3 ] {} <Debug> HTTP-Session: f68dda54-df53-4689-b03b-917b85d82a26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2332 | 2024.08.06 23:55:06.395112 [ 3 ] {} <Debug> HTTP-Session: f68dda54-df53-4689-b03b-917b85d82a26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2333 | 2024.08.06 23:55:06.395198 [ 3 ] {} <Trace> HTTP-Session: f68dda54-df53-4689-b03b-917b85d82a26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2334 | 2024.08.06 23:55:06.395442 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2335 | 2024.08.06 23:55:06.395513 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2336 | 2024.08.06 23:55:06.395703 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2337 | 2024.08.06 23:55:06.396133 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2338 | 2024.08.06 23:55:06.396174 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2339 | 2024.08.06 23:55:06.396544 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2340 | 2024.08.06 23:55:06.396879 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2341 | 2024.08.06 23:55:06.397054 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001659 sec., 3616.636528028933 rows/sec., 204.85 KiB/sec. | ||
| 2342 | 2024.08.06 23:55:06.397054 [ 77 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2343 | 2024.08.06 23:55:06.397166 [ 77 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2344 | 2024.08.06 23:55:06.397211 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2345 | 2024.08.06 23:55:06.397316 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Debug> DynamicQueryHandler: Done processing query | ||
| 2346 | 2024.08.06 23:55:06.397330 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 2347 | 2024.08.06 23:55:06.397348 [ 3 ] {a988bc7c-fb3e-412b-915d-22b55f7b4cc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2348 | 2024.08.06 23:55:06.397376 [ 3 ] {} <Debug> HTTP-Session: f68dda54-df53-4689-b03b-917b85d82a26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2349 | 2024.08.06 23:55:06.397457 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2350 | 2024.08.06 23:55:06.397487 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 2351 | 2024.08.06 23:55:06.397560 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 2352 | 2024.08.06 23:55:06.397587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 20788, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2353 | 2024.08.06 23:55:06.397736 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2354 | 2024.08.06 23:55:06.397882 [ 3 ] {} <Debug> HTTP-Session: ab8e9561-427d-4fb7-849a-ea87144fcb9a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2355 | 2024.08.06 23:55:06.397920 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 21 rows starting from the beginning of the part | ||
| 2356 | 2024.08.06 23:55:06.397996 [ 3 ] {} <Debug> HTTP-Session: ab8e9561-427d-4fb7-849a-ea87144fcb9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2357 | 2024.08.06 23:55:06.398058 [ 3 ] {} <Debug> HTTP-Session: ab8e9561-427d-4fb7-849a-ea87144fcb9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2358 | 2024.08.06 23:55:06.398220 [ 3 ] {} <Trace> HTTP-Session: ab8e9561-427d-4fb7-849a-ea87144fcb9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2359 | 2024.08.06 23:55:06.398252 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 2360 | 2024.08.06 23:55:06.398538 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 2361 | 2024.08.06 23:55:06.398626 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2362 | 2024.08.06 23:55:06.398778 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2363 | 2024.08.06 23:55:06.398804 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 2364 | 2024.08.06 23:55:06.399461 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2365 | 2024.08.06 23:55:06.400224 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2366 | 2024.08.06 23:55:06.400272 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2367 | 2024.08.06 23:55:06.400656 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 82 rows, containing 4 columns (4 merged, 0 gathered) in 0.003368064 sec., 24346.330711055372 rows/sec., 1.77 MiB/sec. | ||
| 2368 | 2024.08.06 23:55:06.400827 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2369 | 2024.08.06 23:55:06.400885 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2370 | 2024.08.06 23:55:06.401546 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2371 | 2024.08.06 23:55:06.401810 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2372 | 2024.08.06 23:55:06.401838 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Debug> executeQuery: Read 135 rows, 12.55 KiB in 0.003359 sec., 40190.53289669545 rows/sec., 3.65 MiB/sec. | ||
| 2373 | 2024.08.06 23:55:06.402060 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_6_1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2374 | 2024.08.06 23:55:06.402213 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2375 | 2024.08.06 23:55:06.402221 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 2376 | 2024.08.06 23:55:06.402257 [ 3 ] {edc89250-4c80-41bd-b13a-c6aec38e9bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 2377 | 2024.08.06 23:55:06.402290 [ 3 ] {} <Debug> HTTP-Session: ab8e9561-427d-4fb7-849a-ea87144fcb9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2378 | 2024.08.06 23:55:06.402581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 56836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2379 | 2024.08.06 23:55:06.402632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2380 | 2024.08.06 23:55:06.402651 [ 3 ] {} <Debug> HTTP-Session: c25f8541-6f3b-49a5-aed0-32babc5d4a88 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2381 | 2024.08.06 23:55:06.402669 [ 3 ] {} <Debug> HTTP-Session: c25f8541-6f3b-49a5-aed0-32babc5d4a88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2382 | 2024.08.06 23:55:06.402683 [ 3 ] {} <Debug> HTTP-Session: c25f8541-6f3b-49a5-aed0-32babc5d4a88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2383 | 2024.08.06 23:55:06.402717 [ 3 ] {} <Trace> HTTP-Session: c25f8541-6f3b-49a5-aed0-32babc5d4a88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2024.08.06 23:55:06.402917 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2385 | 2024.08.06 23:55:06.402961 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2386 | 2024.08.06 23:55:06.403111 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2387 | 2024.08.06 23:55:06.403656 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2388 | 2024.08.06 23:55:06.403694 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2389 | 2024.08.06 23:55:06.404036 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2390 | 2024.08.06 23:55:06.404342 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2391 | 2024.08.06 23:55:06.404498 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Debug> executeQuery: Read 354 rows, 25.24 KiB in 0.001687 sec., 209839.9525785418 rows/sec., 14.61 MiB/sec. | ||
| 2392 | 2024.08.06 23:55:06.404667 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2393 | 2024.08.06 23:55:06.404691 [ 3 ] {904d1282-54e0-46ff-9be4-2008eddeb53a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
| 2394 | 2024.08.06 23:55:06.404707 [ 3 ] {} <Debug> HTTP-Session: c25f8541-6f3b-49a5-aed0-32babc5d4a88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2395 | 2024.08.06 23:55:06.404858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2396 | 2024.08.06 23:55:06.404907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2397 | 2024.08.06 23:55:06.404927 [ 3 ] {} <Debug> HTTP-Session: 5632ab0f-1bac-40cf-8e08-0fa2f5fe253a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2398 | 2024.08.06 23:55:06.404944 [ 3 ] {} <Debug> HTTP-Session: 5632ab0f-1bac-40cf-8e08-0fa2f5fe253a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2399 | 2024.08.06 23:55:06.404958 [ 3 ] {} <Debug> HTTP-Session: 5632ab0f-1bac-40cf-8e08-0fa2f5fe253a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2400 | 2024.08.06 23:55:06.404989 [ 3 ] {} <Trace> HTTP-Session: 5632ab0f-1bac-40cf-8e08-0fa2f5fe253a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2401 | 2024.08.06 23:55:06.405085 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2402 | 2024.08.06 23:55:06.405129 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2403 | 2024.08.06 23:55:06.405261 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2404 | 2024.08.06 23:55:06.405540 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2024.08.06 23:55:06.405575 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2406 | 2024.08.06 23:55:06.405941 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2407 | 2024.08.06 23:55:06.406277 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.08.06 23:55:06.406435 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 188.46 KiB/sec. | ||
| 2409 | 2024.08.06 23:55:06.406682 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2410 | 2024.08.06 23:55:06.406708 [ 3 ] {9b3e0c27-847e-45d2-8b05-a945938da27e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2411 | 2024.08.06 23:55:06.406724 [ 3 ] {} <Debug> HTTP-Session: 5632ab0f-1bac-40cf-8e08-0fa2f5fe253a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2412 | 2024.08.06 23:55:06.406851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2413 | 2024.08.06 23:55:06.406901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2414 | 2024.08.06 23:55:06.406921 [ 3 ] {} <Debug> HTTP-Session: 246522f2-64c5-4aba-98eb-858362ff403b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2415 | 2024.08.06 23:55:06.406938 [ 3 ] {} <Debug> HTTP-Session: 246522f2-64c5-4aba-98eb-858362ff403b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2416 | 2024.08.06 23:55:06.406952 [ 3 ] {} <Debug> HTTP-Session: 246522f2-64c5-4aba-98eb-858362ff403b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2417 | 2024.08.06 23:55:06.406982 [ 3 ] {} <Trace> HTTP-Session: 246522f2-64c5-4aba-98eb-858362ff403b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2418 | 2024.08.06 23:55:06.407120 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2419 | 2024.08.06 23:55:06.407166 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2420 | 2024.08.06 23:55:06.407332 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2421 | 2024.08.06 23:55:06.407677 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2422 | 2024.08.06 23:55:06.407713 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2423 | 2024.08.06 23:55:06.408085 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2424 | 2024.08.06 23:55:06.408432 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2425 | 2024.08.06 23:55:06.408593 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001535 sec., 50162.866449511406 rows/sec., 3.09 MiB/sec. | ||
| 2426 | 2024.08.06 23:55:06.408765 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 2427 | 2024.08.06 23:55:06.408790 [ 3 ] {710f959e-10ed-4fde-ae02-2be14b361aeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2428 | 2024.08.06 23:55:06.408807 [ 3 ] {} <Debug> HTTP-Session: 246522f2-64c5-4aba-98eb-858362ff403b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2429 | 2024.08.06 23:55:06.408937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2430 | 2024.08.06 23:55:06.408986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2431 | 2024.08.06 23:55:06.409006 [ 3 ] {} <Debug> HTTP-Session: 193961fb-d39d-4e3e-bd30-7a2fa2aab989 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2432 | 2024.08.06 23:55:06.409023 [ 3 ] {} <Debug> HTTP-Session: 193961fb-d39d-4e3e-bd30-7a2fa2aab989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2433 | 2024.08.06 23:55:06.409036 [ 3 ] {} <Debug> HTTP-Session: 193961fb-d39d-4e3e-bd30-7a2fa2aab989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2434 | 2024.08.06 23:55:06.409067 [ 3 ] {} <Trace> HTTP-Session: 193961fb-d39d-4e3e-bd30-7a2fa2aab989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2435 | 2024.08.06 23:55:06.409191 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2436 | 2024.08.06 23:55:06.409237 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2437 | 2024.08.06 23:55:06.409382 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2438 | 2024.08.06 23:55:06.409726 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2439 | 2024.08.06 23:55:06.409763 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2440 | 2024.08.06 23:55:06.410130 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2441 | 2024.08.06 23:55:06.410526 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2442 | 2024.08.06 23:55:06.410681 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001535 sec., 39087.94788273616 rows/sec., 2.74 MiB/sec. | ||
| 2443 | 2024.08.06 23:55:06.410852 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 2444 | 2024.08.06 23:55:06.410877 [ 3 ] {63a11bc1-b03e-4777-836f-0951b56ded3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2445 | 2024.08.06 23:55:06.410894 [ 3 ] {} <Debug> HTTP-Session: 193961fb-d39d-4e3e-bd30-7a2fa2aab989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2446 | 2024.08.06 23:55:06.411017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2447 | 2024.08.06 23:55:06.411065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2448 | 2024.08.06 23:55:06.411085 [ 3 ] {} <Debug> HTTP-Session: 8f79a630-2f9c-4694-827b-366f5113dd11 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2449 | 2024.08.06 23:55:06.411102 [ 3 ] {} <Debug> HTTP-Session: 8f79a630-2f9c-4694-827b-366f5113dd11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2450 | 2024.08.06 23:55:06.411116 [ 3 ] {} <Debug> HTTP-Session: 8f79a630-2f9c-4694-827b-366f5113dd11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2451 | 2024.08.06 23:55:06.411147 [ 3 ] {} <Trace> HTTP-Session: 8f79a630-2f9c-4694-827b-366f5113dd11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2024.08.06 23:55:06.411249 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2453 | 2024.08.06 23:55:06.411293 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2454 | 2024.08.06 23:55:06.411421 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2455 | 2024.08.06 23:55:06.411709 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2456 | 2024.08.06 23:55:06.411745 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2457 | 2024.08.06 23:55:06.412099 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2458 | 2024.08.06 23:55:06.412433 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2459 | 2024.08.06 23:55:06.412588 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001363 sec., 16874.541452677917 rows/sec., 912.80 KiB/sec. | ||
| 2460 | 2024.08.06 23:55:06.412757 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2461 | 2024.08.06 23:55:06.412781 [ 3 ] {50fd6cb0-3d63-4d31-8572-6b03af28b55e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2462 | 2024.08.06 23:55:06.412797 [ 3 ] {} <Debug> HTTP-Session: 8f79a630-2f9c-4694-827b-366f5113dd11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2463 | 2024.08.06 23:55:06.412917 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 4547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2464 | 2024.08.06 23:55:06.412966 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2465 | 2024.08.06 23:55:06.412985 [ 3 ] {} <Debug> HTTP-Session: 5aff3b43-0650-4062-94dd-4d6c18b7aaa2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2466 | 2024.08.06 23:55:06.413001 [ 3 ] {} <Debug> HTTP-Session: 5aff3b43-0650-4062-94dd-4d6c18b7aaa2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2467 | 2024.08.06 23:55:06.413015 [ 3 ] {} <Debug> HTTP-Session: 5aff3b43-0650-4062-94dd-4d6c18b7aaa2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2468 | 2024.08.06 23:55:06.413045 [ 3 ] {} <Trace> HTTP-Session: 5aff3b43-0650-4062-94dd-4d6c18b7aaa2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2024.08.06 23:55:06.413155 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2470 | 2024.08.06 23:55:06.413199 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2471 | 2024.08.06 23:55:06.413328 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2472 | 2024.08.06 23:55:06.413621 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2473 | 2024.08.06 23:55:06.413684 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2474 | 2024.08.06 23:55:06.414039 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2475 | 2024.08.06 23:55:06.414358 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2024.08.06 23:55:06.414507 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001388 sec., 21613.83285302594 rows/sec., 1.43 MiB/sec. | ||
| 2477 | 2024.08.06 23:55:06.414676 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Debug> DynamicQueryHandler: Done processing query | ||
| 2478 | 2024.08.06 23:55:06.414701 [ 3 ] {97b91876-5c43-4cb1-aca6-7360de995a79} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2479 | 2024.08.06 23:55:06.414718 [ 3 ] {} <Debug> HTTP-Session: 5aff3b43-0650-4062-94dd-4d6c18b7aaa2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2480 | 2024.08.06 23:55:11.396057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2481 | 2024.08.06 23:55:11.396222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2482 | 2024.08.06 23:55:11.396260 [ 3 ] {} <Debug> HTTP-Session: 60795e79-74cc-4e82-90e6-a9f81d26ecde Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2483 | 2024.08.06 23:55:11.396293 [ 3 ] {} <Debug> HTTP-Session: 60795e79-74cc-4e82-90e6-a9f81d26ecde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2484 | 2024.08.06 23:55:11.396348 [ 3 ] {} <Debug> HTTP-Session: 60795e79-74cc-4e82-90e6-a9f81d26ecde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2485 | 2024.08.06 23:55:11.396414 [ 3 ] {} <Trace> HTTP-Session: 60795e79-74cc-4e82-90e6-a9f81d26ecde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2486 | 2024.08.06 23:55:11.396650 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2487 | 2024.08.06 23:55:11.396718 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2488 | 2024.08.06 23:55:11.396906 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2489 | 2024.08.06 23:55:11.397359 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2490 | 2024.08.06 23:55:11.397404 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2491 | 2024.08.06 23:55:11.397777 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2492 | 2024.08.06 23:55:11.398112 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2493 | 2024.08.06 23:55:11.398266 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001672 sec., 13157.894736842105 rows/sec., 1.04 MiB/sec. | ||
| 2494 | 2024.08.06 23:55:11.398487 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2495 | 2024.08.06 23:55:11.398515 [ 3 ] {ad518949-625c-49e9-b7b5-a718f9941fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2496 | 2024.08.06 23:55:11.398532 [ 3 ] {} <Debug> HTTP-Session: 60795e79-74cc-4e82-90e6-a9f81d26ecde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2497 | 2024.08.06 23:55:11.398690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2498 | 2024.08.06 23:55:11.398746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2499 | 2024.08.06 23:55:11.398766 [ 3 ] {} <Debug> HTTP-Session: a980d683-9bb1-4aac-a5be-b614989a19fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2500 | 2024.08.06 23:55:11.398784 [ 3 ] {} <Debug> HTTP-Session: a980d683-9bb1-4aac-a5be-b614989a19fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2501 | 2024.08.06 23:55:11.398799 [ 3 ] {} <Debug> HTTP-Session: a980d683-9bb1-4aac-a5be-b614989a19fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2502 | 2024.08.06 23:55:11.398834 [ 3 ] {} <Trace> HTTP-Session: a980d683-9bb1-4aac-a5be-b614989a19fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2503 | 2024.08.06 23:55:11.398973 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2504 | 2024.08.06 23:55:11.399018 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2505 | 2024.08.06 23:55:11.399149 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2506 | 2024.08.06 23:55:11.399536 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2507 | 2024.08.06 23:55:11.399573 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2508 | 2024.08.06 23:55:11.399903 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2509 | 2024.08.06 23:55:11.400212 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2510 | 2024.08.06 23:55:11.400369 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001454 sec., 83906.46492434663 rows/sec., 6.95 MiB/sec. | ||
| 2511 | 2024.08.06 23:55:11.400654 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2512 | 2024.08.06 23:55:11.400679 [ 3 ] {81b95492-e99d-439e-baea-17f32eee3e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2513 | 2024.08.06 23:55:11.400696 [ 3 ] {} <Debug> HTTP-Session: a980d683-9bb1-4aac-a5be-b614989a19fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2514 | 2024.08.06 23:55:11.400869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2515 | 2024.08.06 23:55:11.400917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2516 | 2024.08.06 23:55:11.400937 [ 3 ] {} <Debug> HTTP-Session: 43c5f2d5-daa6-4039-8a71-1842699bfda8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2517 | 2024.08.06 23:55:11.400954 [ 3 ] {} <Debug> HTTP-Session: 43c5f2d5-daa6-4039-8a71-1842699bfda8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2518 | 2024.08.06 23:55:11.400967 [ 3 ] {} <Debug> HTTP-Session: 43c5f2d5-daa6-4039-8a71-1842699bfda8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2519 | 2024.08.06 23:55:11.400997 [ 3 ] {} <Trace> HTTP-Session: 43c5f2d5-daa6-4039-8a71-1842699bfda8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2520 | 2024.08.06 23:55:11.401122 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2521 | 2024.08.06 23:55:11.401165 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2522 | 2024.08.06 23:55:11.401311 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2523 | 2024.08.06 23:55:11.401653 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2524 | 2024.08.06 23:55:11.401690 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2525 | 2024.08.06 23:55:11.402005 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2526 | 2024.08.06 23:55:11.402308 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2024.08.06 23:55:11.402464 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00139 sec., 61870.503597122304 rows/sec., 4.83 MiB/sec. | ||
| 2528 | 2024.08.06 23:55:11.402631 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Debug> DynamicQueryHandler: Done processing query | ||
| 2529 | 2024.08.06 23:55:11.402656 [ 3 ] {656cc7ff-cac5-420c-919f-6f63edefc927} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2530 | 2024.08.06 23:55:11.402673 [ 3 ] {} <Debug> HTTP-Session: 43c5f2d5-daa6-4039-8a71-1842699bfda8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2531 | 2024.08.06 23:55:11.402882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30579, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2532 | 2024.08.06 23:55:11.402931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2533 | 2024.08.06 23:55:11.402951 [ 3 ] {} <Debug> HTTP-Session: ff886edf-2403-4611-827c-654481ecb7d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2534 | 2024.08.06 23:55:11.402968 [ 3 ] {} <Debug> HTTP-Session: ff886edf-2403-4611-827c-654481ecb7d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2535 | 2024.08.06 23:55:11.402982 [ 3 ] {} <Debug> HTTP-Session: ff886edf-2403-4611-827c-654481ecb7d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2536 | 2024.08.06 23:55:11.403013 [ 3 ] {} <Trace> HTTP-Session: ff886edf-2403-4611-827c-654481ecb7d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2537 | 2024.08.06 23:55:11.403160 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2538 | 2024.08.06 23:55:11.403207 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2539 | 2024.08.06 23:55:11.403354 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2540 | 2024.08.06 23:55:11.403718 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2541 | 2024.08.06 23:55:11.403754 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2542 | 2024.08.06 23:55:11.404201 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2543 | 2024.08.06 23:55:11.404539 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2544 | 2024.08.06 23:55:11.404680 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001589 sec., 100692.25928256765 rows/sec., 7.01 MiB/sec. | ||
| 2545 | 2024.08.06 23:55:11.404847 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2546 | 2024.08.06 23:55:11.404872 [ 3 ] {52145e14-9248-4143-9171-e90380b7d15e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2547 | 2024.08.06 23:55:11.404888 [ 3 ] {} <Debug> HTTP-Session: ff886edf-2403-4611-827c-654481ecb7d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2548 | 2024.08.06 23:55:11.405054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35275, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2549 | 2024.08.06 23:55:11.405103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2550 | 2024.08.06 23:55:11.405122 [ 3 ] {} <Debug> HTTP-Session: 661ff00f-11ad-4466-9baa-9245cc0e4097 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2551 | 2024.08.06 23:55:11.405139 [ 3 ] {} <Debug> HTTP-Session: 661ff00f-11ad-4466-9baa-9245cc0e4097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2552 | 2024.08.06 23:55:11.405153 [ 3 ] {} <Debug> HTTP-Session: 661ff00f-11ad-4466-9baa-9245cc0e4097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2553 | 2024.08.06 23:55:11.405184 [ 3 ] {} <Trace> HTTP-Session: 661ff00f-11ad-4466-9baa-9245cc0e4097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2554 | 2024.08.06 23:55:11.405617 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2555 | 2024.08.06 23:55:11.405678 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2556 | 2024.08.06 23:55:11.406062 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2557 | 2024.08.06 23:55:11.406716 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2558 | 2024.08.06 23:55:11.406752 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2559 | 2024.08.06 23:55:11.407359 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2560 | 2024.08.06 23:55:11.407776 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2561 | 2024.08.06 23:55:11.407953 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002692 sec., 8172.362555720654 rows/sec., 14.64 MiB/sec. | ||
| 2562 | 2024.08.06 23:55:11.408181 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Debug> DynamicQueryHandler: Done processing query | ||
| 2563 | 2024.08.06 23:55:11.408206 [ 3 ] {56a351f2-d6bc-4a10-861c-2ad1eed0a371} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2564 | 2024.08.06 23:55:11.408222 [ 3 ] {} <Debug> HTTP-Session: 661ff00f-11ad-4466-9baa-9245cc0e4097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2565 | 2024.08.06 23:55:11.408374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2566 | 2024.08.06 23:55:11.408423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2567 | 2024.08.06 23:55:11.408442 [ 3 ] {} <Debug> HTTP-Session: 329a2c91-3cf8-419b-81fd-968893095d3d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2568 | 2024.08.06 23:55:11.408458 [ 3 ] {} <Debug> HTTP-Session: 329a2c91-3cf8-419b-81fd-968893095d3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2569 | 2024.08.06 23:55:11.408473 [ 3 ] {} <Debug> HTTP-Session: 329a2c91-3cf8-419b-81fd-968893095d3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2570 | 2024.08.06 23:55:11.408505 [ 3 ] {} <Trace> HTTP-Session: 329a2c91-3cf8-419b-81fd-968893095d3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2571 | 2024.08.06 23:55:11.408618 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2572 | 2024.08.06 23:55:11.408663 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2573 | 2024.08.06 23:55:11.408791 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2574 | 2024.08.06 23:55:11.409078 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2024.08.06 23:55:11.409115 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2576 | 2024.08.06 23:55:11.409475 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2577 | 2024.08.06 23:55:11.409791 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2024.08.06 23:55:11.409946 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
| 2579 | 2024.08.06 23:55:11.410243 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Debug> DynamicQueryHandler: Done processing query | ||
| 2580 | 2024.08.06 23:55:11.410268 [ 3 ] {c73bf429-4054-42d1-979f-23b54900f47a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2581 | 2024.08.06 23:55:11.410285 [ 3 ] {} <Debug> HTTP-Session: 329a2c91-3cf8-419b-81fd-968893095d3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2582 | 2024.08.06 23:55:15.043054 [ 63 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2583 | 2024.08.06 23:55:15.043148 [ 63 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2584 | 2024.08.06 23:55:16.399062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2585 | 2024.08.06 23:55:16.399186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2586 | 2024.08.06 23:55:16.399214 [ 3 ] {} <Debug> HTTP-Session: 176d5162-6528-4619-9c62-48a21ccd5abf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2587 | 2024.08.06 23:55:16.399244 [ 3 ] {} <Debug> HTTP-Session: 176d5162-6528-4619-9c62-48a21ccd5abf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2588 | 2024.08.06 23:55:16.399261 [ 3 ] {} <Debug> HTTP-Session: 176d5162-6528-4619-9c62-48a21ccd5abf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2589 | 2024.08.06 23:55:16.399319 [ 3 ] {} <Trace> HTTP-Session: 176d5162-6528-4619-9c62-48a21ccd5abf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2024.08.06 23:55:16.399519 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2591 | 2024.08.06 23:55:16.399595 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2592 | 2024.08.06 23:55:16.399798 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2593 | 2024.08.06 23:55:16.400203 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2594 | 2024.08.06 23:55:16.400245 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2595 | 2024.08.06 23:55:16.400616 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2596 | 2024.08.06 23:55:16.400961 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2597 | 2024.08.06 23:55:16.401131 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 204.36 KiB/sec. | ||
| 2598 | 2024.08.06 23:55:16.401601 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Debug> DynamicQueryHandler: Done processing query | ||
| 2599 | 2024.08.06 23:55:16.401628 [ 3 ] {b3177226-ad70-4c8c-af55-5d5445145485} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 2600 | 2024.08.06 23:55:16.401646 [ 3 ] {} <Debug> HTTP-Session: 176d5162-6528-4619-9c62-48a21ccd5abf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2601 | 2024.08.06 23:55:16.401892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 24362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2602 | 2024.08.06 23:55:16.401942 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2603 | 2024.08.06 23:55:16.401962 [ 3 ] {} <Debug> HTTP-Session: 428ff3d1-aeb1-41b9-bc19-b6199847ad18 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2604 | 2024.08.06 23:55:16.401978 [ 3 ] {} <Debug> HTTP-Session: 428ff3d1-aeb1-41b9-bc19-b6199847ad18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2605 | 2024.08.06 23:55:16.401992 [ 3 ] {} <Debug> HTTP-Session: 428ff3d1-aeb1-41b9-bc19-b6199847ad18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2606 | 2024.08.06 23:55:16.402023 [ 3 ] {} <Trace> HTTP-Session: 428ff3d1-aeb1-41b9-bc19-b6199847ad18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2607 | 2024.08.06 23:55:16.402163 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2608 | 2024.08.06 23:55:16.402208 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2609 | 2024.08.06 23:55:16.402358 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2610 | 2024.08.06 23:55:16.402770 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.08.06 23:55:16.402807 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2612 | 2024.08.06 23:55:16.403126 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2613 | 2024.08.06 23:55:16.403430 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.08.06 23:55:16.403585 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001482 sec., 108636.97705802969 rows/sec., 9.59 MiB/sec. | ||
| 2615 | 2024.08.06 23:55:16.403777 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 2616 | 2024.08.06 23:55:16.403802 [ 3 ] {8447dd75-dc5f-4b29-a8a5-fd31a376f5f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 2617 | 2024.08.06 23:55:16.403819 [ 3 ] {} <Debug> HTTP-Session: 428ff3d1-aeb1-41b9-bc19-b6199847ad18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2618 | 2024.08.06 23:55:16.404134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 61574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2619 | 2024.08.06 23:55:16.404181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2620 | 2024.08.06 23:55:16.404200 [ 3 ] {} <Debug> HTTP-Session: 883c324c-9b2c-473f-b395-231374440bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2621 | 2024.08.06 23:55:16.404217 [ 3 ] {} <Debug> HTTP-Session: 883c324c-9b2c-473f-b395-231374440bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2622 | 2024.08.06 23:55:16.404231 [ 3 ] {} <Debug> HTTP-Session: 883c324c-9b2c-473f-b395-231374440bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2623 | 2024.08.06 23:55:16.404262 [ 3 ] {} <Trace> HTTP-Session: 883c324c-9b2c-473f-b395-231374440bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2624 | 2024.08.06 23:55:16.404460 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2625 | 2024.08.06 23:55:16.404503 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2626 | 2024.08.06 23:55:16.404632 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2627 | 2024.08.06 23:55:16.405142 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2628 | 2024.08.06 23:55:16.405179 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2629 | 2024.08.06 23:55:16.405503 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2630 | 2024.08.06 23:55:16.405808 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2631 | 2024.08.06 23:55:16.405964 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001607 sec., 237710.01866832608 rows/sec., 16.70 MiB/sec. | ||
| 2632 | 2024.08.06 23:55:16.406427 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Debug> DynamicQueryHandler: Done processing query | ||
| 2633 | 2024.08.06 23:55:16.406453 [ 3 ] {a44ee5b0-9a55-4495-babb-96717d670783} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 2634 | 2024.08.06 23:55:16.406470 [ 3 ] {} <Debug> HTTP-Session: 883c324c-9b2c-473f-b395-231374440bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2635 | 2024.08.06 23:55:16.406608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2636 | 2024.08.06 23:55:16.406659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2637 | 2024.08.06 23:55:16.406680 [ 3 ] {} <Debug> HTTP-Session: e2d24f82-c473-48ca-8660-5cc7647684b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2638 | 2024.08.06 23:55:16.406697 [ 3 ] {} <Debug> HTTP-Session: e2d24f82-c473-48ca-8660-5cc7647684b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2639 | 2024.08.06 23:55:16.406711 [ 3 ] {} <Debug> HTTP-Session: e2d24f82-c473-48ca-8660-5cc7647684b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2640 | 2024.08.06 23:55:16.406743 [ 3 ] {} <Trace> HTTP-Session: e2d24f82-c473-48ca-8660-5cc7647684b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2024.08.06 23:55:16.406838 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 2642 | 2024.08.06 23:55:16.406884 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2643 | 2024.08.06 23:55:16.407028 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2644 | 2024.08.06 23:55:16.407350 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2645 | 2024.08.06 23:55:16.407386 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2646 | 2024.08.06 23:55:16.407752 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2647 | 2024.08.06 23:55:16.408100 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2648 | 2024.08.06 23:55:16.408259 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001443 sec., 4158.004158004158 rows/sec., 178.66 KiB/sec. | ||
| 2649 | 2024.08.06 23:55:16.408463 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Debug> DynamicQueryHandler: Done processing query | ||
| 2650 | 2024.08.06 23:55:16.408487 [ 3 ] {29696a7d-f36f-488d-99f3-acf8a395a0af} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2651 | 2024.08.06 23:55:16.408505 [ 3 ] {} <Debug> HTTP-Session: e2d24f82-c473-48ca-8660-5cc7647684b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2652 | 2024.08.06 23:55:16.408664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2653 | 2024.08.06 23:55:16.408713 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2654 | 2024.08.06 23:55:16.408732 [ 3 ] {} <Debug> HTTP-Session: 056482d6-a003-4008-b72d-fe1088b44577 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2655 | 2024.08.06 23:55:16.408749 [ 3 ] {} <Debug> HTTP-Session: 056482d6-a003-4008-b72d-fe1088b44577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2656 | 2024.08.06 23:55:16.408763 [ 3 ] {} <Debug> HTTP-Session: 056482d6-a003-4008-b72d-fe1088b44577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2657 | 2024.08.06 23:55:16.408794 [ 3 ] {} <Trace> HTTP-Session: 056482d6-a003-4008-b72d-fe1088b44577 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2024.08.06 23:55:16.408912 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 2659 | 2024.08.06 23:55:16.408958 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 2660 | 2024.08.06 23:55:16.409104 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2661 | 2024.08.06 23:55:16.409446 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2662 | 2024.08.06 23:55:16.409482 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2663 | 2024.08.06 23:55:16.409852 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2664 | 2024.08.06 23:55:16.410181 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2665 | 2024.08.06 23:55:16.410358 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
| 2666 | 2024.08.06 23:55:16.410637 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 2667 | 2024.08.06 23:55:16.410662 [ 3 ] {0b328a5c-3d46-4aa3-8d4e-e1c02f57f5b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 2668 | 2024.08.06 23:55:16.410678 [ 3 ] {} <Debug> HTTP-Session: 056482d6-a003-4008-b72d-fe1088b44577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2669 | 2024.08.06 23:55:16.410862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2670 | 2024.08.06 23:55:16.410912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2671 | 2024.08.06 23:55:16.410932 [ 3 ] {} <Debug> HTTP-Session: 381bf7b2-a87f-4bc2-9022-6108a0e2a3f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2672 | 2024.08.06 23:55:16.410949 [ 3 ] {} <Debug> HTTP-Session: 381bf7b2-a87f-4bc2-9022-6108a0e2a3f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2673 | 2024.08.06 23:55:16.410963 [ 3 ] {} <Debug> HTTP-Session: 381bf7b2-a87f-4bc2-9022-6108a0e2a3f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2674 | 2024.08.06 23:55:16.410994 [ 3 ] {} <Trace> HTTP-Session: 381bf7b2-a87f-4bc2-9022-6108a0e2a3f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2675 | 2024.08.06 23:55:16.411169 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2676 | 2024.08.06 23:55:16.411215 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2677 | 2024.08.06 23:55:16.411382 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2678 | 2024.08.06 23:55:16.411790 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2024.08.06 23:55:16.411827 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2680 | 2024.08.06 23:55:16.412200 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2681 | 2024.08.06 23:55:16.412534 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2024.08.06 23:55:16.412695 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00162 sec., 98765.43209876544 rows/sec., 6.88 MiB/sec. | ||
| 2683 | 2024.08.06 23:55:16.413222 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Debug> DynamicQueryHandler: Done processing query | ||
| 2684 | 2024.08.06 23:55:16.413247 [ 3 ] {642ce536-1817-47d4-bc20-dacbd8fb1fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2685 | 2024.08.06 23:55:16.413264 [ 3 ] {} <Debug> HTTP-Session: 381bf7b2-a87f-4bc2-9022-6108a0e2a3f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2686 | 2024.08.06 23:55:16.413388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2687 | 2024.08.06 23:55:16.413436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2688 | 2024.08.06 23:55:16.413457 [ 3 ] {} <Debug> HTTP-Session: b8307577-2b72-480a-88dc-eb7bfb13b9bc Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2689 | 2024.08.06 23:55:16.413473 [ 3 ] {} <Debug> HTTP-Session: b8307577-2b72-480a-88dc-eb7bfb13b9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2690 | 2024.08.06 23:55:16.413488 [ 3 ] {} <Debug> HTTP-Session: b8307577-2b72-480a-88dc-eb7bfb13b9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2691 | 2024.08.06 23:55:16.413520 [ 3 ] {} <Trace> HTTP-Session: b8307577-2b72-480a-88dc-eb7bfb13b9bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2692 | 2024.08.06 23:55:16.413624 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2693 | 2024.08.06 23:55:16.413669 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2694 | 2024.08.06 23:55:16.413812 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2695 | 2024.08.06 23:55:16.414095 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2696 | 2024.08.06 23:55:16.414131 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2697 | 2024.08.06 23:55:16.414511 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2698 | 2024.08.06 23:55:16.414830 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2699 | 2024.08.06 23:55:16.414999 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001401 sec., 16416.845110635262 rows/sec., 888.04 KiB/sec. | ||
| 2700 | 2024.08.06 23:55:16.415427 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Debug> DynamicQueryHandler: Done processing query | ||
| 2701 | 2024.08.06 23:55:16.415452 [ 3 ] {0104f150-12fe-4858-ac53-c989fe203e4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 2702 | 2024.08.06 23:55:16.415469 [ 3 ] {} <Debug> HTTP-Session: b8307577-2b72-480a-88dc-eb7bfb13b9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2703 | 2024.08.06 23:55:16.415610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2704 | 2024.08.06 23:55:16.415660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2705 | 2024.08.06 23:55:16.415679 [ 3 ] {} <Debug> HTTP-Session: 554c5a56-cfa4-4738-b1c0-72504b6d7046 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2706 | 2024.08.06 23:55:16.415696 [ 3 ] {} <Debug> HTTP-Session: 554c5a56-cfa4-4738-b1c0-72504b6d7046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2707 | 2024.08.06 23:55:16.415711 [ 3 ] {} <Debug> HTTP-Session: 554c5a56-cfa4-4738-b1c0-72504b6d7046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2708 | 2024.08.06 23:55:16.415741 [ 3 ] {} <Trace> HTTP-Session: 554c5a56-cfa4-4738-b1c0-72504b6d7046 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2024.08.06 23:55:16.415863 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2710 | 2024.08.06 23:55:16.415908 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2711 | 2024.08.06 23:55:16.416052 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2712 | 2024.08.06 23:55:16.416359 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.08.06 23:55:16.416396 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
| 2714 | 2024.08.06 23:55:16.416750 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2715 | 2024.08.06 23:55:16.417068 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2716 | 2024.08.06 23:55:16.417220 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
| 2717 | 2024.08.06 23:55:16.417417 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Debug> DynamicQueryHandler: Done processing query | ||
| 2718 | 2024.08.06 23:55:16.417442 [ 3 ] {36c839eb-b833-48d8-9dc1-5ad394a74930} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2719 | 2024.08.06 23:55:16.417458 [ 3 ] {} <Debug> HTTP-Session: 554c5a56-cfa4-4738-b1c0-72504b6d7046 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2720 | 2024.08.06 23:55:21.395474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2721 | 2024.08.06 23:55:21.395618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2722 | 2024.08.06 23:55:21.395648 [ 3 ] {} <Debug> HTTP-Session: ef3f35dd-c9e0-4f2f-85ac-f49aab7bb431 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2723 | 2024.08.06 23:55:21.395677 [ 3 ] {} <Debug> HTTP-Session: ef3f35dd-c9e0-4f2f-85ac-f49aab7bb431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2724 | 2024.08.06 23:55:21.395695 [ 3 ] {} <Debug> HTTP-Session: ef3f35dd-c9e0-4f2f-85ac-f49aab7bb431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2725 | 2024.08.06 23:55:21.395751 [ 3 ] {} <Trace> HTTP-Session: ef3f35dd-c9e0-4f2f-85ac-f49aab7bb431 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2726 | 2024.08.06 23:55:21.395946 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 2727 | 2024.08.06 23:55:21.396012 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 2728 | 2024.08.06 23:55:21.396198 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2729 | 2024.08.06 23:55:21.396698 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2024.08.06 23:55:21.396740 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2731 | 2024.08.06 23:55:21.397100 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2732 | 2024.08.06 23:55:21.397431 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2024.08.06 23:55:21.397576 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001692 sec., 13002.364066193853 rows/sec., 1.03 MiB/sec. | ||
| 2734 | 2024.08.06 23:55:21.397817 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Debug> DynamicQueryHandler: Done processing query | ||
| 2735 | 2024.08.06 23:55:21.397845 [ 3 ] {826a8550-04ba-46de-b675-4edf0f7c522b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2736 | 2024.08.06 23:55:21.397861 [ 3 ] {} <Debug> HTTP-Session: ef3f35dd-c9e0-4f2f-85ac-f49aab7bb431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2737 | 2024.08.06 23:55:21.398032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2738 | 2024.08.06 23:55:21.398081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2739 | 2024.08.06 23:55:21.398101 [ 3 ] {} <Debug> HTTP-Session: 6b96eb8c-0c49-4499-85cb-668fdc625137 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2740 | 2024.08.06 23:55:21.398119 [ 3 ] {} <Debug> HTTP-Session: 6b96eb8c-0c49-4499-85cb-668fdc625137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2741 | 2024.08.06 23:55:21.398132 [ 3 ] {} <Debug> HTTP-Session: 6b96eb8c-0c49-4499-85cb-668fdc625137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2742 | 2024.08.06 23:55:21.398164 [ 3 ] {} <Trace> HTTP-Session: 6b96eb8c-0c49-4499-85cb-668fdc625137 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.08.06 23:55:21.398296 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 2744 | 2024.08.06 23:55:21.398338 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2745 | 2024.08.06 23:55:21.398478 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2746 | 2024.08.06 23:55:21.398886 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2747 | 2024.08.06 23:55:21.398923 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2748 | 2024.08.06 23:55:21.399270 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2749 | 2024.08.06 23:55:21.399579 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2750 | 2024.08.06 23:55:21.399746 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.0015 sec., 81333.33333333333 rows/sec., 6.73 MiB/sec. | ||
| 2751 | 2024.08.06 23:55:21.400016 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Debug> DynamicQueryHandler: Done processing query | ||
| 2752 | 2024.08.06 23:55:21.400042 [ 3 ] {14fd3763-87e1-491b-bf1a-bc025e849559} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 2753 | 2024.08.06 23:55:21.400058 [ 3 ] {} <Debug> HTTP-Session: 6b96eb8c-0c49-4499-85cb-668fdc625137 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2754 | 2024.08.06 23:55:21.400196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2755 | 2024.08.06 23:55:21.400244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2756 | 2024.08.06 23:55:21.400264 [ 3 ] {} <Debug> HTTP-Session: 70b84b6d-c0bf-41c1-9a74-107873ca2a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2757 | 2024.08.06 23:55:21.400280 [ 3 ] {} <Debug> HTTP-Session: 70b84b6d-c0bf-41c1-9a74-107873ca2a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2758 | 2024.08.06 23:55:21.400295 [ 3 ] {} <Debug> HTTP-Session: 70b84b6d-c0bf-41c1-9a74-107873ca2a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2759 | 2024.08.06 23:55:21.400325 [ 3 ] {} <Trace> HTTP-Session: 70b84b6d-c0bf-41c1-9a74-107873ca2a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2760 | 2024.08.06 23:55:21.400442 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 2761 | 2024.08.06 23:55:21.400486 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2762 | 2024.08.06 23:55:21.400630 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2763 | 2024.08.06 23:55:21.400977 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.08.06 23:55:21.401014 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2765 | 2024.08.06 23:55:21.401338 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2766 | 2024.08.06 23:55:21.401651 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.08.06 23:55:21.401810 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001408 sec., 61079.545454545456 rows/sec., 4.77 MiB/sec. | ||
| 2768 | 2024.08.06 23:55:21.401980 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Debug> DynamicQueryHandler: Done processing query | ||
| 2769 | 2024.08.06 23:55:21.402005 [ 3 ] {1099dd6f-d592-455e-8ad6-a188ceaf7eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 2770 | 2024.08.06 23:55:21.402022 [ 3 ] {} <Debug> HTTP-Session: 70b84b6d-c0bf-41c1-9a74-107873ca2a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2771 | 2024.08.06 23:55:21.402200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30587, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2772 | 2024.08.06 23:55:21.402249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2773 | 2024.08.06 23:55:21.402268 [ 3 ] {} <Debug> HTTP-Session: b67d7752-ba29-4f39-a692-c51e1509e77b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2774 | 2024.08.06 23:55:21.402286 [ 3 ] {} <Debug> HTTP-Session: b67d7752-ba29-4f39-a692-c51e1509e77b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2775 | 2024.08.06 23:55:21.402300 [ 3 ] {} <Debug> HTTP-Session: b67d7752-ba29-4f39-a692-c51e1509e77b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2776 | 2024.08.06 23:55:21.402331 [ 3 ] {} <Trace> HTTP-Session: b67d7752-ba29-4f39-a692-c51e1509e77b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2777 | 2024.08.06 23:55:21.402477 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 2778 | 2024.08.06 23:55:21.402525 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2779 | 2024.08.06 23:55:21.402673 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2780 | 2024.08.06 23:55:21.403034 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2781 | 2024.08.06 23:55:21.403071 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2782 | 2024.08.06 23:55:21.403470 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2783 | 2024.08.06 23:55:21.403832 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2784 | 2024.08.06 23:55:21.403993 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001585 sec., 100946.37223974764 rows/sec., 7.03 MiB/sec. | ||
| 2785 | 2024.08.06 23:55:21.404155 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 2786 | 2024.08.06 23:55:21.404179 [ 3 ] {b5fd109e-7bc6-490e-a1f6-0ea3318566a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 2787 | 2024.08.06 23:55:21.404196 [ 3 ] {} <Debug> HTTP-Session: b67d7752-ba29-4f39-a692-c51e1509e77b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2788 | 2024.08.06 23:55:21.404365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35274, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2789 | 2024.08.06 23:55:21.404414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2790 | 2024.08.06 23:55:21.404433 [ 3 ] {} <Debug> HTTP-Session: a9486b5a-bf8d-4da7-8681-a4e44b2f9ec5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2791 | 2024.08.06 23:55:21.404450 [ 3 ] {} <Debug> HTTP-Session: a9486b5a-bf8d-4da7-8681-a4e44b2f9ec5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2792 | 2024.08.06 23:55:21.404464 [ 3 ] {} <Debug> HTTP-Session: a9486b5a-bf8d-4da7-8681-a4e44b2f9ec5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2793 | 2024.08.06 23:55:21.404495 [ 3 ] {} <Trace> HTTP-Session: a9486b5a-bf8d-4da7-8681-a4e44b2f9ec5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2794 | 2024.08.06 23:55:21.404903 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 2795 | 2024.08.06 23:55:21.404967 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 2796 | 2024.08.06 23:55:21.405362 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2797 | 2024.08.06 23:55:21.406034 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2798 | 2024.08.06 23:55:21.406069 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2799 | 2024.08.06 23:55:21.406762 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2800 | 2024.08.06 23:55:21.407179 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2801 | 2024.08.06 23:55:21.407385 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002806 sec., 7840.342124019958 rows/sec., 14.05 MiB/sec. | ||
| 2802 | 2024.08.06 23:55:21.407695 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 2803 | 2024.08.06 23:55:21.407722 [ 3 ] {33c68d4f-e07d-4df9-a79c-d613648d73ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 2804 | 2024.08.06 23:55:21.407739 [ 3 ] {} <Debug> HTTP-Session: a9486b5a-bf8d-4da7-8681-a4e44b2f9ec5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2805 | 2024.08.06 23:55:21.407878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2806 | 2024.08.06 23:55:21.407928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2807 | 2024.08.06 23:55:21.407947 [ 3 ] {} <Debug> HTTP-Session: 1acb9335-748d-4a5a-b717-4798359da26b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2808 | 2024.08.06 23:55:21.407964 [ 3 ] {} <Debug> HTTP-Session: 1acb9335-748d-4a5a-b717-4798359da26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2809 | 2024.08.06 23:55:21.407978 [ 3 ] {} <Debug> HTTP-Session: 1acb9335-748d-4a5a-b717-4798359da26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2810 | 2024.08.06 23:55:21.408009 [ 3 ] {} <Trace> HTTP-Session: 1acb9335-748d-4a5a-b717-4798359da26b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2024.08.06 23:55:21.408135 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 2812 | 2024.08.06 23:55:21.408181 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2813 | 2024.08.06 23:55:21.408308 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2814 | 2024.08.06 23:55:21.408605 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2815 | 2024.08.06 23:55:21.408641 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2816 | 2024.08.06 23:55:21.409002 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2817 | 2024.08.06 23:55:21.409319 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2818 | 2024.08.06 23:55:21.409482 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 2819 | 2024.08.06 23:55:21.409641 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 2820 | 2024.08.06 23:55:21.409667 [ 3 ] {781aaac8-2cf8-44d3-bfef-da53077656ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 2821 | 2024.08.06 23:55:21.409682 [ 3 ] {} <Debug> HTTP-Session: 1acb9335-748d-4a5a-b717-4798359da26b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2822 | 2024.08.06 23:55:22.605239 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2823 | 2024.08.06 23:55:22.605351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2824 | 2024.08.06 23:55:22.605376 [ 3 ] {} <Debug> HTTP-Session: e738a0b1-1789-429f-b710-39c68cf394de Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2825 | 2024.08.06 23:55:22.605403 [ 3 ] {} <Debug> HTTP-Session: e738a0b1-1789-429f-b710-39c68cf394de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2826 | 2024.08.06 23:55:22.605418 [ 3 ] {} <Debug> HTTP-Session: e738a0b1-1789-429f-b710-39c68cf394de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2827 | 2024.08.06 23:55:22.605473 [ 3 ] {} <Trace> HTTP-Session: e738a0b1-1789-429f-b710-39c68cf394de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2828 | 2024.08.06 23:55:22.605720 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2829 | 2024.08.06 23:55:22.606123 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2830 | 2024.08.06 23:55:22.606174 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2831 | 2024.08.06 23:55:22.606538 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2832 | 2024.08.06 23:55:22.606637 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2833 | 2024.08.06 23:55:22.606820 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2834 | 2024.08.06 23:55:22.606908 [ 257 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2835 | 2024.08.06 23:55:22.607008 [ 251 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2836 | 2024.08.06 23:55:22.607012 [ 252 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2837 | 2024.08.06 23:55:22.607168 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2838 | 2024.08.06 23:55:22.607204 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2839 | 2024.08.06 23:55:22.607322 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2840 | 2024.08.06 23:55:22.607347 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2841 | 2024.08.06 23:55:22.607391 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2842 | 2024.08.06 23:55:22.607441 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2843 | 2024.08.06 23:55:22.607490 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2844 | 2024.08.06 23:55:22.609496 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003888 sec., 8744.855967078189 rows/sec., 327.78 KiB/sec. | ||
| 2845 | 2024.08.06 23:55:22.609908 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> DynamicQueryHandler: Done processing query | ||
| 2846 | 2024.08.06 23:55:22.609945 [ 3 ] {bfb61168-0956-4ffc-ac46-343c0fc6bec0} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2847 | 2024.08.06 23:55:22.609964 [ 3 ] {} <Debug> HTTP-Session: e738a0b1-1789-429f-b710-39c68cf394de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2848 | 2024.08.06 23:55:22.610233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2849 | 2024.08.06 23:55:22.610292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2850 | 2024.08.06 23:55:22.610314 [ 3 ] {} <Debug> HTTP-Session: 082994dc-fd0b-45fd-b910-d159558f5b8a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2851 | 2024.08.06 23:55:22.610336 [ 3 ] {} <Debug> HTTP-Session: 082994dc-fd0b-45fd-b910-d159558f5b8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2852 | 2024.08.06 23:55:22.610355 [ 3 ] {} <Debug> HTTP-Session: 082994dc-fd0b-45fd-b910-d159558f5b8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2853 | 2024.08.06 23:55:22.610387 [ 3 ] {} <Trace> HTTP-Session: 082994dc-fd0b-45fd-b910-d159558f5b8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2854 | 2024.08.06 23:55:22.610545 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2855 | 2024.08.06 23:55:22.610846 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2856 | 2024.08.06 23:55:22.610897 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2857 | 2024.08.06 23:55:22.611224 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2858 | 2024.08.06 23:55:22.611302 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2859 | 2024.08.06 23:55:22.611454 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2860 | 2024.08.06 23:55:22.611577 [ 262 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2861 | 2024.08.06 23:55:22.611606 [ 261 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2862 | 2024.08.06 23:55:22.611623 [ 260 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2863 | 2024.08.06 23:55:22.611752 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2864 | 2024.08.06 23:55:22.611783 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2865 | 2024.08.06 23:55:22.611890 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2866 | 2024.08.06 23:55:22.611912 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2867 | 2024.08.06 23:55:22.611954 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2868 | 2024.08.06 23:55:22.611997 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2869 | 2024.08.06 23:55:22.612036 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2870 | 2024.08.06 23:55:22.613783 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003314 sec., 10259.505129752564 rows/sec., 384.55 KiB/sec. | ||
| 2871 | 2024.08.06 23:55:22.614155 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 2872 | 2024.08.06 23:55:22.614183 [ 3 ] {c1c3fd3b-a7a8-4a2b-9c4f-d08f46f1d2dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2873 | 2024.08.06 23:55:22.614200 [ 3 ] {} <Debug> HTTP-Session: 082994dc-fd0b-45fd-b910-d159558f5b8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2874 | 2024.08.06 23:55:22.614579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2875 | 2024.08.06 23:55:22.614631 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2876 | 2024.08.06 23:55:22.614650 [ 3 ] {} <Debug> HTTP-Session: 31afef42-f67b-4dbe-b742-014e10883d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2877 | 2024.08.06 23:55:22.614667 [ 3 ] {} <Debug> HTTP-Session: 31afef42-f67b-4dbe-b742-014e10883d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2878 | 2024.08.06 23:55:22.614681 [ 3 ] {} <Debug> HTTP-Session: 31afef42-f67b-4dbe-b742-014e10883d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2879 | 2024.08.06 23:55:22.614712 [ 3 ] {} <Trace> HTTP-Session: 31afef42-f67b-4dbe-b742-014e10883d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2880 | 2024.08.06 23:55:22.614875 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
| 2881 | 2024.08.06 23:55:22.615199 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2882 | 2024.08.06 23:55:22.615255 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2883 | 2024.08.06 23:55:22.615587 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2884 | 2024.08.06 23:55:22.615655 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2885 | 2024.08.06 23:55:22.615797 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2886 | 2024.08.06 23:55:22.615896 [ 257 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2887 | 2024.08.06 23:55:22.615933 [ 251 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2888 | 2024.08.06 23:55:22.615957 [ 252 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2889 | 2024.08.06 23:55:22.616069 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2890 | 2024.08.06 23:55:22.616098 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2891 | 2024.08.06 23:55:22.616204 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2892 | 2024.08.06 23:55:22.616226 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2893 | 2024.08.06 23:55:22.616267 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2894 | 2024.08.06 23:55:22.616315 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2895 | 2024.08.06 23:55:22.616355 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2896 | 2024.08.06 23:55:22.618062 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003265 sec., 10413.476263399692 rows/sec., 390.33 KiB/sec. | ||
| 2897 | 2024.08.06 23:55:22.618414 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> DynamicQueryHandler: Done processing query | ||
| 2898 | 2024.08.06 23:55:22.618451 [ 3 ] {3b5b8d52-227d-4721-a270-9509693e5e02} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2899 | 2024.08.06 23:55:22.618470 [ 3 ] {} <Debug> HTTP-Session: 31afef42-f67b-4dbe-b742-014e10883d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2900 | 2024.08.06 23:55:22.618717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1322, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2901 | 2024.08.06 23:55:22.618770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2902 | 2024.08.06 23:55:22.618791 [ 3 ] {} <Debug> HTTP-Session: 4b549911-c590-4f5a-abc5-34310ceb8a84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2903 | 2024.08.06 23:55:22.618809 [ 3 ] {} <Debug> HTTP-Session: 4b549911-c590-4f5a-abc5-34310ceb8a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2904 | 2024.08.06 23:55:22.618823 [ 3 ] {} <Debug> HTTP-Session: 4b549911-c590-4f5a-abc5-34310ceb8a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2905 | 2024.08.06 23:55:22.618854 [ 3 ] {} <Trace> HTTP-Session: 4b549911-c590-4f5a-abc5-34310ceb8a84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2906 | 2024.08.06 23:55:22.619025 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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) | ||
| 2907 | 2024.08.06 23:55:22.619322 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2908 | 2024.08.06 23:55:22.619372 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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 | ||
| 2909 | 2024.08.06 23:55:22.619700 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2910 | 2024.08.06 23:55:22.619767 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2911 | 2024.08.06 23:55:22.619910 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2912 | 2024.08.06 23:55:22.620029 [ 260 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2913 | 2024.08.06 23:55:22.620064 [ 252 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2914 | 2024.08.06 23:55:22.620079 [ 251 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2915 | 2024.08.06 23:55:22.620211 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2916 | 2024.08.06 23:55:22.620242 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2917 | 2024.08.06 23:55:22.620348 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2918 | 2024.08.06 23:55:22.620369 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2919 | 2024.08.06 23:55:22.620410 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2920 | 2024.08.06 23:55:22.620451 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2921 | 2024.08.06 23:55:22.620490 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2922 | 2024.08.06 23:55:22.622176 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003228 sec., 10532.837670384139 rows/sec., 394.80 KiB/sec. | ||
| 2923 | 2024.08.06 23:55:22.622538 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> DynamicQueryHandler: Done processing query | ||
| 2924 | 2024.08.06 23:55:22.622565 [ 3 ] {47517b96-6ae8-4e1a-951e-667e21ea7401} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2925 | 2024.08.06 23:55:22.622582 [ 3 ] {} <Debug> HTTP-Session: 4b549911-c590-4f5a-abc5-34310ceb8a84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2926 | 2024.08.06 23:55:22.622824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1357, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2927 | 2024.08.06 23:55:22.622872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2928 | 2024.08.06 23:55:22.622925 [ 3 ] {} <Debug> HTTP-Session: 4bb777a7-64e3-4959-b9f7-bb01b64da196 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2929 | 2024.08.06 23:55:22.622946 [ 3 ] {} <Debug> HTTP-Session: 4bb777a7-64e3-4959-b9f7-bb01b64da196 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2930 | 2024.08.06 23:55:22.622966 [ 3 ] {} <Debug> HTTP-Session: 4bb777a7-64e3-4959-b9f7-bb01b64da196 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2931 | 2024.08.06 23:55:22.622999 [ 3 ] {} <Trace> HTTP-Session: 4bb777a7-64e3-4959-b9f7-bb01b64da196 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2932 | 2024.08.06 23:55:22.623229 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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) | ||
| 2933 | 2024.08.06 23:55:22.623541 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2934 | 2024.08.06 23:55:22.623594 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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 | ||
| 2935 | 2024.08.06 23:55:22.623959 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2936 | 2024.08.06 23:55:22.624029 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2937 | 2024.08.06 23:55:22.624178 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2938 | 2024.08.06 23:55:22.624295 [ 252 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2939 | 2024.08.06 23:55:22.624317 [ 258 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2940 | 2024.08.06 23:55:22.624341 [ 251 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2941 | 2024.08.06 23:55:22.624460 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2942 | 2024.08.06 23:55:22.624490 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2943 | 2024.08.06 23:55:22.624601 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2944 | 2024.08.06 23:55:22.624623 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2945 | 2024.08.06 23:55:22.624664 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2946 | 2024.08.06 23:55:22.624707 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2947 | 2024.08.06 23:55:22.624746 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2948 | 2024.08.06 23:55:22.626320 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.003196 sec., 10638.297872340425 rows/sec., 398.75 KiB/sec. | ||
| 2949 | 2024.08.06 23:55:22.626668 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> DynamicQueryHandler: Done processing query | ||
| 2950 | 2024.08.06 23:55:22.626694 [ 3 ] {60176203-c3e8-49ec-b79d-66c6df9f5619} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2951 | 2024.08.06 23:55:22.626712 [ 3 ] {} <Debug> HTTP-Session: 4bb777a7-64e3-4959-b9f7-bb01b64da196 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2952 | 2024.08.06 23:55:22.626966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1386, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2953 | 2024.08.06 23:55:22.627018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2954 | 2024.08.06 23:55:22.627038 [ 3 ] {} <Debug> HTTP-Session: 4aba479a-86a9-40b7-80cd-a20b5d526b25 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2955 | 2024.08.06 23:55:22.627055 [ 3 ] {} <Debug> HTTP-Session: 4aba479a-86a9-40b7-80cd-a20b5d526b25 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2956 | 2024.08.06 23:55:22.627069 [ 3 ] {} <Debug> HTTP-Session: 4aba479a-86a9-40b7-80cd-a20b5d526b25 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2957 | 2024.08.06 23:55:22.627101 [ 3 ] {} <Trace> HTTP-Session: 4aba479a-86a9-40b7-80cd-a20b5d526b25 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2958 | 2024.08.06 23:55:22.627262 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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) | ||
| 2959 | 2024.08.06 23:55:22.627592 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2960 | 2024.08.06 23:55:22.627644 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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 | ||
| 2961 | 2024.08.06 23:55:22.627995 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2962 | 2024.08.06 23:55:22.628064 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2963 | 2024.08.06 23:55:22.628225 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2964 | 2024.08.06 23:55:22.628361 [ 257 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2965 | 2024.08.06 23:55:22.628382 [ 251 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2966 | 2024.08.06 23:55:22.628400 [ 252 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2967 | 2024.08.06 23:55:22.628512 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 2968 | 2024.08.06 23:55:22.628549 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2969 | 2024.08.06 23:55:22.628655 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2970 | 2024.08.06 23:55:22.628678 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 34 rows with 3 streams | ||
| 2971 | 2024.08.06 23:55:22.628718 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2972 | 2024.08.06 23:55:22.628760 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2973 | 2024.08.06 23:55:22.628797 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 2974 | 2024.08.06 23:55:22.630550 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> executeQuery: Read 34 rows, 1.27 KiB in 0.00337 sec., 10089.020771513353 rows/sec., 378.16 KiB/sec. | ||
| 2975 | 2024.08.06 23:55:22.630901 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> DynamicQueryHandler: Done processing query | ||
| 2976 | 2024.08.06 23:55:22.630928 [ 3 ] {9589c5f3-881d-4e5e-a760-ec011d4f7421} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
| 2977 | 2024.08.06 23:55:22.630950 [ 3 ] {} <Debug> HTTP-Session: 4aba479a-86a9-40b7-80cd-a20b5d526b25 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2978 | 2024.08.06 23:55:22.719173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2979 | 2024.08.06 23:55:22.719292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2980 | 2024.08.06 23:55:22.719331 [ 3 ] {} <Debug> HTTP-Session: 9fa7143c-95cb-43f0-98a2-9069f236ddeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2981 | 2024.08.06 23:55:22.719365 [ 3 ] {} <Debug> HTTP-Session: 9fa7143c-95cb-43f0-98a2-9069f236ddeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2982 | 2024.08.06 23:55:22.719391 [ 3 ] {} <Debug> HTTP-Session: 9fa7143c-95cb-43f0-98a2-9069f236ddeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2983 | 2024.08.06 23:55:22.719453 [ 3 ] {} <Trace> HTTP-Session: 9fa7143c-95cb-43f0-98a2-9069f236ddeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2984 | 2024.08.06 23:55:22.719679 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 2985 | 2024.08.06 23:55:22.719771 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2986 | 2024.08.06 23:55:22.720102 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 2987 | 2024.08.06 23:55:22.720596 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2988 | 2024.08.06 23:55:22.720635 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 2989 | 2024.08.06 23:55:22.721156 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2990 | 2024.08.06 23:55:22.721500 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2991 | 2024.08.06 23:55:22.721643 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002044 sec., 2935.420743639922 rows/sec., 653.59 KiB/sec. | ||
| 2992 | 2024.08.06 23:55:22.721957 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Debug> DynamicQueryHandler: Done processing query | ||
| 2993 | 2024.08.06 23:55:22.721984 [ 3 ] {4877c360-cd72-4d52-9087-0496f22dfe42} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 2994 | 2024.08.06 23:55:22.721999 [ 3 ] {} <Debug> HTTP-Session: 9fa7143c-95cb-43f0-98a2-9069f236ddeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2995 | 2024.08.06 23:55:22.722642 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 173298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 2996 | 2024.08.06 23:55:22.722692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 2997 | 2024.08.06 23:55:22.722799 [ 3 ] {} <Debug> HTTP-Session: db1e65e7-7fa8-4fad-93ff-4018333dbb17 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 2998 | 2024.08.06 23:55:22.722818 [ 3 ] {} <Debug> HTTP-Session: db1e65e7-7fa8-4fad-93ff-4018333dbb17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 2999 | 2024.08.06 23:55:22.722832 [ 3 ] {} <Debug> HTTP-Session: db1e65e7-7fa8-4fad-93ff-4018333dbb17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3000 | 2024.08.06 23:55:22.722863 [ 3 ] {} <Trace> HTTP-Session: db1e65e7-7fa8-4fad-93ff-4018333dbb17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3001 | 2024.08.06 23:55:22.723973 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3002 | 2024.08.06 23:55:22.724021 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3003 | 2024.08.06 23:55:22.724167 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3004 | 2024.08.06 23:55:22.725390 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3005 | 2024.08.06 23:55:22.725426 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3006 | 2024.08.06 23:55:22.725889 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3007 | 2024.08.06 23:55:22.726220 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3008 | 2024.08.06 23:55:22.726341 [ 54 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3009 | 2024.08.06 23:55:22.726351 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.003341 sec., 357976.6536964981 rows/sec., 29.51 MiB/sec. | ||
| 3010 | 2024.08.06 23:55:22.726388 [ 54 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3011 | 2024.08.06 23:55:22.726430 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3012 | 2024.08.06 23:55:22.726575 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 3013 | 2024.08.06 23:55:22.726609 [ 3 ] {6bdc995b-da17-49df-8e85-66f829a988e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
| 3014 | 2024.08.06 23:55:22.726617 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 3015 | 2024.08.06 23:55:22.726635 [ 3 ] {} <Debug> HTTP-Session: db1e65e7-7fa8-4fad-93ff-4018333dbb17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3016 | 2024.08.06 23:55:22.726803 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3017 | 2024.08.06 23:55:22.726846 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part | ||
| 3018 | 2024.08.06 23:55:22.727009 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 135 rows starting from the beginning of the part | ||
| 3019 | 2024.08.06 23:55:22.727068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3020 | 2024.08.06 23:55:22.727341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3021 | 2024.08.06 23:55:22.727357 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 122 rows starting from the beginning of the part | ||
| 3022 | 2024.08.06 23:55:22.727428 [ 3 ] {} <Debug> HTTP-Session: 114ec090-03b6-49f8-8240-7d3d74afe0b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3023 | 2024.08.06 23:55:22.727593 [ 3 ] {} <Debug> HTTP-Session: 114ec090-03b6-49f8-8240-7d3d74afe0b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3024 | 2024.08.06 23:55:22.727632 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 161 rows starting from the beginning of the part | ||
| 3025 | 2024.08.06 23:55:22.727679 [ 3 ] {} <Debug> HTTP-Session: 114ec090-03b6-49f8-8240-7d3d74afe0b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3026 | 2024.08.06 23:55:22.727868 [ 3 ] {} <Trace> HTTP-Session: 114ec090-03b6-49f8-8240-7d3d74afe0b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2024.08.06 23:55:22.727925 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 122 rows starting from the beginning of the part | ||
| 3028 | 2024.08.06 23:55:22.728129 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1196 rows starting from the beginning of the part | ||
| 3029 | 2024.08.06 23:55:22.728493 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 3030 | 2024.08.06 23:55:22.728564 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3031 | 2024.08.06 23:55:22.729074 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3032 | 2024.08.06 23:55:22.730514 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1937 rows, containing 4 columns (4 merged, 0 gathered) in 0.003995068 sec., 484847.8173588034 rows/sec., 40.88 MiB/sec. | ||
| 3033 | 2024.08.06 23:55:22.730786 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3034 | 2024.08.06 23:55:22.731186 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3035 | 2024.08.06 23:55:22.731270 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_11_2} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3036 | 2024.08.06 23:55:22.731352 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 3037 | 2024.08.06 23:55:22.734171 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3038 | 2024.08.06 23:55:22.734214 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3039 | 2024.08.06 23:55:22.734630 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3040 | 2024.08.06 23:55:22.735014 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3041 | 2024.08.06 23:55:22.735145 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.006957 sec., 32772.74687365244 rows/sec., 2.22 MiB/sec. | ||
| 3042 | 2024.08.06 23:55:22.735442 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3043 | 2024.08.06 23:55:22.735467 [ 3 ] {4c5fb1af-0cb8-4cfb-8221-92635e2b4a6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 3044 | 2024.08.06 23:55:22.735485 [ 3 ] {} <Debug> HTTP-Session: 114ec090-03b6-49f8-8240-7d3d74afe0b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3045 | 2024.08.06 23:55:22.735705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 85850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3046 | 2024.08.06 23:55:22.735754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3047 | 2024.08.06 23:55:22.735773 [ 3 ] {} <Debug> HTTP-Session: b9ea275e-8840-4836-8a24-2ad8be2cc0ef Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3048 | 2024.08.06 23:55:22.735790 [ 3 ] {} <Debug> HTTP-Session: b9ea275e-8840-4836-8a24-2ad8be2cc0ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3049 | 2024.08.06 23:55:22.735804 [ 3 ] {} <Debug> HTTP-Session: b9ea275e-8840-4836-8a24-2ad8be2cc0ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3050 | 2024.08.06 23:55:22.735835 [ 3 ] {} <Trace> HTTP-Session: b9ea275e-8840-4836-8a24-2ad8be2cc0ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3051 | 2024.08.06 23:55:22.736248 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3052 | 2024.08.06 23:55:22.736293 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3053 | 2024.08.06 23:55:22.736433 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3054 | 2024.08.06 23:55:22.737059 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.08.06 23:55:22.737096 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3056 | 2024.08.06 23:55:22.737430 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3057 | 2024.08.06 23:55:22.737747 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3058 | 2024.08.06 23:55:22.737872 [ 54 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3059 | 2024.08.06 23:55:22.737877 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001925 sec., 270129.87012987013 rows/sec., 19.99 MiB/sec. | ||
| 3060 | 2024.08.06 23:55:22.737909 [ 54 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3061 | 2024.08.06 23:55:22.737953 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3062 | 2024.08.06 23:55:22.738086 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 3063 | 2024.08.06 23:55:22.738096 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3064 | 2024.08.06 23:55:22.738139 [ 3 ] {36643126-b7ad-4f2b-918e-aa82b68bb52b} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
| 3065 | 2024.08.06 23:55:22.738163 [ 3 ] {} <Debug> HTTP-Session: b9ea275e-8840-4836-8a24-2ad8be2cc0ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3066 | 2024.08.06 23:55:22.738241 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3067 | 2024.08.06 23:55:22.738274 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 383 rows starting from the beginning of the part | ||
| 3068 | 2024.08.06 23:55:22.738396 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 354 rows starting from the beginning of the part | ||
| 3069 | 2024.08.06 23:55:22.738610 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 86 rows starting from the beginning of the part | ||
| 3070 | 2024.08.06 23:55:22.738781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 451975, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3071 | 2024.08.06 23:55:22.738798 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
| 3072 | 2024.08.06 23:55:22.738927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3073 | 2024.08.06 23:55:22.739024 [ 3 ] {} <Debug> HTTP-Session: a012c79e-8ead-4b97-afed-7ce8d2cab928 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3074 | 2024.08.06 23:55:22.739025 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 86 rows starting from the beginning of the part | ||
| 3075 | 2024.08.06 23:55:22.739105 [ 3 ] {} <Debug> HTTP-Session: a012c79e-8ead-4b97-afed-7ce8d2cab928 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3076 | 2024.08.06 23:55:22.739192 [ 3 ] {} <Debug> HTTP-Session: a012c79e-8ead-4b97-afed-7ce8d2cab928 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3077 | 2024.08.06 23:55:22.739270 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 520 rows starting from the beginning of the part | ||
| 3078 | 2024.08.06 23:55:22.739295 [ 3 ] {} <Trace> HTTP-Session: a012c79e-8ead-4b97-afed-7ce8d2cab928 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3079 | 2024.08.06 23:55:22.740652 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3080 | 2024.08.06 23:55:22.740681 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1811 rows, containing 4 columns (4 merged, 0 gathered) in 0.002656429 sec., 681742.2938840074 rows/sec., 49.06 MiB/sec. | ||
| 3081 | 2024.08.06 23:55:22.740712 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3082 | 2024.08.06 23:55:22.740926 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3083 | 2024.08.06 23:55:22.740972 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3084 | 2024.08.06 23:55:22.741530 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3085 | 2024.08.06 23:55:22.741631 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_11_2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3086 | 2024.08.06 23:55:22.741767 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3087 | 2024.08.06 23:55:22.743275 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3088 | 2024.08.06 23:55:22.743317 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3089 | 2024.08.06 23:55:22.743946 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3090 | 2024.08.06 23:55:22.744303 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3091 | 2024.08.06 23:55:22.744427 [ 54 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3092 | 2024.08.06 23:55:22.744433 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Debug> executeQuery: Read 2390 rows, 163.47 KiB in 0.004733 sec., 504965.13839002745 rows/sec., 33.73 MiB/sec. | ||
| 3093 | 2024.08.06 23:55:22.744457 [ 54 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3094 | 2024.08.06 23:55:22.744495 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3095 | 2024.08.06 23:55:22.744621 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 3096 | 2024.08.06 23:55:22.744658 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Debug> DynamicQueryHandler: Done processing query | ||
| 3097 | 2024.08.06 23:55:22.744689 [ 3 ] {ffa4e093-243c-4563-96b4-e88dfefd9492} <Debug> MemoryTracker: Peak memory usage (for query): 5.47 MiB. | ||
| 3098 | 2024.08.06 23:55:22.744712 [ 3 ] {} <Debug> HTTP-Session: a012c79e-8ead-4b97-afed-7ce8d2cab928 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3099 | 2024.08.06 23:55:22.744792 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3100 | 2024.08.06 23:55:22.744828 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 304 rows starting from the beginning of the part | ||
| 3101 | 2024.08.06 23:55:22.744913 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 3102 | 2024.08.06 23:55:22.744997 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 3103 | 2024.08.06 23:55:22.745076 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 3104 | 2024.08.06 23:55:22.745131 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1869, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3105 | 2024.08.06 23:55:22.745210 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 3106 | 2024.08.06 23:55:22.745229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3107 | 2024.08.06 23:55:22.745261 [ 3 ] {} <Debug> HTTP-Session: a69165d5-9abe-4711-bbd1-0bdf12b09921 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3108 | 2024.08.06 23:55:22.745316 [ 3 ] {} <Debug> HTTP-Session: a69165d5-9abe-4711-bbd1-0bdf12b09921 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3109 | 2024.08.06 23:55:22.745335 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2390 rows starting from the beginning of the part | ||
| 3110 | 2024.08.06 23:55:22.745355 [ 3 ] {} <Debug> HTTP-Session: a69165d5-9abe-4711-bbd1-0bdf12b09921 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3111 | 2024.08.06 23:55:22.745457 [ 3 ] {} <Trace> HTTP-Session: a69165d5-9abe-4711-bbd1-0bdf12b09921 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3112 | 2024.08.06 23:55:22.745743 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3113 | 2024.08.06 23:55:22.745799 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3114 | 2024.08.06 23:55:22.746030 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3115 | 2024.08.06 23:55:22.746531 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3116 | 2024.08.06 23:55:22.746576 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3117 | 2024.08.06 23:55:22.747108 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3118 | 2024.08.06 23:55:22.747643 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3119 | 2024.08.06 23:55:22.747786 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3234 rows, containing 5 columns (5 merged, 0 gathered) in 0.003218901 sec., 1004690.7314018045 rows/sec., 67.92 MiB/sec. | ||
| 3120 | 2024.08.06 23:55:22.747872 [ 54 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3121 | 2024.08.06 23:55:22.747936 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.002287 sec., 5247.048535198951 rows/sec., 362.10 KiB/sec. | ||
| 3122 | 2024.08.06 23:55:22.747939 [ 54 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2024.08.06 23:55:22.747990 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3124 | 2024.08.06 23:55:22.748410 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3125 | 2024.08.06 23:55:22.748496 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 3126 | 2024.08.06 23:55:22.748525 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3127 | 2024.08.06 23:55:22.748721 [ 3 ] {142cea93-6384-4412-b3d3-456c3d03ac6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3128 | 2024.08.06 23:55:22.748909 [ 3 ] {} <Debug> HTTP-Session: a69165d5-9abe-4711-bbd1-0bdf12b09921 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3129 | 2024.08.06 23:55:22.749185 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3130 | 2024.08.06 23:55:22.749301 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 154 rows starting from the beginning of the part | ||
| 3131 | 2024.08.06 23:55:22.749589 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
| 3132 | 2024.08.06 23:55:22.749888 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 3133 | 2024.08.06 23:55:22.749883 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3134 | 2024.08.06 23:55:22.750213 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3135 | 2024.08.06 23:55:22.750231 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 3136 | 2024.08.06 23:55:22.750453 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 3137 | 2024.08.06 23:55:22.750518 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 3138 | 2024.08.06 23:55:22.750657 [ 200 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part | ||
| 3139 | 2024.08.06 23:55:22.751917 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 4 columns (4 merged, 0 gathered) in 0.003770334 sec., 99725.91287668413 rows/sec., 6.66 MiB/sec. | ||
| 3140 | 2024.08.06 23:55:22.752074 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3141 | 2024.08.06 23:55:22.752485 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.08.06 23:55:22.752572 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_11_2} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3143 | 2024.08.06 23:55:22.752650 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3144 | 2024.08.06 23:55:23.000165 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.92 MiB, peak 187.94 MiB, free memory in arenas 0.00 B, will set to 181.13 MiB (RSS), difference: 2.21 MiB | ||
| 3145 | 2024.08.06 23:55:26.396745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3146 | 2024.08.06 23:55:26.396911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3147 | 2024.08.06 23:55:26.396952 [ 3 ] {} <Debug> HTTP-Session: ceff8035-5ea2-402e-bd03-4be1ac5bf8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3148 | 2024.08.06 23:55:26.396991 [ 3 ] {} <Debug> HTTP-Session: ceff8035-5ea2-402e-bd03-4be1ac5bf8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3149 | 2024.08.06 23:55:26.397018 [ 3 ] {} <Debug> HTTP-Session: ceff8035-5ea2-402e-bd03-4be1ac5bf8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3150 | 2024.08.06 23:55:26.397095 [ 3 ] {} <Trace> HTTP-Session: ceff8035-5ea2-402e-bd03-4be1ac5bf8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3151 | 2024.08.06 23:55:26.397287 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3152 | 2024.08.06 23:55:26.397351 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3153 | 2024.08.06 23:55:26.397539 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3154 | 2024.08.06 23:55:26.397972 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3155 | 2024.08.06 23:55:26.398011 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3156 | 2024.08.06 23:55:26.398376 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3157 | 2024.08.06 23:55:26.398709 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3158 | 2024.08.06 23:55:26.398850 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 209.91 KiB/sec. | ||
| 3159 | 2024.08.06 23:55:26.399046 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Debug> DynamicQueryHandler: Done processing query | ||
| 3160 | 2024.08.06 23:55:26.399073 [ 3 ] {68f93b6a-7399-445a-bb03-d9e3ba19f374} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3161 | 2024.08.06 23:55:26.399090 [ 3 ] {} <Debug> HTTP-Session: ceff8035-5ea2-402e-bd03-4be1ac5bf8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3162 | 2024.08.06 23:55:26.399273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 24362, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3163 | 2024.08.06 23:55:26.399323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3164 | 2024.08.06 23:55:26.399342 [ 3 ] {} <Debug> HTTP-Session: 8fa0426d-7591-4354-8552-f71bf6a1e8b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3165 | 2024.08.06 23:55:26.399360 [ 3 ] {} <Debug> HTTP-Session: 8fa0426d-7591-4354-8552-f71bf6a1e8b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3166 | 2024.08.06 23:55:26.399374 [ 3 ] {} <Debug> HTTP-Session: 8fa0426d-7591-4354-8552-f71bf6a1e8b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3167 | 2024.08.06 23:55:26.399405 [ 3 ] {} <Trace> HTTP-Session: 8fa0426d-7591-4354-8552-f71bf6a1e8b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3168 | 2024.08.06 23:55:26.399545 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3169 | 2024.08.06 23:55:26.399593 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3170 | 2024.08.06 23:55:26.399719 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3171 | 2024.08.06 23:55:26.400136 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3172 | 2024.08.06 23:55:26.400172 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3173 | 2024.08.06 23:55:26.400489 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3174 | 2024.08.06 23:55:26.400799 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3175 | 2024.08.06 23:55:26.400924 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Debug> executeQuery: Read 161 rows, 14.56 KiB in 0.001437 sec., 112038.97007654837 rows/sec., 9.89 MiB/sec. | ||
| 3176 | 2024.08.06 23:55:26.401127 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3177 | 2024.08.06 23:55:26.401152 [ 3 ] {27c42b0f-1ea5-463d-9274-b6e5e7880ce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3178 | 2024.08.06 23:55:26.401169 [ 3 ] {} <Debug> HTTP-Session: 8fa0426d-7591-4354-8552-f71bf6a1e8b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3179 | 2024.08.06 23:55:26.401354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 61574, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3180 | 2024.08.06 23:55:26.401404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3181 | 2024.08.06 23:55:26.401423 [ 3 ] {} <Debug> HTTP-Session: c4160fd7-4ddd-4b32-8be8-8e3ce96a96c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3182 | 2024.08.06 23:55:26.401440 [ 3 ] {} <Debug> HTTP-Session: c4160fd7-4ddd-4b32-8be8-8e3ce96a96c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3183 | 2024.08.06 23:55:26.401454 [ 3 ] {} <Debug> HTTP-Session: c4160fd7-4ddd-4b32-8be8-8e3ce96a96c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3184 | 2024.08.06 23:55:26.401485 [ 3 ] {} <Trace> HTTP-Session: c4160fd7-4ddd-4b32-8be8-8e3ce96a96c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3185 | 2024.08.06 23:55:26.401702 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3186 | 2024.08.06 23:55:26.401745 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3187 | 2024.08.06 23:55:26.401881 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3188 | 2024.08.06 23:55:26.402402 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3189 | 2024.08.06 23:55:26.402440 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3190 | 2024.08.06 23:55:26.402779 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3191 | 2024.08.06 23:55:26.403084 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3192 | 2024.08.06 23:55:26.403237 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001645 sec., 232218.84498480245 rows/sec., 16.31 MiB/sec. | ||
| 3193 | 2024.08.06 23:55:26.403409 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3194 | 2024.08.06 23:55:26.403433 [ 3 ] {d4809200-5f5c-4027-8aa7-326ea645b7a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3195 | 2024.08.06 23:55:26.403450 [ 3 ] {} <Debug> HTTP-Session: c4160fd7-4ddd-4b32-8be8-8e3ce96a96c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3196 | 2024.08.06 23:55:26.403563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3197 | 2024.08.06 23:55:26.403613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3198 | 2024.08.06 23:55:26.403632 [ 3 ] {} <Debug> HTTP-Session: 2190f295-814c-4ce6-8e26-4be5fb3955ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3199 | 2024.08.06 23:55:26.403648 [ 3 ] {} <Debug> HTTP-Session: 2190f295-814c-4ce6-8e26-4be5fb3955ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3200 | 2024.08.06 23:55:26.403662 [ 3 ] {} <Debug> HTTP-Session: 2190f295-814c-4ce6-8e26-4be5fb3955ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3201 | 2024.08.06 23:55:26.403692 [ 3 ] {} <Trace> HTTP-Session: 2190f295-814c-4ce6-8e26-4be5fb3955ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3202 | 2024.08.06 23:55:26.403789 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3203 | 2024.08.06 23:55:26.403833 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3204 | 2024.08.06 23:55:26.403967 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3205 | 2024.08.06 23:55:26.404249 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3206 | 2024.08.06 23:55:26.404286 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3207 | 2024.08.06 23:55:26.404650 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3208 | 2024.08.06 23:55:26.404981 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3209 | 2024.08.06 23:55:26.405153 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 185.88 KiB/sec. | ||
| 3210 | 2024.08.06 23:55:26.405321 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3211 | 2024.08.06 23:55:26.405347 [ 3 ] {503c7c64-37bb-4a76-9d6e-b484a7cf54b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3212 | 2024.08.06 23:55:26.405363 [ 3 ] {} <Debug> HTTP-Session: 2190f295-814c-4ce6-8e26-4be5fb3955ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3213 | 2024.08.06 23:55:26.405496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3214 | 2024.08.06 23:55:26.405544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3215 | 2024.08.06 23:55:26.405563 [ 3 ] {} <Debug> HTTP-Session: 2d65cfad-0dd5-4404-8486-df39c9bbeaed Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3216 | 2024.08.06 23:55:26.405580 [ 3 ] {} <Debug> HTTP-Session: 2d65cfad-0dd5-4404-8486-df39c9bbeaed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3217 | 2024.08.06 23:55:26.405596 [ 3 ] {} <Debug> HTTP-Session: 2d65cfad-0dd5-4404-8486-df39c9bbeaed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3218 | 2024.08.06 23:55:26.405627 [ 3 ] {} <Trace> HTTP-Session: 2d65cfad-0dd5-4404-8486-df39c9bbeaed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3219 | 2024.08.06 23:55:26.405765 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3220 | 2024.08.06 23:55:26.405811 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3221 | 2024.08.06 23:55:26.405956 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3222 | 2024.08.06 23:55:26.406298 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.08.06 23:55:26.406335 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3224 | 2024.08.06 23:55:26.406702 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3225 | 2024.08.06 23:55:26.407044 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.08.06 23:55:26.407220 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001511 sec., 50959.629384513566 rows/sec., 3.14 MiB/sec. | ||
| 3227 | 2024.08.06 23:55:26.407504 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3228 | 2024.08.06 23:55:26.407530 [ 3 ] {bda0dc59-2564-441f-9727-55c5bcef150d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3229 | 2024.08.06 23:55:26.407546 [ 3 ] {} <Debug> HTTP-Session: 2d65cfad-0dd5-4404-8486-df39c9bbeaed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3230 | 2024.08.06 23:55:26.407674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 24483, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3231 | 2024.08.06 23:55:26.407723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3232 | 2024.08.06 23:55:26.407743 [ 3 ] {} <Debug> HTTP-Session: 20c938c2-75af-4b76-a467-1c0d452e5cf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3233 | 2024.08.06 23:55:26.407760 [ 3 ] {} <Debug> HTTP-Session: 20c938c2-75af-4b76-a467-1c0d452e5cf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3234 | 2024.08.06 23:55:26.407774 [ 3 ] {} <Debug> HTTP-Session: 20c938c2-75af-4b76-a467-1c0d452e5cf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3235 | 2024.08.06 23:55:26.407805 [ 3 ] {} <Trace> HTTP-Session: 20c938c2-75af-4b76-a467-1c0d452e5cf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3236 | 2024.08.06 23:55:26.407962 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3237 | 2024.08.06 23:55:26.408009 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3238 | 2024.08.06 23:55:26.408176 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3239 | 2024.08.06 23:55:26.408556 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3240 | 2024.08.06 23:55:26.408598 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3241 | 2024.08.06 23:55:26.408990 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3242 | 2024.08.06 23:55:26.409333 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2024.08.06 23:55:26.409493 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001611 sec., 79453.75543140907 rows/sec., 5.53 MiB/sec. | ||
| 3244 | 2024.08.06 23:55:26.409666 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3245 | 2024.08.06 23:55:26.409691 [ 3 ] {de2191e6-0089-44e4-b316-36d1c784147c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3246 | 2024.08.06 23:55:26.409708 [ 3 ] {} <Debug> HTTP-Session: 20c938c2-75af-4b76-a467-1c0d452e5cf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3247 | 2024.08.06 23:55:26.409825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3248 | 2024.08.06 23:55:26.409873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3249 | 2024.08.06 23:55:26.409892 [ 3 ] {} <Debug> HTTP-Session: b015ea20-b04a-41b7-9a4e-45c08d2ec55d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3250 | 2024.08.06 23:55:26.409909 [ 3 ] {} <Debug> HTTP-Session: b015ea20-b04a-41b7-9a4e-45c08d2ec55d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3251 | 2024.08.06 23:55:26.409923 [ 3 ] {} <Debug> HTTP-Session: b015ea20-b04a-41b7-9a4e-45c08d2ec55d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3252 | 2024.08.06 23:55:26.409953 [ 3 ] {} <Trace> HTTP-Session: b015ea20-b04a-41b7-9a4e-45c08d2ec55d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2024.08.06 23:55:26.410056 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3254 | 2024.08.06 23:55:26.410100 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3255 | 2024.08.06 23:55:26.410228 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3256 | 2024.08.06 23:55:26.410491 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3257 | 2024.08.06 23:55:26.410528 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3258 | 2024.08.06 23:55:26.410887 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3259 | 2024.08.06 23:55:26.411210 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3260 | 2024.08.06 23:55:26.411364 [ 48 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3261 | 2024.08.06 23:55:26.411373 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001336 sec., 17215.56886227545 rows/sec., 931.24 KiB/sec. | ||
| 3262 | 2024.08.06 23:55:26.411453 [ 48 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3263 | 2024.08.06 23:55:26.411517 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3264 | 2024.08.06 23:55:26.411750 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 3265 | 2024.08.06 23:55:26.411824 [ 3 ] {b5738944-0b0f-4887-be0f-41239e9a97e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3266 | 2024.08.06 23:55:26.411858 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 3267 | 2024.08.06 23:55:26.411905 [ 3 ] {} <Debug> HTTP-Session: b015ea20-b04a-41b7-9a4e-45c08d2ec55d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3268 | 2024.08.06 23:55:26.412207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 7305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3269 | 2024.08.06 23:55:26.412287 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3270 | 2024.08.06 23:55:26.412303 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3271 | 2024.08.06 23:55:26.412356 [ 3 ] {} <Debug> HTTP-Session: 15c88dba-036c-4b2a-9dd8-42db14786e0f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3272 | 2024.08.06 23:55:26.412360 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
| 3273 | 2024.08.06 23:55:26.412385 [ 3 ] {} <Debug> HTTP-Session: 15c88dba-036c-4b2a-9dd8-42db14786e0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3274 | 2024.08.06 23:55:26.412424 [ 3 ] {} <Debug> HTTP-Session: 15c88dba-036c-4b2a-9dd8-42db14786e0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3275 | 2024.08.06 23:55:26.412528 [ 3 ] {} <Trace> HTTP-Session: 15c88dba-036c-4b2a-9dd8-42db14786e0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2024.08.06 23:55:26.412597 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
| 3277 | 2024.08.06 23:55:26.412892 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 3278 | 2024.08.06 23:55:26.412960 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3279 | 2024.08.06 23:55:26.413176 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3280 | 2024.08.06 23:55:26.413235 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
| 3281 | 2024.08.06 23:55:26.413554 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 3282 | 2024.08.06 23:55:26.413887 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
| 3283 | 2024.08.06 23:55:26.414302 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3284 | 2024.08.06 23:55:26.415121 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3285 | 2024.08.06 23:55:26.415177 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3286 | 2024.08.06 23:55:26.416205 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3287 | 2024.08.06 23:55:26.416793 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.005165774 sec., 24584.892796316683 rows/sec., 1.35 MiB/sec. | ||
| 3288 | 2024.08.06 23:55:26.417107 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3289 | 2024.08.06 23:55:26.417140 [ 195 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3290 | 2024.08.06 23:55:26.417408 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004695 sec., 10223.642172523962 rows/sec., 705.54 KiB/sec. | ||
| 3291 | 2024.08.06 23:55:26.417790 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Debug> DynamicQueryHandler: Done processing query | ||
| 3292 | 2024.08.06 23:55:26.417841 [ 3 ] {29ece98a-34b7-494d-8c21-c759644b7446} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3293 | 2024.08.06 23:55:26.417870 [ 3 ] {} <Debug> HTTP-Session: 15c88dba-036c-4b2a-9dd8-42db14786e0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3294 | 2024.08.06 23:55:26.418024 [ 195 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2024.08.06 23:55:26.418111 [ 195 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_6_1} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3296 | 2024.08.06 23:55:26.418209 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3297 | 2024.08.06 23:55:30.043206 [ 45 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3298 | 2024.08.06 23:55:30.043270 [ 45 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3299 | 2024.08.06 23:55:31.394431 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 1417, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3300 | 2024.08.06 23:55:31.394575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3301 | 2024.08.06 23:55:31.394611 [ 3 ] {} <Debug> HTTP-Session: 1c2c2957-01ca-48d8-a17e-45b095b8986b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3302 | 2024.08.06 23:55:31.394646 [ 3 ] {} <Debug> HTTP-Session: 1c2c2957-01ca-48d8-a17e-45b095b8986b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3303 | 2024.08.06 23:55:31.394667 [ 3 ] {} <Debug> HTTP-Session: 1c2c2957-01ca-48d8-a17e-45b095b8986b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3304 | 2024.08.06 23:55:31.394731 [ 3 ] {} <Trace> HTTP-Session: 1c2c2957-01ca-48d8-a17e-45b095b8986b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2024.08.06 23:55:31.395060 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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) | ||
| 3306 | 2024.08.06 23:55:31.395536 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 3307 | 2024.08.06 23:55:31.395589 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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 | ||
| 3308 | 2024.08.06 23:55:31.395962 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3309 | 2024.08.06 23:55:31.396044 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 3310 | 2024.08.06 23:55:31.396221 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 3311 | 2024.08.06 23:55:31.396401 [ 257 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 3312 | 2024.08.06 23:55:31.396480 [ 260 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 3313 | 2024.08.06 23:55:31.396529 [ 252 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 3314 | 2024.08.06 23:55:31.396537 [ 251 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 3315 | 2024.08.06 23:55:31.396794 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 3316 | 2024.08.06 23:55:31.396827 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 3317 | 2024.08.06 23:55:31.396965 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 3318 | 2024.08.06 23:55:31.396989 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 3319 | 2024.08.06 23:55:31.397033 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 3320 | 2024.08.06 23:55:31.397079 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 3321 | 2024.08.06 23:55:31.397119 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 3322 | 2024.08.06 23:55:31.397159 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', '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_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'))" | ||
| 3323 | 2024.08.06 23:55:31.399520 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> executeQuery: Read 40 rows, 1.49 KiB in 0.004621 sec., 8656.135035706557 rows/sec., 322.70 KiB/sec. | ||
| 3324 | 2024.08.06 23:55:31.399946 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 3325 | 2024.08.06 23:55:31.399973 [ 3 ] {cbbc2b92-b75e-47ce-953f-035b12c8b2a8} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
| 3326 | 2024.08.06 23:55:31.399992 [ 3 ] {} <Debug> HTTP-Session: 1c2c2957-01ca-48d8-a17e-45b095b8986b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3327 | 2024.08.06 23:55:31.401847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3328 | 2024.08.06 23:55:31.401903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3329 | 2024.08.06 23:55:31.401923 [ 3 ] {} <Debug> HTTP-Session: e98d8d12-f45d-42b8-ae8a-15c0ae8f490b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3330 | 2024.08.06 23:55:31.401942 [ 3 ] {} <Debug> HTTP-Session: e98d8d12-f45d-42b8-ae8a-15c0ae8f490b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3331 | 2024.08.06 23:55:31.401957 [ 3 ] {} <Debug> HTTP-Session: e98d8d12-f45d-42b8-ae8a-15c0ae8f490b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3332 | 2024.08.06 23:55:31.401991 [ 3 ] {} <Trace> HTTP-Session: e98d8d12-f45d-42b8-ae8a-15c0ae8f490b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3333 | 2024.08.06 23:55:31.402118 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
| 3334 | 2024.08.06 23:55:31.402167 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 3335 | 2024.08.06 23:55:31.402340 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3336 | 2024.08.06 23:55:31.402671 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3337 | 2024.08.06 23:55:31.402713 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3338 | 2024.08.06 23:55:31.403218 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3339 | 2024.08.06 23:55:31.403546 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3340 | 2024.08.06 23:55:31.403727 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001639 sec., 610.1281269066503 rows/sec., 138.23 KiB/sec. | ||
| 3341 | 2024.08.06 23:55:31.403931 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3342 | 2024.08.06 23:55:31.403957 [ 3 ] {2fb51354-05b6-4c9d-b5ab-5595a7151c5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
| 3343 | 2024.08.06 23:55:31.403974 [ 3 ] {} <Debug> HTTP-Session: e98d8d12-f45d-42b8-ae8a-15c0ae8f490b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3344 | 2024.08.06 23:55:31.404119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3345 | 2024.08.06 23:55:31.404168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3346 | 2024.08.06 23:55:31.404188 [ 3 ] {} <Debug> HTTP-Session: 09452dda-e607-48db-9242-7a3f28d4614c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3347 | 2024.08.06 23:55:31.404205 [ 3 ] {} <Debug> HTTP-Session: 09452dda-e607-48db-9242-7a3f28d4614c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3348 | 2024.08.06 23:55:31.404219 [ 3 ] {} <Debug> HTTP-Session: 09452dda-e607-48db-9242-7a3f28d4614c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3349 | 2024.08.06 23:55:31.404250 [ 3 ] {} <Trace> HTTP-Session: 09452dda-e607-48db-9242-7a3f28d4614c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3350 | 2024.08.06 23:55:31.404353 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3351 | 2024.08.06 23:55:31.404397 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3352 | 2024.08.06 23:55:31.404527 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3353 | 2024.08.06 23:55:31.404837 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3354 | 2024.08.06 23:55:31.404874 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3355 | 2024.08.06 23:55:31.405197 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3356 | 2024.08.06 23:55:31.405504 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3357 | 2024.08.06 23:55:31.405651 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001316 sec., 16717.325227963527 rows/sec., 1.32 MiB/sec. | ||
| 3358 | 2024.08.06 23:55:31.405663 [ 44 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3359 | 2024.08.06 23:55:31.405747 [ 44 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3360 | 2024.08.06 23:55:31.405801 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3361 | 2024.08.06 23:55:31.405948 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3362 | 2024.08.06 23:55:31.406026 [ 3 ] {d40892bd-5647-4712-b6d7-1caee33c9d1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3363 | 2024.08.06 23:55:31.406171 [ 3 ] {} <Debug> HTTP-Session: 09452dda-e607-48db-9242-7a3f28d4614c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3364 | 2024.08.06 23:55:31.406205 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 3365 | 2024.08.06 23:55:31.406405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3366 | 2024.08.06 23:55:31.406526 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3367 | 2024.08.06 23:55:31.406542 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3368 | 2024.08.06 23:55:31.406558 [ 3 ] {} <Debug> HTTP-Session: c7428178-7843-4827-9daa-8b266286bbda Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3369 | 2024.08.06 23:55:31.406620 [ 3 ] {} <Debug> HTTP-Session: c7428178-7843-4827-9daa-8b266286bbda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3370 | 2024.08.06 23:55:31.406622 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 28 rows starting from the beginning of the part | ||
| 3371 | 2024.08.06 23:55:31.406647 [ 3 ] {} <Debug> HTTP-Session: c7428178-7843-4827-9daa-8b266286bbda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3372 | 2024.08.06 23:55:31.406716 [ 3 ] {} <Trace> HTTP-Session: c7428178-7843-4827-9daa-8b266286bbda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3373 | 2024.08.06 23:55:31.406912 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part | ||
| 3374 | 2024.08.06 23:55:31.407007 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3375 | 2024.08.06 23:55:31.407155 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3376 | 2024.08.06 23:55:31.407190 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 3377 | 2024.08.06 23:55:31.407490 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part | ||
| 3378 | 2024.08.06 23:55:31.407839 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 3379 | 2024.08.06 23:55:31.408096 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 22 rows starting from the beginning of the part | ||
| 3380 | 2024.08.06 23:55:31.408475 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3381 | 2024.08.06 23:55:31.409201 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3382 | 2024.08.06 23:55:31.409274 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3383 | 2024.08.06 23:55:31.410327 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3384 | 2024.08.06 23:55:31.410411 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 106 rows, containing 4 columns (4 merged, 0 gathered) in 0.0045186 sec., 23458.59336962776 rows/sec., 1.75 MiB/sec. | ||
| 3385 | 2024.08.06 23:55:31.410658 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3386 | 2024.08.06 23:55:31.411114 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3387 | 2024.08.06 23:55:31.411460 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004534 sec., 441.1116012351125 rows/sec., 35.97 KiB/sec. | ||
| 3388 | 2024.08.06 23:55:31.411673 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3389 | 2024.08.06 23:55:31.411842 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_11_2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3390 | 2024.08.06 23:55:31.411870 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Debug> DynamicQueryHandler: Done processing query | ||
| 3391 | 2024.08.06 23:55:31.411959 [ 3 ] {f2dfc637-4f34-4f27-bc8f-8213f020c064} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3392 | 2024.08.06 23:55:31.411999 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3393 | 2024.08.06 23:55:31.412001 [ 3 ] {} <Debug> HTTP-Session: c7428178-7843-4827-9daa-8b266286bbda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3394 | 2024.08.06 23:55:31.412276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3395 | 2024.08.06 23:55:31.412330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3396 | 2024.08.06 23:55:31.412349 [ 3 ] {} <Debug> HTTP-Session: 58afcdaa-a715-46a0-8b36-97a63ba5c49e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3397 | 2024.08.06 23:55:31.412366 [ 3 ] {} <Debug> HTTP-Session: 58afcdaa-a715-46a0-8b36-97a63ba5c49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3398 | 2024.08.06 23:55:31.412380 [ 3 ] {} <Debug> HTTP-Session: 58afcdaa-a715-46a0-8b36-97a63ba5c49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3399 | 2024.08.06 23:55:31.412412 [ 3 ] {} <Trace> HTTP-Session: 58afcdaa-a715-46a0-8b36-97a63ba5c49e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3400 | 2024.08.06 23:55:31.412568 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3401 | 2024.08.06 23:55:31.412613 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3402 | 2024.08.06 23:55:31.412759 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3403 | 2024.08.06 23:55:31.413144 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3404 | 2024.08.06 23:55:31.413180 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3405 | 2024.08.06 23:55:31.413507 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3406 | 2024.08.06 23:55:31.413834 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3407 | 2024.08.06 23:55:31.413999 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Debug> executeQuery: Read 123 rows, 10.42 KiB in 0.001483 sec., 82939.98651382333 rows/sec., 6.86 MiB/sec. | ||
| 3408 | 2024.08.06 23:55:31.414159 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Debug> DynamicQueryHandler: Done processing query | ||
| 3409 | 2024.08.06 23:55:31.414183 [ 3 ] {dae769a8-f247-417d-a1e7-8344a06eb107} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3410 | 2024.08.06 23:55:31.414201 [ 3 ] {} <Debug> HTTP-Session: 58afcdaa-a715-46a0-8b36-97a63ba5c49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3411 | 2024.08.06 23:55:31.414321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3412 | 2024.08.06 23:55:31.414367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3413 | 2024.08.06 23:55:31.414386 [ 3 ] {} <Debug> HTTP-Session: ddb6caf5-37af-4619-939c-c900633952b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3414 | 2024.08.06 23:55:31.414403 [ 3 ] {} <Debug> HTTP-Session: ddb6caf5-37af-4619-939c-c900633952b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3415 | 2024.08.06 23:55:31.414417 [ 3 ] {} <Debug> HTTP-Session: ddb6caf5-37af-4619-939c-c900633952b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3416 | 2024.08.06 23:55:31.414448 [ 3 ] {} <Trace> HTTP-Session: ddb6caf5-37af-4619-939c-c900633952b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3417 | 2024.08.06 23:55:31.414542 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3418 | 2024.08.06 23:55:31.414584 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3419 | 2024.08.06 23:55:31.414711 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3420 | 2024.08.06 23:55:31.415017 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2024.08.06 23:55:31.415053 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3422 | 2024.08.06 23:55:31.415415 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 3423 | 2024.08.06 23:55:31.415733 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3424 | 2024.08.06 23:55:31.415892 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001369 sec., 1460.9203798392987 rows/sec., 102.01 KiB/sec. | ||
| 3425 | 2024.08.06 23:55:31.416154 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Debug> DynamicQueryHandler: Done processing query | ||
| 3426 | 2024.08.06 23:55:31.416180 [ 3 ] {dcbd7a6d-bca3-42d6-81ef-b9113a823b91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3427 | 2024.08.06 23:55:31.416196 [ 3 ] {} <Debug> HTTP-Session: ddb6caf5-37af-4619-939c-c900633952b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3428 | 2024.08.06 23:55:31.416341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3429 | 2024.08.06 23:55:31.416391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3430 | 2024.08.06 23:55:31.416410 [ 3 ] {} <Debug> HTTP-Session: f76041f3-af84-4fdd-b489-6857c4946601 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3431 | 2024.08.06 23:55:31.416428 [ 3 ] {} <Debug> HTTP-Session: f76041f3-af84-4fdd-b489-6857c4946601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3432 | 2024.08.06 23:55:31.416442 [ 3 ] {} <Debug> HTTP-Session: f76041f3-af84-4fdd-b489-6857c4946601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3433 | 2024.08.06 23:55:31.416473 [ 3 ] {} <Trace> HTTP-Session: f76041f3-af84-4fdd-b489-6857c4946601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3434 | 2024.08.06 23:55:31.416592 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3435 | 2024.08.06 23:55:31.416637 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3436 | 2024.08.06 23:55:31.416787 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3437 | 2024.08.06 23:55:31.417125 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3438 | 2024.08.06 23:55:31.417164 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3439 | 2024.08.06 23:55:31.417482 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3440 | 2024.08.06 23:55:31.417798 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3441 | 2024.08.06 23:55:31.417952 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.001399 sec., 62902.07290922087 rows/sec., 4.91 MiB/sec. | ||
| 3442 | 2024.08.06 23:55:31.418108 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Debug> DynamicQueryHandler: Done processing query | ||
| 3443 | 2024.08.06 23:55:31.418134 [ 3 ] {142ab973-6b0f-47a4-b3c8-3fd46ec30a4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3444 | 2024.08.06 23:55:31.418150 [ 3 ] {} <Debug> HTTP-Session: f76041f3-af84-4fdd-b489-6857c4946601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3445 | 2024.08.06 23:55:31.418323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3446 | 2024.08.06 23:55:31.418370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3447 | 2024.08.06 23:55:31.418390 [ 3 ] {} <Debug> HTTP-Session: 11fe5962-3af5-4ea1-bc12-d672274f555c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3448 | 2024.08.06 23:55:31.418406 [ 3 ] {} <Debug> HTTP-Session: 11fe5962-3af5-4ea1-bc12-d672274f555c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3449 | 2024.08.06 23:55:31.418420 [ 3 ] {} <Debug> HTTP-Session: 11fe5962-3af5-4ea1-bc12-d672274f555c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3450 | 2024.08.06 23:55:31.418452 [ 3 ] {} <Trace> HTTP-Session: 11fe5962-3af5-4ea1-bc12-d672274f555c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2024.08.06 23:55:31.418595 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3452 | 2024.08.06 23:55:31.418641 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3453 | 2024.08.06 23:55:31.418785 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3454 | 2024.08.06 23:55:31.419157 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3455 | 2024.08.06 23:55:31.419193 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3456 | 2024.08.06 23:55:31.419587 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3457 | 2024.08.06 23:55:31.419932 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3458 | 2024.08.06 23:55:31.420080 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001544 sec., 104274.61139896372 rows/sec., 7.26 MiB/sec. | ||
| 3459 | 2024.08.06 23:55:31.420260 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Debug> DynamicQueryHandler: Done processing query | ||
| 3460 | 2024.08.06 23:55:31.420285 [ 3 ] {799cd853-da6d-4193-9a92-df2b2436bbbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3461 | 2024.08.06 23:55:31.420302 [ 3 ] {} <Debug> HTTP-Session: 11fe5962-3af5-4ea1-bc12-d672274f555c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3462 | 2024.08.06 23:55:31.420457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3463 | 2024.08.06 23:55:31.420507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3464 | 2024.08.06 23:55:31.420526 [ 3 ] {} <Debug> HTTP-Session: 50f4341d-258e-4129-aeee-710e4895e94c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3465 | 2024.08.06 23:55:31.420544 [ 3 ] {} <Debug> HTTP-Session: 50f4341d-258e-4129-aeee-710e4895e94c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3466 | 2024.08.06 23:55:31.420558 [ 3 ] {} <Debug> HTTP-Session: 50f4341d-258e-4129-aeee-710e4895e94c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3467 | 2024.08.06 23:55:31.420591 [ 3 ] {} <Trace> HTTP-Session: 50f4341d-258e-4129-aeee-710e4895e94c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2024.08.06 23:55:31.420857 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3469 | 2024.08.06 23:55:31.420922 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3470 | 2024.08.06 23:55:31.421326 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3471 | 2024.08.06 23:55:31.421997 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3472 | 2024.08.06 23:55:31.422034 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3473 | 2024.08.06 23:55:31.422702 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3474 | 2024.08.06 23:55:31.423124 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3475 | 2024.08.06 23:55:31.423299 [ 44 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3476 | 2024.08.06 23:55:31.423323 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002653 sec., 8292.499057670562 rows/sec., 14.86 MiB/sec. | ||
| 3477 | 2024.08.06 23:55:31.423364 [ 44 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3478 | 2024.08.06 23:55:31.423434 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3479 | 2024.08.06 23:55:31.423968 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 3480 | 2024.08.06 23:55:31.424131 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3481 | 2024.08.06 23:55:31.424176 [ 3 ] {2cdc81ed-a086-4e11-a316-21f63083e7bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 3482 | 2024.08.06 23:55:31.424229 [ 3 ] {} <Debug> HTTP-Session: 50f4341d-258e-4129-aeee-710e4895e94c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3483 | 2024.08.06 23:55:31.424444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3484 | 2024.08.06 23:55:31.424574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3485 | 2024.08.06 23:55:31.424645 [ 3 ] {} <Debug> HTTP-Session: b6738fd8-28e2-469b-92ce-53e716b91163 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3486 | 2024.08.06 23:55:31.424690 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3487 | 2024.08.06 23:55:31.424698 [ 3 ] {} <Debug> HTTP-Session: b6738fd8-28e2-469b-92ce-53e716b91163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3488 | 2024.08.06 23:55:31.424764 [ 3 ] {} <Debug> HTTP-Session: b6738fd8-28e2-469b-92ce-53e716b91163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3489 | 2024.08.06 23:55:31.424864 [ 3 ] {} <Trace> HTTP-Session: b6738fd8-28e2-469b-92ce-53e716b91163 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2024.08.06 23:55:31.424869 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
| 3491 | 2024.08.06 23:55:31.425201 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3492 | 2024.08.06 23:55:31.425415 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3493 | 2024.08.06 23:55:31.425482 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 21 rows starting from the beginning of the part | ||
| 3494 | 2024.08.06 23:55:31.426316 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3495 | 2024.08.06 23:55:31.426337 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part | ||
| 3496 | 2024.08.06 23:55:31.427072 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part | ||
| 3497 | 2024.08.06 23:55:31.427354 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3498 | 2024.08.06 23:55:31.427485 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3499 | 2024.08.06 23:55:31.427817 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part | ||
| 3500 | 2024.08.06 23:55:31.428445 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part | ||
| 3501 | 2024.08.06 23:55:31.429025 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3502 | 2024.08.06 23:55:31.430098 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3503 | 2024.08.06 23:55:31.430534 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005514 sec., 10881.39281828074 rows/sec., 750.93 KiB/sec. | ||
| 3504 | 2024.08.06 23:55:31.431233 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Debug> DynamicQueryHandler: Done processing query | ||
| 3505 | 2024.08.06 23:55:31.431276 [ 3 ] {20b95143-2bec-4250-b8e4-7aea15e0e894} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3506 | 2024.08.06 23:55:31.431320 [ 3 ] {} <Debug> HTTP-Session: b6738fd8-28e2-469b-92ce-53e716b91163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3507 | 2024.08.06 23:55:31.432792 [ 191 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 19 columns (19 merged, 0 gathered) in 0.009226024 sec., 14090.57682919533 rows/sec., 25.25 MiB/sec. | ||
| 3508 | 2024.08.06 23:55:31.433238 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3509 | 2024.08.06 23:55:31.434018 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3510 | 2024.08.06 23:55:31.434099 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3511 | 2024.08.06 23:55:31.434243 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 3512 | 2024.08.06 23:55:36.400903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3513 | 2024.08.06 23:55:36.401026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3514 | 2024.08.06 23:55:36.401050 [ 3 ] {} <Debug> HTTP-Session: 97071336-f24b-40a1-a553-f89d6f225f5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3515 | 2024.08.06 23:55:36.401075 [ 3 ] {} <Debug> HTTP-Session: 97071336-f24b-40a1-a553-f89d6f225f5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3516 | 2024.08.06 23:55:36.401089 [ 3 ] {} <Debug> HTTP-Session: 97071336-f24b-40a1-a553-f89d6f225f5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3517 | 2024.08.06 23:55:36.401137 [ 3 ] {} <Trace> HTTP-Session: 97071336-f24b-40a1-a553-f89d6f225f5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3518 | 2024.08.06 23:55:36.401312 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3519 | 2024.08.06 23:55:36.401377 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3520 | 2024.08.06 23:55:36.401568 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3521 | 2024.08.06 23:55:36.401994 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3522 | 2024.08.06 23:55:36.402035 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3523 | 2024.08.06 23:55:36.402405 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3524 | 2024.08.06 23:55:36.402747 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3525 | 2024.08.06 23:55:36.402911 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001654 sec., 10278.113663845223 rows/sec., 744.53 KiB/sec. | ||
| 3526 | 2024.08.06 23:55:36.403102 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Debug> DynamicQueryHandler: Done processing query | ||
| 3527 | 2024.08.06 23:55:36.403129 [ 3 ] {faea9dbc-4bc9-48a3-a8af-e02d6653c169} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3528 | 2024.08.06 23:55:36.403145 [ 3 ] {} <Debug> HTTP-Session: 97071336-f24b-40a1-a553-f89d6f225f5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3529 | 2024.08.06 23:55:36.403317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3530 | 2024.08.06 23:55:36.403368 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3531 | 2024.08.06 23:55:36.403387 [ 3 ] {} <Debug> HTTP-Session: 01ec7ebe-6a1f-47f5-9e75-6e0c51926b09 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3532 | 2024.08.06 23:55:36.403403 [ 3 ] {} <Debug> HTTP-Session: 01ec7ebe-6a1f-47f5-9e75-6e0c51926b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3533 | 2024.08.06 23:55:36.403417 [ 3 ] {} <Debug> HTTP-Session: 01ec7ebe-6a1f-47f5-9e75-6e0c51926b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3534 | 2024.08.06 23:55:36.403447 [ 3 ] {} <Trace> HTTP-Session: 01ec7ebe-6a1f-47f5-9e75-6e0c51926b09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3535 | 2024.08.06 23:55:36.403542 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 3536 | 2024.08.06 23:55:36.403585 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3537 | 2024.08.06 23:55:36.403716 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3538 | 2024.08.06 23:55:36.404028 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3539 | 2024.08.06 23:55:36.404064 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3540 | 2024.08.06 23:55:36.404371 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3541 | 2024.08.06 23:55:36.404704 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3542 | 2024.08.06 23:55:36.404853 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 367.59 KiB/sec. | ||
| 3543 | 2024.08.06 23:55:36.405024 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3544 | 2024.08.06 23:55:36.405049 [ 3 ] {ca3f0b3a-5077-4638-968d-562297dcf3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3545 | 2024.08.06 23:55:36.405065 [ 3 ] {} <Debug> HTTP-Session: 01ec7ebe-6a1f-47f5-9e75-6e0c51926b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3546 | 2024.08.06 23:55:36.405233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3547 | 2024.08.06 23:55:36.405281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3548 | 2024.08.06 23:55:36.405300 [ 3 ] {} <Debug> HTTP-Session: 3cb8badb-864e-4d2c-b9b0-050ec9086d99 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3549 | 2024.08.06 23:55:36.405316 [ 3 ] {} <Debug> HTTP-Session: 3cb8badb-864e-4d2c-b9b0-050ec9086d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3550 | 2024.08.06 23:55:36.405330 [ 3 ] {} <Debug> HTTP-Session: 3cb8badb-864e-4d2c-b9b0-050ec9086d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3551 | 2024.08.06 23:55:36.405361 [ 3 ] {} <Trace> HTTP-Session: 3cb8badb-864e-4d2c-b9b0-050ec9086d99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3552 | 2024.08.06 23:55:36.405503 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3553 | 2024.08.06 23:55:36.405546 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3554 | 2024.08.06 23:55:36.405671 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3555 | 2024.08.06 23:55:36.406059 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2024.08.06 23:55:36.406097 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3557 | 2024.08.06 23:55:36.406416 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3558 | 2024.08.06 23:55:36.406735 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3559 | 2024.08.06 23:55:36.406894 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Debug> executeQuery: Read 197 rows, 17.76 KiB in 0.001448 sec., 136049.72375690608 rows/sec., 11.98 MiB/sec. | ||
| 3560 | 2024.08.06 23:55:36.407051 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Debug> DynamicQueryHandler: Done processing query | ||
| 3561 | 2024.08.06 23:55:36.407076 [ 3 ] {bdec7f62-aeae-4179-a484-d29b8823b622} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3562 | 2024.08.06 23:55:36.407092 [ 3 ] {} <Debug> HTTP-Session: 3cb8badb-864e-4d2c-b9b0-050ec9086d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3563 | 2024.08.06 23:55:36.407247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3564 | 2024.08.06 23:55:36.407295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3565 | 2024.08.06 23:55:36.407314 [ 3 ] {} <Debug> HTTP-Session: d217d48a-0160-40ab-9e7e-8f7400c4b8c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3566 | 2024.08.06 23:55:36.407331 [ 3 ] {} <Debug> HTTP-Session: d217d48a-0160-40ab-9e7e-8f7400c4b8c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3567 | 2024.08.06 23:55:36.407345 [ 3 ] {} <Debug> HTTP-Session: d217d48a-0160-40ab-9e7e-8f7400c4b8c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3568 | 2024.08.06 23:55:36.407376 [ 3 ] {} <Trace> HTTP-Session: d217d48a-0160-40ab-9e7e-8f7400c4b8c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2024.08.06 23:55:36.407470 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 3570 | 2024.08.06 23:55:36.407512 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3571 | 2024.08.06 23:55:36.407637 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3572 | 2024.08.06 23:55:36.407994 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3573 | 2024.08.06 23:55:36.408028 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3574 | 2024.08.06 23:55:36.408327 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3575 | 2024.08.06 23:55:36.408633 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3576 | 2024.08.06 23:55:36.408776 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001324 sec., 4531.722054380664 rows/sec., 316.42 KiB/sec. | ||
| 3577 | 2024.08.06 23:55:36.408942 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Debug> DynamicQueryHandler: Done processing query | ||
| 3578 | 2024.08.06 23:55:36.408968 [ 3 ] {47d2c641-9fa2-4d03-88de-720a8d81af24} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3579 | 2024.08.06 23:55:36.408984 [ 3 ] {} <Debug> HTTP-Session: d217d48a-0160-40ab-9e7e-8f7400c4b8c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3580 | 2024.08.06 23:55:36.409135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 66674, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3581 | 2024.08.06 23:55:36.409182 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3582 | 2024.08.06 23:55:36.409201 [ 3 ] {} <Debug> HTTP-Session: 0f28d66a-48a6-44ba-b2e1-3dc221941a89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3583 | 2024.08.06 23:55:36.409217 [ 3 ] {} <Debug> HTTP-Session: 0f28d66a-48a6-44ba-b2e1-3dc221941a89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3584 | 2024.08.06 23:55:36.409231 [ 3 ] {} <Debug> HTTP-Session: 0f28d66a-48a6-44ba-b2e1-3dc221941a89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3585 | 2024.08.06 23:55:36.409262 [ 3 ] {} <Trace> HTTP-Session: 0f28d66a-48a6-44ba-b2e1-3dc221941a89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3586 | 2024.08.06 23:55:36.409459 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3587 | 2024.08.06 23:55:36.409503 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3588 | 2024.08.06 23:55:36.409627 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3589 | 2024.08.06 23:55:36.410151 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.08.06 23:55:36.410187 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3591 | 2024.08.06 23:55:36.410515 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3592 | 2024.08.06 23:55:36.410829 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.08.06 23:55:36.410983 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Debug> executeQuery: Read 412 rows, 29.90 KiB in 0.001622 sec., 254007.39827373612 rows/sec., 18.00 MiB/sec. | ||
| 3594 | 2024.08.06 23:55:36.411273 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Debug> DynamicQueryHandler: Done processing query | ||
| 3595 | 2024.08.06 23:55:36.411298 [ 3 ] {80029047-4944-4db0-b289-d65700d9de0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.44 MiB. | ||
| 3596 | 2024.08.06 23:55:36.411315 [ 3 ] {} <Debug> HTTP-Session: 0f28d66a-48a6-44ba-b2e1-3dc221941a89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3597 | 2024.08.06 23:55:36.411557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3598 | 2024.08.06 23:55:36.411605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3599 | 2024.08.06 23:55:36.411624 [ 3 ] {} <Debug> HTTP-Session: 9ad7a3ed-5cc5-4e55-a622-af5389bf4cbb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3600 | 2024.08.06 23:55:36.411641 [ 3 ] {} <Debug> HTTP-Session: 9ad7a3ed-5cc5-4e55-a622-af5389bf4cbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3601 | 2024.08.06 23:55:36.411656 [ 3 ] {} <Debug> HTTP-Session: 9ad7a3ed-5cc5-4e55-a622-af5389bf4cbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3602 | 2024.08.06 23:55:36.411687 [ 3 ] {} <Trace> HTTP-Session: 9ad7a3ed-5cc5-4e55-a622-af5389bf4cbb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3603 | 2024.08.06 23:55:36.411784 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3604 | 2024.08.06 23:55:36.411829 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3605 | 2024.08.06 23:55:36.411981 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3606 | 2024.08.06 23:55:36.412271 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3607 | 2024.08.06 23:55:36.412307 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3608 | 2024.08.06 23:55:36.412667 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3609 | 2024.08.06 23:55:36.412990 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3610 | 2024.08.06 23:55:36.413136 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001368 sec., 4385.964912280701 rows/sec., 188.46 KiB/sec. | ||
| 3611 | 2024.08.06 23:55:36.413143 [ 39 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3612 | 2024.08.06 23:55:36.413249 [ 39 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3613 | 2024.08.06 23:55:36.413299 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3614 | 2024.08.06 23:55:36.413408 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 3615 | 2024.08.06 23:55:36.413462 [ 3 ] {49c7b031-cffb-4205-b124-1c70a0d9ecdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3616 | 2024.08.06 23:55:36.413520 [ 3 ] {} <Debug> HTTP-Session: 9ad7a3ed-5cc5-4e55-a622-af5389bf4cbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3617 | 2024.08.06 23:55:36.413562 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3618 | 2024.08.06 23:55:36.413673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3619 | 2024.08.06 23:55:36.413724 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3620 | 2024.08.06 23:55:36.413734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3621 | 2024.08.06 23:55:36.413768 [ 3 ] {} <Debug> HTTP-Session: 4040de4d-29ed-4731-aa4b-9bc292881af6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3622 | 2024.08.06 23:55:36.413771 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3623 | 2024.08.06 23:55:36.413788 [ 3 ] {} <Debug> HTTP-Session: 4040de4d-29ed-4731-aa4b-9bc292881af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3624 | 2024.08.06 23:55:36.413807 [ 3 ] {} <Debug> HTTP-Session: 4040de4d-29ed-4731-aa4b-9bc292881af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3625 | 2024.08.06 23:55:36.413842 [ 3 ] {} <Trace> HTTP-Session: 4040de4d-29ed-4731-aa4b-9bc292881af6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3626 | 2024.08.06 23:55:36.413894 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3627 | 2024.08.06 23:55:36.414165 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3628 | 2024.08.06 23:55:36.414320 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3629 | 2024.08.06 23:55:36.414384 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3630 | 2024.08.06 23:55:36.414668 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3631 | 2024.08.06 23:55:36.415024 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3632 | 2024.08.06 23:55:36.415367 [ 198 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 3633 | 2024.08.06 23:55:36.415879 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3634 | 2024.08.06 23:55:36.416457 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2024.08.06 23:55:36.416504 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3636 | 2024.08.06 23:55:36.417188 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3637 | 2024.08.06 23:55:36.417209 [ 191 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.003825195 sec., 9411.284914886692 rows/sec., 404.39 KiB/sec. | ||
| 3638 | 2024.08.06 23:55:36.417487 [ 191 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3639 | 2024.08.06 23:55:36.417846 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3640 | 2024.08.06 23:55:36.418213 [ 39 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3641 | 2024.08.06 23:55:36.418238 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004245 sec., 18138.987043580684 rows/sec., 1.12 MiB/sec. | ||
| 3642 | 2024.08.06 23:55:36.418287 [ 39 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3643 | 2024.08.06 23:55:36.418382 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3644 | 2024.08.06 23:55:36.418594 [ 191 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_6_1} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3645 | 2024.08.06 23:55:36.418926 [ 191 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_6_1} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3646 | 2024.08.06 23:55:36.419069 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Debug> DynamicQueryHandler: Done processing query | ||
| 3647 | 2024.08.06 23:55:36.419157 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 3648 | 2024.08.06 23:55:36.419178 [ 3 ] {3a048acb-66d7-443b-bade-5530632bc36b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3649 | 2024.08.06 23:55:36.419176 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3650 | 2024.08.06 23:55:36.419264 [ 3 ] {} <Debug> HTTP-Session: 4040de4d-29ed-4731-aa4b-9bc292881af6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3651 | 2024.08.06 23:55:36.419417 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3652 | 2024.08.06 23:55:36.419467 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
| 3653 | 2024.08.06 23:55:36.419508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 31180, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3654 | 2024.08.06 23:55:36.419664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3655 | 2024.08.06 23:55:36.419691 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
| 3656 | 2024.08.06 23:55:36.419756 [ 3 ] {} <Debug> HTTP-Session: 9990f06c-caed-4bd0-af67-b52100c414a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3657 | 2024.08.06 23:55:36.419802 [ 3 ] {} <Debug> HTTP-Session: 9990f06c-caed-4bd0-af67-b52100c414a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3658 | 2024.08.06 23:55:36.419859 [ 3 ] {} <Debug> HTTP-Session: 9990f06c-caed-4bd0-af67-b52100c414a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3659 | 2024.08.06 23:55:36.420024 [ 3 ] {} <Trace> HTTP-Session: 9990f06c-caed-4bd0-af67-b52100c414a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2024.08.06 23:55:36.420036 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
| 3661 | 2024.08.06 23:55:36.420250 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
| 3662 | 2024.08.06 23:55:36.420546 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3663 | 2024.08.06 23:55:36.420578 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
| 3664 | 2024.08.06 23:55:36.420732 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3665 | 2024.08.06 23:55:36.420825 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
| 3666 | 2024.08.06 23:55:36.421613 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3667 | 2024.08.06 23:55:36.422468 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3668 | 2024.08.06 23:55:36.422540 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3669 | 2024.08.06 23:55:36.423735 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3670 | 2024.08.06 23:55:36.423825 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005173095 sec., 89308.23810504157 rows/sec., 5.50 MiB/sec. | ||
| 3671 | 2024.08.06 23:55:36.424079 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3672 | 2024.08.06 23:55:36.424513 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.08.06 23:55:36.424918 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.004676 sec., 34858.85372112917 rows/sec., 2.43 MiB/sec. | ||
| 3674 | 2024.08.06 23:55:36.425111 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3675 | 2024.08.06 23:55:36.425232 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3676 | 2024.08.06 23:55:36.425248 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Debug> DynamicQueryHandler: Done processing query | ||
| 3677 | 2024.08.06 23:55:36.425294 [ 3 ] {92ff0741-8fb1-4aac-bed3-de4c24cc3667} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3678 | 2024.08.06 23:55:36.425369 [ 3 ] {} <Debug> HTTP-Session: 9990f06c-caed-4bd0-af67-b52100c414a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3679 | 2024.08.06 23:55:36.425388 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3680 | 2024.08.06 23:55:36.425525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17569, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3681 | 2024.08.06 23:55:36.425581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3682 | 2024.08.06 23:55:36.425600 [ 3 ] {} <Debug> HTTP-Session: 92ec5508-5e9f-4c15-92ac-0a64e909b657 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3683 | 2024.08.06 23:55:36.425617 [ 3 ] {} <Debug> HTTP-Session: 92ec5508-5e9f-4c15-92ac-0a64e909b657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3684 | 2024.08.06 23:55:36.425631 [ 3 ] {} <Debug> HTTP-Session: 92ec5508-5e9f-4c15-92ac-0a64e909b657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3685 | 2024.08.06 23:55:36.425663 [ 3 ] {} <Trace> HTTP-Session: 92ec5508-5e9f-4c15-92ac-0a64e909b657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2024.08.06 23:55:36.425855 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3687 | 2024.08.06 23:55:36.425924 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3688 | 2024.08.06 23:55:36.426367 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3689 | 2024.08.06 23:55:36.426968 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3690 | 2024.08.06 23:55:36.427004 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3691 | 2024.08.06 23:55:36.427617 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3692 | 2024.08.06 23:55:36.428038 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3693 | 2024.08.06 23:55:36.428227 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00248 sec., 4435.4838709677415 rows/sec., 7.95 MiB/sec. | ||
| 3694 | 2024.08.06 23:55:36.428557 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Debug> DynamicQueryHandler: Done processing query | ||
| 3695 | 2024.08.06 23:55:36.428582 [ 3 ] {27f30c0e-0e43-4df0-9261-272f70211098} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 3696 | 2024.08.06 23:55:36.428599 [ 3 ] {} <Debug> HTTP-Session: 92ec5508-5e9f-4c15-92ac-0a64e909b657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3697 | 2024.08.06 23:55:36.428730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 5557, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3698 | 2024.08.06 23:55:36.428779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3699 | 2024.08.06 23:55:36.428798 [ 3 ] {} <Debug> HTTP-Session: d4555461-a32d-4242-b83d-eb275762f525 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3700 | 2024.08.06 23:55:36.428815 [ 3 ] {} <Debug> HTTP-Session: d4555461-a32d-4242-b83d-eb275762f525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3701 | 2024.08.06 23:55:36.428828 [ 3 ] {} <Debug> HTTP-Session: d4555461-a32d-4242-b83d-eb275762f525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3702 | 2024.08.06 23:55:36.428859 [ 3 ] {} <Trace> HTTP-Session: d4555461-a32d-4242-b83d-eb275762f525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3703 | 2024.08.06 23:55:36.428969 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3704 | 2024.08.06 23:55:36.429013 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 3705 | 2024.08.06 23:55:36.429141 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3706 | 2024.08.06 23:55:36.429504 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3707 | 2024.08.06 23:55:36.429540 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3708 | 2024.08.06 23:55:36.429904 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3709 | 2024.08.06 23:55:36.430251 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.08.06 23:55:36.430408 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Debug> executeQuery: Read 38 rows, 2.33 KiB in 0.00147 sec., 25850.340136054423 rows/sec., 1.55 MiB/sec. | ||
| 3711 | 2024.08.06 23:55:36.430704 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Debug> DynamicQueryHandler: Done processing query | ||
| 3712 | 2024.08.06 23:55:36.430729 [ 3 ] {2fd0d121-6073-48f5-821a-8937deac8df9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3713 | 2024.08.06 23:55:36.430746 [ 3 ] {} <Debug> HTTP-Session: d4555461-a32d-4242-b83d-eb275762f525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3714 | 2024.08.06 23:55:36.430871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3715 | 2024.08.06 23:55:36.430920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3716 | 2024.08.06 23:55:36.430940 [ 3 ] {} <Debug> HTTP-Session: 60aad885-bcc3-46cb-83e3-5542e8c9bfd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3717 | 2024.08.06 23:55:36.430956 [ 3 ] {} <Debug> HTTP-Session: 60aad885-bcc3-46cb-83e3-5542e8c9bfd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3718 | 2024.08.06 23:55:36.430970 [ 3 ] {} <Debug> HTTP-Session: 60aad885-bcc3-46cb-83e3-5542e8c9bfd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3719 | 2024.08.06 23:55:36.431001 [ 3 ] {} <Trace> HTTP-Session: 60aad885-bcc3-46cb-83e3-5542e8c9bfd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3720 | 2024.08.06 23:55:36.431113 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3721 | 2024.08.06 23:55:36.431158 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3722 | 2024.08.06 23:55:36.431309 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3723 | 2024.08.06 23:55:36.431602 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3724 | 2024.08.06 23:55:36.431638 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3725 | 2024.08.06 23:55:36.431998 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3726 | 2024.08.06 23:55:36.432324 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3727 | 2024.08.06 23:55:36.432479 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
| 3728 | 2024.08.06 23:55:36.432652 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 3729 | 2024.08.06 23:55:36.432676 [ 3 ] {c9245097-8287-42fd-9b91-039a2a266fb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3730 | 2024.08.06 23:55:36.432692 [ 3 ] {} <Debug> HTTP-Session: 60aad885-bcc3-46cb-83e3-5542e8c9bfd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3731 | 2024.08.06 23:55:41.395750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3732 | 2024.08.06 23:55:41.395881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3733 | 2024.08.06 23:55:41.395906 [ 3 ] {} <Debug> HTTP-Session: 79c63e45-910d-4b05-abf7-cf0bcfb4059a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3734 | 2024.08.06 23:55:41.395931 [ 3 ] {} <Debug> HTTP-Session: 79c63e45-910d-4b05-abf7-cf0bcfb4059a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3735 | 2024.08.06 23:55:41.395946 [ 3 ] {} <Debug> HTTP-Session: 79c63e45-910d-4b05-abf7-cf0bcfb4059a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3736 | 2024.08.06 23:55:41.395997 [ 3 ] {} <Trace> HTTP-Session: 79c63e45-910d-4b05-abf7-cf0bcfb4059a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3737 | 2024.08.06 23:55:41.396185 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3738 | 2024.08.06 23:55:41.396252 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3739 | 2024.08.06 23:55:41.396438 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3740 | 2024.08.06 23:55:41.396906 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3741 | 2024.08.06 23:55:41.396947 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3742 | 2024.08.06 23:55:41.397333 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3743 | 2024.08.06 23:55:41.397681 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3744 | 2024.08.06 23:55:41.397828 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001704 sec., 12910.798122065728 rows/sec., 1.02 MiB/sec. | ||
| 3745 | 2024.08.06 23:55:41.398036 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Debug> DynamicQueryHandler: Done processing query | ||
| 3746 | 2024.08.06 23:55:41.398067 [ 3 ] {d7ba0d9e-53ca-454d-bc66-70f4d4921be1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3747 | 2024.08.06 23:55:41.398084 [ 3 ] {} <Debug> HTTP-Session: 79c63e45-910d-4b05-abf7-cf0bcfb4059a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3748 | 2024.08.06 23:55:41.398234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3749 | 2024.08.06 23:55:41.398292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3750 | 2024.08.06 23:55:41.398311 [ 3 ] {} <Debug> HTTP-Session: 066b05b4-d269-42ec-8d9b-4b9e6e16206d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3751 | 2024.08.06 23:55:41.398329 [ 3 ] {} <Debug> HTTP-Session: 066b05b4-d269-42ec-8d9b-4b9e6e16206d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3752 | 2024.08.06 23:55:41.398344 [ 3 ] {} <Debug> HTTP-Session: 066b05b4-d269-42ec-8d9b-4b9e6e16206d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3753 | 2024.08.06 23:55:41.398379 [ 3 ] {} <Trace> HTTP-Session: 066b05b4-d269-42ec-8d9b-4b9e6e16206d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3754 | 2024.08.06 23:55:41.398520 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3755 | 2024.08.06 23:55:41.398564 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3756 | 2024.08.06 23:55:41.398697 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3757 | 2024.08.06 23:55:41.399115 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3758 | 2024.08.06 23:55:41.399153 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3759 | 2024.08.06 23:55:41.399487 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3760 | 2024.08.06 23:55:41.399840 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3761 | 2024.08.06 23:55:41.399967 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001505 sec., 81063.12292358803 rows/sec., 6.71 MiB/sec. | ||
| 3762 | 2024.08.06 23:55:41.400173 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Debug> DynamicQueryHandler: Done processing query | ||
| 3763 | 2024.08.06 23:55:41.400197 [ 3 ] {9af16780-9312-4557-b023-1617162d1bba} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 3764 | 2024.08.06 23:55:41.400213 [ 3 ] {} <Debug> HTTP-Session: 066b05b4-d269-42ec-8d9b-4b9e6e16206d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3765 | 2024.08.06 23:55:41.400369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3766 | 2024.08.06 23:55:41.400418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3767 | 2024.08.06 23:55:41.400437 [ 3 ] {} <Debug> HTTP-Session: 7cd70eb6-c46f-4311-983a-9460b4303ba6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3768 | 2024.08.06 23:55:41.400454 [ 3 ] {} <Debug> HTTP-Session: 7cd70eb6-c46f-4311-983a-9460b4303ba6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3769 | 2024.08.06 23:55:41.400467 [ 3 ] {} <Debug> HTTP-Session: 7cd70eb6-c46f-4311-983a-9460b4303ba6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3770 | 2024.08.06 23:55:41.400498 [ 3 ] {} <Trace> HTTP-Session: 7cd70eb6-c46f-4311-983a-9460b4303ba6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3771 | 2024.08.06 23:55:41.400628 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3772 | 2024.08.06 23:55:41.400671 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3773 | 2024.08.06 23:55:41.400817 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3774 | 2024.08.06 23:55:41.401161 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2024.08.06 23:55:41.401199 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3776 | 2024.08.06 23:55:41.401523 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3777 | 2024.08.06 23:55:41.401828 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2024.08.06 23:55:41.401988 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001404 sec., 61253.56125356125 rows/sec., 4.78 MiB/sec. | ||
| 3779 | 2024.08.06 23:55:41.402193 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Debug> DynamicQueryHandler: Done processing query | ||
| 3780 | 2024.08.06 23:55:41.402217 [ 3 ] {821d14e0-db8e-4b79-b4ab-13406ac46c2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 3781 | 2024.08.06 23:55:41.402238 [ 3 ] {} <Debug> HTTP-Session: 7cd70eb6-c46f-4311-983a-9460b4303ba6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3782 | 2024.08.06 23:55:41.402414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3783 | 2024.08.06 23:55:41.402463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3784 | 2024.08.06 23:55:41.402481 [ 3 ] {} <Debug> HTTP-Session: 60e9a504-8245-4217-af19-b15e06af958e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3785 | 2024.08.06 23:55:41.402498 [ 3 ] {} <Debug> HTTP-Session: 60e9a504-8245-4217-af19-b15e06af958e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3786 | 2024.08.06 23:55:41.402513 [ 3 ] {} <Debug> HTTP-Session: 60e9a504-8245-4217-af19-b15e06af958e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3787 | 2024.08.06 23:55:41.402549 [ 3 ] {} <Trace> HTTP-Session: 60e9a504-8245-4217-af19-b15e06af958e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3788 | 2024.08.06 23:55:41.402689 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3789 | 2024.08.06 23:55:41.402738 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3790 | 2024.08.06 23:55:41.402892 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3791 | 2024.08.06 23:55:41.403364 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3792 | 2024.08.06 23:55:41.403401 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3793 | 2024.08.06 23:55:41.403800 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3794 | 2024.08.06 23:55:41.404156 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3795 | 2024.08.06 23:55:41.404310 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 3796 | 2024.08.06 23:55:41.404641 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Debug> DynamicQueryHandler: Done processing query | ||
| 3797 | 2024.08.06 23:55:41.404667 [ 3 ] {03db6d52-b21d-41de-b12b-03229b18b3c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3798 | 2024.08.06 23:55:41.404686 [ 3 ] {} <Debug> HTTP-Session: 60e9a504-8245-4217-af19-b15e06af958e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3799 | 2024.08.06 23:55:41.404857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35318, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3800 | 2024.08.06 23:55:41.404906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3801 | 2024.08.06 23:55:41.404925 [ 3 ] {} <Debug> HTTP-Session: 34be12e6-2668-400c-9773-1f5167400ebf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3802 | 2024.08.06 23:55:41.404942 [ 3 ] {} <Debug> HTTP-Session: 34be12e6-2668-400c-9773-1f5167400ebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3803 | 2024.08.06 23:55:41.404956 [ 3 ] {} <Debug> HTTP-Session: 34be12e6-2668-400c-9773-1f5167400ebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3804 | 2024.08.06 23:55:41.404991 [ 3 ] {} <Trace> HTTP-Session: 34be12e6-2668-400c-9773-1f5167400ebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3805 | 2024.08.06 23:55:41.405262 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 3806 | 2024.08.06 23:55:41.405331 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 3807 | 2024.08.06 23:55:41.405774 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3808 | 2024.08.06 23:55:41.406459 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2024.08.06 23:55:41.406500 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3810 | 2024.08.06 23:55:41.407127 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3811 | 2024.08.06 23:55:41.407554 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3812 | 2024.08.06 23:55:41.407743 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002657 sec., 8280.015054572827 rows/sec., 14.84 MiB/sec. | ||
| 3813 | 2024.08.06 23:55:41.407977 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Debug> DynamicQueryHandler: Done processing query | ||
| 3814 | 2024.08.06 23:55:41.408002 [ 3 ] {d4d1a6d0-cc62-49ac-90ee-aeca51e79ec2} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 3815 | 2024.08.06 23:55:41.408019 [ 3 ] {} <Debug> HTTP-Session: 34be12e6-2668-400c-9773-1f5167400ebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3816 | 2024.08.06 23:55:41.408156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3817 | 2024.08.06 23:55:41.408206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3818 | 2024.08.06 23:55:41.408226 [ 3 ] {} <Debug> HTTP-Session: 36b33596-b18c-48e8-a1de-3571ed600f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3819 | 2024.08.06 23:55:41.408242 [ 3 ] {} <Debug> HTTP-Session: 36b33596-b18c-48e8-a1de-3571ed600f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3820 | 2024.08.06 23:55:41.408256 [ 3 ] {} <Debug> HTTP-Session: 36b33596-b18c-48e8-a1de-3571ed600f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3821 | 2024.08.06 23:55:41.408287 [ 3 ] {} <Trace> HTTP-Session: 36b33596-b18c-48e8-a1de-3571ed600f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3822 | 2024.08.06 23:55:41.408400 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 3823 | 2024.08.06 23:55:41.408446 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3824 | 2024.08.06 23:55:41.408580 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3825 | 2024.08.06 23:55:41.408894 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2024.08.06 23:55:41.408930 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3827 | 2024.08.06 23:55:41.409289 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3828 | 2024.08.06 23:55:41.409632 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2024.08.06 23:55:41.409804 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001436 sec., 41782.72980501393 rows/sec., 2.82 MiB/sec. | ||
| 3830 | 2024.08.06 23:55:41.409979 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Debug> DynamicQueryHandler: Done processing query | ||
| 3831 | 2024.08.06 23:55:41.410005 [ 3 ] {80583312-e13b-4185-92ba-a92186133c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 3832 | 2024.08.06 23:55:41.410021 [ 3 ] {} <Debug> HTTP-Session: 36b33596-b18c-48e8-a1de-3571ed600f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3833 | 2024.08.06 23:55:43.228827 [ 31 ] {} <Debug> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3834 | 2024.08.06 23:55:43.228891 [ 31 ] {} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3835 | 2024.08.06 23:55:43.228915 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3836 | 2024.08.06 23:55:43.229061 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::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 | ||
| 3837 | 2024.08.06 23:55:43.229407 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3838 | 2024.08.06 23:55:43.229456 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 3839 | 2024.08.06 23:55:43.229561 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 18 rows starting from the beginning of the part | ||
| 3840 | 2024.08.06 23:55:43.229672 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
| 3841 | 2024.08.06 23:55:43.229753 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::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 | ||
| 3842 | 2024.08.06 23:55:43.229875 [ 191 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3843 | 2024.08.06 23:55:43.231962 [ 197 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.002973746 sec., 13787.324135955121 rows/sec., 2.01 MiB/sec. | ||
| 3844 | 2024.08.06 23:55:43.232223 [ 193 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3845 | 2024.08.06 23:55:43.232843 [ 193 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2024.08.06 23:55:43.232935 [ 193 ] {3860eef5-8202-4746-817b-5fed632d92ed::all_1_5_1} <Trace> oximeter.timeseries_schema (3860eef5-8202-4746-817b-5fed632d92ed) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3847 | 2024.08.06 23:55:43.233039 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 3848 | 2024.08.06 23:55:45.043538 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3849 | 2024.08.06 23:55:45.043602 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3850 | 2024.08.06 23:55:46.401333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3851 | 2024.08.06 23:55:46.401502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3852 | 2024.08.06 23:55:46.401566 [ 3 ] {} <Debug> HTTP-Session: c7404b0c-498f-4741-91ac-2715da7954f4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3853 | 2024.08.06 23:55:46.401629 [ 3 ] {} <Debug> HTTP-Session: c7404b0c-498f-4741-91ac-2715da7954f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3854 | 2024.08.06 23:55:46.401684 [ 3 ] {} <Debug> HTTP-Session: c7404b0c-498f-4741-91ac-2715da7954f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3855 | 2024.08.06 23:55:46.401769 [ 3 ] {} <Trace> HTTP-Session: c7404b0c-498f-4741-91ac-2715da7954f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3856 | 2024.08.06 23:55:46.401996 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 3857 | 2024.08.06 23:55:46.402064 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 3858 | 2024.08.06 23:55:46.402251 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3859 | 2024.08.06 23:55:46.402706 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3860 | 2024.08.06 23:55:46.402749 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3861 | 2024.08.06 23:55:46.403121 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3862 | 2024.08.06 23:55:46.403457 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3863 | 2024.08.06 23:55:46.403631 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001689 sec., 10065.127294256958 rows/sec., 729.10 KiB/sec. | ||
| 3864 | 2024.08.06 23:55:46.403834 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Debug> DynamicQueryHandler: Done processing query | ||
| 3865 | 2024.08.06 23:55:46.403861 [ 3 ] {6a2743b8-c6fe-4ec9-80a5-12acfc884144} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 3866 | 2024.08.06 23:55:46.403878 [ 3 ] {} <Debug> HTTP-Session: c7404b0c-498f-4741-91ac-2715da7954f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3867 | 2024.08.06 23:55:46.404069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3868 | 2024.08.06 23:55:46.404118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3869 | 2024.08.06 23:55:46.404137 [ 3 ] {} <Debug> HTTP-Session: e538a386-ac70-4367-8bc9-6b2621b42cea Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3870 | 2024.08.06 23:55:46.404155 [ 3 ] {} <Debug> HTTP-Session: e538a386-ac70-4367-8bc9-6b2621b42cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3871 | 2024.08.06 23:55:46.404169 [ 3 ] {} <Debug> HTTP-Session: e538a386-ac70-4367-8bc9-6b2621b42cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3872 | 2024.08.06 23:55:46.404200 [ 3 ] {} <Trace> HTTP-Session: e538a386-ac70-4367-8bc9-6b2621b42cea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3873 | 2024.08.06 23:55:46.404343 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 3874 | 2024.08.06 23:55:46.404387 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3875 | 2024.08.06 23:55:46.404516 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3876 | 2024.08.06 23:55:46.404964 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2024.08.06 23:55:46.405002 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3878 | 2024.08.06 23:55:46.405362 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3879 | 2024.08.06 23:55:46.405673 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2024.08.06 23:55:46.405833 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.00155 sec., 125161.29032258065 rows/sec., 11.05 MiB/sec. | ||
| 3881 | 2024.08.06 23:55:46.405831 [ 27 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3882 | 2024.08.06 23:55:46.405938 [ 27 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2024.08.06 23:55:46.405980 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3884 | 2024.08.06 23:55:46.406088 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 3885 | 2024.08.06 23:55:46.406134 [ 3 ] {9e0533b4-a2eb-4d2c-8058-f35bd0ff2b2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 3886 | 2024.08.06 23:55:46.406150 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 3887 | 2024.08.06 23:55:46.406165 [ 3 ] {} <Debug> HTTP-Session: e538a386-ac70-4367-8bc9-6b2621b42cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3888 | 2024.08.06 23:55:46.406325 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3889 | 2024.08.06 23:55:46.406363 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1367 rows starting from the beginning of the part | ||
| 3890 | 2024.08.06 23:55:46.406430 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 161 rows starting from the beginning of the part | ||
| 3891 | 2024.08.06 23:55:46.406609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3892 | 2024.08.06 23:55:46.406686 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 123 rows starting from the beginning of the part | ||
| 3893 | 2024.08.06 23:55:46.406923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3894 | 2024.08.06 23:55:46.407099 [ 3 ] {} <Debug> HTTP-Session: 2fb46112-d5c2-4aa5-a2d6-bb29a2b5f558 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3895 | 2024.08.06 23:55:46.407121 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 197 rows starting from the beginning of the part | ||
| 3896 | 2024.08.06 23:55:46.407154 [ 3 ] {} <Debug> HTTP-Session: 2fb46112-d5c2-4aa5-a2d6-bb29a2b5f558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3897 | 2024.08.06 23:55:46.407226 [ 3 ] {} <Debug> HTTP-Session: 2fb46112-d5c2-4aa5-a2d6-bb29a2b5f558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3898 | 2024.08.06 23:55:46.407363 [ 3 ] {} <Trace> HTTP-Session: 2fb46112-d5c2-4aa5-a2d6-bb29a2b5f558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3899 | 2024.08.06 23:55:46.407412 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 122 rows starting from the beginning of the part | ||
| 3900 | 2024.08.06 23:55:46.407636 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 194 rows starting from the beginning of the part | ||
| 3901 | 2024.08.06 23:55:46.407799 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 3902 | 2024.08.06 23:55:46.407968 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3903 | 2024.08.06 23:55:46.408389 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3904 | 2024.08.06 23:55:46.409505 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3905 | 2024.08.06 23:55:46.409572 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3906 | 2024.08.06 23:55:46.410430 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3907 | 2024.08.06 23:55:46.411090 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 4 columns (4 merged, 0 gathered) in 0.005032841 sec., 429975.8327354272 rows/sec., 36.42 MiB/sec. | ||
| 3908 | 2024.08.06 23:55:46.411248 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2024.08.06 23:55:46.411480 [ 27 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3910 | 2024.08.06 23:55:46.411509 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3911 | 2024.08.06 23:55:46.411519 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.003955 sec., 99367.88874841972 rows/sec., 7.00 MiB/sec. | ||
| 3912 | 2024.08.06 23:55:46.411565 [ 27 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3913 | 2024.08.06 23:55:46.411657 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3914 | 2024.08.06 23:55:46.412073 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 3915 | 2024.08.06 23:55:46.412268 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Debug> DynamicQueryHandler: Done processing query | ||
| 3916 | 2024.08.06 23:55:46.412427 [ 3 ] {ba4953cf-f2d3-439b-9758-323200175788} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 3917 | 2024.08.06 23:55:46.412521 [ 3 ] {} <Debug> HTTP-Session: 2fb46112-d5c2-4aa5-a2d6-bb29a2b5f558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3918 | 2024.08.06 23:55:46.412690 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3919 | 2024.08.06 23:55:46.412736 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 867 rows starting from the beginning of the part | ||
| 3920 | 2024.08.06 23:55:46.412860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3921 | 2024.08.06 23:55:46.413066 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 382 rows starting from the beginning of the part | ||
| 3922 | 2024.08.06 23:55:46.413099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3923 | 2024.08.06 23:55:46.413221 [ 3 ] {} <Debug> HTTP-Session: 87e18703-5e2d-43cb-887a-75a29cf2109d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3924 | 2024.08.06 23:55:46.413348 [ 3 ] {} <Debug> HTTP-Session: 87e18703-5e2d-43cb-887a-75a29cf2109d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3925 | 2024.08.06 23:55:46.413514 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 88 rows starting from the beginning of the part | ||
| 3926 | 2024.08.06 23:55:46.413506 [ 3 ] {} <Debug> HTTP-Session: 87e18703-5e2d-43cb-887a-75a29cf2109d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3927 | 2024.08.06 23:55:46.413537 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3928 | 2024.08.06 23:55:46.413847 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 412 rows starting from the beginning of the part | ||
| 3929 | 2024.08.06 23:55:46.413970 [ 3 ] {} <Trace> HTTP-Session: 87e18703-5e2d-43cb-887a-75a29cf2109d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3930 | 2024.08.06 23:55:46.414060 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_16_3} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3931 | 2024.08.06 23:55:46.414175 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part | ||
| 3932 | 2024.08.06 23:55:46.414551 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 3933 | 2024.08.06 23:55:46.414616 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 393 rows starting from the beginning of the part | ||
| 3934 | 2024.08.06 23:55:46.414642 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 3935 | 2024.08.06 23:55:46.414803 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3936 | 2024.08.06 23:55:46.415460 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3937 | 2024.08.06 23:55:46.416171 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3938 | 2024.08.06 23:55:46.416241 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3939 | 2024.08.06 23:55:46.417149 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3940 | 2024.08.06 23:55:46.417796 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2228 rows, containing 4 columns (4 merged, 0 gathered) in 0.005989922 sec., 371958.0989535423 rows/sec., 26.70 MiB/sec. | ||
| 3941 | 2024.08.06 23:55:46.417931 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.08.06 23:55:46.418168 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3943 | 2024.08.06 23:55:46.418193 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003751 sec., 1599.5734470807784 rows/sec., 68.73 KiB/sec. | ||
| 3944 | 2024.08.06 23:55:46.418551 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Debug> DynamicQueryHandler: Done processing query | ||
| 3945 | 2024.08.06 23:55:46.418625 [ 3 ] {2f5bc589-72b3-4baa-8482-d21dc6a49e31} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 3946 | 2024.08.06 23:55:46.418677 [ 3 ] {} <Debug> HTTP-Session: 87e18703-5e2d-43cb-887a-75a29cf2109d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3947 | 2024.08.06 23:55:46.418888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3948 | 2024.08.06 23:55:46.418968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3949 | 2024.08.06 23:55:46.419014 [ 3 ] {} <Debug> HTTP-Session: 2184f360-be31-4ae2-9b14-5289ddfe87de Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3950 | 2024.08.06 23:55:46.419014 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2024.08.06 23:55:46.419042 [ 3 ] {} <Debug> HTTP-Session: 2184f360-be31-4ae2-9b14-5289ddfe87de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3952 | 2024.08.06 23:55:46.419087 [ 3 ] {} <Debug> HTTP-Session: 2184f360-be31-4ae2-9b14-5289ddfe87de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3953 | 2024.08.06 23:55:46.419150 [ 3 ] {} <Trace> HTTP-Session: 2184f360-be31-4ae2-9b14-5289ddfe87de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2024.08.06 23:55:46.419199 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_16_3} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3955 | 2024.08.06 23:55:46.419352 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 3956 | 2024.08.06 23:55:46.419412 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 3957 | 2024.08.06 23:55:46.419466 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 3958 | 2024.08.06 23:55:46.419638 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3959 | 2024.08.06 23:55:46.419979 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3960 | 2024.08.06 23:55:46.420016 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3961 | 2024.08.06 23:55:46.420424 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3962 | 2024.08.06 23:55:46.420786 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3963 | 2024.08.06 23:55:46.420955 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001678 sec., 45887.96185935638 rows/sec., 2.83 MiB/sec. | ||
| 3964 | 2024.08.06 23:55:46.421254 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3965 | 2024.08.06 23:55:46.421281 [ 3 ] {ececed6e-7f76-462c-bb58-51454a51971e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 3966 | 2024.08.06 23:55:46.421298 [ 3 ] {} <Debug> HTTP-Session: 2184f360-be31-4ae2-9b14-5289ddfe87de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3967 | 2024.08.06 23:55:46.421467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3968 | 2024.08.06 23:55:46.421516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3969 | 2024.08.06 23:55:46.421540 [ 3 ] {} <Debug> HTTP-Session: 0ab597e8-5638-4163-9c41-bd73ed31f833 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3970 | 2024.08.06 23:55:46.421556 [ 3 ] {} <Debug> HTTP-Session: 0ab597e8-5638-4163-9c41-bd73ed31f833 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3971 | 2024.08.06 23:55:46.421570 [ 3 ] {} <Debug> HTTP-Session: 0ab597e8-5638-4163-9c41-bd73ed31f833 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3972 | 2024.08.06 23:55:46.421602 [ 3 ] {} <Trace> HTTP-Session: 0ab597e8-5638-4163-9c41-bd73ed31f833 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3973 | 2024.08.06 23:55:46.421797 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 3974 | 2024.08.06 23:55:46.421847 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3975 | 2024.08.06 23:55:46.422011 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 3976 | 2024.08.06 23:55:46.422439 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2024.08.06 23:55:46.422476 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3978 | 2024.08.06 23:55:46.422860 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3979 | 2024.08.06 23:55:46.423198 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.08.06 23:55:46.423355 [ 27 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3981 | 2024.08.06 23:55:46.423363 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00167 sec., 95808.38323353294 rows/sec., 6.67 MiB/sec. | ||
| 3982 | 2024.08.06 23:55:46.423405 [ 27 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3983 | 2024.08.06 23:55:46.423468 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 3984 | 2024.08.06 23:55:46.423860 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 3985 | 2024.08.06 23:55:46.423894 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Debug> DynamicQueryHandler: Done processing query | ||
| 3986 | 2024.08.06 23:55:46.424007 [ 3 ] {b627e927-712d-4ace-a31d-27dabab8414e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 3987 | 2024.08.06 23:55:46.424087 [ 3 ] {} <Debug> HTTP-Session: 0ab597e8-5638-4163-9c41-bd73ed31f833 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3988 | 2024.08.06 23:55:46.424227 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3989 | 2024.08.06 23:55:46.424266 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3234 rows starting from the beginning of the part | ||
| 3990 | 2024.08.06 23:55:46.424312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17613, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 3991 | 2024.08.06 23:55:46.424459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 3992 | 2024.08.06 23:55:46.424513 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 128 rows starting from the beginning of the part | ||
| 3993 | 2024.08.06 23:55:46.424544 [ 3 ] {} <Debug> HTTP-Session: 8f32170c-734a-4a7c-8dde-4680b0924d28 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 3994 | 2024.08.06 23:55:46.424620 [ 3 ] {} <Debug> HTTP-Session: 8f32170c-734a-4a7c-8dde-4680b0924d28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3995 | 2024.08.06 23:55:46.424687 [ 3 ] {} <Debug> HTTP-Session: 8f32170c-734a-4a7c-8dde-4680b0924d28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 3996 | 2024.08.06 23:55:46.424847 [ 3 ] {} <Trace> HTTP-Session: 8f32170c-734a-4a7c-8dde-4680b0924d28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3997 | 2024.08.06 23:55:46.424843 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
| 3998 | 2024.08.06 23:55:46.425082 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 163 rows starting from the beginning of the part | ||
| 3999 | 2024.08.06 23:55:46.425297 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4000 | 2024.08.06 23:55:46.425356 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 4001 | 2024.08.06 23:55:46.425557 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4002 | 2024.08.06 23:55:46.425737 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 4003 | 2024.08.06 23:55:46.427455 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4004 | 2024.08.06 23:55:46.429148 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4005 | 2024.08.06 23:55:46.429218 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4006 | 2024.08.06 23:55:46.430226 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4006 rows, containing 5 columns (5 merged, 0 gathered) in 0.006632327 sec., 604011.2316536865 rows/sec., 41.07 MiB/sec. | ||
| 4007 | 2024.08.06 23:55:46.430531 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4008 | 2024.08.06 23:55:46.430627 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4009 | 2024.08.06 23:55:46.431812 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4010 | 2024.08.06 23:55:46.431830 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2024.08.06 23:55:46.431983 [ 193 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4012 | 2024.08.06 23:55:46.432255 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 4013 | 2024.08.06 23:55:46.432263 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007222 sec., 1523.1237884242591 rows/sec., 2.73 MiB/sec. | ||
| 4014 | 2024.08.06 23:55:46.432555 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 4015 | 2024.08.06 23:55:46.432581 [ 3 ] {b90a8b4f-50f8-4e42-aa3b-4f240f5c87c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4016 | 2024.08.06 23:55:46.432598 [ 3 ] {} <Debug> HTTP-Session: 8f32170c-734a-4a7c-8dde-4680b0924d28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4017 | 2024.08.06 23:55:46.432733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4018 | 2024.08.06 23:55:46.432783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4019 | 2024.08.06 23:55:46.432802 [ 3 ] {} <Debug> HTTP-Session: 41ce867f-5260-4e1e-a2fa-bcf58fe5deeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4020 | 2024.08.06 23:55:46.432819 [ 3 ] {} <Debug> HTTP-Session: 41ce867f-5260-4e1e-a2fa-bcf58fe5deeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4021 | 2024.08.06 23:55:46.432833 [ 3 ] {} <Debug> HTTP-Session: 41ce867f-5260-4e1e-a2fa-bcf58fe5deeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4022 | 2024.08.06 23:55:46.432866 [ 3 ] {} <Trace> HTTP-Session: 41ce867f-5260-4e1e-a2fa-bcf58fe5deeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4023 | 2024.08.06 23:55:46.432983 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4024 | 2024.08.06 23:55:46.433028 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4025 | 2024.08.06 23:55:46.433163 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4026 | 2024.08.06 23:55:46.433470 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4027 | 2024.08.06 23:55:46.433506 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4028 | 2024.08.06 23:55:46.433876 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4029 | 2024.08.06 23:55:46.434214 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4030 | 2024.08.06 23:55:46.434373 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001418 sec., 16220.02820874471 rows/sec., 877.39 KiB/sec. | ||
| 4031 | 2024.08.06 23:55:46.434654 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Debug> DynamicQueryHandler: Done processing query | ||
| 4032 | 2024.08.06 23:55:46.434680 [ 3 ] {7d9a949e-91cc-414c-b86d-b9dab6d33986} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4033 | 2024.08.06 23:55:46.434697 [ 3 ] {} <Debug> HTTP-Session: 41ce867f-5260-4e1e-a2fa-bcf58fe5deeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4034 | 2024.08.06 23:55:46.434830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4035 | 2024.08.06 23:55:46.434879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4036 | 2024.08.06 23:55:46.434898 [ 3 ] {} <Debug> HTTP-Session: 61695658-b0b3-457d-9e64-4384a2af8f68 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4037 | 2024.08.06 23:55:46.434916 [ 3 ] {} <Debug> HTTP-Session: 61695658-b0b3-457d-9e64-4384a2af8f68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4038 | 2024.08.06 23:55:46.434930 [ 3 ] {} <Debug> HTTP-Session: 61695658-b0b3-457d-9e64-4384a2af8f68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4039 | 2024.08.06 23:55:46.434962 [ 3 ] {} <Trace> HTTP-Session: 61695658-b0b3-457d-9e64-4384a2af8f68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4040 | 2024.08.06 23:55:46.435093 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4041 | 2024.08.06 23:55:46.435139 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4042 | 2024.08.06 23:55:46.435290 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4043 | 2024.08.06 23:55:46.435611 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4044 | 2024.08.06 23:55:46.435648 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4045 | 2024.08.06 23:55:46.436011 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4046 | 2024.08.06 23:55:46.436345 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4047 | 2024.08.06 23:55:46.436504 [ 27 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4048 | 2024.08.06 23:55:46.436505 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 4049 | 2024.08.06 23:55:46.436559 [ 27 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2024.08.06 23:55:46.436628 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4051 | 2024.08.06 23:55:46.436818 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 4052 | 2024.08.06 23:55:46.436834 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Debug> DynamicQueryHandler: Done processing query | ||
| 4053 | 2024.08.06 23:55:46.436885 [ 3 ] {f90951c2-1fa4-4636-8610-7b3763102541} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4054 | 2024.08.06 23:55:46.436924 [ 3 ] {} <Debug> HTTP-Session: 61695658-b0b3-457d-9e64-4384a2af8f68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4055 | 2024.08.06 23:55:46.437041 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4056 | 2024.08.06 23:55:46.437075 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 376 rows starting from the beginning of the part | ||
| 4057 | 2024.08.06 23:55:46.437148 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 48 rows starting from the beginning of the part | ||
| 4058 | 2024.08.06 23:55:46.437333 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 4059 | 2024.08.06 23:55:46.437524 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 4060 | 2024.08.06 23:55:46.437673 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 4061 | 2024.08.06 23:55:46.437867 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 4062 | 2024.08.06 23:55:46.439054 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 4 columns (4 merged, 0 gathered) in 0.002322842 sec., 285856.72206719185 rows/sec., 19.17 MiB/sec. | ||
| 4063 | 2024.08.06 23:55:46.439223 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4064 | 2024.08.06 23:55:46.439606 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4065 | 2024.08.06 23:55:46.439681 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_16_3} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4066 | 2024.08.06 23:55:46.439754 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 4067 | 2024.08.06 23:55:51.397147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4068 | 2024.08.06 23:55:51.397280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4069 | 2024.08.06 23:55:51.397305 [ 3 ] {} <Debug> HTTP-Session: 1c9306eb-967c-456d-8468-33eb12d62fa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4070 | 2024.08.06 23:55:51.397329 [ 3 ] {} <Debug> HTTP-Session: 1c9306eb-967c-456d-8468-33eb12d62fa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4071 | 2024.08.06 23:55:51.397344 [ 3 ] {} <Debug> HTTP-Session: 1c9306eb-967c-456d-8468-33eb12d62fa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4072 | 2024.08.06 23:55:51.397395 [ 3 ] {} <Trace> HTTP-Session: 1c9306eb-967c-456d-8468-33eb12d62fa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2024.08.06 23:55:51.397589 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4074 | 2024.08.06 23:55:51.397658 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4075 | 2024.08.06 23:55:51.397848 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4076 | 2024.08.06 23:55:51.398345 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4077 | 2024.08.06 23:55:51.398389 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4078 | 2024.08.06 23:55:51.398762 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4079 | 2024.08.06 23:55:51.399132 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4080 | 2024.08.06 23:55:51.399286 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001753 sec., 12549.914432401598 rows/sec., 1017.23 KiB/sec. | ||
| 4081 | 2024.08.06 23:55:51.399593 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 4082 | 2024.08.06 23:55:51.399620 [ 3 ] {b361355e-c476-4741-96f3-9e35268000ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4083 | 2024.08.06 23:55:51.399637 [ 3 ] {} <Debug> HTTP-Session: 1c9306eb-967c-456d-8468-33eb12d62fa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4084 | 2024.08.06 23:55:51.399787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4085 | 2024.08.06 23:55:51.399838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4086 | 2024.08.06 23:55:51.399860 [ 3 ] {} <Debug> HTTP-Session: 7cf93a45-7b8f-4041-bda3-b9eace46ac89 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4087 | 2024.08.06 23:55:51.399878 [ 3 ] {} <Debug> HTTP-Session: 7cf93a45-7b8f-4041-bda3-b9eace46ac89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4088 | 2024.08.06 23:55:51.399891 [ 3 ] {} <Debug> HTTP-Session: 7cf93a45-7b8f-4041-bda3-b9eace46ac89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4089 | 2024.08.06 23:55:51.399923 [ 3 ] {} <Trace> HTTP-Session: 7cf93a45-7b8f-4041-bda3-b9eace46ac89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4090 | 2024.08.06 23:55:51.400059 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4091 | 2024.08.06 23:55:51.400104 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4092 | 2024.08.06 23:55:51.400250 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4093 | 2024.08.06 23:55:51.400665 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4094 | 2024.08.06 23:55:51.400703 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4095 | 2024.08.06 23:55:51.401034 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4096 | 2024.08.06 23:55:51.401363 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4097 | 2024.08.06 23:55:51.401520 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.00151 sec., 80794.70198675497 rows/sec., 6.69 MiB/sec. | ||
| 4098 | 2024.08.06 23:55:51.401808 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4099 | 2024.08.06 23:55:51.401835 [ 3 ] {16d9a984-a7fe-46f4-b0aa-bd8db76074ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4100 | 2024.08.06 23:55:51.401852 [ 3 ] {} <Debug> HTTP-Session: 7cf93a45-7b8f-4041-bda3-b9eace46ac89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4101 | 2024.08.06 23:55:51.401982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4102 | 2024.08.06 23:55:51.402034 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4103 | 2024.08.06 23:55:51.402052 [ 3 ] {} <Debug> HTTP-Session: 20b5acde-41b9-4afc-9ead-50cac77d2450 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4104 | 2024.08.06 23:55:51.402068 [ 3 ] {} <Debug> HTTP-Session: 20b5acde-41b9-4afc-9ead-50cac77d2450 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4105 | 2024.08.06 23:55:51.402081 [ 3 ] {} <Debug> HTTP-Session: 20b5acde-41b9-4afc-9ead-50cac77d2450 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4106 | 2024.08.06 23:55:51.402110 [ 3 ] {} <Trace> HTTP-Session: 20b5acde-41b9-4afc-9ead-50cac77d2450 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.08.06 23:55:51.402230 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4108 | 2024.08.06 23:55:51.402272 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4109 | 2024.08.06 23:55:51.402412 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4110 | 2024.08.06 23:55:51.402769 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4111 | 2024.08.06 23:55:51.402804 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4112 | 2024.08.06 23:55:51.403189 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4113 | 2024.08.06 23:55:51.403516 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4114 | 2024.08.06 23:55:51.403667 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001464 sec., 58743.16939890711 rows/sec., 4.59 MiB/sec. | ||
| 4115 | 2024.08.06 23:55:51.403840 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Debug> DynamicQueryHandler: Done processing query | ||
| 4116 | 2024.08.06 23:55:51.403865 [ 3 ] {8fd5d751-90dc-4248-b6fd-c6a2b5f63c94} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4117 | 2024.08.06 23:55:51.403882 [ 3 ] {} <Debug> HTTP-Session: 20b5acde-41b9-4afc-9ead-50cac77d2450 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4118 | 2024.08.06 23:55:51.404064 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4119 | 2024.08.06 23:55:51.404113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4120 | 2024.08.06 23:55:51.404132 [ 3 ] {} <Debug> HTTP-Session: 2870b6d2-8e0f-422f-86f9-e973e693a32b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4121 | 2024.08.06 23:55:51.404148 [ 3 ] {} <Debug> HTTP-Session: 2870b6d2-8e0f-422f-86f9-e973e693a32b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4122 | 2024.08.06 23:55:51.404161 [ 3 ] {} <Debug> HTTP-Session: 2870b6d2-8e0f-422f-86f9-e973e693a32b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4123 | 2024.08.06 23:55:51.404192 [ 3 ] {} <Trace> HTTP-Session: 2870b6d2-8e0f-422f-86f9-e973e693a32b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4124 | 2024.08.06 23:55:51.404338 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4125 | 2024.08.06 23:55:51.404388 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4126 | 2024.08.06 23:55:51.404539 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4127 | 2024.08.06 23:55:51.404968 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2024.08.06 23:55:51.405004 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4129 | 2024.08.06 23:55:51.405418 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4130 | 2024.08.06 23:55:51.405780 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2024.08.06 23:55:51.405942 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 4132 | 2024.08.06 23:55:51.406131 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4133 | 2024.08.06 23:55:51.406158 [ 3 ] {03efba7e-532b-493c-a7c9-fb517158ac9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4134 | 2024.08.06 23:55:51.406173 [ 3 ] {} <Debug> HTTP-Session: 2870b6d2-8e0f-422f-86f9-e973e693a32b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4135 | 2024.08.06 23:55:51.406313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35313, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4136 | 2024.08.06 23:55:51.406361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4137 | 2024.08.06 23:55:51.406380 [ 3 ] {} <Debug> HTTP-Session: a060e9f3-3faf-4e35-9d4b-8a90be13e995 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4138 | 2024.08.06 23:55:51.406399 [ 3 ] {} <Debug> HTTP-Session: a060e9f3-3faf-4e35-9d4b-8a90be13e995 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4139 | 2024.08.06 23:55:51.406414 [ 3 ] {} <Debug> HTTP-Session: a060e9f3-3faf-4e35-9d4b-8a90be13e995 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4140 | 2024.08.06 23:55:51.406445 [ 3 ] {} <Trace> HTTP-Session: a060e9f3-3faf-4e35-9d4b-8a90be13e995 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4141 | 2024.08.06 23:55:51.407093 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4142 | 2024.08.06 23:55:51.407161 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4143 | 2024.08.06 23:55:51.407588 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4144 | 2024.08.06 23:55:51.408249 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4145 | 2024.08.06 23:55:51.408286 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4146 | 2024.08.06 23:55:51.408893 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4147 | 2024.08.06 23:55:51.409326 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4148 | 2024.08.06 23:55:51.409513 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002973 sec., 7399.932727884292 rows/sec., 13.26 MiB/sec. | ||
| 4149 | 2024.08.06 23:55:51.409976 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Debug> DynamicQueryHandler: Done processing query | ||
| 4150 | 2024.08.06 23:55:51.410000 [ 3 ] {7b18516b-59c0-4ed5-a61b-e2b310c3e271} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 4151 | 2024.08.06 23:55:51.410016 [ 3 ] {} <Debug> HTTP-Session: a060e9f3-3faf-4e35-9d4b-8a90be13e995 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4152 | 2024.08.06 23:55:51.410155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4153 | 2024.08.06 23:55:51.410199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4154 | 2024.08.06 23:55:51.410216 [ 3 ] {} <Debug> HTTP-Session: dc346067-243a-4e4f-8727-9bd7b01d9e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4155 | 2024.08.06 23:55:51.410232 [ 3 ] {} <Debug> HTTP-Session: dc346067-243a-4e4f-8727-9bd7b01d9e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4156 | 2024.08.06 23:55:51.410244 [ 3 ] {} <Debug> HTTP-Session: dc346067-243a-4e4f-8727-9bd7b01d9e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4157 | 2024.08.06 23:55:51.410274 [ 3 ] {} <Trace> HTTP-Session: dc346067-243a-4e4f-8727-9bd7b01d9e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4158 | 2024.08.06 23:55:51.410382 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4159 | 2024.08.06 23:55:51.410424 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4160 | 2024.08.06 23:55:51.410564 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4161 | 2024.08.06 23:55:51.410857 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4162 | 2024.08.06 23:55:51.410892 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4163 | 2024.08.06 23:55:51.411339 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4164 | 2024.08.06 23:55:51.411682 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4165 | 2024.08.06 23:55:51.411844 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 4166 | 2024.08.06 23:55:51.412140 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4167 | 2024.08.06 23:55:51.412166 [ 3 ] {fb4e0e60-fdb4-46b4-a0cb-ebd34a39a9bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4168 | 2024.08.06 23:55:51.412183 [ 3 ] {} <Debug> HTTP-Session: dc346067-243a-4e4f-8727-9bd7b01d9e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4169 | 2024.08.06 23:55:55.911959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4170 | 2024.08.06 23:55:55.912098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4171 | 2024.08.06 23:55:55.912127 [ 3 ] {} <Debug> HTTP-Session: 3f25434b-afbc-4efa-b2fe-c5b31d787266 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4172 | 2024.08.06 23:55:55.912156 [ 3 ] {} <Debug> HTTP-Session: 3f25434b-afbc-4efa-b2fe-c5b31d787266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4173 | 2024.08.06 23:55:55.912175 [ 3 ] {} <Debug> HTTP-Session: 3f25434b-afbc-4efa-b2fe-c5b31d787266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4174 | 2024.08.06 23:55:55.912233 [ 3 ] {} <Trace> HTTP-Session: 3f25434b-afbc-4efa-b2fe-c5b31d787266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4175 | 2024.08.06 23:55:55.912439 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4176 | 2024.08.06 23:55:55.912513 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4177 | 2024.08.06 23:55:55.912724 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4178 | 2024.08.06 23:55:55.913149 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4179 | 2024.08.06 23:55:55.913198 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4180 | 2024.08.06 23:55:55.913582 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4181 | 2024.08.06 23:55:55.913913 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4182 | 2024.08.06 23:55:55.914067 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001692 sec., 10047.281323877069 rows/sec., 727.80 KiB/sec. | ||
| 4183 | 2024.08.06 23:55:55.914120 [ 60 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4184 | 2024.08.06 23:55:55.914235 [ 60 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.08.06 23:55:55.914276 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4186 | 2024.08.06 23:55:55.914365 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4187 | 2024.08.06 23:55:55.914455 [ 3 ] {15cfcdba-a31c-41b8-917e-0d008526995d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4188 | 2024.08.06 23:55:55.914529 [ 3 ] {} <Debug> HTTP-Session: 3f25434b-afbc-4efa-b2fe-c5b31d787266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4189 | 2024.08.06 23:55:55.914824 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 4190 | 2024.08.06 23:55:55.914839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4191 | 2024.08.06 23:55:55.914947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4192 | 2024.08.06 23:55:55.914983 [ 3 ] {} <Debug> HTTP-Session: 23d34ebf-639c-43c2-9f38-4490bed05086 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4193 | 2024.08.06 23:55:55.915030 [ 3 ] {} <Debug> HTTP-Session: 23d34ebf-639c-43c2-9f38-4490bed05086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4194 | 2024.08.06 23:55:55.915068 [ 3 ] {} <Debug> HTTP-Session: 23d34ebf-639c-43c2-9f38-4490bed05086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4195 | 2024.08.06 23:55:55.915163 [ 3 ] {} <Trace> HTTP-Session: 23d34ebf-639c-43c2-9f38-4490bed05086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4196 | 2024.08.06 23:55:55.915176 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4197 | 2024.08.06 23:55:55.915232 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 28 rows starting from the beginning of the part | ||
| 4198 | 2024.08.06 23:55:55.915334 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4199 | 2024.08.06 23:55:55.915471 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part | ||
| 4200 | 2024.08.06 23:55:55.915506 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4201 | 2024.08.06 23:55:55.915859 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 22 rows starting from the beginning of the part | ||
| 4202 | 2024.08.06 23:55:55.916327 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 17 rows starting from the beginning of the part | ||
| 4203 | 2024.08.06 23:55:55.916425 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4204 | 2024.08.06 23:55:55.916493 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 22 rows starting from the beginning of the part | ||
| 4205 | 2024.08.06 23:55:55.916919 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 17 rows starting from the beginning of the part | ||
| 4206 | 2024.08.06 23:55:55.917576 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4207 | 2024.08.06 23:55:55.917637 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4208 | 2024.08.06 23:55:55.918409 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4209 | 2024.08.06 23:55:55.919308 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4210 | 2024.08.06 23:55:55.919777 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004477 sec., 446.72771945499215 rows/sec., 36.43 KiB/sec. | ||
| 4211 | 2024.08.06 23:55:55.919811 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.005405669 sec., 22753.890406534323 rows/sec., 1.70 MiB/sec. | ||
| 4212 | 2024.08.06 23:55:55.920194 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4213 | 2024.08.06 23:55:55.920197 [ 191 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4214 | 2024.08.06 23:55:55.920238 [ 3 ] {96c10bff-3a5d-41ad-a76c-aea38ee10af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4215 | 2024.08.06 23:55:55.920283 [ 3 ] {} <Debug> HTTP-Session: 23d34ebf-639c-43c2-9f38-4490bed05086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4216 | 2024.08.06 23:55:55.920753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 194950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4217 | 2024.08.06 23:55:55.920815 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2024.08.06 23:55:55.920839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4219 | 2024.08.06 23:55:55.920908 [ 3 ] {} <Debug> HTTP-Session: 827b13c1-0c28-49ee-8759-cf254d31024b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4220 | 2024.08.06 23:55:55.920955 [ 3 ] {} <Debug> HTTP-Session: 827b13c1-0c28-49ee-8759-cf254d31024b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4221 | 2024.08.06 23:55:55.920985 [ 3 ] {} <Debug> HTTP-Session: 827b13c1-0c28-49ee-8759-cf254d31024b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4222 | 2024.08.06 23:55:55.921050 [ 3 ] {} <Trace> HTTP-Session: 827b13c1-0c28-49ee-8759-cf254d31024b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4223 | 2024.08.06 23:55:55.921096 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_16_3} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4224 | 2024.08.06 23:55:55.921283 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 4225 | 2024.08.06 23:55:55.922070 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4226 | 2024.08.06 23:55:55.922121 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4227 | 2024.08.06 23:55:55.922271 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4228 | 2024.08.06 23:55:55.923481 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4229 | 2024.08.06 23:55:55.923518 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4230 | 2024.08.06 23:55:55.923921 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4231 | 2024.08.06 23:55:55.924238 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2024.08.06 23:55:55.924398 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Debug> executeQuery: Read 1335 rows, 114.18 KiB in 0.003135 sec., 425837.32057416264 rows/sec., 35.57 MiB/sec. | ||
| 4233 | 2024.08.06 23:55:55.924558 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Debug> DynamicQueryHandler: Done processing query | ||
| 4234 | 2024.08.06 23:55:55.924584 [ 3 ] {8a18287c-10df-4d02-a1aa-9aa1fca9c4fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 4235 | 2024.08.06 23:55:55.924601 [ 3 ] {} <Debug> HTTP-Session: 827b13c1-0c28-49ee-8759-cf254d31024b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4236 | 2024.08.06 23:55:55.924793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4237 | 2024.08.06 23:55:55.924841 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4238 | 2024.08.06 23:55:55.924861 [ 3 ] {} <Debug> HTTP-Session: 4397a44c-16eb-484b-8bf5-767c559b7c80 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4239 | 2024.08.06 23:55:55.924879 [ 3 ] {} <Debug> HTTP-Session: 4397a44c-16eb-484b-8bf5-767c559b7c80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4240 | 2024.08.06 23:55:55.924893 [ 3 ] {} <Debug> HTTP-Session: 4397a44c-16eb-484b-8bf5-767c559b7c80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4241 | 2024.08.06 23:55:55.924924 [ 3 ] {} <Trace> HTTP-Session: 4397a44c-16eb-484b-8bf5-767c559b7c80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4242 | 2024.08.06 23:55:55.925019 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4243 | 2024.08.06 23:55:55.925061 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4244 | 2024.08.06 23:55:55.925188 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4245 | 2024.08.06 23:55:55.925458 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2024.08.06 23:55:55.925495 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4247 | 2024.08.06 23:55:55.925806 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 4248 | 2024.08.06 23:55:55.926107 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4249 | 2024.08.06 23:55:55.926261 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001265 sec., 1581.0276679841897 rows/sec., 110.39 KiB/sec. | ||
| 4250 | 2024.08.06 23:55:55.926428 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4251 | 2024.08.06 23:55:55.926454 [ 3 ] {7b35bfe6-4c97-486a-85a4-6388fa10b33a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4252 | 2024.08.06 23:55:55.926471 [ 3 ] {} <Debug> HTTP-Session: 4397a44c-16eb-484b-8bf5-767c559b7c80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4253 | 2024.08.06 23:55:55.926616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4254 | 2024.08.06 23:55:55.926665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4255 | 2024.08.06 23:55:55.926685 [ 3 ] {} <Debug> HTTP-Session: 7e1835df-273d-4187-b32e-22125e4adf7a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4256 | 2024.08.06 23:55:55.926702 [ 3 ] {} <Debug> HTTP-Session: 7e1835df-273d-4187-b32e-22125e4adf7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4257 | 2024.08.06 23:55:55.926717 [ 3 ] {} <Debug> HTTP-Session: 7e1835df-273d-4187-b32e-22125e4adf7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4258 | 2024.08.06 23:55:55.926747 [ 3 ] {} <Trace> HTTP-Session: 7e1835df-273d-4187-b32e-22125e4adf7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4259 | 2024.08.06 23:55:55.926890 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 4260 | 2024.08.06 23:55:55.926933 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4261 | 2024.08.06 23:55:55.927060 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4262 | 2024.08.06 23:55:55.927437 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4263 | 2024.08.06 23:55:55.927474 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4264 | 2024.08.06 23:55:55.927796 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 4265 | 2024.08.06 23:55:55.928101 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2024.08.06 23:55:55.928265 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001434 sec., 158995.8158995816 rows/sec., 10.77 MiB/sec. | ||
| 4267 | 2024.08.06 23:55:55.928553 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Debug> DynamicQueryHandler: Done processing query | ||
| 4268 | 2024.08.06 23:55:55.928579 [ 3 ] {7d9e8b26-3d68-4e0c-a53d-c0f65c7de183} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 4269 | 2024.08.06 23:55:55.928595 [ 3 ] {} <Debug> HTTP-Session: 7e1835df-273d-4187-b32e-22125e4adf7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4270 | 2024.08.06 23:55:55.928866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 138752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4271 | 2024.08.06 23:55:55.928913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4272 | 2024.08.06 23:55:55.928932 [ 3 ] {} <Debug> HTTP-Session: 2eb3c11d-8c47-4f79-9523-8bdbd1ea07f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4273 | 2024.08.06 23:55:55.928949 [ 3 ] {} <Debug> HTTP-Session: 2eb3c11d-8c47-4f79-9523-8bdbd1ea07f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4274 | 2024.08.06 23:55:55.928963 [ 3 ] {} <Debug> HTTP-Session: 2eb3c11d-8c47-4f79-9523-8bdbd1ea07f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4275 | 2024.08.06 23:55:55.928993 [ 3 ] {} <Trace> HTTP-Session: 2eb3c11d-8c47-4f79-9523-8bdbd1ea07f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4276 | 2024.08.06 23:55:55.929462 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4277 | 2024.08.06 23:55:55.929507 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4278 | 2024.08.06 23:55:55.929656 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4279 | 2024.08.06 23:55:55.930570 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4280 | 2024.08.06 23:55:55.930606 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4281 | 2024.08.06 23:55:55.930954 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4282 | 2024.08.06 23:55:55.931261 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4283 | 2024.08.06 23:55:55.931391 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Debug> executeQuery: Read 851 rows, 62.81 KiB in 0.002273 sec., 374395.07259128906 rows/sec., 26.98 MiB/sec. | ||
| 4284 | 2024.08.06 23:55:55.931560 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4285 | 2024.08.06 23:55:55.931586 [ 3 ] {0746c542-624c-4a06-bb82-b74c329140dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 4286 | 2024.08.06 23:55:55.931602 [ 3 ] {} <Debug> HTTP-Session: 2eb3c11d-8c47-4f79-9523-8bdbd1ea07f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4287 | 2024.08.06 23:55:55.931899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4288 | 2024.08.06 23:55:55.931947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4289 | 2024.08.06 23:55:55.931966 [ 3 ] {} <Debug> HTTP-Session: 2c0d0949-9ce3-4b01-a956-d1e31367ae52 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4290 | 2024.08.06 23:55:55.931983 [ 3 ] {} <Debug> HTTP-Session: 2c0d0949-9ce3-4b01-a956-d1e31367ae52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4291 | 2024.08.06 23:55:55.931998 [ 3 ] {} <Debug> HTTP-Session: 2c0d0949-9ce3-4b01-a956-d1e31367ae52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4292 | 2024.08.06 23:55:55.932030 [ 3 ] {} <Trace> HTTP-Session: 2c0d0949-9ce3-4b01-a956-d1e31367ae52 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4293 | 2024.08.06 23:55:55.932124 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4294 | 2024.08.06 23:55:55.932168 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4295 | 2024.08.06 23:55:55.932299 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4296 | 2024.08.06 23:55:55.932602 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4297 | 2024.08.06 23:55:55.932637 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4298 | 2024.08.06 23:55:55.933005 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4299 | 2024.08.06 23:55:55.933323 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.08.06 23:55:55.933450 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 190.69 KiB/sec. | ||
| 4301 | 2024.08.06 23:55:55.933766 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Debug> DynamicQueryHandler: Done processing query | ||
| 4302 | 2024.08.06 23:55:55.933793 [ 3 ] {7f00d2f1-d56a-4db5-92e4-2b2ae5199e95} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4303 | 2024.08.06 23:55:55.933810 [ 3 ] {} <Debug> HTTP-Session: 2c0d0949-9ce3-4b01-a956-d1e31367ae52 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4304 | 2024.08.06 23:55:55.933947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4305 | 2024.08.06 23:55:55.933996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4306 | 2024.08.06 23:55:55.934015 [ 3 ] {} <Debug> HTTP-Session: 1467f7dc-d19e-42a1-a07b-31b0734feda2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4307 | 2024.08.06 23:55:55.934033 [ 3 ] {} <Debug> HTTP-Session: 1467f7dc-d19e-42a1-a07b-31b0734feda2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4308 | 2024.08.06 23:55:55.934047 [ 3 ] {} <Debug> HTTP-Session: 1467f7dc-d19e-42a1-a07b-31b0734feda2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4309 | 2024.08.06 23:55:55.934079 [ 3 ] {} <Trace> HTTP-Session: 1467f7dc-d19e-42a1-a07b-31b0734feda2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4310 | 2024.08.06 23:55:55.934199 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4311 | 2024.08.06 23:55:55.934246 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4312 | 2024.08.06 23:55:55.934413 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4313 | 2024.08.06 23:55:55.934739 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4314 | 2024.08.06 23:55:55.934774 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4315 | 2024.08.06 23:55:55.935142 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4316 | 2024.08.06 23:55:55.935474 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4317 | 2024.08.06 23:55:55.935604 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
| 4318 | 2024.08.06 23:55:55.935959 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Debug> DynamicQueryHandler: Done processing query | ||
| 4319 | 2024.08.06 23:55:55.935986 [ 3 ] {8f675875-ba25-4021-81bc-ee12734a5a46} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4320 | 2024.08.06 23:55:55.936004 [ 3 ] {} <Debug> HTTP-Session: 1467f7dc-d19e-42a1-a07b-31b0734feda2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4321 | 2024.08.06 23:55:55.936393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160341, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4322 | 2024.08.06 23:55:55.936442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4323 | 2024.08.06 23:55:55.936460 [ 3 ] {} <Debug> HTTP-Session: d641e463-7887-4018-b27f-c9f001b0b0b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4324 | 2024.08.06 23:55:55.936478 [ 3 ] {} <Debug> HTTP-Session: d641e463-7887-4018-b27f-c9f001b0b0b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4325 | 2024.08.06 23:55:55.936492 [ 3 ] {} <Debug> HTTP-Session: d641e463-7887-4018-b27f-c9f001b0b0b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4326 | 2024.08.06 23:55:55.936524 [ 3 ] {} <Trace> HTTP-Session: d641e463-7887-4018-b27f-c9f001b0b0b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4327 | 2024.08.06 23:55:55.936952 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4328 | 2024.08.06 23:55:55.937002 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4329 | 2024.08.06 23:55:55.937161 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4330 | 2024.08.06 23:55:55.938020 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4331 | 2024.08.06 23:55:55.938056 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4332 | 2024.08.06 23:55:55.938481 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4333 | 2024.08.06 23:55:55.938823 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4334 | 2024.08.06 23:55:55.938958 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Debug> executeQuery: Read 845 rows, 58.24 KiB in 0.00226 sec., 373893.80530973454 rows/sec., 25.17 MiB/sec. | ||
| 4335 | 2024.08.06 23:55:55.939132 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Debug> DynamicQueryHandler: Done processing query | ||
| 4336 | 2024.08.06 23:55:55.939158 [ 3 ] {c812d7c4-dbd9-4028-af17-670e62fd7b45} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 4337 | 2024.08.06 23:55:55.939174 [ 3 ] {} <Debug> HTTP-Session: d641e463-7887-4018-b27f-c9f001b0b0b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4338 | 2024.08.06 23:55:55.939373 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4339 | 2024.08.06 23:55:55.939422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4340 | 2024.08.06 23:55:55.939440 [ 3 ] {} <Debug> HTTP-Session: 7d4624a6-8c78-46a4-8eb7-11f45b11d059 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4341 | 2024.08.06 23:55:55.939457 [ 3 ] {} <Debug> HTTP-Session: 7d4624a6-8c78-46a4-8eb7-11f45b11d059 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4342 | 2024.08.06 23:55:55.939472 [ 3 ] {} <Debug> HTTP-Session: 7d4624a6-8c78-46a4-8eb7-11f45b11d059 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4343 | 2024.08.06 23:55:55.939503 [ 3 ] {} <Trace> HTTP-Session: 7d4624a6-8c78-46a4-8eb7-11f45b11d059 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4344 | 2024.08.06 23:55:55.939778 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4345 | 2024.08.06 23:55:55.939841 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4346 | 2024.08.06 23:55:55.940339 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4347 | 2024.08.06 23:55:55.940905 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4348 | 2024.08.06 23:55:55.940941 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4349 | 2024.08.06 23:55:55.941518 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4350 | 2024.08.06 23:55:55.941918 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4351 | 2024.08.06 23:55:55.942050 [ 122 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4352 | 2024.08.06 23:55:55.942070 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002494 sec., 4410.585404971933 rows/sec., 7.90 MiB/sec. | ||
| 4353 | 2024.08.06 23:55:55.942103 [ 122 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4354 | 2024.08.06 23:55:55.942153 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4355 | 2024.08.06 23:55:55.942420 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 4356 | 2024.08.06 23:55:55.942491 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4357 | 2024.08.06 23:55:55.942545 [ 3 ] {4bf47da7-7435-4133-9c8e-09ae112d5a9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4358 | 2024.08.06 23:55:55.942584 [ 3 ] {} <Debug> HTTP-Session: 7d4624a6-8c78-46a4-8eb7-11f45b11d059 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4359 | 2024.08.06 23:55:55.942790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4360 | 2024.08.06 23:55:55.942905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4361 | 2024.08.06 23:55:55.942965 [ 3 ] {} <Debug> HTTP-Session: 3d77c3a2-3817-443f-a30f-5486b4c8e0e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4362 | 2024.08.06 23:55:55.943011 [ 3 ] {} <Debug> HTTP-Session: 3d77c3a2-3817-443f-a30f-5486b4c8e0e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4363 | 2024.08.06 23:55:55.943061 [ 3 ] {} <Debug> HTTP-Session: 3d77c3a2-3817-443f-a30f-5486b4c8e0e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4364 | 2024.08.06 23:55:55.943075 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4365 | 2024.08.06 23:55:55.943108 [ 3 ] {} <Trace> HTTP-Session: 3d77c3a2-3817-443f-a30f-5486b4c8e0e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4366 | 2024.08.06 23:55:55.943291 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 130 rows starting from the beginning of the part | ||
| 4367 | 2024.08.06 23:55:55.943450 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4368 | 2024.08.06 23:55:55.943639 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4369 | 2024.08.06 23:55:55.944034 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 11 rows starting from the beginning of the part | ||
| 4370 | 2024.08.06 23:55:55.944414 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4371 | 2024.08.06 23:55:55.944837 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 22 rows starting from the beginning of the part | ||
| 4372 | 2024.08.06 23:55:55.945454 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 11 rows starting from the beginning of the part | ||
| 4373 | 2024.08.06 23:55:55.945620 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4374 | 2024.08.06 23:55:55.945798 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4375 | 2024.08.06 23:55:55.945992 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 22 rows starting from the beginning of the part | ||
| 4376 | 2024.08.06 23:55:55.946550 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 11 rows starting from the beginning of the part | ||
| 4377 | 2024.08.06 23:55:55.947118 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4378 | 2024.08.06 23:55:55.948049 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4379 | 2024.08.06 23:55:55.948480 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005108 sec., 4502.740798747063 rows/sec., 243.57 KiB/sec. | ||
| 4380 | 2024.08.06 23:55:55.948834 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Debug> DynamicQueryHandler: Done processing query | ||
| 4381 | 2024.08.06 23:55:55.948870 [ 3 ] {aba14dbd-cf92-4068-a16e-bfc0884b7b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4382 | 2024.08.06 23:55:55.948906 [ 3 ] {} <Debug> HTTP-Session: 3d77c3a2-3817-443f-a30f-5486b4c8e0e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4383 | 2024.08.06 23:55:55.949111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4384 | 2024.08.06 23:55:55.949216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4385 | 2024.08.06 23:55:55.949262 [ 3 ] {} <Debug> HTTP-Session: 78b62e82-fe7b-4c85-93eb-a337e7ebd4ab Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4386 | 2024.08.06 23:55:55.949302 [ 3 ] {} <Debug> HTTP-Session: 78b62e82-fe7b-4c85-93eb-a337e7ebd4ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4387 | 2024.08.06 23:55:55.949333 [ 3 ] {} <Debug> HTTP-Session: 78b62e82-fe7b-4c85-93eb-a337e7ebd4ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4388 | 2024.08.06 23:55:55.949406 [ 3 ] {} <Trace> HTTP-Session: 78b62e82-fe7b-4c85-93eb-a337e7ebd4ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2024.08.06 23:55:55.949703 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4390 | 2024.08.06 23:55:55.949835 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4391 | 2024.08.06 23:55:55.950518 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4392 | 2024.08.06 23:55:55.951494 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4393 | 2024.08.06 23:55:55.951570 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4394 | 2024.08.06 23:55:55.952991 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4395 | 2024.08.06 23:55:55.954039 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4396 | 2024.08.06 23:55:55.954346 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004764 sec., 12594.458438287154 rows/sec., 869.15 KiB/sec. | ||
| 4397 | 2024.08.06 23:55:55.954535 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Debug> DynamicQueryHandler: Done processing query | ||
| 4398 | 2024.08.06 23:55:55.954563 [ 3 ] {50c956e0-ad69-489b-aa67-52c5469c6355} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4399 | 2024.08.06 23:55:55.954585 [ 3 ] {} <Debug> HTTP-Session: 78b62e82-fe7b-4c85-93eb-a337e7ebd4ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4400 | 2024.08.06 23:55:55.957207 [ 187 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 207 rows, containing 19 columns (19 merged, 0 gathered) in 0.01494812 sec., 13847.895253717525 rows/sec., 24.81 MiB/sec. | ||
| 4401 | 2024.08.06 23:55:55.957602 [ 187 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4402 | 2024.08.06 23:55:55.958217 [ 187 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4403 | 2024.08.06 23:55:55.958309 [ 187 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4404 | 2024.08.06 23:55:55.958463 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 4405 | 2024.08.06 23:55:56.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 183.35 MiB, peak 191.83 MiB, free memory in arenas 0.00 B, will set to 184.50 MiB (RSS), difference: 1.16 MiB | ||
| 4406 | 2024.08.06 23:56:00.043648 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4407 | 2024.08.06 23:56:00.043705 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4408 | 2024.08.06 23:56:01.398257 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4409 | 2024.08.06 23:56:01.398384 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4410 | 2024.08.06 23:56:01.398412 [ 3 ] {} <Debug> HTTP-Session: e9317799-bff3-432f-bb9f-6cde731dbde0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4411 | 2024.08.06 23:56:01.398441 [ 3 ] {} <Debug> HTTP-Session: e9317799-bff3-432f-bb9f-6cde731dbde0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4412 | 2024.08.06 23:56:01.398459 [ 3 ] {} <Debug> HTTP-Session: e9317799-bff3-432f-bb9f-6cde731dbde0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4413 | 2024.08.06 23:56:01.398517 [ 3 ] {} <Trace> HTTP-Session: e9317799-bff3-432f-bb9f-6cde731dbde0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4414 | 2024.08.06 23:56:01.398732 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4415 | 2024.08.06 23:56:01.398806 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4416 | 2024.08.06 23:56:01.399004 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4417 | 2024.08.06 23:56:01.399446 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4418 | 2024.08.06 23:56:01.399489 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4419 | 2024.08.06 23:56:01.399863 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4420 | 2024.08.06 23:56:01.400202 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4421 | 2024.08.06 23:56:01.400348 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001681 sec., 13087.447947650207 rows/sec., 1.04 MiB/sec. | ||
| 4422 | 2024.08.06 23:56:01.400557 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4423 | 2024.08.06 23:56:01.400584 [ 3 ] {a3070d71-6474-477d-bb16-8a5a52586e9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4424 | 2024.08.06 23:56:01.400600 [ 3 ] {} <Debug> HTTP-Session: e9317799-bff3-432f-bb9f-6cde731dbde0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4425 | 2024.08.06 23:56:01.400785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4426 | 2024.08.06 23:56:01.400834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4427 | 2024.08.06 23:56:01.400853 [ 3 ] {} <Debug> HTTP-Session: 1ca0d82d-d162-4e9f-9c6e-a10f35478677 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4428 | 2024.08.06 23:56:01.400871 [ 3 ] {} <Debug> HTTP-Session: 1ca0d82d-d162-4e9f-9c6e-a10f35478677 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4429 | 2024.08.06 23:56:01.400885 [ 3 ] {} <Debug> HTTP-Session: 1ca0d82d-d162-4e9f-9c6e-a10f35478677 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4430 | 2024.08.06 23:56:01.400917 [ 3 ] {} <Trace> HTTP-Session: 1ca0d82d-d162-4e9f-9c6e-a10f35478677 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2024.08.06 23:56:01.401049 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4432 | 2024.08.06 23:56:01.401092 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4433 | 2024.08.06 23:56:01.401217 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4434 | 2024.08.06 23:56:01.401625 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4435 | 2024.08.06 23:56:01.401663 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4436 | 2024.08.06 23:56:01.401988 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4437 | 2024.08.06 23:56:01.402302 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4438 | 2024.08.06 23:56:01.402457 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001452 sec., 84022.03856749312 rows/sec., 6.96 MiB/sec. | ||
| 4439 | 2024.08.06 23:56:01.402629 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4440 | 2024.08.06 23:56:01.402653 [ 3 ] {db36b252-0cf4-4200-8686-4771e1adc82d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4441 | 2024.08.06 23:56:01.402669 [ 3 ] {} <Debug> HTTP-Session: 1ca0d82d-d162-4e9f-9c6e-a10f35478677 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4442 | 2024.08.06 23:56:01.402817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4443 | 2024.08.06 23:56:01.402866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4444 | 2024.08.06 23:56:01.402885 [ 3 ] {} <Debug> HTTP-Session: f1c5f4fa-c886-4b7a-91da-590c57d4a878 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4445 | 2024.08.06 23:56:01.402902 [ 3 ] {} <Debug> HTTP-Session: f1c5f4fa-c886-4b7a-91da-590c57d4a878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4446 | 2024.08.06 23:56:01.402917 [ 3 ] {} <Debug> HTTP-Session: f1c5f4fa-c886-4b7a-91da-590c57d4a878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4447 | 2024.08.06 23:56:01.402947 [ 3 ] {} <Trace> HTTP-Session: f1c5f4fa-c886-4b7a-91da-590c57d4a878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4448 | 2024.08.06 23:56:01.403071 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4449 | 2024.08.06 23:56:01.403114 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4450 | 2024.08.06 23:56:01.403249 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4451 | 2024.08.06 23:56:01.403654 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4452 | 2024.08.06 23:56:01.403691 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4453 | 2024.08.06 23:56:01.404008 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4454 | 2024.08.06 23:56:01.404327 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4455 | 2024.08.06 23:56:01.404484 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001457 sec., 59025.394646533976 rows/sec., 4.61 MiB/sec. | ||
| 4456 | 2024.08.06 23:56:01.404657 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Debug> DynamicQueryHandler: Done processing query | ||
| 4457 | 2024.08.06 23:56:01.404682 [ 3 ] {2b3e5aa6-68e4-4479-8281-bb02ea4a2bd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4458 | 2024.08.06 23:56:01.404698 [ 3 ] {} <Debug> HTTP-Session: f1c5f4fa-c886-4b7a-91da-590c57d4a878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4459 | 2024.08.06 23:56:01.404865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4460 | 2024.08.06 23:56:01.404914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4461 | 2024.08.06 23:56:01.404933 [ 3 ] {} <Debug> HTTP-Session: c9eb92cf-c493-4ef5-8ba0-d7a24d175fcd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4462 | 2024.08.06 23:56:01.404949 [ 3 ] {} <Debug> HTTP-Session: c9eb92cf-c493-4ef5-8ba0-d7a24d175fcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4463 | 2024.08.06 23:56:01.404963 [ 3 ] {} <Debug> HTTP-Session: c9eb92cf-c493-4ef5-8ba0-d7a24d175fcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4464 | 2024.08.06 23:56:01.404995 [ 3 ] {} <Trace> HTTP-Session: c9eb92cf-c493-4ef5-8ba0-d7a24d175fcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4465 | 2024.08.06 23:56:01.405138 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4466 | 2024.08.06 23:56:01.405185 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4467 | 2024.08.06 23:56:01.405334 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4468 | 2024.08.06 23:56:01.405746 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4469 | 2024.08.06 23:56:01.405782 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4470 | 2024.08.06 23:56:01.406180 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4471 | 2024.08.06 23:56:01.406547 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4472 | 2024.08.06 23:56:01.406688 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 4473 | 2024.08.06 23:56:01.406866 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Debug> DynamicQueryHandler: Done processing query | ||
| 4474 | 2024.08.06 23:56:01.406892 [ 3 ] {86f6a8e0-ac6c-4bd5-931a-fffcc4f27542} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4475 | 2024.08.06 23:56:01.406907 [ 3 ] {} <Debug> HTTP-Session: c9eb92cf-c493-4ef5-8ba0-d7a24d175fcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4476 | 2024.08.06 23:56:01.407100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35350, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4477 | 2024.08.06 23:56:01.407150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4478 | 2024.08.06 23:56:01.407169 [ 3 ] {} <Debug> HTTP-Session: 4899641f-9e0f-464d-87ba-57613812ef9d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4479 | 2024.08.06 23:56:01.407186 [ 3 ] {} <Debug> HTTP-Session: 4899641f-9e0f-464d-87ba-57613812ef9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4480 | 2024.08.06 23:56:01.407200 [ 3 ] {} <Debug> HTTP-Session: 4899641f-9e0f-464d-87ba-57613812ef9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4481 | 2024.08.06 23:56:01.407232 [ 3 ] {} <Trace> HTTP-Session: 4899641f-9e0f-464d-87ba-57613812ef9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4482 | 2024.08.06 23:56:01.407521 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4483 | 2024.08.06 23:56:01.407600 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4484 | 2024.08.06 23:56:01.408067 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4485 | 2024.08.06 23:56:01.408701 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4486 | 2024.08.06 23:56:01.408737 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4487 | 2024.08.06 23:56:01.409355 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4488 | 2024.08.06 23:56:01.409771 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4489 | 2024.08.06 23:56:01.409922 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002607 sec., 8438.818565400845 rows/sec., 15.12 MiB/sec. | ||
| 4490 | 2024.08.06 23:56:01.410143 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Debug> DynamicQueryHandler: Done processing query | ||
| 4491 | 2024.08.06 23:56:01.410168 [ 3 ] {fe90c962-6faa-4e84-a45a-34b69d26e124} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 4492 | 2024.08.06 23:56:01.410185 [ 3 ] {} <Debug> HTTP-Session: 4899641f-9e0f-464d-87ba-57613812ef9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4493 | 2024.08.06 23:56:01.410321 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4494 | 2024.08.06 23:56:01.410371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4495 | 2024.08.06 23:56:01.410390 [ 3 ] {} <Debug> HTTP-Session: 84349a71-05ce-4818-927d-5151ef0fd53b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4496 | 2024.08.06 23:56:01.410407 [ 3 ] {} <Debug> HTTP-Session: 84349a71-05ce-4818-927d-5151ef0fd53b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4497 | 2024.08.06 23:56:01.410422 [ 3 ] {} <Debug> HTTP-Session: 84349a71-05ce-4818-927d-5151ef0fd53b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4498 | 2024.08.06 23:56:01.410454 [ 3 ] {} <Trace> HTTP-Session: 84349a71-05ce-4818-927d-5151ef0fd53b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4499 | 2024.08.06 23:56:01.410571 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4500 | 2024.08.06 23:56:01.410617 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4501 | 2024.08.06 23:56:01.410745 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4502 | 2024.08.06 23:56:01.411058 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4503 | 2024.08.06 23:56:01.411093 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4504 | 2024.08.06 23:56:01.411476 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4505 | 2024.08.06 23:56:01.411799 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4506 | 2024.08.06 23:56:01.411925 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. | ||
| 4507 | 2024.08.06 23:56:01.412095 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 4508 | 2024.08.06 23:56:01.412121 [ 3 ] {e5b9d81a-94d6-48af-98bb-dd883b6fa8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4509 | 2024.08.06 23:56:01.412137 [ 3 ] {} <Debug> HTTP-Session: 84349a71-05ce-4818-927d-5151ef0fd53b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4510 | 2024.08.06 23:56:06.400714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4511 | 2024.08.06 23:56:06.400842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4512 | 2024.08.06 23:56:06.400868 [ 3 ] {} <Debug> HTTP-Session: 4c6c99c2-aa90-4114-9d98-3ea6bd282ce8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4513 | 2024.08.06 23:56:06.400892 [ 3 ] {} <Debug> HTTP-Session: 4c6c99c2-aa90-4114-9d98-3ea6bd282ce8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4514 | 2024.08.06 23:56:06.400907 [ 3 ] {} <Debug> HTTP-Session: 4c6c99c2-aa90-4114-9d98-3ea6bd282ce8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4515 | 2024.08.06 23:56:06.400957 [ 3 ] {} <Trace> HTTP-Session: 4c6c99c2-aa90-4114-9d98-3ea6bd282ce8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4516 | 2024.08.06 23:56:06.401140 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4517 | 2024.08.06 23:56:06.401204 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4518 | 2024.08.06 23:56:06.401396 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4519 | 2024.08.06 23:56:06.401859 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4520 | 2024.08.06 23:56:06.401898 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4521 | 2024.08.06 23:56:06.402271 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4522 | 2024.08.06 23:56:06.402612 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4523 | 2024.08.06 23:56:06.402767 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001685 sec., 10089.020771513353 rows/sec., 730.83 KiB/sec. | ||
| 4524 | 2024.08.06 23:56:06.403068 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4525 | 2024.08.06 23:56:06.403097 [ 3 ] {d373dd81-4ee0-470e-b95a-9837e2a995c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4526 | 2024.08.06 23:56:06.403114 [ 3 ] {} <Debug> HTTP-Session: 4c6c99c2-aa90-4114-9d98-3ea6bd282ce8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4527 | 2024.08.06 23:56:06.403284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4528 | 2024.08.06 23:56:06.403335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4529 | 2024.08.06 23:56:06.403355 [ 3 ] {} <Debug> HTTP-Session: 764610a4-1646-426f-b15e-92800ca8de35 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4530 | 2024.08.06 23:56:06.403372 [ 3 ] {} <Debug> HTTP-Session: 764610a4-1646-426f-b15e-92800ca8de35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4531 | 2024.08.06 23:56:06.403388 [ 3 ] {} <Debug> HTTP-Session: 764610a4-1646-426f-b15e-92800ca8de35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4532 | 2024.08.06 23:56:06.403419 [ 3 ] {} <Trace> HTTP-Session: 764610a4-1646-426f-b15e-92800ca8de35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4533 | 2024.08.06 23:56:06.403513 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 4534 | 2024.08.06 23:56:06.403558 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4535 | 2024.08.06 23:56:06.403706 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4536 | 2024.08.06 23:56:06.404017 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4537 | 2024.08.06 23:56:06.404055 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4538 | 2024.08.06 23:56:06.404358 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4539 | 2024.08.06 23:56:06.404665 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4540 | 2024.08.06 23:56:06.404789 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001299 sec., 1539.6458814472671 rows/sec., 125.55 KiB/sec. | ||
| 4541 | 2024.08.06 23:56:06.404951 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4542 | 2024.08.06 23:56:06.404977 [ 3 ] {113aec27-c540-4a92-a6b0-a3ed3d67d92b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4543 | 2024.08.06 23:56:06.404993 [ 3 ] {} <Debug> HTTP-Session: 764610a4-1646-426f-b15e-92800ca8de35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4544 | 2024.08.06 23:56:06.405166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4545 | 2024.08.06 23:56:06.405214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4546 | 2024.08.06 23:56:06.405233 [ 3 ] {} <Debug> HTTP-Session: fb502a7c-9031-49fc-bdcd-5181d5ba2fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4547 | 2024.08.06 23:56:06.405250 [ 3 ] {} <Debug> HTTP-Session: fb502a7c-9031-49fc-bdcd-5181d5ba2fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4548 | 2024.08.06 23:56:06.405265 [ 3 ] {} <Debug> HTTP-Session: fb502a7c-9031-49fc-bdcd-5181d5ba2fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4549 | 2024.08.06 23:56:06.405296 [ 3 ] {} <Trace> HTTP-Session: fb502a7c-9031-49fc-bdcd-5181d5ba2fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2024.08.06 23:56:06.405440 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4551 | 2024.08.06 23:56:06.405482 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4552 | 2024.08.06 23:56:06.405606 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4553 | 2024.08.06 23:56:06.406020 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4554 | 2024.08.06 23:56:06.406056 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4555 | 2024.08.06 23:56:06.406396 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4556 | 2024.08.06 23:56:06.406702 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2024.08.06 23:56:06.406829 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001456 sec., 133928.57142857142 rows/sec., 11.82 MiB/sec. | ||
| 4558 | 2024.08.06 23:56:06.406991 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 4559 | 2024.08.06 23:56:06.407016 [ 3 ] {1254b4f0-57a2-4581-bf50-91bdf5913d2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4560 | 2024.08.06 23:56:06.407032 [ 3 ] {} <Debug> HTTP-Session: fb502a7c-9031-49fc-bdcd-5181d5ba2fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4561 | 2024.08.06 23:56:06.407184 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4562 | 2024.08.06 23:56:06.407232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4563 | 2024.08.06 23:56:06.407251 [ 3 ] {} <Debug> HTTP-Session: c348a61b-bab3-4adc-ae80-61633ad72451 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4564 | 2024.08.06 23:56:06.407269 [ 3 ] {} <Debug> HTTP-Session: c348a61b-bab3-4adc-ae80-61633ad72451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4565 | 2024.08.06 23:56:06.407283 [ 3 ] {} <Debug> HTTP-Session: c348a61b-bab3-4adc-ae80-61633ad72451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4566 | 2024.08.06 23:56:06.407315 [ 3 ] {} <Trace> HTTP-Session: c348a61b-bab3-4adc-ae80-61633ad72451 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4567 | 2024.08.06 23:56:06.407407 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 4568 | 2024.08.06 23:56:06.407449 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4569 | 2024.08.06 23:56:06.407575 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4570 | 2024.08.06 23:56:06.407854 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4571 | 2024.08.06 23:56:06.407890 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4572 | 2024.08.06 23:56:06.408188 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 4573 | 2024.08.06 23:56:06.408497 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4574 | 2024.08.06 23:56:06.408620 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001236 sec., 1618.1229773462785 rows/sec., 112.98 KiB/sec. | ||
| 4575 | 2024.08.06 23:56:06.408779 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Debug> DynamicQueryHandler: Done processing query | ||
| 4576 | 2024.08.06 23:56:06.408804 [ 3 ] {a61499ba-2afb-4ab0-b185-62b9d008d836} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4577 | 2024.08.06 23:56:06.408820 [ 3 ] {} <Debug> HTTP-Session: c348a61b-bab3-4adc-ae80-61633ad72451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4578 | 2024.08.06 23:56:06.408973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4579 | 2024.08.06 23:56:06.409021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4580 | 2024.08.06 23:56:06.409040 [ 3 ] {} <Debug> HTTP-Session: 3da7a361-1462-4d93-99ee-4f697e6e4fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4581 | 2024.08.06 23:56:06.409057 [ 3 ] {} <Debug> HTTP-Session: 3da7a361-1462-4d93-99ee-4f697e6e4fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4582 | 2024.08.06 23:56:06.409071 [ 3 ] {} <Debug> HTTP-Session: 3da7a361-1462-4d93-99ee-4f697e6e4fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4583 | 2024.08.06 23:56:06.409103 [ 3 ] {} <Trace> HTTP-Session: 3da7a361-1462-4d93-99ee-4f697e6e4fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2024.08.06 23:56:06.409294 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4585 | 2024.08.06 23:56:06.409338 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4586 | 2024.08.06 23:56:06.409462 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4587 | 2024.08.06 23:56:06.410032 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4588 | 2024.08.06 23:56:06.410068 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4589 | 2024.08.06 23:56:06.410400 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4590 | 2024.08.06 23:56:06.410704 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4591 | 2024.08.06 23:56:06.410832 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001645 sec., 240121.58054711248 rows/sec., 16.93 MiB/sec. | ||
| 4592 | 2024.08.06 23:56:06.410997 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Debug> DynamicQueryHandler: Done processing query | ||
| 4593 | 2024.08.06 23:56:06.411022 [ 3 ] {e8413a87-fa74-4cd8-8efb-ea92a48b8c67} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4594 | 2024.08.06 23:56:06.411038 [ 3 ] {} <Debug> HTTP-Session: 3da7a361-1462-4d93-99ee-4f697e6e4fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4595 | 2024.08.06 23:56:06.411243 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4596 | 2024.08.06 23:56:06.411294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4597 | 2024.08.06 23:56:06.411313 [ 3 ] {} <Debug> HTTP-Session: ee44c574-b56a-42c5-9a27-c0a8e6f31145 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4598 | 2024.08.06 23:56:06.411330 [ 3 ] {} <Debug> HTTP-Session: ee44c574-b56a-42c5-9a27-c0a8e6f31145 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4599 | 2024.08.06 23:56:06.411344 [ 3 ] {} <Debug> HTTP-Session: ee44c574-b56a-42c5-9a27-c0a8e6f31145 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4600 | 2024.08.06 23:56:06.411374 [ 3 ] {} <Trace> HTTP-Session: ee44c574-b56a-42c5-9a27-c0a8e6f31145 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4601 | 2024.08.06 23:56:06.411477 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4602 | 2024.08.06 23:56:06.411521 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4603 | 2024.08.06 23:56:06.411653 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4604 | 2024.08.06 23:56:06.411904 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4605 | 2024.08.06 23:56:06.411939 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4606 | 2024.08.06 23:56:06.412305 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4607 | 2024.08.06 23:56:06.412628 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4608 | 2024.08.06 23:56:06.412752 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0013 sec., 4615.384615384615 rows/sec., 198.32 KiB/sec. | ||
| 4609 | 2024.08.06 23:56:06.412914 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4610 | 2024.08.06 23:56:06.412939 [ 3 ] {6ab00420-a04d-48a3-901f-7af3d663c02e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4611 | 2024.08.06 23:56:06.412955 [ 3 ] {} <Debug> HTTP-Session: ee44c574-b56a-42c5-9a27-c0a8e6f31145 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4612 | 2024.08.06 23:56:06.413074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4613 | 2024.08.06 23:56:06.413121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4614 | 2024.08.06 23:56:06.413140 [ 3 ] {} <Debug> HTTP-Session: 63ed5182-e310-4f35-901c-e5145e90a628 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4615 | 2024.08.06 23:56:06.413156 [ 3 ] {} <Debug> HTTP-Session: 63ed5182-e310-4f35-901c-e5145e90a628 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4616 | 2024.08.06 23:56:06.413170 [ 3 ] {} <Debug> HTTP-Session: 63ed5182-e310-4f35-901c-e5145e90a628 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4617 | 2024.08.06 23:56:06.413201 [ 3 ] {} <Trace> HTTP-Session: 63ed5182-e310-4f35-901c-e5145e90a628 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4618 | 2024.08.06 23:56:06.413347 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4619 | 2024.08.06 23:56:06.413394 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4620 | 2024.08.06 23:56:06.413535 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4621 | 2024.08.06 23:56:06.413844 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4622 | 2024.08.06 23:56:06.413879 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4623 | 2024.08.06 23:56:06.414246 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4624 | 2024.08.06 23:56:06.414581 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4625 | 2024.08.06 23:56:06.414706 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001432 sec., 53770.949720670396 rows/sec., 3.31 MiB/sec. | ||
| 4626 | 2024.08.06 23:56:06.414873 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Debug> DynamicQueryHandler: Done processing query | ||
| 4627 | 2024.08.06 23:56:06.414898 [ 3 ] {2c4f20ff-217f-4a0d-891d-6ac9a8147fa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4628 | 2024.08.06 23:56:06.414914 [ 3 ] {} <Debug> HTTP-Session: 63ed5182-e310-4f35-901c-e5145e90a628 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4629 | 2024.08.06 23:56:06.415097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30813, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4630 | 2024.08.06 23:56:06.415146 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4631 | 2024.08.06 23:56:06.415165 [ 3 ] {} <Debug> HTTP-Session: 8d099adc-4532-4bdf-a05d-657f87ab325c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4632 | 2024.08.06 23:56:06.415181 [ 3 ] {} <Debug> HTTP-Session: 8d099adc-4532-4bdf-a05d-657f87ab325c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4633 | 2024.08.06 23:56:06.415195 [ 3 ] {} <Debug> HTTP-Session: 8d099adc-4532-4bdf-a05d-657f87ab325c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4634 | 2024.08.06 23:56:06.415227 [ 3 ] {} <Trace> HTTP-Session: 8d099adc-4532-4bdf-a05d-657f87ab325c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2024.08.06 23:56:06.415388 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4636 | 2024.08.06 23:56:06.415435 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4637 | 2024.08.06 23:56:06.415576 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4638 | 2024.08.06 23:56:06.415962 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4639 | 2024.08.06 23:56:06.415999 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4640 | 2024.08.06 23:56:06.416376 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4641 | 2024.08.06 23:56:06.416709 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4642 | 2024.08.06 23:56:06.416843 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001536 sec., 104817.70833333333 rows/sec., 7.30 MiB/sec. | ||
| 4643 | 2024.08.06 23:56:06.417134 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Debug> DynamicQueryHandler: Done processing query | ||
| 4644 | 2024.08.06 23:56:06.417166 [ 3 ] {cc1a8c0a-d384-4d5d-8241-9ca769911449} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4645 | 2024.08.06 23:56:06.417183 [ 3 ] {} <Debug> HTTP-Session: 8d099adc-4532-4bdf-a05d-657f87ab325c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4646 | 2024.08.06 23:56:06.417328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17616, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4647 | 2024.08.06 23:56:06.417377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4648 | 2024.08.06 23:56:06.417395 [ 3 ] {} <Debug> HTTP-Session: 14ccc89e-251b-4b90-a3e3-f517351e66cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4649 | 2024.08.06 23:56:06.417411 [ 3 ] {} <Debug> HTTP-Session: 14ccc89e-251b-4b90-a3e3-f517351e66cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4650 | 2024.08.06 23:56:06.417426 [ 3 ] {} <Debug> HTTP-Session: 14ccc89e-251b-4b90-a3e3-f517351e66cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4651 | 2024.08.06 23:56:06.417458 [ 3 ] {} <Trace> HTTP-Session: 14ccc89e-251b-4b90-a3e3-f517351e66cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4652 | 2024.08.06 23:56:06.417638 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4653 | 2024.08.06 23:56:06.417708 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4654 | 2024.08.06 23:56:06.418143 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4655 | 2024.08.06 23:56:06.418714 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4656 | 2024.08.06 23:56:06.418752 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4657 | 2024.08.06 23:56:06.419371 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4658 | 2024.08.06 23:56:06.419799 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4659 | 2024.08.06 23:56:06.419987 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002449 sec., 4491.62923642303 rows/sec., 8.05 MiB/sec. | ||
| 4660 | 2024.08.06 23:56:06.420216 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4661 | 2024.08.06 23:56:06.420241 [ 3 ] {21be70a3-0475-448e-a492-f29b2e27209e} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4662 | 2024.08.06 23:56:06.420258 [ 3 ] {} <Debug> HTTP-Session: 14ccc89e-251b-4b90-a3e3-f517351e66cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4663 | 2024.08.06 23:56:06.420381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4664 | 2024.08.06 23:56:06.420430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4665 | 2024.08.06 23:56:06.420448 [ 3 ] {} <Debug> HTTP-Session: b1918924-6e81-4a98-a1c7-70f46b8976a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4666 | 2024.08.06 23:56:06.420465 [ 3 ] {} <Debug> HTTP-Session: b1918924-6e81-4a98-a1c7-70f46b8976a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4667 | 2024.08.06 23:56:06.420480 [ 3 ] {} <Debug> HTTP-Session: b1918924-6e81-4a98-a1c7-70f46b8976a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4668 | 2024.08.06 23:56:06.420512 [ 3 ] {} <Trace> HTTP-Session: b1918924-6e81-4a98-a1c7-70f46b8976a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4669 | 2024.08.06 23:56:06.420615 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4670 | 2024.08.06 23:56:06.420660 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4671 | 2024.08.06 23:56:06.420794 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4672 | 2024.08.06 23:56:06.421071 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4673 | 2024.08.06 23:56:06.421109 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4674 | 2024.08.06 23:56:06.421469 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4675 | 2024.08.06 23:56:06.421793 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4676 | 2024.08.06 23:56:06.421962 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001377 sec., 16702.977487291213 rows/sec., 903.52 KiB/sec. | ||
| 4677 | 2024.08.06 23:56:06.422130 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Debug> DynamicQueryHandler: Done processing query | ||
| 4678 | 2024.08.06 23:56:06.422155 [ 3 ] {a38cdeb3-0eec-4c48-984c-85993748f711} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4679 | 2024.08.06 23:56:06.422171 [ 3 ] {} <Debug> HTTP-Session: b1918924-6e81-4a98-a1c7-70f46b8976a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4680 | 2024.08.06 23:56:06.422295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4681 | 2024.08.06 23:56:06.422344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4682 | 2024.08.06 23:56:06.422363 [ 3 ] {} <Debug> HTTP-Session: 974e6c45-7589-4b76-b72c-9c736dce40fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4683 | 2024.08.06 23:56:06.422379 [ 3 ] {} <Debug> HTTP-Session: 974e6c45-7589-4b76-b72c-9c736dce40fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4684 | 2024.08.06 23:56:06.422394 [ 3 ] {} <Debug> HTTP-Session: 974e6c45-7589-4b76-b72c-9c736dce40fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4685 | 2024.08.06 23:56:06.422425 [ 3 ] {} <Trace> HTTP-Session: 974e6c45-7589-4b76-b72c-9c736dce40fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4686 | 2024.08.06 23:56:06.422538 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4687 | 2024.08.06 23:56:06.422581 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4688 | 2024.08.06 23:56:06.422712 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4689 | 2024.08.06 23:56:06.423000 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4690 | 2024.08.06 23:56:06.423035 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4691 | 2024.08.06 23:56:06.423406 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4692 | 2024.08.06 23:56:06.423723 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4693 | 2024.08.06 23:56:06.423883 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 4694 | 2024.08.06 23:56:06.424053 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 4695 | 2024.08.06 23:56:06.424077 [ 3 ] {f2ae4d90-91d9-4970-9c34-20fb841fadcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4696 | 2024.08.06 23:56:06.424094 [ 3 ] {} <Debug> HTTP-Session: 974e6c45-7589-4b76-b72c-9c736dce40fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4697 | 2024.08.06 23:56:11.397307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4698 | 2024.08.06 23:56:11.397439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4699 | 2024.08.06 23:56:11.397464 [ 3 ] {} <Debug> HTTP-Session: c7321f6e-d5d3-4914-872d-f78db42d7f65 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4700 | 2024.08.06 23:56:11.397488 [ 3 ] {} <Debug> HTTP-Session: c7321f6e-d5d3-4914-872d-f78db42d7f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4701 | 2024.08.06 23:56:11.397502 [ 3 ] {} <Debug> HTTP-Session: c7321f6e-d5d3-4914-872d-f78db42d7f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4702 | 2024.08.06 23:56:11.397553 [ 3 ] {} <Trace> HTTP-Session: c7321f6e-d5d3-4914-872d-f78db42d7f65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4703 | 2024.08.06 23:56:11.397744 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4704 | 2024.08.06 23:56:11.397811 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4705 | 2024.08.06 23:56:11.398002 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4706 | 2024.08.06 23:56:11.398418 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4707 | 2024.08.06 23:56:11.398460 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4708 | 2024.08.06 23:56:11.398839 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4709 | 2024.08.06 23:56:11.399176 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4710 | 2024.08.06 23:56:11.399332 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001646 sec., 13365.73511543135 rows/sec., 1.06 MiB/sec. | ||
| 4711 | 2024.08.06 23:56:11.399548 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Debug> DynamicQueryHandler: Done processing query | ||
| 4712 | 2024.08.06 23:56:11.399576 [ 3 ] {76ef4156-f540-4417-a002-5da31e168fe6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4713 | 2024.08.06 23:56:11.399592 [ 3 ] {} <Debug> HTTP-Session: c7321f6e-d5d3-4914-872d-f78db42d7f65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4714 | 2024.08.06 23:56:11.399762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4715 | 2024.08.06 23:56:11.399811 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4716 | 2024.08.06 23:56:11.399830 [ 3 ] {} <Debug> HTTP-Session: 51e1569b-ec3e-440f-acfc-06d288ba627c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4717 | 2024.08.06 23:56:11.399846 [ 3 ] {} <Debug> HTTP-Session: 51e1569b-ec3e-440f-acfc-06d288ba627c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4718 | 2024.08.06 23:56:11.399861 [ 3 ] {} <Debug> HTTP-Session: 51e1569b-ec3e-440f-acfc-06d288ba627c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4719 | 2024.08.06 23:56:11.399892 [ 3 ] {} <Trace> HTTP-Session: 51e1569b-ec3e-440f-acfc-06d288ba627c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4720 | 2024.08.06 23:56:11.400024 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4721 | 2024.08.06 23:56:11.400068 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4722 | 2024.08.06 23:56:11.400194 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4723 | 2024.08.06 23:56:11.400587 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4724 | 2024.08.06 23:56:11.400624 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4725 | 2024.08.06 23:56:11.400954 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4726 | 2024.08.06 23:56:11.401262 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4727 | 2024.08.06 23:56:11.401431 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001455 sec., 83848.7972508591 rows/sec., 6.94 MiB/sec. | ||
| 4728 | 2024.08.06 23:56:11.401431 [ 23 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4729 | 2024.08.06 23:56:11.401554 [ 23 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4730 | 2024.08.06 23:56:11.401593 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4731 | 2024.08.06 23:56:11.401666 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 4732 | 2024.08.06 23:56:11.401718 [ 3 ] {223eaab2-5d0d-4d35-ac97-fdaadfa22d9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 4733 | 2024.08.06 23:56:11.401781 [ 3 ] {} <Debug> HTTP-Session: 51e1569b-ec3e-440f-acfc-06d288ba627c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4734 | 2024.08.06 23:56:11.401868 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 4735 | 2024.08.06 23:56:11.401988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4736 | 2024.08.06 23:56:11.402117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4737 | 2024.08.06 23:56:11.402171 [ 3 ] {} <Debug> HTTP-Session: 7b31f317-4778-4a85-98f6-655577345194 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4738 | 2024.08.06 23:56:11.402196 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4739 | 2024.08.06 23:56:11.402206 [ 3 ] {} <Debug> HTTP-Session: 7b31f317-4778-4a85-98f6-655577345194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4740 | 2024.08.06 23:56:11.402248 [ 3 ] {} <Debug> HTTP-Session: 7b31f317-4778-4a85-98f6-655577345194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4741 | 2024.08.06 23:56:11.402265 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1404 rows starting from the beginning of the part | ||
| 4742 | 2024.08.06 23:56:11.402299 [ 3 ] {} <Trace> HTTP-Session: 7b31f317-4778-4a85-98f6-655577345194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.08.06 23:56:11.402504 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 122 rows starting from the beginning of the part | ||
| 4744 | 2024.08.06 23:56:11.402627 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4745 | 2024.08.06 23:56:11.402778 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1335 rows starting from the beginning of the part | ||
| 4746 | 2024.08.06 23:56:11.402793 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4747 | 2024.08.06 23:56:11.403202 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 122 rows starting from the beginning of the part | ||
| 4748 | 2024.08.06 23:56:11.403518 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 195 rows starting from the beginning of the part | ||
| 4749 | 2024.08.06 23:56:11.403882 [ 193 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 122 rows starting from the beginning of the part | ||
| 4750 | 2024.08.06 23:56:11.404000 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4751 | 2024.08.06 23:56:11.404955 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4752 | 2024.08.06 23:56:11.405016 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 4753 | 2024.08.06 23:56:11.405770 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4754 | 2024.08.06 23:56:11.406519 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4755 | 2024.08.06 23:56:11.406692 [ 23 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4756 | 2024.08.06 23:56:11.406766 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004264 sec., 20168.85553470919 rows/sec., 1.57 MiB/sec. | ||
| 4757 | 2024.08.06 23:56:11.406797 [ 23 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4758 | 2024.08.06 23:56:11.406888 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 4759 | 2024.08.06 23:56:11.407483 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 4760 | 2024.08.06 23:56:11.407598 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 4761 | 2024.08.06 23:56:11.407598 [ 3 ] {c719a19c-8566-4a4e-84b2-8a090d9d4dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 4762 | 2024.08.06 23:56:11.407803 [ 3 ] {} <Debug> HTTP-Session: 7b31f317-4778-4a85-98f6-655577345194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4763 | 2024.08.06 23:56:11.408307 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3300 rows, containing 4 columns (4 merged, 0 gathered) in 0.006601626 sec., 499876.84852186416 rows/sec., 41.89 MiB/sec. | ||
| 4764 | 2024.08.06 23:56:11.408300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4765 | 2024.08.06 23:56:11.408452 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4766 | 2024.08.06 23:56:11.408473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4767 | 2024.08.06 23:56:11.408527 [ 3 ] {} <Debug> HTTP-Session: d3b03f59-8bee-4e89-9d02-113fbf6139a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4768 | 2024.08.06 23:56:11.408532 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 897 rows starting from the beginning of the part | ||
| 4769 | 2024.08.06 23:56:11.408573 [ 3 ] {} <Debug> HTTP-Session: d3b03f59-8bee-4e89-9d02-113fbf6139a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4770 | 2024.08.06 23:56:11.408603 [ 3 ] {} <Debug> HTTP-Session: d3b03f59-8bee-4e89-9d02-113fbf6139a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4771 | 2024.08.06 23:56:11.408700 [ 3 ] {} <Trace> HTTP-Session: d3b03f59-8bee-4e89-9d02-113fbf6139a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4772 | 2024.08.06 23:56:11.408737 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4773 | 2024.08.06 23:56:11.408976 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 86 rows starting from the beginning of the part | ||
| 4774 | 2024.08.06 23:56:11.409370 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 851 rows starting from the beginning of the part | ||
| 4775 | 2024.08.06 23:56:11.409625 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4776 | 2024.08.06 23:56:11.409839 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 86 rows starting from the beginning of the part | ||
| 4777 | 2024.08.06 23:56:11.410021 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4778 | 2024.08.06 23:56:11.410311 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 395 rows starting from the beginning of the part | ||
| 4779 | 2024.08.06 23:56:11.410707 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 86 rows starting from the beginning of the part | ||
| 4780 | 2024.08.06 23:56:11.411070 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4781 | 2024.08.06 23:56:11.411518 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_21_4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4782 | 2024.08.06 23:56:11.411791 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 4783 | 2024.08.06 23:56:11.412054 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4784 | 2024.08.06 23:56:11.413055 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4785 | 2024.08.06 23:56:11.413117 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 4786 | 2024.08.06 23:56:11.413956 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4787 | 2024.08.06 23:56:11.414455 [ 188 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2401 rows, containing 4 columns (4 merged, 0 gathered) in 0.007395813 sec., 324643.14606115647 rows/sec., 23.56 MiB/sec. | ||
| 4788 | 2024.08.06 23:56:11.414739 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4789 | 2024.08.06 23:56:11.414750 [ 201 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4790 | 2024.08.06 23:56:11.415048 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4791 | 2024.08.06 23:56:11.415113 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006065 sec., 26380.873866446826 rows/sec., 1.84 MiB/sec. | ||
| 4792 | 2024.08.06 23:56:11.415123 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4793 | 2024.08.06 23:56:11.415209 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4794 | 2024.08.06 23:56:11.415764 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 4795 | 2024.08.06 23:56:11.415913 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Debug> DynamicQueryHandler: Done processing query | ||
| 4796 | 2024.08.06 23:56:11.415997 [ 3 ] {26941d1d-c2f7-4192-9d04-57d6a86d0d27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4797 | 2024.08.06 23:56:11.416064 [ 3 ] {} <Debug> HTTP-Session: d3b03f59-8bee-4e89-9d02-113fbf6139a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4798 | 2024.08.06 23:56:11.416319 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4799 | 2024.08.06 23:56:11.416342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4800 | 2024.08.06 23:56:11.416359 [ 201 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4801 | 2024.08.06 23:56:11.416411 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4006 rows starting from the beginning of the part | ||
| 4802 | 2024.08.06 23:56:11.416486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4803 | 2024.08.06 23:56:11.416588 [ 3 ] {} <Debug> HTTP-Session: 5e8f56ed-5625-4e1b-bfcd-7bd4614a9ee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4804 | 2024.08.06 23:56:11.416677 [ 3 ] {} <Debug> HTTP-Session: 5e8f56ed-5625-4e1b-bfcd-7bd4614a9ee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4805 | 2024.08.06 23:56:11.416774 [ 3 ] {} <Debug> HTTP-Session: 5e8f56ed-5625-4e1b-bfcd-7bd4614a9ee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4806 | 2024.08.06 23:56:11.416854 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
| 4807 | 2024.08.06 23:56:11.416902 [ 201 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_21_4} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4808 | 2024.08.06 23:56:11.416927 [ 3 ] {} <Trace> HTTP-Session: 5e8f56ed-5625-4e1b-bfcd-7bd4614a9ee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4809 | 2024.08.06 23:56:11.417254 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 845 rows starting from the beginning of the part | ||
| 4810 | 2024.08.06 23:56:11.417363 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4811 | 2024.08.06 23:56:11.417520 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
| 4812 | 2024.08.06 23:56:11.417727 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4813 | 2024.08.06 23:56:11.417783 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 161 rows starting from the beginning of the part | ||
| 4814 | 2024.08.06 23:56:11.418053 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4815 | 2024.08.06 23:56:11.418180 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
| 4816 | 2024.08.06 23:56:11.420029 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4817 | 2024.08.06 23:56:11.421662 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.08.06 23:56:11.421704 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 4819 | 2024.08.06 23:56:11.422898 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4820 | 2024.08.06 23:56:11.423218 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5492 rows, containing 5 columns (5 merged, 0 gathered) in 0.007847583 sec., 699833.3117343263 rows/sec., 47.65 MiB/sec. | ||
| 4821 | 2024.08.06 23:56:11.423669 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4822 | 2024.08.06 23:56:11.423721 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4823 | 2024.08.06 23:56:11.424035 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006844 sec., 3214.4944476914084 rows/sec., 5.76 MiB/sec. | ||
| 4824 | 2024.08.06 23:56:11.424787 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 4825 | 2024.08.06 23:56:11.424834 [ 3 ] {69d5c37a-a6b9-4598-aa76-7668bb9062bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 4826 | 2024.08.06 23:56:11.424882 [ 3 ] {} <Debug> HTTP-Session: 5e8f56ed-5625-4e1b-bfcd-7bd4614a9ee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4827 | 2024.08.06 23:56:11.424906 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4828 | 2024.08.06 23:56:11.425021 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4829 | 2024.08.06 23:56:11.425061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4830 | 2024.08.06 23:56:11.425178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4831 | 2024.08.06 23:56:11.425181 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. | ||
| 4832 | 2024.08.06 23:56:11.425214 [ 3 ] {} <Debug> HTTP-Session: 1828a3c0-062d-43a1-ae86-b1f1cdc6c033 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4833 | 2024.08.06 23:56:11.425249 [ 3 ] {} <Debug> HTTP-Session: 1828a3c0-062d-43a1-ae86-b1f1cdc6c033 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4834 | 2024.08.06 23:56:11.425263 [ 3 ] {} <Debug> HTTP-Session: 1828a3c0-062d-43a1-ae86-b1f1cdc6c033 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4835 | 2024.08.06 23:56:11.425298 [ 3 ] {} <Trace> HTTP-Session: 1828a3c0-062d-43a1-ae86-b1f1cdc6c033 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4836 | 2024.08.06 23:56:11.425431 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 4837 | 2024.08.06 23:56:11.425479 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4838 | 2024.08.06 23:56:11.425627 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4839 | 2024.08.06 23:56:11.425953 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4840 | 2024.08.06 23:56:11.425990 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4841 | 2024.08.06 23:56:11.426368 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4842 | 2024.08.06 23:56:11.426714 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2024.08.06 23:56:11.426869 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001484 sec., 40431.266846361184 rows/sec., 2.72 MiB/sec. | ||
| 4844 | 2024.08.06 23:56:11.426895 [ 52 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4845 | 2024.08.06 23:56:11.426989 [ 52 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4846 | 2024.08.06 23:56:11.427049 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4847 | 2024.08.06 23:56:11.427141 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4848 | 2024.08.06 23:56:11.427202 [ 3 ] {d2e6f4de-66d0-479a-897d-3586f5d8c25b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 4849 | 2024.08.06 23:56:11.427215 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 4850 | 2024.08.06 23:56:11.427230 [ 3 ] {} <Debug> HTTP-Session: 1828a3c0-062d-43a1-ae86-b1f1cdc6c033 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4851 | 2024.08.06 23:56:11.427395 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4852 | 2024.08.06 23:56:11.427434 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 664 rows starting from the beginning of the part | ||
| 4853 | 2024.08.06 23:56:11.427551 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
| 4854 | 2024.08.06 23:56:11.427746 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 4855 | 2024.08.06 23:56:11.427937 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
| 4856 | 2024.08.06 23:56:11.428142 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 4857 | 2024.08.06 23:56:11.428256 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
| 4858 | 2024.08.06 23:56:11.429464 [ 190 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 964 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341332 sec., 411731.4417605022 rows/sec., 27.65 MiB/sec. | ||
| 4859 | 2024.08.06 23:56:11.429727 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4860 | 2024.08.06 23:56:11.430311 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4861 | 2024.08.06 23:56:11.430410 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_21_4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4862 | 2024.08.06 23:56:11.430522 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 4863 | 2024.08.06 23:56:15.043753 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4864 | 2024.08.06 23:56:15.043818 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4865 | 2024.08.06 23:56:16.001265 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000889399 sec. | ||
| 4866 | 2024.08.06 23:56:16.401363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4867 | 2024.08.06 23:56:16.401494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4868 | 2024.08.06 23:56:16.401522 [ 3 ] {} <Debug> HTTP-Session: 06dcdfeb-76f5-47e1-9bfe-234a95e935ba Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4869 | 2024.08.06 23:56:16.401549 [ 3 ] {} <Debug> HTTP-Session: 06dcdfeb-76f5-47e1-9bfe-234a95e935ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4870 | 2024.08.06 23:56:16.401567 [ 3 ] {} <Debug> HTTP-Session: 06dcdfeb-76f5-47e1-9bfe-234a95e935ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4871 | 2024.08.06 23:56:16.401623 [ 3 ] {} <Trace> HTTP-Session: 06dcdfeb-76f5-47e1-9bfe-234a95e935ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4872 | 2024.08.06 23:56:16.401833 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4873 | 2024.08.06 23:56:16.401908 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 4874 | 2024.08.06 23:56:16.402126 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4875 | 2024.08.06 23:56:16.402562 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4876 | 2024.08.06 23:56:16.402609 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4877 | 2024.08.06 23:56:16.402987 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4878 | 2024.08.06 23:56:16.403334 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4879 | 2024.08.06 23:56:16.403507 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001733 sec., 9809.578765147144 rows/sec., 710.59 KiB/sec. | ||
| 4880 | 2024.08.06 23:56:16.403749 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 4881 | 2024.08.06 23:56:16.403776 [ 3 ] {fdfc4856-577f-4a21-a6eb-6265b7786a0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 4882 | 2024.08.06 23:56:16.403793 [ 3 ] {} <Debug> HTTP-Session: 06dcdfeb-76f5-47e1-9bfe-234a95e935ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4883 | 2024.08.06 23:56:16.404010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4884 | 2024.08.06 23:56:16.404060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4885 | 2024.08.06 23:56:16.404080 [ 3 ] {} <Debug> HTTP-Session: 99482468-7578-4b39-b91b-5590a05361ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4886 | 2024.08.06 23:56:16.404097 [ 3 ] {} <Debug> HTTP-Session: 99482468-7578-4b39-b91b-5590a05361ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4887 | 2024.08.06 23:56:16.404112 [ 3 ] {} <Debug> HTTP-Session: 99482468-7578-4b39-b91b-5590a05361ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4888 | 2024.08.06 23:56:16.404145 [ 3 ] {} <Trace> HTTP-Session: 99482468-7578-4b39-b91b-5590a05361ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4889 | 2024.08.06 23:56:16.404292 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 4890 | 2024.08.06 23:56:16.404339 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4891 | 2024.08.06 23:56:16.404467 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4892 | 2024.08.06 23:56:16.404900 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4893 | 2024.08.06 23:56:16.404937 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4894 | 2024.08.06 23:56:16.405273 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4895 | 2024.08.06 23:56:16.405598 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4896 | 2024.08.06 23:56:16.405757 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001525 sec., 127213.11475409835 rows/sec., 11.23 MiB/sec. | ||
| 4897 | 2024.08.06 23:56:16.406053 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Debug> DynamicQueryHandler: Done processing query | ||
| 4898 | 2024.08.06 23:56:16.406079 [ 3 ] {8d5e9ddc-e162-4e5d-abba-c38b0887202e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 4899 | 2024.08.06 23:56:16.406097 [ 3 ] {} <Debug> HTTP-Session: 99482468-7578-4b39-b91b-5590a05361ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4900 | 2024.08.06 23:56:16.406274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4901 | 2024.08.06 23:56:16.406325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4902 | 2024.08.06 23:56:16.406345 [ 3 ] {} <Debug> HTTP-Session: 3e24d84b-d01d-4b2b-be2e-e98a9fee7897 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4903 | 2024.08.06 23:56:16.406361 [ 3 ] {} <Debug> HTTP-Session: 3e24d84b-d01d-4b2b-be2e-e98a9fee7897 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4904 | 2024.08.06 23:56:16.406376 [ 3 ] {} <Debug> HTTP-Session: 3e24d84b-d01d-4b2b-be2e-e98a9fee7897 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4905 | 2024.08.06 23:56:16.406407 [ 3 ] {} <Trace> HTTP-Session: 3e24d84b-d01d-4b2b-be2e-e98a9fee7897 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4906 | 2024.08.06 23:56:16.406619 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 4907 | 2024.08.06 23:56:16.406665 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4908 | 2024.08.06 23:56:16.406811 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4909 | 2024.08.06 23:56:16.407350 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2024.08.06 23:56:16.407387 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4911 | 2024.08.06 23:56:16.407725 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4912 | 2024.08.06 23:56:16.408060 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2024.08.06 23:56:16.408220 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001713 sec., 229422.06654991244 rows/sec., 16.17 MiB/sec. | ||
| 4914 | 2024.08.06 23:56:16.408422 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Debug> DynamicQueryHandler: Done processing query | ||
| 4915 | 2024.08.06 23:56:16.408449 [ 3 ] {636bbf9c-1448-47ef-a1b9-1137dd0a2558} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 4916 | 2024.08.06 23:56:16.408465 [ 3 ] {} <Debug> HTTP-Session: 3e24d84b-d01d-4b2b-be2e-e98a9fee7897 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4917 | 2024.08.06 23:56:16.408615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4918 | 2024.08.06 23:56:16.408662 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4919 | 2024.08.06 23:56:16.408680 [ 3 ] {} <Debug> HTTP-Session: c2946a8d-a4c5-47a3-955f-43a47df6e7b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4920 | 2024.08.06 23:56:16.408698 [ 3 ] {} <Debug> HTTP-Session: c2946a8d-a4c5-47a3-955f-43a47df6e7b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4921 | 2024.08.06 23:56:16.408712 [ 3 ] {} <Debug> HTTP-Session: c2946a8d-a4c5-47a3-955f-43a47df6e7b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4922 | 2024.08.06 23:56:16.408743 [ 3 ] {} <Trace> HTTP-Session: c2946a8d-a4c5-47a3-955f-43a47df6e7b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4923 | 2024.08.06 23:56:16.408840 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 4924 | 2024.08.06 23:56:16.408885 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4925 | 2024.08.06 23:56:16.409016 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4926 | 2024.08.06 23:56:16.409327 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4927 | 2024.08.06 23:56:16.409364 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4928 | 2024.08.06 23:56:16.409734 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4929 | 2024.08.06 23:56:16.410066 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4930 | 2024.08.06 23:56:16.410196 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 186.69 KiB/sec. | ||
| 4931 | 2024.08.06 23:56:16.410678 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Debug> DynamicQueryHandler: Done processing query | ||
| 4932 | 2024.08.06 23:56:16.410708 [ 3 ] {37077c41-3205-44d1-9149-c1c1cc885337} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 4933 | 2024.08.06 23:56:16.410725 [ 3 ] {} <Debug> HTTP-Session: c2946a8d-a4c5-47a3-955f-43a47df6e7b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4934 | 2024.08.06 23:56:16.410856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4935 | 2024.08.06 23:56:16.410905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4936 | 2024.08.06 23:56:16.410925 [ 3 ] {} <Debug> HTTP-Session: 194cf9d5-3137-4d8b-b3d0-c9ae58279912 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4937 | 2024.08.06 23:56:16.410942 [ 3 ] {} <Debug> HTTP-Session: 194cf9d5-3137-4d8b-b3d0-c9ae58279912 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4938 | 2024.08.06 23:56:16.410956 [ 3 ] {} <Debug> HTTP-Session: 194cf9d5-3137-4d8b-b3d0-c9ae58279912 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4939 | 2024.08.06 23:56:16.410987 [ 3 ] {} <Trace> HTTP-Session: 194cf9d5-3137-4d8b-b3d0-c9ae58279912 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4940 | 2024.08.06 23:56:16.411109 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 4941 | 2024.08.06 23:56:16.411156 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 4942 | 2024.08.06 23:56:16.411313 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4943 | 2024.08.06 23:56:16.411630 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4944 | 2024.08.06 23:56:16.411665 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4945 | 2024.08.06 23:56:16.412033 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4946 | 2024.08.06 23:56:16.412381 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4947 | 2024.08.06 23:56:16.412514 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00145 sec., 53103.44827586207 rows/sec., 3.27 MiB/sec. | ||
| 4948 | 2024.08.06 23:56:16.412722 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 4949 | 2024.08.06 23:56:16.412746 [ 3 ] {a3f1701a-a580-4f36-8d3b-8388f0c689f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 4950 | 2024.08.06 23:56:16.412763 [ 3 ] {} <Debug> HTTP-Session: 194cf9d5-3137-4d8b-b3d0-c9ae58279912 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4951 | 2024.08.06 23:56:16.412955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4952 | 2024.08.06 23:56:16.413002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4953 | 2024.08.06 23:56:16.413021 [ 3 ] {} <Debug> HTTP-Session: 0351d623-ae15-4ebc-acc9-0dbd68f5ad3e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4954 | 2024.08.06 23:56:16.413039 [ 3 ] {} <Debug> HTTP-Session: 0351d623-ae15-4ebc-acc9-0dbd68f5ad3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4955 | 2024.08.06 23:56:16.413054 [ 3 ] {} <Debug> HTTP-Session: 0351d623-ae15-4ebc-acc9-0dbd68f5ad3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4956 | 2024.08.06 23:56:16.413086 [ 3 ] {} <Trace> HTTP-Session: 0351d623-ae15-4ebc-acc9-0dbd68f5ad3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4957 | 2024.08.06 23:56:16.413226 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 4958 | 2024.08.06 23:56:16.413272 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4959 | 2024.08.06 23:56:16.413413 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4960 | 2024.08.06 23:56:16.413792 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4961 | 2024.08.06 23:56:16.413828 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4962 | 2024.08.06 23:56:16.414200 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4963 | 2024.08.06 23:56:16.414541 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4964 | 2024.08.06 23:56:16.414675 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00151 sec., 105960.26490066225 rows/sec., 7.38 MiB/sec. | ||
| 4965 | 2024.08.06 23:56:16.415289 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 4966 | 2024.08.06 23:56:16.415374 [ 3 ] {fefebd3c-fb7b-47d3-a94c-453026d334ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 4967 | 2024.08.06 23:56:16.415456 [ 3 ] {} <Debug> HTTP-Session: 0351d623-ae15-4ebc-acc9-0dbd68f5ad3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4968 | 2024.08.06 23:56:16.415607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4969 | 2024.08.06 23:56:16.415658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4970 | 2024.08.06 23:56:16.415677 [ 3 ] {} <Debug> HTTP-Session: a91742f8-123c-4ec4-af20-66e372ca15b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4971 | 2024.08.06 23:56:16.415695 [ 3 ] {} <Debug> HTTP-Session: a91742f8-123c-4ec4-af20-66e372ca15b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4972 | 2024.08.06 23:56:16.415709 [ 3 ] {} <Debug> HTTP-Session: a91742f8-123c-4ec4-af20-66e372ca15b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4973 | 2024.08.06 23:56:16.415742 [ 3 ] {} <Trace> HTTP-Session: a91742f8-123c-4ec4-af20-66e372ca15b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4974 | 2024.08.06 23:56:16.415925 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 4975 | 2024.08.06 23:56:16.415993 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 4976 | 2024.08.06 23:56:16.416427 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4977 | 2024.08.06 23:56:16.416926 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4978 | 2024.08.06 23:56:16.416963 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4979 | 2024.08.06 23:56:16.417550 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4980 | 2024.08.06 23:56:16.417962 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4981 | 2024.08.06 23:56:16.418112 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00229 sec., 4803.493449781659 rows/sec., 8.61 MiB/sec. | ||
| 4982 | 2024.08.06 23:56:16.418308 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Debug> DynamicQueryHandler: Done processing query | ||
| 4983 | 2024.08.06 23:56:16.418333 [ 3 ] {334bbe6f-fca7-411d-8c3c-14b1fc1bcc45} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 4984 | 2024.08.06 23:56:16.418349 [ 3 ] {} <Debug> HTTP-Session: a91742f8-123c-4ec4-af20-66e372ca15b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4985 | 2024.08.06 23:56:16.418484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 4986 | 2024.08.06 23:56:16.418532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 4987 | 2024.08.06 23:56:16.418550 [ 3 ] {} <Debug> HTTP-Session: bfeb132b-012e-4274-876f-1586a4bc8f5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 4988 | 2024.08.06 23:56:16.418568 [ 3 ] {} <Debug> HTTP-Session: bfeb132b-012e-4274-876f-1586a4bc8f5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4989 | 2024.08.06 23:56:16.418582 [ 3 ] {} <Debug> HTTP-Session: bfeb132b-012e-4274-876f-1586a4bc8f5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 4990 | 2024.08.06 23:56:16.418613 [ 3 ] {} <Trace> HTTP-Session: bfeb132b-012e-4274-876f-1586a4bc8f5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4991 | 2024.08.06 23:56:16.418717 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 4992 | 2024.08.06 23:56:16.418761 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 4993 | 2024.08.06 23:56:16.418888 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 4994 | 2024.08.06 23:56:16.419154 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4995 | 2024.08.06 23:56:16.419189 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 4996 | 2024.08.06 23:56:16.419549 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4997 | 2024.08.06 23:56:16.419869 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4998 | 2024.08.06 23:56:16.419984 [ 62 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4999 | 2024.08.06 23:56:16.419995 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001307 sec., 17597.55164498852 rows/sec., 951.91 KiB/sec. | ||
| 5000 | 2024.08.06 23:56:16.420027 [ 62 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5001 | 2024.08.06 23:56:16.420060 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
| 5002 | 2024.08.06 23:56:16.420284 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Debug> DynamicQueryHandler: Done processing query | ||
| 5003 | 2024.08.06 23:56:16.420398 [ 3 ] {31d4e609-7ead-485b-a3c7-84dc673047b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5004 | 2024.08.06 23:56:16.420470 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 5005 | 2024.08.06 23:56:16.420477 [ 3 ] {} <Debug> HTTP-Session: bfeb132b-012e-4274-876f-1586a4bc8f5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5006 | 2024.08.06 23:56:16.420719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5007 | 2024.08.06 23:56:16.420747 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5008 | 2024.08.06 23:56:16.420815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5009 | 2024.08.06 23:56:16.420817 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 127 rows starting from the beginning of the part | ||
| 5010 | 2024.08.06 23:56:16.420859 [ 3 ] {} <Debug> HTTP-Session: af3409cf-8b5e-4c10-af34-fdc07687f4e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5011 | 2024.08.06 23:56:16.420901 [ 3 ] {} <Debug> HTTP-Session: af3409cf-8b5e-4c10-af34-fdc07687f4e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5012 | 2024.08.06 23:56:16.420944 [ 3 ] {} <Debug> HTTP-Session: af3409cf-8b5e-4c10-af34-fdc07687f4e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5013 | 2024.08.06 23:56:16.421088 [ 3 ] {} <Trace> HTTP-Session: af3409cf-8b5e-4c10-af34-fdc07687f4e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5014 | 2024.08.06 23:56:16.421090 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 5015 | 2024.08.06 23:56:16.421284 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
| 5016 | 2024.08.06 23:56:16.421470 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5017 | 2024.08.06 23:56:16.421650 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 5018 | 2024.08.06 23:56:16.421682 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5019 | 2024.08.06 23:56:16.422010 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
| 5020 | 2024.08.06 23:56:16.422339 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
| 5021 | 2024.08.06 23:56:16.422864 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5022 | 2024.08.06 23:56:16.423488 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5023 | 2024.08.06 23:56:16.423544 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5024 | 2024.08.06 23:56:16.424559 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5025 | 2024.08.06 23:56:16.425077 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 257 rows, containing 4 columns (4 merged, 0 gathered) in 0.004916419 sec., 52273.81962359189 rows/sec., 2.87 MiB/sec. | ||
| 5026 | 2024.08.06 23:56:16.425301 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5027 | 2024.08.06 23:56:16.425481 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5028 | 2024.08.06 23:56:16.425992 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004638 sec., 12936.6106080207 rows/sec., 892.76 KiB/sec. | ||
| 5029 | 2024.08.06 23:56:16.426914 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Debug> DynamicQueryHandler: Done processing query | ||
| 5030 | 2024.08.06 23:56:16.426960 [ 3 ] {d3182842-8dbe-4685-9c26-9f0ea0a8e857} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5031 | 2024.08.06 23:56:16.427001 [ 3 ] {} <Debug> HTTP-Session: af3409cf-8b5e-4c10-af34-fdc07687f4e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5032 | 2024.08.06 23:56:16.427089 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5033 | 2024.08.06 23:56:16.427185 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_11_2} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5034 | 2024.08.06 23:56:16.427269 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5035 | 2024.08.06 23:56:21.397363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5036 | 2024.08.06 23:56:21.397544 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5037 | 2024.08.06 23:56:21.397589 [ 3 ] {} <Debug> HTTP-Session: ed0ec441-c86e-4eda-9806-98171a92c6ce Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5038 | 2024.08.06 23:56:21.397631 [ 3 ] {} <Debug> HTTP-Session: ed0ec441-c86e-4eda-9806-98171a92c6ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5039 | 2024.08.06 23:56:21.397660 [ 3 ] {} <Debug> HTTP-Session: ed0ec441-c86e-4eda-9806-98171a92c6ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5040 | 2024.08.06 23:56:21.397712 [ 3 ] {} <Trace> HTTP-Session: ed0ec441-c86e-4eda-9806-98171a92c6ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5041 | 2024.08.06 23:56:21.397891 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5042 | 2024.08.06 23:56:21.397955 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5043 | 2024.08.06 23:56:21.398147 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5044 | 2024.08.06 23:56:21.398598 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5045 | 2024.08.06 23:56:21.398637 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5046 | 2024.08.06 23:56:21.399007 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5047 | 2024.08.06 23:56:21.399342 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5048 | 2024.08.06 23:56:21.399489 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001655 sec., 13293.051359516616 rows/sec., 1.05 MiB/sec. | ||
| 5049 | 2024.08.06 23:56:21.399495 [ 90 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5050 | 2024.08.06 23:56:21.399556 [ 90 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5051 | 2024.08.06 23:56:21.399595 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5052 | 2024.08.06 23:56:21.399731 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5053 | 2024.08.06 23:56:21.399764 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 5054 | 2024.08.06 23:56:21.399774 [ 3 ] {b1e9eb77-8b26-4bb0-b906-97784fbe886f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5055 | 2024.08.06 23:56:21.399814 [ 3 ] {} <Debug> HTTP-Session: ed0ec441-c86e-4eda-9806-98171a92c6ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5056 | 2024.08.06 23:56:21.400176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5057 | 2024.08.06 23:56:21.400265 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5058 | 2024.08.06 23:56:21.400306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5059 | 2024.08.06 23:56:21.400340 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 39 rows starting from the beginning of the part | ||
| 5060 | 2024.08.06 23:56:21.400345 [ 3 ] {} <Debug> HTTP-Session: fa61375b-bc36-4da8-9a0e-3ca62aad0b2e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5061 | 2024.08.06 23:56:21.400373 [ 3 ] {} <Debug> HTTP-Session: fa61375b-bc36-4da8-9a0e-3ca62aad0b2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5062 | 2024.08.06 23:56:21.400400 [ 3 ] {} <Debug> HTTP-Session: fa61375b-bc36-4da8-9a0e-3ca62aad0b2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5063 | 2024.08.06 23:56:21.400457 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 22 rows starting from the beginning of the part | ||
| 5064 | 2024.08.06 23:56:21.400504 [ 3 ] {} <Trace> HTTP-Session: fa61375b-bc36-4da8-9a0e-3ca62aad0b2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5065 | 2024.08.06 23:56:21.400800 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part | ||
| 5066 | 2024.08.06 23:56:21.400933 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5067 | 2024.08.06 23:56:21.401114 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 22 rows starting from the beginning of the part | ||
| 5068 | 2024.08.06 23:56:21.401119 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5069 | 2024.08.06 23:56:21.401416 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 17 rows starting from the beginning of the part | ||
| 5070 | 2024.08.06 23:56:21.401789 [ 190 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 22 rows starting from the beginning of the part | ||
| 5071 | 2024.08.06 23:56:21.402354 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5072 | 2024.08.06 23:56:21.402888 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5073 | 2024.08.06 23:56:21.402933 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5074 | 2024.08.06 23:56:21.403449 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5075 | 2024.08.06 23:56:21.403524 [ 201 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.003859686 sec., 36013.29227299837 rows/sec., 2.74 MiB/sec. | ||
| 5076 | 2024.08.06 23:56:21.403819 [ 201 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5077 | 2024.08.06 23:56:21.403961 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.08.06 23:56:21.404346 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.003578 sec., 34097.26103968698 rows/sec., 2.82 MiB/sec. | ||
| 5079 | 2024.08.06 23:56:21.404720 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5080 | 2024.08.06 23:56:21.404767 [ 3 ] {6206d003-1e0d-496c-9d09-123a8625e6e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5081 | 2024.08.06 23:56:21.404790 [ 3 ] {} <Debug> HTTP-Session: fa61375b-bc36-4da8-9a0e-3ca62aad0b2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5082 | 2024.08.06 23:56:21.404876 [ 201 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5083 | 2024.08.06 23:56:21.404976 [ 201 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_21_4} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5084 | 2024.08.06 23:56:21.404989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5085 | 2024.08.06 23:56:21.405103 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5086 | 2024.08.06 23:56:21.405132 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5087 | 2024.08.06 23:56:21.405160 [ 3 ] {} <Debug> HTTP-Session: 6326ea76-ef70-4ac5-bb95-9a904eb446b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5088 | 2024.08.06 23:56:21.405190 [ 3 ] {} <Debug> HTTP-Session: 6326ea76-ef70-4ac5-bb95-9a904eb446b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5089 | 2024.08.06 23:56:21.405204 [ 3 ] {} <Debug> HTTP-Session: 6326ea76-ef70-4ac5-bb95-9a904eb446b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5090 | 2024.08.06 23:56:21.405237 [ 3 ] {} <Trace> HTTP-Session: 6326ea76-ef70-4ac5-bb95-9a904eb446b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5091 | 2024.08.06 23:56:21.405374 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5092 | 2024.08.06 23:56:21.405417 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5093 | 2024.08.06 23:56:21.405564 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5094 | 2024.08.06 23:56:21.405908 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5095 | 2024.08.06 23:56:21.405945 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5096 | 2024.08.06 23:56:21.406276 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5097 | 2024.08.06 23:56:21.406594 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5098 | 2024.08.06 23:56:21.406723 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001402 sec., 61340.94151212554 rows/sec., 4.79 MiB/sec. | ||
| 5099 | 2024.08.06 23:56:21.407040 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Debug> DynamicQueryHandler: Done processing query | ||
| 5100 | 2024.08.06 23:56:21.407067 [ 3 ] {922f749e-1766-40dc-8d28-83d080638001} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5101 | 2024.08.06 23:56:21.407083 [ 3 ] {} <Debug> HTTP-Session: 6326ea76-ef70-4ac5-bb95-9a904eb446b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5102 | 2024.08.06 23:56:21.407253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5103 | 2024.08.06 23:56:21.407301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5104 | 2024.08.06 23:56:21.407320 [ 3 ] {} <Debug> HTTP-Session: 31d699f0-5014-40a9-a65b-a568e5b1c442 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5105 | 2024.08.06 23:56:21.407338 [ 3 ] {} <Debug> HTTP-Session: 31d699f0-5014-40a9-a65b-a568e5b1c442 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5106 | 2024.08.06 23:56:21.407353 [ 3 ] {} <Debug> HTTP-Session: 31d699f0-5014-40a9-a65b-a568e5b1c442 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5107 | 2024.08.06 23:56:21.407383 [ 3 ] {} <Trace> HTTP-Session: 31d699f0-5014-40a9-a65b-a568e5b1c442 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5108 | 2024.08.06 23:56:21.407530 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5109 | 2024.08.06 23:56:21.407579 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5110 | 2024.08.06 23:56:21.407743 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5111 | 2024.08.06 23:56:21.408072 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5112 | 2024.08.06 23:56:21.408107 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5113 | 2024.08.06 23:56:21.408501 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5114 | 2024.08.06 23:56:21.408846 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5115 | 2024.08.06 23:56:21.408976 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001512 sec., 105820.10582010582 rows/sec., 7.37 MiB/sec. | ||
| 5116 | 2024.08.06 23:56:21.409132 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Debug> DynamicQueryHandler: Done processing query | ||
| 5117 | 2024.08.06 23:56:21.409157 [ 3 ] {6c57d80d-3a48-4a4e-bf1e-278b28cde573} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5118 | 2024.08.06 23:56:21.409173 [ 3 ] {} <Debug> HTTP-Session: 31d699f0-5014-40a9-a65b-a568e5b1c442 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5119 | 2024.08.06 23:56:21.409395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35358, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5120 | 2024.08.06 23:56:21.409442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5121 | 2024.08.06 23:56:21.409461 [ 3 ] {} <Debug> HTTP-Session: 7d933963-f2b9-4bd2-96a0-b5c0dfc0cd63 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5122 | 2024.08.06 23:56:21.409478 [ 3 ] {} <Debug> HTTP-Session: 7d933963-f2b9-4bd2-96a0-b5c0dfc0cd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5123 | 2024.08.06 23:56:21.409491 [ 3 ] {} <Debug> HTTP-Session: 7d933963-f2b9-4bd2-96a0-b5c0dfc0cd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5124 | 2024.08.06 23:56:21.409522 [ 3 ] {} <Trace> HTTP-Session: 7d933963-f2b9-4bd2-96a0-b5c0dfc0cd63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2024.08.06 23:56:21.409778 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5126 | 2024.08.06 23:56:21.409841 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5127 | 2024.08.06 23:56:21.410242 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5128 | 2024.08.06 23:56:21.410806 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5129 | 2024.08.06 23:56:21.410842 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5130 | 2024.08.06 23:56:21.411431 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5131 | 2024.08.06 23:56:21.411853 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5132 | 2024.08.06 23:56:21.411983 [ 78 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5133 | 2024.08.06 23:56:21.412002 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002398 sec., 9174.311926605506 rows/sec., 16.44 MiB/sec. | ||
| 5134 | 2024.08.06 23:56:21.412025 [ 78 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5135 | 2024.08.06 23:56:21.412062 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5136 | 2024.08.06 23:56:21.412245 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 5137 | 2024.08.06 23:56:21.412330 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Debug> DynamicQueryHandler: Done processing query | ||
| 5138 | 2024.08.06 23:56:21.412361 [ 3 ] {c13a9faf-8025-4e2a-b916-3aa7c70c747e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 5139 | 2024.08.06 23:56:21.412387 [ 3 ] {} <Debug> HTTP-Session: 7d933963-f2b9-4bd2-96a0-b5c0dfc0cd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5140 | 2024.08.06 23:56:21.412548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5141 | 2024.08.06 23:56:21.412618 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5142 | 2024.08.06 23:56:21.412639 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5143 | 2024.08.06 23:56:21.412645 [ 3 ] {} <Debug> HTTP-Session: 46591241-7905-4aa1-b391-fd11b5547138 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5144 | 2024.08.06 23:56:21.412678 [ 3 ] {} <Debug> HTTP-Session: 46591241-7905-4aa1-b391-fd11b5547138 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5145 | 2024.08.06 23:56:21.412703 [ 3 ] {} <Debug> HTTP-Session: 46591241-7905-4aa1-b391-fd11b5547138 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5146 | 2024.08.06 23:56:21.412711 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 207 rows starting from the beginning of the part | ||
| 5147 | 2024.08.06 23:56:21.412744 [ 3 ] {} <Trace> HTTP-Session: 46591241-7905-4aa1-b391-fd11b5547138 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5148 | 2024.08.06 23:56:21.413008 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5149 | 2024.08.06 23:56:21.413181 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5150 | 2024.08.06 23:56:21.413222 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 22 rows starting from the beginning of the part | ||
| 5151 | 2024.08.06 23:56:21.413817 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5152 | 2024.08.06 23:56:21.413849 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 11 rows starting from the beginning of the part | ||
| 5153 | 2024.08.06 23:56:21.414361 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 22 rows starting from the beginning of the part | ||
| 5154 | 2024.08.06 23:56:21.414497 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5155 | 2024.08.06 23:56:21.414593 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5156 | 2024.08.06 23:56:21.414866 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 11 rows starting from the beginning of the part | ||
| 5157 | 2024.08.06 23:56:21.415354 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 22 rows starting from the beginning of the part | ||
| 5158 | 2024.08.06 23:56:21.415602 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5159 | 2024.08.06 23:56:21.416248 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2024.08.06 23:56:21.416510 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003631 sec., 16524.37345083999 rows/sec., 1.11 MiB/sec. | ||
| 5161 | 2024.08.06 23:56:21.417199 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Debug> DynamicQueryHandler: Done processing query | ||
| 5162 | 2024.08.06 23:56:21.417272 [ 3 ] {3cd79770-4e5e-4730-8f48-3de80930a158} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5163 | 2024.08.06 23:56:21.417334 [ 3 ] {} <Debug> HTTP-Session: 46591241-7905-4aa1-b391-fd11b5547138 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5164 | 2024.08.06 23:56:21.419314 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 295 rows, containing 19 columns (19 merged, 0 gathered) in 0.007168448 sec., 41152.56189345309 rows/sec., 73.74 MiB/sec. | ||
| 5165 | 2024.08.06 23:56:21.419829 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5166 | 2024.08.06 23:56:21.420605 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5167 | 2024.08.06 23:56:21.420699 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5168 | 2024.08.06 23:56:21.420856 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.80 MiB. | ||
| 5169 | 2024.08.06 23:56:25.911545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5170 | 2024.08.06 23:56:25.911670 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5171 | 2024.08.06 23:56:25.911695 [ 3 ] {} <Debug> HTTP-Session: c11c3505-5ccc-4b8c-892d-9b07e522257b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5172 | 2024.08.06 23:56:25.911721 [ 3 ] {} <Debug> HTTP-Session: c11c3505-5ccc-4b8c-892d-9b07e522257b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5173 | 2024.08.06 23:56:25.911736 [ 3 ] {} <Debug> HTTP-Session: c11c3505-5ccc-4b8c-892d-9b07e522257b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5174 | 2024.08.06 23:56:25.911789 [ 3 ] {} <Trace> HTTP-Session: c11c3505-5ccc-4b8c-892d-9b07e522257b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5175 | 2024.08.06 23:56:25.911995 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5176 | 2024.08.06 23:56:25.912069 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5177 | 2024.08.06 23:56:25.912292 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5178 | 2024.08.06 23:56:25.912709 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5179 | 2024.08.06 23:56:25.912757 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5180 | 2024.08.06 23:56:25.913136 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5181 | 2024.08.06 23:56:25.913480 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2024.08.06 23:56:25.913642 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.00171 sec., 9941.520467836257 rows/sec., 720.14 KiB/sec. | ||
| 5183 | 2024.08.06 23:56:25.913936 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5184 | 2024.08.06 23:56:25.913982 [ 3 ] {c1040e08-b196-4e7d-a794-4242de40c3b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5185 | 2024.08.06 23:56:25.914002 [ 3 ] {} <Debug> HTTP-Session: c11c3505-5ccc-4b8c-892d-9b07e522257b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5186 | 2024.08.06 23:56:25.914214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5187 | 2024.08.06 23:56:25.914263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5188 | 2024.08.06 23:56:25.914282 [ 3 ] {} <Debug> HTTP-Session: acd85168-f4a1-4f9a-9db4-0b76b6699837 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5189 | 2024.08.06 23:56:25.914299 [ 3 ] {} <Debug> HTTP-Session: acd85168-f4a1-4f9a-9db4-0b76b6699837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5190 | 2024.08.06 23:56:25.914313 [ 3 ] {} <Debug> HTTP-Session: acd85168-f4a1-4f9a-9db4-0b76b6699837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5191 | 2024.08.06 23:56:25.914345 [ 3 ] {} <Trace> HTTP-Session: acd85168-f4a1-4f9a-9db4-0b76b6699837 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5192 | 2024.08.06 23:56:25.914445 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5193 | 2024.08.06 23:56:25.914491 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5194 | 2024.08.06 23:56:25.914640 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5195 | 2024.08.06 23:56:25.914891 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5196 | 2024.08.06 23:56:25.914928 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5197 | 2024.08.06 23:56:25.915234 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5198 | 2024.08.06 23:56:25.915554 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5199 | 2024.08.06 23:56:25.915720 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001298 sec., 3081.6640986132516 rows/sec., 251.29 KiB/sec. | ||
| 5200 | 2024.08.06 23:56:25.915921 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Debug> DynamicQueryHandler: Done processing query | ||
| 5201 | 2024.08.06 23:56:25.915946 [ 3 ] {5c87846f-4bab-4e27-aa0e-cbb1f9b3db25} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5202 | 2024.08.06 23:56:25.915963 [ 3 ] {} <Debug> HTTP-Session: acd85168-f4a1-4f9a-9db4-0b76b6699837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5203 | 2024.08.06 23:56:25.916361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 195083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5204 | 2024.08.06 23:56:25.916414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5205 | 2024.08.06 23:56:25.916433 [ 3 ] {} <Debug> HTTP-Session: a0b005bd-b1ee-4392-84a4-0904db916032 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5206 | 2024.08.06 23:56:25.916451 [ 3 ] {} <Debug> HTTP-Session: a0b005bd-b1ee-4392-84a4-0904db916032 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5207 | 2024.08.06 23:56:25.916465 [ 3 ] {} <Debug> HTTP-Session: a0b005bd-b1ee-4392-84a4-0904db916032 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5208 | 2024.08.06 23:56:25.916496 [ 3 ] {} <Trace> HTTP-Session: a0b005bd-b1ee-4392-84a4-0904db916032 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5209 | 2024.08.06 23:56:25.917318 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5210 | 2024.08.06 23:56:25.917363 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5211 | 2024.08.06 23:56:25.917493 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5212 | 2024.08.06 23:56:25.918596 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2024.08.06 23:56:25.918634 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5214 | 2024.08.06 23:56:25.919037 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5215 | 2024.08.06 23:56:25.919353 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2024.08.06 23:56:25.919505 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Debug> executeQuery: Read 1336 rows, 114.25 KiB in 0.002852 sec., 468443.19775596075 rows/sec., 39.12 MiB/sec. | ||
| 5217 | 2024.08.06 23:56:25.919661 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 5218 | 2024.08.06 23:56:25.919686 [ 3 ] {4163f16c-0470-4aeb-b855-7e1f08b320d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 5219 | 2024.08.06 23:56:25.919702 [ 3 ] {} <Debug> HTTP-Session: a0b005bd-b1ee-4392-84a4-0904db916032 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5220 | 2024.08.06 23:56:25.919889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5221 | 2024.08.06 23:56:25.919938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5222 | 2024.08.06 23:56:25.919958 [ 3 ] {} <Debug> HTTP-Session: 9334b645-5209-4520-a27b-ee3cc1122491 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5223 | 2024.08.06 23:56:25.919975 [ 3 ] {} <Debug> HTTP-Session: 9334b645-5209-4520-a27b-ee3cc1122491 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5224 | 2024.08.06 23:56:25.919989 [ 3 ] {} <Debug> HTTP-Session: 9334b645-5209-4520-a27b-ee3cc1122491 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5225 | 2024.08.06 23:56:25.920020 [ 3 ] {} <Trace> HTTP-Session: 9334b645-5209-4520-a27b-ee3cc1122491 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5226 | 2024.08.06 23:56:25.920114 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5227 | 2024.08.06 23:56:25.920156 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5228 | 2024.08.06 23:56:25.920285 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5229 | 2024.08.06 23:56:25.920539 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5230 | 2024.08.06 23:56:25.920576 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5231 | 2024.08.06 23:56:25.920884 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 5232 | 2024.08.06 23:56:25.921191 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5233 | 2024.08.06 23:56:25.921360 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001257 sec., 3182.1797931583133 rows/sec., 222.19 KiB/sec. | ||
| 5234 | 2024.08.06 23:56:25.921812 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Debug> DynamicQueryHandler: Done processing query | ||
| 5235 | 2024.08.06 23:56:25.921838 [ 3 ] {6545d65f-8a05-4eba-b2a3-f77600a78322} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5236 | 2024.08.06 23:56:25.921855 [ 3 ] {} <Debug> HTTP-Session: 9334b645-5209-4520-a27b-ee3cc1122491 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5237 | 2024.08.06 23:56:25.922107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5238 | 2024.08.06 23:56:25.922156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5239 | 2024.08.06 23:56:25.922175 [ 3 ] {} <Debug> HTTP-Session: 68c9cd99-9d94-471f-b06d-5469a49a6fdd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5240 | 2024.08.06 23:56:25.922191 [ 3 ] {} <Debug> HTTP-Session: 68c9cd99-9d94-471f-b06d-5469a49a6fdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5241 | 2024.08.06 23:56:25.922206 [ 3 ] {} <Debug> HTTP-Session: 68c9cd99-9d94-471f-b06d-5469a49a6fdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5242 | 2024.08.06 23:56:25.922238 [ 3 ] {} <Trace> HTTP-Session: 68c9cd99-9d94-471f-b06d-5469a49a6fdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5243 | 2024.08.06 23:56:25.922391 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 5244 | 2024.08.06 23:56:25.922435 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5245 | 2024.08.06 23:56:25.922578 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5246 | 2024.08.06 23:56:25.923030 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5247 | 2024.08.06 23:56:25.923068 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5248 | 2024.08.06 23:56:25.923394 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 5249 | 2024.08.06 23:56:25.923710 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5250 | 2024.08.06 23:56:25.923858 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001529 sec., 149117.06998037934 rows/sec., 10.10 MiB/sec. | ||
| 5251 | 2024.08.06 23:56:25.924038 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5252 | 2024.08.06 23:56:25.924062 [ 3 ] {83d710c2-250a-4bda-9b9b-fa23feb39d8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 5253 | 2024.08.06 23:56:25.924079 [ 3 ] {} <Debug> HTTP-Session: 68c9cd99-9d94-471f-b06d-5469a49a6fdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5254 | 2024.08.06 23:56:25.924454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 139093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5255 | 2024.08.06 23:56:25.924503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5256 | 2024.08.06 23:56:25.924522 [ 3 ] {} <Debug> HTTP-Session: 853d6a58-e36b-4591-961a-613dd86eed8c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5257 | 2024.08.06 23:56:25.924538 [ 3 ] {} <Debug> HTTP-Session: 853d6a58-e36b-4591-961a-613dd86eed8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5258 | 2024.08.06 23:56:25.924553 [ 3 ] {} <Debug> HTTP-Session: 853d6a58-e36b-4591-961a-613dd86eed8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5259 | 2024.08.06 23:56:25.924584 [ 3 ] {} <Trace> HTTP-Session: 853d6a58-e36b-4591-961a-613dd86eed8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5260 | 2024.08.06 23:56:25.924873 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5261 | 2024.08.06 23:56:25.924917 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5262 | 2024.08.06 23:56:25.925042 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5263 | 2024.08.06 23:56:25.925871 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5264 | 2024.08.06 23:56:25.925909 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5265 | 2024.08.06 23:56:25.926259 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5266 | 2024.08.06 23:56:25.926573 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5267 | 2024.08.06 23:56:25.926732 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Debug> executeQuery: Read 853 rows, 62.97 KiB in 0.002035 sec., 419164.6191646192 rows/sec., 30.22 MiB/sec. | ||
| 5268 | 2024.08.06 23:56:25.926893 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5269 | 2024.08.06 23:56:25.926919 [ 3 ] {7fffd6c4-00c2-4afe-b5c4-7d73da1fffcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 5270 | 2024.08.06 23:56:25.926936 [ 3 ] {} <Debug> HTTP-Session: 853d6a58-e36b-4591-961a-613dd86eed8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5271 | 2024.08.06 23:56:25.927147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5272 | 2024.08.06 23:56:25.927195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5273 | 2024.08.06 23:56:25.927214 [ 3 ] {} <Debug> HTTP-Session: c4b663e2-2f80-4af6-ab62-88141bfca768 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5274 | 2024.08.06 23:56:25.927231 [ 3 ] {} <Debug> HTTP-Session: c4b663e2-2f80-4af6-ab62-88141bfca768 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5275 | 2024.08.06 23:56:25.927246 [ 3 ] {} <Debug> HTTP-Session: c4b663e2-2f80-4af6-ab62-88141bfca768 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5276 | 2024.08.06 23:56:25.927277 [ 3 ] {} <Trace> HTTP-Session: c4b663e2-2f80-4af6-ab62-88141bfca768 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5277 | 2024.08.06 23:56:25.927373 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5278 | 2024.08.06 23:56:25.927417 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5279 | 2024.08.06 23:56:25.927549 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5280 | 2024.08.06 23:56:25.927811 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2024.08.06 23:56:25.927848 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5282 | 2024.08.06 23:56:25.928211 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5283 | 2024.08.06 23:56:25.928541 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5284 | 2024.08.06 23:56:25.928701 [ 95 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5285 | 2024.08.06 23:56:25.928707 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001351 sec., 4441.154700222058 rows/sec., 190.83 KiB/sec. | ||
| 5286 | 2024.08.06 23:56:25.928792 [ 95 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5287 | 2024.08.06 23:56:25.928856 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5288 | 2024.08.06 23:56:25.929129 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Debug> DynamicQueryHandler: Done processing query | ||
| 5289 | 2024.08.06 23:56:25.929152 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5290 | 2024.08.06 23:56:25.929210 [ 3 ] {4fed77b4-f8b9-40f9-9454-76d2c6e74ff5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5291 | 2024.08.06 23:56:25.929302 [ 3 ] {} <Debug> HTTP-Session: c4b663e2-2f80-4af6-ab62-88141bfca768 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5292 | 2024.08.06 23:56:25.929435 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5293 | 2024.08.06 23:56:25.929464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5294 | 2024.08.06 23:56:25.929498 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5295 | 2024.08.06 23:56:25.929559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5296 | 2024.08.06 23:56:25.929649 [ 3 ] {} <Debug> HTTP-Session: 11fc77c9-c5a3-4279-9e2c-3386251c3e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5297 | 2024.08.06 23:56:25.929719 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5298 | 2024.08.06 23:56:25.929733 [ 3 ] {} <Debug> HTTP-Session: 11fc77c9-c5a3-4279-9e2c-3386251c3e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5299 | 2024.08.06 23:56:25.929805 [ 3 ] {} <Debug> HTTP-Session: 11fc77c9-c5a3-4279-9e2c-3386251c3e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5300 | 2024.08.06 23:56:25.929966 [ 3 ] {} <Trace> HTTP-Session: 11fc77c9-c5a3-4279-9e2c-3386251c3e38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2024.08.06 23:56:25.929998 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5302 | 2024.08.06 23:56:25.930283 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5303 | 2024.08.06 23:56:25.930403 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5304 | 2024.08.06 23:56:25.930613 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5305 | 2024.08.06 23:56:25.930616 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5306 | 2024.08.06 23:56:25.930931 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 5307 | 2024.08.06 23:56:25.931657 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5308 | 2024.08.06 23:56:25.932418 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5309 | 2024.08.06 23:56:25.932489 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5310 | 2024.08.06 23:56:25.933663 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5311 | 2024.08.06 23:56:25.933803 [ 201 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004833007 sec., 13656.094435617411 rows/sec., 586.79 KiB/sec. | ||
| 5312 | 2024.08.06 23:56:25.934119 [ 201 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5313 | 2024.08.06 23:56:25.934333 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5314 | 2024.08.06 23:56:25.934563 [ 95 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5315 | 2024.08.06 23:56:25.934687 [ 95 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5316 | 2024.08.06 23:56:25.934741 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004526 sec., 17012.814847547506 rows/sec., 1.05 MiB/sec. | ||
| 5317 | 2024.08.06 23:56:25.934770 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5318 | 2024.08.06 23:56:25.935468 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 5319 | 2024.08.06 23:56:25.935731 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Debug> DynamicQueryHandler: Done processing query | ||
| 5320 | 2024.08.06 23:56:25.935833 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_11_2} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5321 | 2024.08.06 23:56:25.935858 [ 3 ] {68ed427d-8249-4048-a73b-97672bc3ef96} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5322 | 2024.08.06 23:56:25.935941 [ 3 ] {} <Debug> HTTP-Session: 11fc77c9-c5a3-4279-9e2c-3386251c3e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5323 | 2024.08.06 23:56:25.936093 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5324 | 2024.08.06 23:56:25.936109 [ 200 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_11_2} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5325 | 2024.08.06 23:56:25.936157 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
| 5326 | 2024.08.06 23:56:25.936301 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5327 | 2024.08.06 23:56:25.936459 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160602, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5328 | 2024.08.06 23:56:25.936515 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
| 5329 | 2024.08.06 23:56:25.936616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5330 | 2024.08.06 23:56:25.936720 [ 3 ] {} <Debug> HTTP-Session: 4b87bf20-3e48-4a6a-a0a7-d7aced034ecf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5331 | 2024.08.06 23:56:25.936814 [ 3 ] {} <Debug> HTTP-Session: 4b87bf20-3e48-4a6a-a0a7-d7aced034ecf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5332 | 2024.08.06 23:56:25.936805 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
| 5333 | 2024.08.06 23:56:25.936859 [ 3 ] {} <Debug> HTTP-Session: 4b87bf20-3e48-4a6a-a0a7-d7aced034ecf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5334 | 2024.08.06 23:56:25.936991 [ 3 ] {} <Trace> HTTP-Session: 4b87bf20-3e48-4a6a-a0a7-d7aced034ecf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5335 | 2024.08.06 23:56:25.937096 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
| 5336 | 2024.08.06 23:56:25.937341 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
| 5337 | 2024.08.06 23:56:25.937534 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
| 5338 | 2024.08.06 23:56:25.937877 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5339 | 2024.08.06 23:56:25.937969 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5340 | 2024.08.06 23:56:25.938600 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5341 | 2024.08.06 23:56:25.940004 [ 192 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.005066612 sec., 167172.85633871314 rows/sec., 10.29 MiB/sec. | ||
| 5342 | 2024.08.06 23:56:25.940088 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2024.08.06 23:56:25.940137 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5344 | 2024.08.06 23:56:25.940285 [ 192 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5345 | 2024.08.06 23:56:25.941152 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5346 | 2024.08.06 23:56:25.941291 [ 192 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5347 | 2024.08.06 23:56:25.941515 [ 192 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5348 | 2024.08.06 23:56:25.941698 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 5349 | 2024.08.06 23:56:25.941854 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5350 | 2024.08.06 23:56:25.942002 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.004759 sec., 177768.43874763604 rows/sec., 11.97 MiB/sec. | ||
| 5351 | 2024.08.06 23:56:25.942197 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5352 | 2024.08.06 23:56:25.942223 [ 3 ] {e567b3b3-e712-4aaf-b14b-1e33443172a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 5353 | 2024.08.06 23:56:25.942240 [ 3 ] {} <Debug> HTTP-Session: 4b87bf20-3e48-4a6a-a0a7-d7aced034ecf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5354 | 2024.08.06 23:56:25.942469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17629, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5355 | 2024.08.06 23:56:25.942520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5356 | 2024.08.06 23:56:25.942540 [ 3 ] {} <Debug> HTTP-Session: e6ea2afb-889a-4e47-808b-868a8046833e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5357 | 2024.08.06 23:56:25.942557 [ 3 ] {} <Debug> HTTP-Session: e6ea2afb-889a-4e47-808b-868a8046833e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5358 | 2024.08.06 23:56:25.942571 [ 3 ] {} <Debug> HTTP-Session: e6ea2afb-889a-4e47-808b-868a8046833e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5359 | 2024.08.06 23:56:25.942602 [ 3 ] {} <Trace> HTTP-Session: e6ea2afb-889a-4e47-808b-868a8046833e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5360 | 2024.08.06 23:56:25.942803 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5361 | 2024.08.06 23:56:25.942866 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5362 | 2024.08.06 23:56:25.943289 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5363 | 2024.08.06 23:56:25.943817 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5364 | 2024.08.06 23:56:25.943853 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5365 | 2024.08.06 23:56:25.944456 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5366 | 2024.08.06 23:56:25.944874 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5367 | 2024.08.06 23:56:25.945026 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002347 sec., 4686.8342564976565 rows/sec., 8.40 MiB/sec. | ||
| 5368 | 2024.08.06 23:56:25.945226 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Debug> DynamicQueryHandler: Done processing query | ||
| 5369 | 2024.08.06 23:56:25.945252 [ 3 ] {9a52069a-9533-4119-8033-19b64d1b3ed1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5370 | 2024.08.06 23:56:25.945269 [ 3 ] {} <Debug> HTTP-Session: e6ea2afb-889a-4e47-808b-868a8046833e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5371 | 2024.08.06 23:56:25.945397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5372 | 2024.08.06 23:56:25.945446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5373 | 2024.08.06 23:56:25.945465 [ 3 ] {} <Debug> HTTP-Session: e0b23cf8-74d2-4699-b267-48ee1aa5b6bd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5374 | 2024.08.06 23:56:25.945483 [ 3 ] {} <Debug> HTTP-Session: e0b23cf8-74d2-4699-b267-48ee1aa5b6bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5375 | 2024.08.06 23:56:25.945496 [ 3 ] {} <Debug> HTTP-Session: e0b23cf8-74d2-4699-b267-48ee1aa5b6bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5376 | 2024.08.06 23:56:25.945527 [ 3 ] {} <Trace> HTTP-Session: e0b23cf8-74d2-4699-b267-48ee1aa5b6bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5377 | 2024.08.06 23:56:25.945638 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5378 | 2024.08.06 23:56:25.945683 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5379 | 2024.08.06 23:56:25.945810 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5380 | 2024.08.06 23:56:25.946162 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5381 | 2024.08.06 23:56:25.946198 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5382 | 2024.08.06 23:56:25.946560 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5383 | 2024.08.06 23:56:25.946885 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5384 | 2024.08.06 23:56:25.947016 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001408 sec., 16335.227272727274 rows/sec., 883.62 KiB/sec. | ||
| 5385 | 2024.08.06 23:56:25.947184 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Debug> DynamicQueryHandler: Done processing query | ||
| 5386 | 2024.08.06 23:56:25.947210 [ 3 ] {5b8249aa-2112-4c22-b14a-9e022653a697} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5387 | 2024.08.06 23:56:25.947227 [ 3 ] {} <Debug> HTTP-Session: e0b23cf8-74d2-4699-b267-48ee1aa5b6bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5388 | 2024.08.06 23:56:25.947353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5389 | 2024.08.06 23:56:25.947403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5390 | 2024.08.06 23:56:25.947424 [ 3 ] {} <Debug> HTTP-Session: 8fa80882-413c-40ce-9e54-cbd0927b65f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5391 | 2024.08.06 23:56:25.947441 [ 3 ] {} <Debug> HTTP-Session: 8fa80882-413c-40ce-9e54-cbd0927b65f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5392 | 2024.08.06 23:56:25.947455 [ 3 ] {} <Debug> HTTP-Session: 8fa80882-413c-40ce-9e54-cbd0927b65f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5393 | 2024.08.06 23:56:25.947488 [ 3 ] {} <Trace> HTTP-Session: 8fa80882-413c-40ce-9e54-cbd0927b65f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2024.08.06 23:56:25.947607 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5395 | 2024.08.06 23:56:25.947652 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5396 | 2024.08.06 23:56:25.947781 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5397 | 2024.08.06 23:56:25.948133 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5398 | 2024.08.06 23:56:25.948171 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5399 | 2024.08.06 23:56:25.948620 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5400 | 2024.08.06 23:56:25.949002 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5401 | 2024.08.06 23:56:25.949139 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001575 sec., 38095.23809523809 rows/sec., 2.57 MiB/sec. | ||
| 5402 | 2024.08.06 23:56:25.949488 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Debug> DynamicQueryHandler: Done processing query | ||
| 5403 | 2024.08.06 23:56:25.949514 [ 3 ] {850d9b8d-da4b-4c0b-92df-fd76b2c19984} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5404 | 2024.08.06 23:56:25.949536 [ 3 ] {} <Debug> HTTP-Session: 8fa80882-413c-40ce-9e54-cbd0927b65f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5405 | 2024.08.06 23:56:30.043875 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5406 | 2024.08.06 23:56:30.043934 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5407 | 2024.08.06 23:56:31.397840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5408 | 2024.08.06 23:56:31.397960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5409 | 2024.08.06 23:56:31.397984 [ 3 ] {} <Debug> HTTP-Session: 782b1496-ac7e-47fc-b611-68b17e15d3da Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5410 | 2024.08.06 23:56:31.398010 [ 3 ] {} <Debug> HTTP-Session: 782b1496-ac7e-47fc-b611-68b17e15d3da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5411 | 2024.08.06 23:56:31.398024 [ 3 ] {} <Debug> HTTP-Session: 782b1496-ac7e-47fc-b611-68b17e15d3da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5412 | 2024.08.06 23:56:31.398075 [ 3 ] {} <Trace> HTTP-Session: 782b1496-ac7e-47fc-b611-68b17e15d3da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5413 | 2024.08.06 23:56:31.398266 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5414 | 2024.08.06 23:56:31.398333 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5415 | 2024.08.06 23:56:31.398527 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5416 | 2024.08.06 23:56:31.398989 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5417 | 2024.08.06 23:56:31.399032 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5418 | 2024.08.06 23:56:31.399404 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 5419 | 2024.08.06 23:56:31.399756 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5420 | 2024.08.06 23:56:31.399911 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001701 sec., 12933.568489124045 rows/sec., 1.02 MiB/sec. | ||
| 5421 | 2024.08.06 23:56:31.400139 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5422 | 2024.08.06 23:56:31.400166 [ 3 ] {1face84e-4904-42b1-aa08-26d912dc8fc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5423 | 2024.08.06 23:56:31.400182 [ 3 ] {} <Debug> HTTP-Session: 782b1496-ac7e-47fc-b611-68b17e15d3da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5424 | 2024.08.06 23:56:31.400347 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5425 | 2024.08.06 23:56:31.400396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5426 | 2024.08.06 23:56:31.400416 [ 3 ] {} <Debug> HTTP-Session: a4c4a923-d61d-4fe9-b11e-fe2c2897865e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5427 | 2024.08.06 23:56:31.400434 [ 3 ] {} <Debug> HTTP-Session: a4c4a923-d61d-4fe9-b11e-fe2c2897865e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5428 | 2024.08.06 23:56:31.400447 [ 3 ] {} <Debug> HTTP-Session: a4c4a923-d61d-4fe9-b11e-fe2c2897865e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5429 | 2024.08.06 23:56:31.400479 [ 3 ] {} <Trace> HTTP-Session: a4c4a923-d61d-4fe9-b11e-fe2c2897865e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5430 | 2024.08.06 23:56:31.400572 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5431 | 2024.08.06 23:56:31.400616 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5432 | 2024.08.06 23:56:31.400752 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5433 | 2024.08.06 23:56:31.401052 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5434 | 2024.08.06 23:56:31.401089 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5435 | 2024.08.06 23:56:31.401388 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5436 | 2024.08.06 23:56:31.401699 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5437 | 2024.08.06 23:56:31.401858 [ 140 ] {} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5438 | 2024.08.06 23:56:31.401869 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001309 sec., 1527.8838808250573 rows/sec., 124.59 KiB/sec. | ||
| 5439 | 2024.08.06 23:56:31.401945 [ 140 ] {} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2024.08.06 23:56:31.402018 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5441 | 2024.08.06 23:56:31.402217 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Debug> DynamicQueryHandler: Done processing query | ||
| 5442 | 2024.08.06 23:56:31.402298 [ 3 ] {f4faa610-815b-4801-868e-ae2b1e533a33} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5443 | 2024.08.06 23:56:31.402324 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 5444 | 2024.08.06 23:56:31.402366 [ 3 ] {} <Debug> HTTP-Session: a4c4a923-d61d-4fe9-b11e-fe2c2897865e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5445 | 2024.08.06 23:56:31.402572 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5446 | 2024.08.06 23:56:31.402607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5447 | 2024.08.06 23:56:31.402644 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 5448 | 2024.08.06 23:56:31.402686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5449 | 2024.08.06 23:56:31.402731 [ 3 ] {} <Debug> HTTP-Session: 3f5f014e-85bf-4373-b5de-92a22b2e6a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5450 | 2024.08.06 23:56:31.402787 [ 3 ] {} <Debug> HTTP-Session: 3f5f014e-85bf-4373-b5de-92a22b2e6a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5451 | 2024.08.06 23:56:31.402872 [ 3 ] {} <Debug> HTTP-Session: 3f5f014e-85bf-4373-b5de-92a22b2e6a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5452 | 2024.08.06 23:56:31.402932 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 5453 | 2024.08.06 23:56:31.402976 [ 3 ] {} <Trace> HTTP-Session: 3f5f014e-85bf-4373-b5de-92a22b2e6a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2024.08.06 23:56:31.403221 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 5455 | 2024.08.06 23:56:31.403434 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5456 | 2024.08.06 23:56:31.403577 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5457 | 2024.08.06 23:56:31.403603 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5458 | 2024.08.06 23:56:31.403917 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5459 | 2024.08.06 23:56:31.404300 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5460 | 2024.08.06 23:56:31.404711 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5461 | 2024.08.06 23:56:31.405554 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5462 | 2024.08.06 23:56:31.405627 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5463 | 2024.08.06 23:56:31.406499 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5464 | 2024.08.06 23:56:31.406897 [ 192 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004747435 sec., 3791.521105607554 rows/sec., 309.17 KiB/sec. | ||
| 5465 | 2024.08.06 23:56:31.407127 [ 192 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5466 | 2024.08.06 23:56:31.407293 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5467 | 2024.08.06 23:56:31.407663 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Debug> executeQuery: Read 123 rows, 10.42 KiB in 0.004453 sec., 27621.82798113631 rows/sec., 2.28 MiB/sec. | ||
| 5468 | 2024.08.06 23:56:31.408077 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Debug> DynamicQueryHandler: Done processing query | ||
| 5469 | 2024.08.06 23:56:31.408107 [ 3 ] {50b470d3-2749-4cdb-8827-daac9f02b8ab} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5470 | 2024.08.06 23:56:31.408135 [ 3 ] {} <Debug> HTTP-Session: 3f5f014e-85bf-4373-b5de-92a22b2e6a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5471 | 2024.08.06 23:56:31.408186 [ 192 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5472 | 2024.08.06 23:56:31.408297 [ 192 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_6_1} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5473 | 2024.08.06 23:56:31.408318 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5474 | 2024.08.06 23:56:31.408405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5475 | 2024.08.06 23:56:31.408448 [ 3 ] {} <Debug> HTTP-Session: c8b4f356-5513-45a4-a525-e59e4bdfa817 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5476 | 2024.08.06 23:56:31.408466 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5477 | 2024.08.06 23:56:31.408476 [ 3 ] {} <Debug> HTTP-Session: c8b4f356-5513-45a4-a525-e59e4bdfa817 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5478 | 2024.08.06 23:56:31.408514 [ 3 ] {} <Debug> HTTP-Session: c8b4f356-5513-45a4-a525-e59e4bdfa817 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5479 | 2024.08.06 23:56:31.408546 [ 3 ] {} <Trace> HTTP-Session: c8b4f356-5513-45a4-a525-e59e4bdfa817 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5480 | 2024.08.06 23:56:31.408649 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5481 | 2024.08.06 23:56:31.408691 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5482 | 2024.08.06 23:56:31.408842 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5483 | 2024.08.06 23:56:31.409141 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5484 | 2024.08.06 23:56:31.409178 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5485 | 2024.08.06 23:56:31.409490 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 5486 | 2024.08.06 23:56:31.409826 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5487 | 2024.08.06 23:56:31.409978 [ 140 ] {} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 5488 | 2024.08.06 23:56:31.409989 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001357 sec., 1473.8393515106854 rows/sec., 102.91 KiB/sec. | ||
| 5489 | 2024.08.06 23:56:31.410034 [ 140 ] {} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5490 | 2024.08.06 23:56:31.410097 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5491 | 2024.08.06 23:56:31.410353 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 5492 | 2024.08.06 23:56:31.410414 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Debug> DynamicQueryHandler: Done processing query | ||
| 5493 | 2024.08.06 23:56:31.410473 [ 3 ] {f649cb53-1291-47dd-870e-4d897cd7d038} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5494 | 2024.08.06 23:56:31.410528 [ 3 ] {} <Debug> HTTP-Session: c8b4f356-5513-45a4-a525-e59e4bdfa817 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5495 | 2024.08.06 23:56:31.410619 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5496 | 2024.08.06 23:56:31.410653 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 5497 | 2024.08.06 23:56:31.410730 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5498 | 2024.08.06 23:56:31.410890 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 5499 | 2024.08.06 23:56:31.410924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5500 | 2024.08.06 23:56:31.411019 [ 3 ] {} <Debug> HTTP-Session: 534d5288-9d9a-4cb1-b928-556628a2a9dc Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5501 | 2024.08.06 23:56:31.411109 [ 3 ] {} <Debug> HTTP-Session: 534d5288-9d9a-4cb1-b928-556628a2a9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5502 | 2024.08.06 23:56:31.411180 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 5503 | 2024.08.06 23:56:31.411196 [ 3 ] {} <Debug> HTTP-Session: 534d5288-9d9a-4cb1-b928-556628a2a9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5504 | 2024.08.06 23:56:31.411379 [ 3 ] {} <Trace> HTTP-Session: 534d5288-9d9a-4cb1-b928-556628a2a9dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5505 | 2024.08.06 23:56:31.411463 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 5506 | 2024.08.06 23:56:31.411687 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
| 5507 | 2024.08.06 23:56:31.411875 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5508 | 2024.08.06 23:56:31.411989 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 5509 | 2024.08.06 23:56:31.412054 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5510 | 2024.08.06 23:56:31.412719 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5511 | 2024.08.06 23:56:31.413676 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5512 | 2024.08.06 23:56:31.413752 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5513 | 2024.08.06 23:56:31.414603 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.004401477 sec., 4089.536307925726 rows/sec., 285.55 KiB/sec. | ||
| 5514 | 2024.08.06 23:56:31.414681 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5515 | 2024.08.06 23:56:31.414761 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 5516 | 2024.08.06 23:56:31.415459 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5517 | 2024.08.06 23:56:31.415606 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5518 | 2024.08.06 23:56:31.415829 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.004149 sec., 21209.93010363943 rows/sec., 1.66 MiB/sec. | ||
| 5519 | 2024.08.06 23:56:31.415932 [ 197 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_6_1} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 5520 | 2024.08.06 23:56:31.416180 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5521 | 2024.08.06 23:56:31.416407 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Debug> DynamicQueryHandler: Done processing query | ||
| 5522 | 2024.08.06 23:56:31.416437 [ 3 ] {8d912aa4-c819-4147-b7a9-38e117c0e237} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5523 | 2024.08.06 23:56:31.416454 [ 3 ] {} <Debug> HTTP-Session: 534d5288-9d9a-4cb1-b928-556628a2a9dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5524 | 2024.08.06 23:56:31.416645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5525 | 2024.08.06 23:56:31.416696 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5526 | 2024.08.06 23:56:31.416715 [ 3 ] {} <Debug> HTTP-Session: c322ecaa-5972-44a8-ac2a-5fe956c8ccbf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5527 | 2024.08.06 23:56:31.416732 [ 3 ] {} <Debug> HTTP-Session: c322ecaa-5972-44a8-ac2a-5fe956c8ccbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5528 | 2024.08.06 23:56:31.416746 [ 3 ] {} <Debug> HTTP-Session: c322ecaa-5972-44a8-ac2a-5fe956c8ccbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5529 | 2024.08.06 23:56:31.416779 [ 3 ] {} <Trace> HTTP-Session: c322ecaa-5972-44a8-ac2a-5fe956c8ccbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2024.08.06 23:56:31.416954 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5531 | 2024.08.06 23:56:31.417002 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5532 | 2024.08.06 23:56:31.417179 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5533 | 2024.08.06 23:56:31.417579 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5534 | 2024.08.06 23:56:31.417615 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5535 | 2024.08.06 23:56:31.418020 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5536 | 2024.08.06 23:56:31.418365 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5537 | 2024.08.06 23:56:31.418534 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00165 sec., 97575.75757575758 rows/sec., 6.80 MiB/sec. | ||
| 5538 | 2024.08.06 23:56:31.418713 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Debug> DynamicQueryHandler: Done processing query | ||
| 5539 | 2024.08.06 23:56:31.418739 [ 3 ] {1dc5c722-d46d-4691-8903-4fee834a7b91} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5540 | 2024.08.06 23:56:31.418756 [ 3 ] {} <Debug> HTTP-Session: c322ecaa-5972-44a8-ac2a-5fe956c8ccbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5541 | 2024.08.06 23:56:31.418929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35371, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5542 | 2024.08.06 23:56:31.418977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5543 | 2024.08.06 23:56:31.418997 [ 3 ] {} <Debug> HTTP-Session: 3fa6a447-36d8-4621-b103-e43a2748040f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5544 | 2024.08.06 23:56:31.419014 [ 3 ] {} <Debug> HTTP-Session: 3fa6a447-36d8-4621-b103-e43a2748040f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5545 | 2024.08.06 23:56:31.419029 [ 3 ] {} <Debug> HTTP-Session: 3fa6a447-36d8-4621-b103-e43a2748040f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5546 | 2024.08.06 23:56:31.419060 [ 3 ] {} <Trace> HTTP-Session: 3fa6a447-36d8-4621-b103-e43a2748040f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5547 | 2024.08.06 23:56:31.419311 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5548 | 2024.08.06 23:56:31.419374 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5549 | 2024.08.06 23:56:31.419800 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5550 | 2024.08.06 23:56:31.420480 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5551 | 2024.08.06 23:56:31.420516 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5552 | 2024.08.06 23:56:31.421134 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5553 | 2024.08.06 23:56:31.421559 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5554 | 2024.08.06 23:56:31.421748 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002609 sec., 8432.34955921809 rows/sec., 15.11 MiB/sec. | ||
| 5555 | 2024.08.06 23:56:31.421974 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Debug> DynamicQueryHandler: Done processing query | ||
| 5556 | 2024.08.06 23:56:31.421999 [ 3 ] {f40f928e-aa1b-43a3-bc65-2bc9a45ecada} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 5557 | 2024.08.06 23:56:31.422015 [ 3 ] {} <Debug> HTTP-Session: 3fa6a447-36d8-4621-b103-e43a2748040f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5558 | 2024.08.06 23:56:31.422152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5559 | 2024.08.06 23:56:31.422199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5560 | 2024.08.06 23:56:31.422219 [ 3 ] {} <Debug> HTTP-Session: b3de8fee-1ad2-445b-b536-b7d15ad4f8d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5561 | 2024.08.06 23:56:31.422235 [ 3 ] {} <Debug> HTTP-Session: b3de8fee-1ad2-445b-b536-b7d15ad4f8d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5562 | 2024.08.06 23:56:31.422248 [ 3 ] {} <Debug> HTTP-Session: b3de8fee-1ad2-445b-b536-b7d15ad4f8d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5563 | 2024.08.06 23:56:31.422280 [ 3 ] {} <Trace> HTTP-Session: b3de8fee-1ad2-445b-b536-b7d15ad4f8d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2024.08.06 23:56:31.422395 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5565 | 2024.08.06 23:56:31.422441 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5566 | 2024.08.06 23:56:31.422570 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5567 | 2024.08.06 23:56:31.422869 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5568 | 2024.08.06 23:56:31.422905 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5569 | 2024.08.06 23:56:31.423268 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5570 | 2024.08.06 23:56:31.423594 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5571 | 2024.08.06 23:56:31.423759 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
| 5572 | 2024.08.06 23:56:31.423926 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Debug> DynamicQueryHandler: Done processing query | ||
| 5573 | 2024.08.06 23:56:31.423951 [ 3 ] {db1b8d0e-f715-4b81-9e14-ed2dd55db087} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5574 | 2024.08.06 23:56:31.423968 [ 3 ] {} <Debug> HTTP-Session: b3de8fee-1ad2-445b-b536-b7d15ad4f8d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5575 | 2024.08.06 23:56:36.401211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5576 | 2024.08.06 23:56:36.401377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5577 | 2024.08.06 23:56:36.401412 [ 3 ] {} <Debug> HTTP-Session: 487e3c8b-fb17-4fd9-bec5-8696c2ef4e64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5578 | 2024.08.06 23:56:36.401452 [ 3 ] {} <Debug> HTTP-Session: 487e3c8b-fb17-4fd9-bec5-8696c2ef4e64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5579 | 2024.08.06 23:56:36.401475 [ 3 ] {} <Debug> HTTP-Session: 487e3c8b-fb17-4fd9-bec5-8696c2ef4e64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5580 | 2024.08.06 23:56:36.401543 [ 3 ] {} <Trace> HTTP-Session: 487e3c8b-fb17-4fd9-bec5-8696c2ef4e64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5581 | 2024.08.06 23:56:36.401785 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5582 | 2024.08.06 23:56:36.401873 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5583 | 2024.08.06 23:56:36.402135 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5584 | 2024.08.06 23:56:36.402601 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5585 | 2024.08.06 23:56:36.402644 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5586 | 2024.08.06 23:56:36.403015 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5587 | 2024.08.06 23:56:36.403362 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5588 | 2024.08.06 23:56:36.403545 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001829 sec., 9294.696555494806 rows/sec., 673.29 KiB/sec. | ||
| 5589 | 2024.08.06 23:56:36.403753 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Debug> DynamicQueryHandler: Done processing query | ||
| 5590 | 2024.08.06 23:56:36.403781 [ 3 ] {8963b90e-4aec-48a0-881d-a9ec596e19ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5591 | 2024.08.06 23:56:36.403798 [ 3 ] {} <Debug> HTTP-Session: 487e3c8b-fb17-4fd9-bec5-8696c2ef4e64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5592 | 2024.08.06 23:56:36.403956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5593 | 2024.08.06 23:56:36.404005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5594 | 2024.08.06 23:56:36.404024 [ 3 ] {} <Debug> HTTP-Session: 13646615-8eea-46a4-8de9-b9b5ec1a6f41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5595 | 2024.08.06 23:56:36.404041 [ 3 ] {} <Debug> HTTP-Session: 13646615-8eea-46a4-8de9-b9b5ec1a6f41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5596 | 2024.08.06 23:56:36.404056 [ 3 ] {} <Debug> HTTP-Session: 13646615-8eea-46a4-8de9-b9b5ec1a6f41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5597 | 2024.08.06 23:56:36.404088 [ 3 ] {} <Trace> HTTP-Session: 13646615-8eea-46a4-8de9-b9b5ec1a6f41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5598 | 2024.08.06 23:56:36.404185 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 5599 | 2024.08.06 23:56:36.404230 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5600 | 2024.08.06 23:56:36.404359 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5601 | 2024.08.06 23:56:36.404652 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5602 | 2024.08.06 23:56:36.404690 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5603 | 2024.08.06 23:56:36.405017 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5604 | 2024.08.06 23:56:36.405330 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5605 | 2024.08.06 23:56:36.405484 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 372.06 KiB/sec. | ||
| 5606 | 2024.08.06 23:56:36.405651 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Debug> DynamicQueryHandler: Done processing query | ||
| 5607 | 2024.08.06 23:56:36.405675 [ 3 ] {9f759f7a-6dd4-4700-be33-471a278d2012} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5608 | 2024.08.06 23:56:36.405692 [ 3 ] {} <Debug> HTTP-Session: 13646615-8eea-46a4-8de9-b9b5ec1a6f41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5609 | 2024.08.06 23:56:36.405904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5610 | 2024.08.06 23:56:36.405953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5611 | 2024.08.06 23:56:36.405973 [ 3 ] {} <Debug> HTTP-Session: 0bc5d405-a14a-46a8-b5f7-9fa8018436fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5612 | 2024.08.06 23:56:36.405990 [ 3 ] {} <Debug> HTTP-Session: 0bc5d405-a14a-46a8-b5f7-9fa8018436fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5613 | 2024.08.06 23:56:36.406004 [ 3 ] {} <Debug> HTTP-Session: 0bc5d405-a14a-46a8-b5f7-9fa8018436fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5614 | 2024.08.06 23:56:36.406035 [ 3 ] {} <Trace> HTTP-Session: 0bc5d405-a14a-46a8-b5f7-9fa8018436fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5615 | 2024.08.06 23:56:36.406181 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5616 | 2024.08.06 23:56:36.406224 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5617 | 2024.08.06 23:56:36.406352 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5618 | 2024.08.06 23:56:36.406750 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5619 | 2024.08.06 23:56:36.406785 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5620 | 2024.08.06 23:56:36.407098 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5621 | 2024.08.06 23:56:36.407466 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5622 | 2024.08.06 23:56:36.407651 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Debug> executeQuery: Read 197 rows, 17.76 KiB in 0.001526 sec., 129095.6749672346 rows/sec., 11.37 MiB/sec. | ||
| 5623 | 2024.08.06 23:56:36.407668 [ 149 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5624 | 2024.08.06 23:56:36.407795 [ 149 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5625 | 2024.08.06 23:56:36.407854 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5626 | 2024.08.06 23:56:36.407973 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Debug> DynamicQueryHandler: Done processing query | ||
| 5627 | 2024.08.06 23:56:36.408049 [ 3 ] {8e82fd38-f895-447c-8aa6-181c9317276f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5628 | 2024.08.06 23:56:36.408152 [ 3 ] {} <Debug> HTTP-Session: 0bc5d405-a14a-46a8-b5f7-9fa8018436fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5629 | 2024.08.06 23:56:36.408281 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 5630 | 2024.08.06 23:56:36.408456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5631 | 2024.08.06 23:56:36.408581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5632 | 2024.08.06 23:56:36.408582 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5633 | 2024.08.06 23:56:36.408611 [ 3 ] {} <Debug> HTTP-Session: a8e4625c-8b00-4c37-9878-c20387eb9752 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5634 | 2024.08.06 23:56:36.408655 [ 3 ] {} <Debug> HTTP-Session: a8e4625c-8b00-4c37-9878-c20387eb9752 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5635 | 2024.08.06 23:56:36.408660 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1406 rows starting from the beginning of the part | ||
| 5636 | 2024.08.06 23:56:36.408678 [ 3 ] {} <Debug> HTTP-Session: a8e4625c-8b00-4c37-9878-c20387eb9752 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5637 | 2024.08.06 23:56:36.408753 [ 3 ] {} <Trace> HTTP-Session: a8e4625c-8b00-4c37-9878-c20387eb9752 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5638 | 2024.08.06 23:56:36.408888 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 194 rows starting from the beginning of the part | ||
| 5639 | 2024.08.06 23:56:36.409159 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 5640 | 2024.08.06 23:56:36.409231 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 122 rows starting from the beginning of the part | ||
| 5641 | 2024.08.06 23:56:36.409330 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5642 | 2024.08.06 23:56:36.409631 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1336 rows starting from the beginning of the part | ||
| 5643 | 2024.08.06 23:56:36.409959 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 123 rows starting from the beginning of the part | ||
| 5644 | 2024.08.06 23:56:36.410293 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5645 | 2024.08.06 23:56:36.410286 [ 197 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 197 rows starting from the beginning of the part | ||
| 5646 | 2024.08.06 23:56:36.411214 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5647 | 2024.08.06 23:56:36.411293 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5648 | 2024.08.06 23:56:36.412009 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5649 | 2024.08.06 23:56:36.412779 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5650 | 2024.08.06 23:56:36.412956 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004002 sec., 1499.2503748125935 rows/sec., 104.68 KiB/sec. | ||
| 5651 | 2024.08.06 23:56:36.413179 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Debug> DynamicQueryHandler: Done processing query | ||
| 5652 | 2024.08.06 23:56:36.413237 [ 3 ] {f4aab5ec-91e6-4326-b918-dd2a6f3c3bcd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5653 | 2024.08.06 23:56:36.413270 [ 3 ] {} <Debug> HTTP-Session: a8e4625c-8b00-4c37-9878-c20387eb9752 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5654 | 2024.08.06 23:56:36.413466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 64458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5655 | 2024.08.06 23:56:36.413480 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 4 columns (4 merged, 0 gathered) in 0.005516472 sec., 612347.8919135274 rows/sec., 51.48 MiB/sec. | ||
| 5656 | 2024.08.06 23:56:36.413527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5657 | 2024.08.06 23:56:36.413548 [ 3 ] {} <Debug> HTTP-Session: 58fbe8f4-01fc-499b-871c-377f538a3a38 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5658 | 2024.08.06 23:56:36.413565 [ 3 ] {} <Debug> HTTP-Session: 58fbe8f4-01fc-499b-871c-377f538a3a38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5659 | 2024.08.06 23:56:36.413579 [ 3 ] {} <Debug> HTTP-Session: 58fbe8f4-01fc-499b-871c-377f538a3a38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5660 | 2024.08.06 23:56:36.413614 [ 3 ] {} <Trace> HTTP-Session: 58fbe8f4-01fc-499b-871c-377f538a3a38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5661 | 2024.08.06 23:56:36.413761 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5662 | 2024.08.06 23:56:36.413924 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5663 | 2024.08.06 23:56:36.413996 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5664 | 2024.08.06 23:56:36.414247 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5665 | 2024.08.06 23:56:36.414336 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5666 | 2024.08.06 23:56:36.414425 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_26_5} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5667 | 2024.08.06 23:56:36.414547 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 5668 | 2024.08.06 23:56:36.414960 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5669 | 2024.08.06 23:56:36.415009 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5670 | 2024.08.06 23:56:36.415399 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5671 | 2024.08.06 23:56:36.415729 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5672 | 2024.08.06 23:56:36.415885 [ 149 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5673 | 2024.08.06 23:56:36.415887 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Debug> executeQuery: Read 399 rows, 28.84 KiB in 0.002152 sec., 185408.9219330855 rows/sec., 13.09 MiB/sec. | ||
| 5674 | 2024.08.06 23:56:36.415935 [ 149 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5675 | 2024.08.06 23:56:36.415994 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5676 | 2024.08.06 23:56:36.416199 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 5677 | 2024.08.06 23:56:36.416227 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 5678 | 2024.08.06 23:56:36.416277 [ 3 ] {2eca163f-5896-4b66-b1c4-4491d6a4f4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5679 | 2024.08.06 23:56:36.416305 [ 3 ] {} <Debug> HTTP-Session: 58fbe8f4-01fc-499b-871c-377f538a3a38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5680 | 2024.08.06 23:56:36.416411 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5681 | 2024.08.06 23:56:36.416472 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5682 | 2024.08.06 23:56:36.416479 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 901 rows starting from the beginning of the part | ||
| 5683 | 2024.08.06 23:56:36.416556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5684 | 2024.08.06 23:56:36.416666 [ 3 ] {} <Debug> HTTP-Session: be4cd219-4d72-4792-bc2f-3f265b1c1437 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5685 | 2024.08.06 23:56:36.416707 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 393 rows starting from the beginning of the part | ||
| 5686 | 2024.08.06 23:56:36.416730 [ 3 ] {} <Debug> HTTP-Session: be4cd219-4d72-4792-bc2f-3f265b1c1437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5687 | 2024.08.06 23:56:36.416802 [ 3 ] {} <Debug> HTTP-Session: be4cd219-4d72-4792-bc2f-3f265b1c1437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5688 | 2024.08.06 23:56:36.416957 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 86 rows starting from the beginning of the part | ||
| 5689 | 2024.08.06 23:56:36.416973 [ 3 ] {} <Trace> HTTP-Session: be4cd219-4d72-4792-bc2f-3f265b1c1437 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5690 | 2024.08.06 23:56:36.417263 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 853 rows starting from the beginning of the part | ||
| 5691 | 2024.08.06 23:56:36.417326 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 5692 | 2024.08.06 23:56:36.417483 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5693 | 2024.08.06 23:56:36.417566 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 88 rows starting from the beginning of the part | ||
| 5694 | 2024.08.06 23:56:36.417895 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 399 rows starting from the beginning of the part | ||
| 5695 | 2024.08.06 23:56:36.418497 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5696 | 2024.08.06 23:56:36.419171 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5697 | 2024.08.06 23:56:36.419232 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5698 | 2024.08.06 23:56:36.420198 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5699 | 2024.08.06 23:56:36.420669 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5700 | 2024.08.06 23:56:36.420940 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.0037 sec., 1621.6216216216214 rows/sec., 69.68 KiB/sec. | ||
| 5701 | 2024.08.06 23:56:36.421449 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2720 rows, containing 4 columns (4 merged, 0 gathered) in 0.005346718 sec., 508723.29530003265 rows/sec., 36.70 MiB/sec. | ||
| 5702 | 2024.08.06 23:56:36.421489 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Debug> DynamicQueryHandler: Done processing query | ||
| 5703 | 2024.08.06 23:56:36.421528 [ 3 ] {cdb4f9f7-fb7f-4173-915f-166d41330aca} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5704 | 2024.08.06 23:56:36.421548 [ 3 ] {} <Debug> HTTP-Session: be4cd219-4d72-4792-bc2f-3f265b1c1437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5705 | 2024.08.06 23:56:36.421690 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5706 | 2024.08.06 23:56:36.421701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5707 | 2024.08.06 23:56:36.421813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5708 | 2024.08.06 23:56:36.421835 [ 3 ] {} <Debug> HTTP-Session: 233ab2df-ae38-4c16-adec-cfb56d444fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5709 | 2024.08.06 23:56:36.421860 [ 3 ] {} <Debug> HTTP-Session: 233ab2df-ae38-4c16-adec-cfb56d444fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5710 | 2024.08.06 23:56:36.421889 [ 3 ] {} <Debug> HTTP-Session: 233ab2df-ae38-4c16-adec-cfb56d444fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5711 | 2024.08.06 23:56:36.421987 [ 3 ] {} <Trace> HTTP-Session: 233ab2df-ae38-4c16-adec-cfb56d444fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5712 | 2024.08.06 23:56:36.422318 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 5713 | 2024.08.06 23:56:36.422391 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 5714 | 2024.08.06 23:56:36.422506 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5715 | 2024.08.06 23:56:36.422784 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_26_5} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5716 | 2024.08.06 23:56:36.422887 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5717 | 2024.08.06 23:56:36.422964 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 5718 | 2024.08.06 23:56:36.423319 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5719 | 2024.08.06 23:56:36.423360 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5720 | 2024.08.06 23:56:36.423740 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5721 | 2024.08.06 23:56:36.424090 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5722 | 2024.08.06 23:56:36.424267 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002072 sec., 37162.16216216216 rows/sec., 2.29 MiB/sec. | ||
| 5723 | 2024.08.06 23:56:36.424564 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 5724 | 2024.08.06 23:56:36.424590 [ 3 ] {bfaab57d-8cb7-4f09-8692-7cbaea38d9fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 5725 | 2024.08.06 23:56:36.424606 [ 3 ] {} <Debug> HTTP-Session: 233ab2df-ae38-4c16-adec-cfb56d444fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5726 | 2024.08.06 23:56:36.424768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 31192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5727 | 2024.08.06 23:56:36.424817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5728 | 2024.08.06 23:56:36.424837 [ 3 ] {} <Debug> HTTP-Session: 49a34b0f-b183-40ff-9e2f-eb6bc7fcabfd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5729 | 2024.08.06 23:56:36.424853 [ 3 ] {} <Debug> HTTP-Session: 49a34b0f-b183-40ff-9e2f-eb6bc7fcabfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5730 | 2024.08.06 23:56:36.424868 [ 3 ] {} <Debug> HTTP-Session: 49a34b0f-b183-40ff-9e2f-eb6bc7fcabfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5731 | 2024.08.06 23:56:36.424901 [ 3 ] {} <Trace> HTTP-Session: 49a34b0f-b183-40ff-9e2f-eb6bc7fcabfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5732 | 2024.08.06 23:56:36.425089 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5733 | 2024.08.06 23:56:36.425136 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5734 | 2024.08.06 23:56:36.425298 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5735 | 2024.08.06 23:56:36.425686 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5736 | 2024.08.06 23:56:36.425723 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5737 | 2024.08.06 23:56:36.426116 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5738 | 2024.08.06 23:56:36.426459 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5739 | 2024.08.06 23:56:36.426620 [ 149 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5740 | 2024.08.06 23:56:36.426629 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.00164 sec., 99390.24390243903 rows/sec., 6.92 MiB/sec. | ||
| 5741 | 2024.08.06 23:56:36.426666 [ 149 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5742 | 2024.08.06 23:56:36.426739 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5743 | 2024.08.06 23:56:36.426949 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5744 | 2024.08.06 23:56:36.426952 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 5745 | 2024.08.06 23:56:36.426982 [ 3 ] {2958054b-4e33-4494-9937-fb987d01841d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5746 | 2024.08.06 23:56:36.427035 [ 3 ] {} <Debug> HTTP-Session: 49a34b0f-b183-40ff-9e2f-eb6bc7fcabfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5747 | 2024.08.06 23:56:36.427233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5748 | 2024.08.06 23:56:36.427246 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5749 | 2024.08.06 23:56:36.427324 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5750 | 2024.08.06 23:56:36.427330 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 5492 rows starting from the beginning of the part | ||
| 5751 | 2024.08.06 23:56:36.427365 [ 3 ] {} <Debug> HTTP-Session: be6048e5-5e3d-49bb-9e1b-fd1a901b8147 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5752 | 2024.08.06 23:56:36.427408 [ 3 ] {} <Debug> HTTP-Session: be6048e5-5e3d-49bb-9e1b-fd1a901b8147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5753 | 2024.08.06 23:56:36.427440 [ 3 ] {} <Debug> HTTP-Session: be6048e5-5e3d-49bb-9e1b-fd1a901b8147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5754 | 2024.08.06 23:56:36.427579 [ 3 ] {} <Trace> HTTP-Session: be6048e5-5e3d-49bb-9e1b-fd1a901b8147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5755 | 2024.08.06 23:56:36.427652 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 5756 | 2024.08.06 23:56:36.427925 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 5757 | 2024.08.06 23:56:36.427971 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5758 | 2024.08.06 23:56:36.428230 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 846 rows starting from the beginning of the part | ||
| 5759 | 2024.08.06 23:56:36.428285 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5760 | 2024.08.06 23:56:36.428585 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
| 5761 | 2024.08.06 23:56:36.428949 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 163 rows starting from the beginning of the part | ||
| 5762 | 2024.08.06 23:56:36.430662 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5763 | 2024.08.06 23:56:36.432124 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5764 | 2024.08.06 23:56:36.432199 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5765 | 2024.08.06 23:56:36.433485 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5766 | 2024.08.06 23:56:36.434140 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5767 | 2024.08.06 23:56:36.434410 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6982 rows, containing 5 columns (5 merged, 0 gathered) in 0.007543517 sec., 925562.9701636519 rows/sec., 63.06 MiB/sec. | ||
| 5768 | 2024.08.06 23:56:36.434594 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006835 sec., 1609.3635698610096 rows/sec., 2.88 MiB/sec. | ||
| 5769 | 2024.08.06 23:56:36.434933 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Debug> DynamicQueryHandler: Done processing query | ||
| 5770 | 2024.08.06 23:56:36.434957 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5771 | 2024.08.06 23:56:36.434969 [ 3 ] {f7b0e039-1122-41a5-8fb3-3fba724642ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 5772 | 2024.08.06 23:56:36.435025 [ 3 ] {} <Debug> HTTP-Session: be6048e5-5e3d-49bb-9e1b-fd1a901b8147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5773 | 2024.08.06 23:56:36.435214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5774 | 2024.08.06 23:56:36.435347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5775 | 2024.08.06 23:56:36.435419 [ 3 ] {} <Debug> HTTP-Session: 2e92e870-d74b-4300-a2c6-dee2bd62d559 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5776 | 2024.08.06 23:56:36.435475 [ 3 ] {} <Debug> HTTP-Session: 2e92e870-d74b-4300-a2c6-dee2bd62d559 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5777 | 2024.08.06 23:56:36.435513 [ 3 ] {} <Debug> HTTP-Session: 2e92e870-d74b-4300-a2c6-dee2bd62d559 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5778 | 2024.08.06 23:56:36.435584 [ 3 ] {} <Trace> HTTP-Session: 2e92e870-d74b-4300-a2c6-dee2bd62d559 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5779 | 2024.08.06 23:56:36.435785 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5780 | 2024.08.06 23:56:36.435841 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2024.08.06 23:56:36.435866 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 5782 | 2024.08.06 23:56:36.436055 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5783 | 2024.08.06 23:56:36.436258 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 5784 | 2024.08.06 23:56:36.436326 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5785 | 2024.08.06 23:56:36.436646 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5786 | 2024.08.06 23:56:36.436683 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5787 | 2024.08.06 23:56:36.437061 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5788 | 2024.08.06 23:56:36.437398 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5789 | 2024.08.06 23:56:36.437544 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001828 sec., 12582.056892778994 rows/sec., 680.60 KiB/sec. | ||
| 5790 | 2024.08.06 23:56:36.437709 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 5791 | 2024.08.06 23:56:36.437735 [ 3 ] {ed9a6353-f149-45e8-9d94-5e906816e6b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 5792 | 2024.08.06 23:56:36.437751 [ 3 ] {} <Debug> HTTP-Session: 2e92e870-d74b-4300-a2c6-dee2bd62d559 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5793 | 2024.08.06 23:56:36.437876 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5794 | 2024.08.06 23:56:36.437923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5795 | 2024.08.06 23:56:36.437969 [ 3 ] {} <Debug> HTTP-Session: 3bbcb170-0bd1-49c2-aea7-7fbab822c4b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5796 | 2024.08.06 23:56:36.437987 [ 3 ] {} <Debug> HTTP-Session: 3bbcb170-0bd1-49c2-aea7-7fbab822c4b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5797 | 2024.08.06 23:56:36.438001 [ 3 ] {} <Debug> HTTP-Session: 3bbcb170-0bd1-49c2-aea7-7fbab822c4b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5798 | 2024.08.06 23:56:36.438033 [ 3 ] {} <Trace> HTTP-Session: 3bbcb170-0bd1-49c2-aea7-7fbab822c4b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5799 | 2024.08.06 23:56:36.438150 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5800 | 2024.08.06 23:56:36.438194 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5801 | 2024.08.06 23:56:36.438323 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5802 | 2024.08.06 23:56:36.438616 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5803 | 2024.08.06 23:56:36.438651 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5804 | 2024.08.06 23:56:36.439013 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5805 | 2024.08.06 23:56:36.439334 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5806 | 2024.08.06 23:56:36.439498 [ 148 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5807 | 2024.08.06 23:56:36.439501 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
| 5808 | 2024.08.06 23:56:36.439569 [ 148 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5809 | 2024.08.06 23:56:36.439640 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5810 | 2024.08.06 23:56:36.439863 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 5811 | 2024.08.06 23:56:36.439926 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Debug> DynamicQueryHandler: Done processing query | ||
| 5812 | 2024.08.06 23:56:36.439988 [ 3 ] {108ff2a7-f1c1-4c1d-820a-f96534405473} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5813 | 2024.08.06 23:56:36.440038 [ 3 ] {} <Debug> HTTP-Session: 3bbcb170-0bd1-49c2-aea7-7fbab822c4b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5814 | 2024.08.06 23:56:36.440132 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5815 | 2024.08.06 23:56:36.440172 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 964 rows starting from the beginning of the part | ||
| 5816 | 2024.08.06 23:56:36.440279 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 5817 | 2024.08.06 23:56:36.440494 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 5818 | 2024.08.06 23:56:36.440694 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 5819 | 2024.08.06 23:56:36.440889 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 5820 | 2024.08.06 23:56:36.441063 [ 197 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 5821 | 2024.08.06 23:56:36.442355 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1264 rows, containing 4 columns (4 merged, 0 gathered) in 0.002586758 sec., 488642.54019896715 rows/sec., 32.84 MiB/sec. | ||
| 5822 | 2024.08.06 23:56:36.442651 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5823 | 2024.08.06 23:56:36.443274 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5824 | 2024.08.06 23:56:36.443352 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_26_5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5825 | 2024.08.06 23:56:36.443432 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 5826 | 2024.08.06 23:56:41.398315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5827 | 2024.08.06 23:56:41.398499 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5828 | 2024.08.06 23:56:41.398529 [ 3 ] {} <Debug> HTTP-Session: 644c3a3b-05fd-40fe-a922-e3bc2296a9fd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5829 | 2024.08.06 23:56:41.398556 [ 3 ] {} <Debug> HTTP-Session: 644c3a3b-05fd-40fe-a922-e3bc2296a9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5830 | 2024.08.06 23:56:41.398570 [ 3 ] {} <Debug> HTTP-Session: 644c3a3b-05fd-40fe-a922-e3bc2296a9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5831 | 2024.08.06 23:56:41.398620 [ 3 ] {} <Trace> HTTP-Session: 644c3a3b-05fd-40fe-a922-e3bc2296a9fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5832 | 2024.08.06 23:56:41.398804 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5833 | 2024.08.06 23:56:41.398870 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5834 | 2024.08.06 23:56:41.399060 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5835 | 2024.08.06 23:56:41.399494 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5836 | 2024.08.06 23:56:41.399536 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5837 | 2024.08.06 23:56:41.399904 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5838 | 2024.08.06 23:56:41.400239 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5839 | 2024.08.06 23:56:41.400401 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001654 sec., 13301.088270858523 rows/sec., 1.05 MiB/sec. | ||
| 5840 | 2024.08.06 23:56:41.400617 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Debug> DynamicQueryHandler: Done processing query | ||
| 5841 | 2024.08.06 23:56:41.400643 [ 3 ] {a3c23bea-b6ff-4ac7-8d7b-6921e6ae1773} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5842 | 2024.08.06 23:56:41.400661 [ 3 ] {} <Debug> HTTP-Session: 644c3a3b-05fd-40fe-a922-e3bc2296a9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5843 | 2024.08.06 23:56:41.400848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5844 | 2024.08.06 23:56:41.400897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5845 | 2024.08.06 23:56:41.400916 [ 3 ] {} <Debug> HTTP-Session: 71d979ee-552c-4011-9fb4-dfce2383fe7b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5846 | 2024.08.06 23:56:41.400932 [ 3 ] {} <Debug> HTTP-Session: 71d979ee-552c-4011-9fb4-dfce2383fe7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5847 | 2024.08.06 23:56:41.400946 [ 3 ] {} <Debug> HTTP-Session: 71d979ee-552c-4011-9fb4-dfce2383fe7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5848 | 2024.08.06 23:56:41.400977 [ 3 ] {} <Trace> HTTP-Session: 71d979ee-552c-4011-9fb4-dfce2383fe7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5849 | 2024.08.06 23:56:41.401117 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5850 | 2024.08.06 23:56:41.401160 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5851 | 2024.08.06 23:56:41.401291 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5852 | 2024.08.06 23:56:41.401685 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5853 | 2024.08.06 23:56:41.401722 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5854 | 2024.08.06 23:56:41.402036 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5855 | 2024.08.06 23:56:41.402339 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5856 | 2024.08.06 23:56:41.402498 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001427 sec., 85494.04344779256 rows/sec., 7.08 MiB/sec. | ||
| 5857 | 2024.08.06 23:56:41.402676 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Debug> DynamicQueryHandler: Done processing query | ||
| 5858 | 2024.08.06 23:56:41.402701 [ 3 ] {96014c6d-284c-453a-ade1-5ab218886872} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 5859 | 2024.08.06 23:56:41.402717 [ 3 ] {} <Debug> HTTP-Session: 71d979ee-552c-4011-9fb4-dfce2383fe7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5860 | 2024.08.06 23:56:41.402871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5861 | 2024.08.06 23:56:41.402920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5862 | 2024.08.06 23:56:41.402939 [ 3 ] {} <Debug> HTTP-Session: 860f49a9-615e-415c-b313-00a4aa4f04fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5863 | 2024.08.06 23:56:41.402956 [ 3 ] {} <Debug> HTTP-Session: 860f49a9-615e-415c-b313-00a4aa4f04fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5864 | 2024.08.06 23:56:41.402969 [ 3 ] {} <Debug> HTTP-Session: 860f49a9-615e-415c-b313-00a4aa4f04fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5865 | 2024.08.06 23:56:41.403000 [ 3 ] {} <Trace> HTTP-Session: 860f49a9-615e-415c-b313-00a4aa4f04fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5866 | 2024.08.06 23:56:41.403115 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5867 | 2024.08.06 23:56:41.403158 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5868 | 2024.08.06 23:56:41.403286 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5869 | 2024.08.06 23:56:41.403617 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5870 | 2024.08.06 23:56:41.403655 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5871 | 2024.08.06 23:56:41.403966 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5872 | 2024.08.06 23:56:41.404274 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2024.08.06 23:56:41.404423 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001344 sec., 63988.095238095244 rows/sec., 5.00 MiB/sec. | ||
| 5874 | 2024.08.06 23:56:41.404584 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 5875 | 2024.08.06 23:56:41.404608 [ 3 ] {7fce8f78-1e05-44a3-be49-8b5c4062a7bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 5876 | 2024.08.06 23:56:41.404624 [ 3 ] {} <Debug> HTTP-Session: 860f49a9-615e-415c-b313-00a4aa4f04fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5877 | 2024.08.06 23:56:41.404840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5878 | 2024.08.06 23:56:41.404889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5879 | 2024.08.06 23:56:41.404909 [ 3 ] {} <Debug> HTTP-Session: bf6af5e4-c09e-409c-850e-e9fccbcbda30 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5880 | 2024.08.06 23:56:41.404925 [ 3 ] {} <Debug> HTTP-Session: bf6af5e4-c09e-409c-850e-e9fccbcbda30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5881 | 2024.08.06 23:56:41.404938 [ 3 ] {} <Debug> HTTP-Session: bf6af5e4-c09e-409c-850e-e9fccbcbda30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5882 | 2024.08.06 23:56:41.404969 [ 3 ] {} <Trace> HTTP-Session: bf6af5e4-c09e-409c-850e-e9fccbcbda30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5883 | 2024.08.06 23:56:41.405112 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 5884 | 2024.08.06 23:56:41.405159 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5885 | 2024.08.06 23:56:41.405306 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5886 | 2024.08.06 23:56:41.405661 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5887 | 2024.08.06 23:56:41.405696 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5888 | 2024.08.06 23:56:41.406080 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5889 | 2024.08.06 23:56:41.406418 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5890 | 2024.08.06 23:56:41.406559 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001509 sec., 106030.48376408218 rows/sec., 7.38 MiB/sec. | ||
| 5891 | 2024.08.06 23:56:41.406744 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 5892 | 2024.08.06 23:56:41.406769 [ 3 ] {51216d50-30cd-482c-8563-dbb2408db7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 5893 | 2024.08.06 23:56:41.406784 [ 3 ] {} <Debug> HTTP-Session: bf6af5e4-c09e-409c-850e-e9fccbcbda30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5894 | 2024.08.06 23:56:41.406970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35378, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5895 | 2024.08.06 23:56:41.407019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5896 | 2024.08.06 23:56:41.407038 [ 3 ] {} <Debug> HTTP-Session: 56ee15df-b538-4aa2-90db-936dc8e5454c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5897 | 2024.08.06 23:56:41.407055 [ 3 ] {} <Debug> HTTP-Session: 56ee15df-b538-4aa2-90db-936dc8e5454c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5898 | 2024.08.06 23:56:41.407068 [ 3 ] {} <Debug> HTTP-Session: 56ee15df-b538-4aa2-90db-936dc8e5454c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5899 | 2024.08.06 23:56:41.407099 [ 3 ] {} <Trace> HTTP-Session: 56ee15df-b538-4aa2-90db-936dc8e5454c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5900 | 2024.08.06 23:56:41.407348 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 5901 | 2024.08.06 23:56:41.407412 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 5902 | 2024.08.06 23:56:41.407831 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5903 | 2024.08.06 23:56:41.408513 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5904 | 2024.08.06 23:56:41.408549 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5905 | 2024.08.06 23:56:41.409170 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5906 | 2024.08.06 23:56:41.409588 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5907 | 2024.08.06 23:56:41.409782 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002608 sec., 8435.58282208589 rows/sec., 15.12 MiB/sec. | ||
| 5908 | 2024.08.06 23:56:41.410012 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 5909 | 2024.08.06 23:56:41.410038 [ 3 ] {b74981e9-1546-4a2e-9b13-0a7abd0730e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 5910 | 2024.08.06 23:56:41.410054 [ 3 ] {} <Debug> HTTP-Session: 56ee15df-b538-4aa2-90db-936dc8e5454c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5911 | 2024.08.06 23:56:41.410181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5912 | 2024.08.06 23:56:41.410229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5913 | 2024.08.06 23:56:41.410249 [ 3 ] {} <Debug> HTTP-Session: c99ea1a3-d118-42c4-8b5d-800b7e87d0b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5914 | 2024.08.06 23:56:41.410266 [ 3 ] {} <Debug> HTTP-Session: c99ea1a3-d118-42c4-8b5d-800b7e87d0b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5915 | 2024.08.06 23:56:41.410280 [ 3 ] {} <Debug> HTTP-Session: c99ea1a3-d118-42c4-8b5d-800b7e87d0b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5916 | 2024.08.06 23:56:41.410311 [ 3 ] {} <Trace> HTTP-Session: c99ea1a3-d118-42c4-8b5d-800b7e87d0b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5917 | 2024.08.06 23:56:41.410425 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 5918 | 2024.08.06 23:56:41.410471 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5919 | 2024.08.06 23:56:41.410602 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5920 | 2024.08.06 23:56:41.410947 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5921 | 2024.08.06 23:56:41.410984 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5922 | 2024.08.06 23:56:41.411345 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5923 | 2024.08.06 23:56:41.411670 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.08.06 23:56:41.411814 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
| 5925 | 2024.08.06 23:56:41.412078 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Debug> DynamicQueryHandler: Done processing query | ||
| 5926 | 2024.08.06 23:56:41.412115 [ 3 ] {2be30bbd-cfeb-4a52-a9f3-6fea4c33f70b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 5927 | 2024.08.06 23:56:41.412143 [ 3 ] {} <Debug> HTTP-Session: c99ea1a3-d118-42c4-8b5d-800b7e87d0b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5928 | 2024.08.06 23:56:45.044202 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5929 | 2024.08.06 23:56:45.044296 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5930 | 2024.08.06 23:56:46.401022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5931 | 2024.08.06 23:56:46.401144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5932 | 2024.08.06 23:56:46.401174 [ 3 ] {} <Debug> HTTP-Session: 4f7c6b73-c8ce-4e85-a2cb-a2c6b2343083 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5933 | 2024.08.06 23:56:46.401201 [ 3 ] {} <Debug> HTTP-Session: 4f7c6b73-c8ce-4e85-a2cb-a2c6b2343083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5934 | 2024.08.06 23:56:46.401221 [ 3 ] {} <Debug> HTTP-Session: 4f7c6b73-c8ce-4e85-a2cb-a2c6b2343083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5935 | 2024.08.06 23:56:46.401277 [ 3 ] {} <Trace> HTTP-Session: 4f7c6b73-c8ce-4e85-a2cb-a2c6b2343083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5936 | 2024.08.06 23:56:46.401474 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 5937 | 2024.08.06 23:56:46.401548 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 5938 | 2024.08.06 23:56:46.401746 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5939 | 2024.08.06 23:56:46.402198 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5940 | 2024.08.06 23:56:46.402239 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5941 | 2024.08.06 23:56:46.402604 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5942 | 2024.08.06 23:56:46.402955 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5943 | 2024.08.06 23:56:46.403130 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001713 sec., 9924.1097489784 rows/sec., 718.88 KiB/sec. | ||
| 5944 | 2024.08.06 23:56:46.403148 [ 139 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5945 | 2024.08.06 23:56:46.403246 [ 139 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5946 | 2024.08.06 23:56:46.403303 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5947 | 2024.08.06 23:56:46.403418 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Debug> DynamicQueryHandler: Done processing query | ||
| 5948 | 2024.08.06 23:56:46.403446 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 5949 | 2024.08.06 23:56:46.403453 [ 3 ] {b2a76869-5091-40b6-b0f9-6d281665a175} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 5950 | 2024.08.06 23:56:46.403490 [ 3 ] {} <Debug> HTTP-Session: 4f7c6b73-c8ce-4e85-a2cb-a2c6b2343083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5951 | 2024.08.06 23:56:46.403594 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5952 | 2024.08.06 23:56:46.403628 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 39 rows starting from the beginning of the part | ||
| 5953 | 2024.08.06 23:56:46.403709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5954 | 2024.08.06 23:56:46.403757 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 17 rows starting from the beginning of the part | ||
| 5955 | 2024.08.06 23:56:46.403838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5956 | 2024.08.06 23:56:46.403944 [ 3 ] {} <Debug> HTTP-Session: f7867b60-b0ec-41b4-9c14-3080d61c5369 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5957 | 2024.08.06 23:56:46.404065 [ 3 ] {} <Debug> HTTP-Session: f7867b60-b0ec-41b4-9c14-3080d61c5369 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5958 | 2024.08.06 23:56:46.404126 [ 3 ] {} <Debug> HTTP-Session: f7867b60-b0ec-41b4-9c14-3080d61c5369 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5959 | 2024.08.06 23:56:46.404130 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 22 rows starting from the beginning of the part | ||
| 5960 | 2024.08.06 23:56:46.404234 [ 3 ] {} <Trace> HTTP-Session: f7867b60-b0ec-41b4-9c14-3080d61c5369 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5961 | 2024.08.06 23:56:46.404456 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part | ||
| 5962 | 2024.08.06 23:56:46.404694 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 5963 | 2024.08.06 23:56:46.404712 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 22 rows starting from the beginning of the part | ||
| 5964 | 2024.08.06 23:56:46.404827 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5965 | 2024.08.06 23:56:46.405000 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part | ||
| 5966 | 2024.08.06 23:56:46.405545 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5967 | 2024.08.06 23:56:46.406225 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5968 | 2024.08.06 23:56:46.406269 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5969 | 2024.08.06 23:56:46.406689 [ 188 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.003301573 sec., 40586.7142722575 rows/sec., 3.04 MiB/sec. | ||
| 5970 | 2024.08.06 23:56:46.406831 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5971 | 2024.08.06 23:56:46.406906 [ 188 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5972 | 2024.08.06 23:56:46.407604 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2024.08.06 23:56:46.407927 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.003424 sec., 56658.878504672895 rows/sec., 5.00 MiB/sec. | ||
| 5974 | 2024.08.06 23:56:46.407953 [ 188 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5975 | 2024.08.06 23:56:46.408382 [ 188 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_26_5} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5976 | 2024.08.06 23:56:46.408450 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Debug> DynamicQueryHandler: Done processing query | ||
| 5977 | 2024.08.06 23:56:46.408504 [ 3 ] {a54e4649-405e-41f3-93f4-aa43bcf21b78} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 5978 | 2024.08.06 23:56:46.408550 [ 3 ] {} <Debug> HTTP-Session: f7867b60-b0ec-41b4-9c14-3080d61c5369 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5979 | 2024.08.06 23:56:46.408588 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5980 | 2024.08.06 23:56:46.408778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5981 | 2024.08.06 23:56:46.408835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5982 | 2024.08.06 23:56:46.408854 [ 3 ] {} <Debug> HTTP-Session: 31f93d02-9041-451e-86d7-f9ae7e85a957 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 5983 | 2024.08.06 23:56:46.408872 [ 3 ] {} <Debug> HTTP-Session: 31f93d02-9041-451e-86d7-f9ae7e85a957 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5984 | 2024.08.06 23:56:46.408886 [ 3 ] {} <Debug> HTTP-Session: 31f93d02-9041-451e-86d7-f9ae7e85a957 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5985 | 2024.08.06 23:56:46.408919 [ 3 ] {} <Trace> HTTP-Session: 31f93d02-9041-451e-86d7-f9ae7e85a957 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5986 | 2024.08.06 23:56:46.409128 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 5987 | 2024.08.06 23:56:46.409173 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5988 | 2024.08.06 23:56:46.409314 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 5989 | 2024.08.06 23:56:46.409866 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2024.08.06 23:56:46.409903 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 5991 | 2024.08.06 23:56:46.410247 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5992 | 2024.08.06 23:56:46.410568 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5993 | 2024.08.06 23:56:46.410720 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001704 sec., 230633.8028169014 rows/sec., 16.25 MiB/sec. | ||
| 5994 | 2024.08.06 23:56:46.410903 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 5995 | 2024.08.06 23:56:46.410928 [ 3 ] {ad25d7ba-8fd6-475e-b0cf-4d0be35e2d5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 5996 | 2024.08.06 23:56:46.410944 [ 3 ] {} <Debug> HTTP-Session: 31f93d02-9041-451e-86d7-f9ae7e85a957 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 5997 | 2024.08.06 23:56:46.411071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 5998 | 2024.08.06 23:56:46.411120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 5999 | 2024.08.06 23:56:46.411139 [ 3 ] {} <Debug> HTTP-Session: a142695b-3a1f-4704-8fc5-054a221e56fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6000 | 2024.08.06 23:56:46.411157 [ 3 ] {} <Debug> HTTP-Session: a142695b-3a1f-4704-8fc5-054a221e56fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6001 | 2024.08.06 23:56:46.411171 [ 3 ] {} <Debug> HTTP-Session: a142695b-3a1f-4704-8fc5-054a221e56fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6002 | 2024.08.06 23:56:46.411203 [ 3 ] {} <Trace> HTTP-Session: a142695b-3a1f-4704-8fc5-054a221e56fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6003 | 2024.08.06 23:56:46.411301 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6004 | 2024.08.06 23:56:46.411346 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6005 | 2024.08.06 23:56:46.411482 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6006 | 2024.08.06 23:56:46.411759 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6007 | 2024.08.06 23:56:46.411796 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6008 | 2024.08.06 23:56:46.412167 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6009 | 2024.08.06 23:56:46.412502 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6010 | 2024.08.06 23:56:46.412663 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001381 sec., 4344.677769732078 rows/sec., 186.69 KiB/sec. | ||
| 6011 | 2024.08.06 23:56:46.412833 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Debug> DynamicQueryHandler: Done processing query | ||
| 6012 | 2024.08.06 23:56:46.412859 [ 3 ] {ab8a1e87-7fe5-4b1b-b232-2e389bed5745} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6013 | 2024.08.06 23:56:46.412875 [ 3 ] {} <Debug> HTTP-Session: a142695b-3a1f-4704-8fc5-054a221e56fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6014 | 2024.08.06 23:56:46.413003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6015 | 2024.08.06 23:56:46.413051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6016 | 2024.08.06 23:56:46.413071 [ 3 ] {} <Debug> HTTP-Session: 858ac5cb-fbcf-46c7-9f7f-d1886656f4fe Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6017 | 2024.08.06 23:56:46.413088 [ 3 ] {} <Debug> HTTP-Session: 858ac5cb-fbcf-46c7-9f7f-d1886656f4fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6018 | 2024.08.06 23:56:46.413103 [ 3 ] {} <Debug> HTTP-Session: 858ac5cb-fbcf-46c7-9f7f-d1886656f4fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6019 | 2024.08.06 23:56:46.413133 [ 3 ] {} <Trace> HTTP-Session: 858ac5cb-fbcf-46c7-9f7f-d1886656f4fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6020 | 2024.08.06 23:56:46.413274 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6021 | 2024.08.06 23:56:46.413321 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6022 | 2024.08.06 23:56:46.413467 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6023 | 2024.08.06 23:56:46.413802 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6024 | 2024.08.06 23:56:46.413838 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6025 | 2024.08.06 23:56:46.414202 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 6026 | 2024.08.06 23:56:46.414540 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6027 | 2024.08.06 23:56:46.414701 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001483 sec., 51921.7801753203 rows/sec., 3.20 MiB/sec. | ||
| 6028 | 2024.08.06 23:56:46.414880 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Debug> DynamicQueryHandler: Done processing query | ||
| 6029 | 2024.08.06 23:56:46.414906 [ 3 ] {8c13f98b-35c4-4899-b3e2-f48c177ab426} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6030 | 2024.08.06 23:56:46.414922 [ 3 ] {} <Debug> HTTP-Session: 858ac5cb-fbcf-46c7-9f7f-d1886656f4fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6031 | 2024.08.06 23:56:46.415086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6032 | 2024.08.06 23:56:46.415135 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6033 | 2024.08.06 23:56:46.415156 [ 3 ] {} <Debug> HTTP-Session: b05a0365-4b94-411c-835a-1b463e971688 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6034 | 2024.08.06 23:56:46.415174 [ 3 ] {} <Debug> HTTP-Session: b05a0365-4b94-411c-835a-1b463e971688 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6035 | 2024.08.06 23:56:46.415188 [ 3 ] {} <Debug> HTTP-Session: b05a0365-4b94-411c-835a-1b463e971688 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6036 | 2024.08.06 23:56:46.415219 [ 3 ] {} <Trace> HTTP-Session: b05a0365-4b94-411c-835a-1b463e971688 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6037 | 2024.08.06 23:56:46.415376 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6038 | 2024.08.06 23:56:46.415421 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6039 | 2024.08.06 23:56:46.415568 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6040 | 2024.08.06 23:56:46.415957 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6041 | 2024.08.06 23:56:46.415993 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6042 | 2024.08.06 23:56:46.416372 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6043 | 2024.08.06 23:56:46.416713 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6044 | 2024.08.06 23:56:46.416859 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
| 6045 | 2024.08.06 23:56:46.417039 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Debug> DynamicQueryHandler: Done processing query | ||
| 6046 | 2024.08.06 23:56:46.417064 [ 3 ] {e6fd8cab-ffe1-411c-a027-8ff94667a384} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6047 | 2024.08.06 23:56:46.417081 [ 3 ] {} <Debug> HTTP-Session: b05a0365-4b94-411c-835a-1b463e971688 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6048 | 2024.08.06 23:56:46.417225 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6049 | 2024.08.06 23:56:46.417274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6050 | 2024.08.06 23:56:46.417294 [ 3 ] {} <Debug> HTTP-Session: 7b2b1fc5-f016-4e35-b451-9bde8984bd93 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6051 | 2024.08.06 23:56:46.417312 [ 3 ] {} <Debug> HTTP-Session: 7b2b1fc5-f016-4e35-b451-9bde8984bd93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6052 | 2024.08.06 23:56:46.417327 [ 3 ] {} <Debug> HTTP-Session: 7b2b1fc5-f016-4e35-b451-9bde8984bd93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6053 | 2024.08.06 23:56:46.417359 [ 3 ] {} <Trace> HTTP-Session: 7b2b1fc5-f016-4e35-b451-9bde8984bd93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6054 | 2024.08.06 23:56:46.417539 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6055 | 2024.08.06 23:56:46.417603 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6056 | 2024.08.06 23:56:46.418014 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6057 | 2024.08.06 23:56:46.418561 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6058 | 2024.08.06 23:56:46.418598 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6059 | 2024.08.06 23:56:46.419189 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6060 | 2024.08.06 23:56:46.419597 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6061 | 2024.08.06 23:56:46.419779 [ 137 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6062 | 2024.08.06 23:56:46.419800 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002356 sec., 4668.93039049236 rows/sec., 8.37 MiB/sec. | ||
| 6063 | 2024.08.06 23:56:46.419865 [ 137 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6064 | 2024.08.06 23:56:46.419944 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6065 | 2024.08.06 23:56:46.420241 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 6066 | 2024.08.06 23:56:46.420353 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6067 | 2024.08.06 23:56:46.420401 [ 3 ] {aba30ccd-8105-434d-84c3-2bd29eac64e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6068 | 2024.08.06 23:56:46.420457 [ 3 ] {} <Debug> HTTP-Session: 7b2b1fc5-f016-4e35-b451-9bde8984bd93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6069 | 2024.08.06 23:56:46.420645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6070 | 2024.08.06 23:56:46.420765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6071 | 2024.08.06 23:56:46.420828 [ 3 ] {} <Debug> HTTP-Session: 1fd76340-76ed-46b4-8477-ddbe614f67b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6072 | 2024.08.06 23:56:46.420874 [ 3 ] {} <Debug> HTTP-Session: 1fd76340-76ed-46b4-8477-ddbe614f67b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6073 | 2024.08.06 23:56:46.420914 [ 3 ] {} <Debug> HTTP-Session: 1fd76340-76ed-46b4-8477-ddbe614f67b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6074 | 2024.08.06 23:56:46.420935 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6075 | 2024.08.06 23:56:46.420973 [ 3 ] {} <Trace> HTTP-Session: 1fd76340-76ed-46b4-8477-ddbe614f67b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6076 | 2024.08.06 23:56:46.421071 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 295 rows starting from the beginning of the part | ||
| 6077 | 2024.08.06 23:56:46.421228 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6078 | 2024.08.06 23:56:46.421410 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6079 | 2024.08.06 23:56:46.421899 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 11 rows starting from the beginning of the part | ||
| 6080 | 2024.08.06 23:56:46.422123 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6081 | 2024.08.06 23:56:46.422568 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 22 rows starting from the beginning of the part | ||
| 6082 | 2024.08.06 23:56:46.423279 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2024.08.06 23:56:46.423302 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 11 rows starting from the beginning of the part | ||
| 6084 | 2024.08.06 23:56:46.423335 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6085 | 2024.08.06 23:56:46.423881 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 22 rows starting from the beginning of the part | ||
| 6086 | 2024.08.06 23:56:46.424538 [ 199 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 11 rows starting from the beginning of the part | ||
| 6087 | 2024.08.06 23:56:46.424552 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6088 | 2024.08.06 23:56:46.425649 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6089 | 2024.08.06 23:56:46.425974 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004846 sec., 4746.182418489476 rows/sec., 256.74 KiB/sec. | ||
| 6090 | 2024.08.06 23:56:46.426561 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Debug> DynamicQueryHandler: Done processing query | ||
| 6091 | 2024.08.06 23:56:46.426647 [ 3 ] {e5c51e1e-b899-4975-b5f7-05ffc5fcadc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6092 | 2024.08.06 23:56:46.426739 [ 3 ] {} <Debug> HTTP-Session: 1fd76340-76ed-46b4-8477-ddbe614f67b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6093 | 2024.08.06 23:56:46.426958 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6094 | 2024.08.06 23:56:46.427064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6095 | 2024.08.06 23:56:46.427098 [ 3 ] {} <Debug> HTTP-Session: 51c160a5-93ea-4a7e-8df6-ab115d427198 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6096 | 2024.08.06 23:56:46.427122 [ 3 ] {} <Debug> HTTP-Session: 51c160a5-93ea-4a7e-8df6-ab115d427198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6097 | 2024.08.06 23:56:46.427137 [ 3 ] {} <Debug> HTTP-Session: 51c160a5-93ea-4a7e-8df6-ab115d427198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6098 | 2024.08.06 23:56:46.427190 [ 3 ] {} <Trace> HTTP-Session: 51c160a5-93ea-4a7e-8df6-ab115d427198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6099 | 2024.08.06 23:56:46.427338 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6100 | 2024.08.06 23:56:46.427425 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6101 | 2024.08.06 23:56:46.428085 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6102 | 2024.08.06 23:56:46.429012 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6103 | 2024.08.06 23:56:46.429078 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6104 | 2024.08.06 23:56:46.430221 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6105 | 2024.08.06 23:56:46.431083 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6106 | 2024.08.06 23:56:46.431522 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004232 sec., 14177.693761814746 rows/sec., 978.41 KiB/sec. | ||
| 6107 | 2024.08.06 23:56:46.432036 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6108 | 2024.08.06 23:56:46.432065 [ 3 ] {b0036e0b-1c65-493c-a288-33d9f0e81e2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6109 | 2024.08.06 23:56:46.432084 [ 3 ] {} <Debug> HTTP-Session: 51c160a5-93ea-4a7e-8df6-ab115d427198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6110 | 2024.08.06 23:56:46.432942 [ 188 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 19 columns (19 merged, 0 gathered) in 0.012866825 sec., 28911.561321460424 rows/sec., 51.81 MiB/sec. | ||
| 6111 | 2024.08.06 23:56:46.433430 [ 194 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6112 | 2024.08.06 23:56:46.434068 [ 194 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6113 | 2024.08.06 23:56:46.434149 [ 194 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6114 | 2024.08.06 23:56:46.434288 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. | ||
| 6115 | 2024.08.06 23:56:51.397693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6116 | 2024.08.06 23:56:51.397834 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6117 | 2024.08.06 23:56:51.397865 [ 3 ] {} <Debug> HTTP-Session: ecd49901-982c-477b-b470-1bb5f80b34d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6118 | 2024.08.06 23:56:51.397893 [ 3 ] {} <Debug> HTTP-Session: ecd49901-982c-477b-b470-1bb5f80b34d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6119 | 2024.08.06 23:56:51.397910 [ 3 ] {} <Debug> HTTP-Session: ecd49901-982c-477b-b470-1bb5f80b34d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6120 | 2024.08.06 23:56:51.397966 [ 3 ] {} <Trace> HTTP-Session: ecd49901-982c-477b-b470-1bb5f80b34d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6121 | 2024.08.06 23:56:51.398201 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6122 | 2024.08.06 23:56:51.398277 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6123 | 2024.08.06 23:56:51.398499 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6124 | 2024.08.06 23:56:51.398950 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2024.08.06 23:56:51.398991 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6126 | 2024.08.06 23:56:51.399359 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 6127 | 2024.08.06 23:56:51.399696 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6128 | 2024.08.06 23:56:51.399852 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00173 sec., 12716.763005780347 rows/sec., 1.01 MiB/sec. | ||
| 6129 | 2024.08.06 23:56:51.400066 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Debug> DynamicQueryHandler: Done processing query | ||
| 6130 | 2024.08.06 23:56:51.400093 [ 3 ] {8ab4efc1-17c4-4def-9269-6baf4e67ab19} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6131 | 2024.08.06 23:56:51.400110 [ 3 ] {} <Debug> HTTP-Session: ecd49901-982c-477b-b470-1bb5f80b34d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6132 | 2024.08.06 23:56:51.400256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6133 | 2024.08.06 23:56:51.400306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6134 | 2024.08.06 23:56:51.400326 [ 3 ] {} <Debug> HTTP-Session: 936b12ad-1a7b-4525-8502-d7bd102e5d1e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6135 | 2024.08.06 23:56:51.400343 [ 3 ] {} <Debug> HTTP-Session: 936b12ad-1a7b-4525-8502-d7bd102e5d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6136 | 2024.08.06 23:56:51.400356 [ 3 ] {} <Debug> HTTP-Session: 936b12ad-1a7b-4525-8502-d7bd102e5d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6137 | 2024.08.06 23:56:51.400389 [ 3 ] {} <Trace> HTTP-Session: 936b12ad-1a7b-4525-8502-d7bd102e5d1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6138 | 2024.08.06 23:56:51.400523 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6139 | 2024.08.06 23:56:51.400568 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6140 | 2024.08.06 23:56:51.400699 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6141 | 2024.08.06 23:56:51.401067 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6142 | 2024.08.06 23:56:51.401105 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6143 | 2024.08.06 23:56:51.401428 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6144 | 2024.08.06 23:56:51.401748 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6145 | 2024.08.06 23:56:51.401910 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001432 sec., 85195.53072625698 rows/sec., 7.05 MiB/sec. | ||
| 6146 | 2024.08.06 23:56:51.402110 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Debug> DynamicQueryHandler: Done processing query | ||
| 6147 | 2024.08.06 23:56:51.402139 [ 3 ] {4358a76c-ce8d-4ae0-b865-dee3afd86b87} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6148 | 2024.08.06 23:56:51.402156 [ 3 ] {} <Debug> HTTP-Session: 936b12ad-1a7b-4525-8502-d7bd102e5d1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6149 | 2024.08.06 23:56:51.402342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6150 | 2024.08.06 23:56:51.402391 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6151 | 2024.08.06 23:56:51.402412 [ 3 ] {} <Debug> HTTP-Session: b5088f9e-943a-49d8-a849-ed465fa18ae1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6152 | 2024.08.06 23:56:51.402429 [ 3 ] {} <Debug> HTTP-Session: b5088f9e-943a-49d8-a849-ed465fa18ae1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6153 | 2024.08.06 23:56:51.402443 [ 3 ] {} <Debug> HTTP-Session: b5088f9e-943a-49d8-a849-ed465fa18ae1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6154 | 2024.08.06 23:56:51.402474 [ 3 ] {} <Trace> HTTP-Session: b5088f9e-943a-49d8-a849-ed465fa18ae1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6155 | 2024.08.06 23:56:51.402598 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6156 | 2024.08.06 23:56:51.402642 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6157 | 2024.08.06 23:56:51.402773 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6158 | 2024.08.06 23:56:51.403118 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6159 | 2024.08.06 23:56:51.403156 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6160 | 2024.08.06 23:56:51.403479 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6161 | 2024.08.06 23:56:51.403815 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6162 | 2024.08.06 23:56:51.403968 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001411 sec., 60949.68107725018 rows/sec., 4.76 MiB/sec. | ||
| 6163 | 2024.08.06 23:56:51.404150 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Debug> DynamicQueryHandler: Done processing query | ||
| 6164 | 2024.08.06 23:56:51.404174 [ 3 ] {09151a67-ee91-4604-9eef-e8b16f253d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6165 | 2024.08.06 23:56:51.404191 [ 3 ] {} <Debug> HTTP-Session: b5088f9e-943a-49d8-a849-ed465fa18ae1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6166 | 2024.08.06 23:56:51.404388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6167 | 2024.08.06 23:56:51.404437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6168 | 2024.08.06 23:56:51.404456 [ 3 ] {} <Debug> HTTP-Session: e45761ac-4b4d-49a9-9f82-43d8cf7c137e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6169 | 2024.08.06 23:56:51.404474 [ 3 ] {} <Debug> HTTP-Session: e45761ac-4b4d-49a9-9f82-43d8cf7c137e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6170 | 2024.08.06 23:56:51.404488 [ 3 ] {} <Debug> HTTP-Session: e45761ac-4b4d-49a9-9f82-43d8cf7c137e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6171 | 2024.08.06 23:56:51.404519 [ 3 ] {} <Trace> HTTP-Session: e45761ac-4b4d-49a9-9f82-43d8cf7c137e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6172 | 2024.08.06 23:56:51.404664 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6173 | 2024.08.06 23:56:51.404712 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6174 | 2024.08.06 23:56:51.404860 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6175 | 2024.08.06 23:56:51.405237 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6176 | 2024.08.06 23:56:51.405275 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6177 | 2024.08.06 23:56:51.405670 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6178 | 2024.08.06 23:56:51.406013 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6179 | 2024.08.06 23:56:51.406171 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 6180 | 2024.08.06 23:56:51.406348 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6181 | 2024.08.06 23:56:51.406373 [ 3 ] {032fcb0b-ca92-46ab-b24d-e8862cb6468f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6182 | 2024.08.06 23:56:51.406389 [ 3 ] {} <Debug> HTTP-Session: e45761ac-4b4d-49a9-9f82-43d8cf7c137e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6183 | 2024.08.06 23:56:51.406554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35382, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6184 | 2024.08.06 23:56:51.406604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6185 | 2024.08.06 23:56:51.406624 [ 3 ] {} <Debug> HTTP-Session: 614b580a-bc76-4348-9828-c1db563bdd03 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6186 | 2024.08.06 23:56:51.406642 [ 3 ] {} <Debug> HTTP-Session: 614b580a-bc76-4348-9828-c1db563bdd03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6187 | 2024.08.06 23:56:51.406655 [ 3 ] {} <Debug> HTTP-Session: 614b580a-bc76-4348-9828-c1db563bdd03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6188 | 2024.08.06 23:56:51.406686 [ 3 ] {} <Trace> HTTP-Session: 614b580a-bc76-4348-9828-c1db563bdd03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2024.08.06 23:56:51.406962 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6190 | 2024.08.06 23:56:51.407028 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6191 | 2024.08.06 23:56:51.407437 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6192 | 2024.08.06 23:56:51.408101 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6193 | 2024.08.06 23:56:51.408138 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6194 | 2024.08.06 23:56:51.408757 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6195 | 2024.08.06 23:56:51.409174 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6196 | 2024.08.06 23:56:51.409355 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00259 sec., 8494.208494208495 rows/sec., 15.22 MiB/sec. | ||
| 6197 | 2024.08.06 23:56:51.409586 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Debug> DynamicQueryHandler: Done processing query | ||
| 6198 | 2024.08.06 23:56:51.409611 [ 3 ] {65afc2b3-3806-4b43-9663-5e57ef159664} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 6199 | 2024.08.06 23:56:51.409628 [ 3 ] {} <Debug> HTTP-Session: 614b580a-bc76-4348-9828-c1db563bdd03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6200 | 2024.08.06 23:56:51.409775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6201 | 2024.08.06 23:56:51.409825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6202 | 2024.08.06 23:56:51.409845 [ 3 ] {} <Debug> HTTP-Session: 99bd5800-2c06-4252-b78d-bb05ee8bc9c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6203 | 2024.08.06 23:56:51.409861 [ 3 ] {} <Debug> HTTP-Session: 99bd5800-2c06-4252-b78d-bb05ee8bc9c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6204 | 2024.08.06 23:56:51.409875 [ 3 ] {} <Debug> HTTP-Session: 99bd5800-2c06-4252-b78d-bb05ee8bc9c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6205 | 2024.08.06 23:56:51.409906 [ 3 ] {} <Trace> HTTP-Session: 99bd5800-2c06-4252-b78d-bb05ee8bc9c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6206 | 2024.08.06 23:56:51.410029 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6207 | 2024.08.06 23:56:51.410075 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6208 | 2024.08.06 23:56:51.410206 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6209 | 2024.08.06 23:56:51.410493 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6210 | 2024.08.06 23:56:51.410529 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6211 | 2024.08.06 23:56:51.410904 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6212 | 2024.08.06 23:56:51.411241 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6213 | 2024.08.06 23:56:51.411363 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. | ||
| 6214 | 2024.08.06 23:56:51.411556 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Debug> DynamicQueryHandler: Done processing query | ||
| 6215 | 2024.08.06 23:56:51.411583 [ 3 ] {67aa224d-9d78-4dac-bd7a-ce9048978b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6216 | 2024.08.06 23:56:51.411600 [ 3 ] {} <Debug> HTTP-Session: 99bd5800-2c06-4252-b78d-bb05ee8bc9c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6217 | 2024.08.06 23:56:55.913478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6218 | 2024.08.06 23:56:55.913627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6219 | 2024.08.06 23:56:55.913657 [ 3 ] {} <Debug> HTTP-Session: adb64d9f-45da-432d-b484-83037c01be44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6220 | 2024.08.06 23:56:55.913685 [ 3 ] {} <Debug> HTTP-Session: adb64d9f-45da-432d-b484-83037c01be44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6221 | 2024.08.06 23:56:55.913703 [ 3 ] {} <Debug> HTTP-Session: adb64d9f-45da-432d-b484-83037c01be44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6222 | 2024.08.06 23:56:55.913759 [ 3 ] {} <Trace> HTTP-Session: adb64d9f-45da-432d-b484-83037c01be44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6223 | 2024.08.06 23:56:55.913965 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6224 | 2024.08.06 23:56:55.914033 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6225 | 2024.08.06 23:56:55.914225 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6226 | 2024.08.06 23:56:55.914679 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6227 | 2024.08.06 23:56:55.914723 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6228 | 2024.08.06 23:56:55.915090 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6229 | 2024.08.06 23:56:55.915430 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6230 | 2024.08.06 23:56:55.915606 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001697 sec., 10017.678255745433 rows/sec., 725.66 KiB/sec. | ||
| 6231 | 2024.08.06 23:56:55.915806 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Debug> DynamicQueryHandler: Done processing query | ||
| 6232 | 2024.08.06 23:56:55.915832 [ 3 ] {404f8b92-6942-4705-9e30-5060ee687461} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6233 | 2024.08.06 23:56:55.915850 [ 3 ] {} <Debug> HTTP-Session: adb64d9f-45da-432d-b484-83037c01be44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6234 | 2024.08.06 23:56:55.915973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6235 | 2024.08.06 23:56:55.916022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6236 | 2024.08.06 23:56:55.916042 [ 3 ] {} <Debug> HTTP-Session: 3cd9bb66-1a48-43da-99e8-aaf2e570cc64 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6237 | 2024.08.06 23:56:55.916059 [ 3 ] {} <Debug> HTTP-Session: 3cd9bb66-1a48-43da-99e8-aaf2e570cc64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6238 | 2024.08.06 23:56:55.916073 [ 3 ] {} <Debug> HTTP-Session: 3cd9bb66-1a48-43da-99e8-aaf2e570cc64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6239 | 2024.08.06 23:56:55.916104 [ 3 ] {} <Trace> HTTP-Session: 3cd9bb66-1a48-43da-99e8-aaf2e570cc64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6240 | 2024.08.06 23:56:55.916200 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6241 | 2024.08.06 23:56:55.916244 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6242 | 2024.08.06 23:56:55.916373 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6243 | 2024.08.06 23:56:55.916677 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6244 | 2024.08.06 23:56:55.916715 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6245 | 2024.08.06 23:56:55.917014 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6246 | 2024.08.06 23:56:55.917315 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6247 | 2024.08.06 23:56:55.917470 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 127.31 KiB/sec. | ||
| 6248 | 2024.08.06 23:56:55.917773 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6249 | 2024.08.06 23:56:55.917799 [ 3 ] {a0b28859-a675-4ecf-a17e-1558458ea32a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6250 | 2024.08.06 23:56:55.917816 [ 3 ] {} <Debug> HTTP-Session: 3cd9bb66-1a48-43da-99e8-aaf2e570cc64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6251 | 2024.08.06 23:56:55.918140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 194950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6252 | 2024.08.06 23:56:55.918190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6253 | 2024.08.06 23:56:55.918209 [ 3 ] {} <Debug> HTTP-Session: 83e5e544-cdbc-4730-9359-8096676c6eeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6254 | 2024.08.06 23:56:55.918226 [ 3 ] {} <Debug> HTTP-Session: 83e5e544-cdbc-4730-9359-8096676c6eeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6255 | 2024.08.06 23:56:55.918240 [ 3 ] {} <Debug> HTTP-Session: 83e5e544-cdbc-4730-9359-8096676c6eeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6256 | 2024.08.06 23:56:55.918271 [ 3 ] {} <Trace> HTTP-Session: 83e5e544-cdbc-4730-9359-8096676c6eeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6257 | 2024.08.06 23:56:55.918985 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6258 | 2024.08.06 23:56:55.919031 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6259 | 2024.08.06 23:56:55.919176 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6260 | 2024.08.06 23:56:55.920448 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6261 | 2024.08.06 23:56:55.920485 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6262 | 2024.08.06 23:56:55.920933 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6263 | 2024.08.06 23:56:55.921249 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6264 | 2024.08.06 23:56:55.921412 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Debug> executeQuery: Read 1335 rows, 114.18 KiB in 0.002967 sec., 449949.4438827098 rows/sec., 37.58 MiB/sec. | ||
| 6265 | 2024.08.06 23:56:55.921588 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6266 | 2024.08.06 23:56:55.921612 [ 3 ] {e4a1cb61-fac8-46be-8565-498b37616b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 6267 | 2024.08.06 23:56:55.921629 [ 3 ] {} <Debug> HTTP-Session: 83e5e544-cdbc-4730-9359-8096676c6eeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6268 | 2024.08.06 23:56:55.921808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6269 | 2024.08.06 23:56:55.921857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6270 | 2024.08.06 23:56:55.921878 [ 3 ] {} <Debug> HTTP-Session: e7f364eb-3909-4c31-83ce-2a38461ab4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6271 | 2024.08.06 23:56:55.921894 [ 3 ] {} <Debug> HTTP-Session: e7f364eb-3909-4c31-83ce-2a38461ab4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6272 | 2024.08.06 23:56:55.921909 [ 3 ] {} <Debug> HTTP-Session: e7f364eb-3909-4c31-83ce-2a38461ab4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6273 | 2024.08.06 23:56:55.921940 [ 3 ] {} <Trace> HTTP-Session: e7f364eb-3909-4c31-83ce-2a38461ab4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6274 | 2024.08.06 23:56:55.922032 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6275 | 2024.08.06 23:56:55.922075 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6276 | 2024.08.06 23:56:55.922205 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6277 | 2024.08.06 23:56:55.922476 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6278 | 2024.08.06 23:56:55.922513 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6279 | 2024.08.06 23:56:55.922818 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 6280 | 2024.08.06 23:56:55.923125 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6281 | 2024.08.06 23:56:55.923279 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
| 6282 | 2024.08.06 23:56:55.923568 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Debug> DynamicQueryHandler: Done processing query | ||
| 6283 | 2024.08.06 23:56:55.923593 [ 3 ] {357f5cfa-137e-4af8-8161-6d0b61cfe416} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6284 | 2024.08.06 23:56:55.923610 [ 3 ] {} <Debug> HTTP-Session: e7f364eb-3909-4c31-83ce-2a38461ab4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6285 | 2024.08.06 23:56:55.923783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6286 | 2024.08.06 23:56:55.923833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6287 | 2024.08.06 23:56:55.923852 [ 3 ] {} <Debug> HTTP-Session: 20a194eb-17a5-4536-adee-70c2032d3516 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6288 | 2024.08.06 23:56:55.923869 [ 3 ] {} <Debug> HTTP-Session: 20a194eb-17a5-4536-adee-70c2032d3516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6289 | 2024.08.06 23:56:55.923883 [ 3 ] {} <Debug> HTTP-Session: 20a194eb-17a5-4536-adee-70c2032d3516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6290 | 2024.08.06 23:56:55.923914 [ 3 ] {} <Trace> HTTP-Session: 20a194eb-17a5-4536-adee-70c2032d3516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6291 | 2024.08.06 23:56:55.924057 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 6292 | 2024.08.06 23:56:55.924101 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6293 | 2024.08.06 23:56:55.924244 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6294 | 2024.08.06 23:56:55.924663 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6295 | 2024.08.06 23:56:55.924701 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6296 | 2024.08.06 23:56:55.925021 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 6297 | 2024.08.06 23:56:55.925327 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6298 | 2024.08.06 23:56:55.925482 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001494 sec., 152610.44176706826 rows/sec., 10.33 MiB/sec. | ||
| 6299 | 2024.08.06 23:56:55.925649 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Debug> DynamicQueryHandler: Done processing query | ||
| 6300 | 2024.08.06 23:56:55.925674 [ 3 ] {e2ef3c16-8fee-480a-9e11-e44f52722b80} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 6301 | 2024.08.06 23:56:55.925690 [ 3 ] {} <Debug> HTTP-Session: 20a194eb-17a5-4536-adee-70c2032d3516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6302 | 2024.08.06 23:56:55.925985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 138752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6303 | 2024.08.06 23:56:55.926033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6304 | 2024.08.06 23:56:55.926052 [ 3 ] {} <Debug> HTTP-Session: e23bfa37-2ed7-4b1b-ab37-c2d8d2236b7e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6305 | 2024.08.06 23:56:55.926069 [ 3 ] {} <Debug> HTTP-Session: e23bfa37-2ed7-4b1b-ab37-c2d8d2236b7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6306 | 2024.08.06 23:56:55.926083 [ 3 ] {} <Debug> HTTP-Session: e23bfa37-2ed7-4b1b-ab37-c2d8d2236b7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6307 | 2024.08.06 23:56:55.926114 [ 3 ] {} <Trace> HTTP-Session: e23bfa37-2ed7-4b1b-ab37-c2d8d2236b7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6308 | 2024.08.06 23:56:55.926548 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6309 | 2024.08.06 23:56:55.926593 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6310 | 2024.08.06 23:56:55.926718 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6311 | 2024.08.06 23:56:55.927585 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6312 | 2024.08.06 23:56:55.927623 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6313 | 2024.08.06 23:56:55.927980 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6314 | 2024.08.06 23:56:55.928290 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6315 | 2024.08.06 23:56:55.928421 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Debug> executeQuery: Read 851 rows, 62.81 KiB in 0.002167 sec., 392708.81402861094 rows/sec., 28.30 MiB/sec. | ||
| 6316 | 2024.08.06 23:56:55.928719 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 6317 | 2024.08.06 23:56:55.928776 [ 3 ] {d2101884-51c4-409a-9623-59d8a0c0cc0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 6318 | 2024.08.06 23:56:55.928814 [ 3 ] {} <Debug> HTTP-Session: e23bfa37-2ed7-4b1b-ab37-c2d8d2236b7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6319 | 2024.08.06 23:56:55.928984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6320 | 2024.08.06 23:56:55.929033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6321 | 2024.08.06 23:56:55.929053 [ 3 ] {} <Debug> HTTP-Session: e633a6fa-1098-4a95-b768-17bdd44ac894 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6322 | 2024.08.06 23:56:55.929070 [ 3 ] {} <Debug> HTTP-Session: e633a6fa-1098-4a95-b768-17bdd44ac894 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6323 | 2024.08.06 23:56:55.929085 [ 3 ] {} <Debug> HTTP-Session: e633a6fa-1098-4a95-b768-17bdd44ac894 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6324 | 2024.08.06 23:56:55.929116 [ 3 ] {} <Trace> HTTP-Session: e633a6fa-1098-4a95-b768-17bdd44ac894 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6325 | 2024.08.06 23:56:55.929216 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6326 | 2024.08.06 23:56:55.929262 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6327 | 2024.08.06 23:56:55.929416 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6328 | 2024.08.06 23:56:55.929686 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6329 | 2024.08.06 23:56:55.929722 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6330 | 2024.08.06 23:56:55.930085 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6331 | 2024.08.06 23:56:55.930404 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6332 | 2024.08.06 23:56:55.930560 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 189.43 KiB/sec. | ||
| 6333 | 2024.08.06 23:56:55.930733 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Debug> DynamicQueryHandler: Done processing query | ||
| 6334 | 2024.08.06 23:56:55.930758 [ 3 ] {f0e32d2a-79ab-4b0d-8f3d-02b9245bdc26} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6335 | 2024.08.06 23:56:55.930774 [ 3 ] {} <Debug> HTTP-Session: e633a6fa-1098-4a95-b768-17bdd44ac894 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6336 | 2024.08.06 23:56:55.930899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6337 | 2024.08.06 23:56:55.930948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6338 | 2024.08.06 23:56:55.930968 [ 3 ] {} <Debug> HTTP-Session: 8c9cd0ae-57ae-40d0-ad6f-8be0c0236f14 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6339 | 2024.08.06 23:56:55.930985 [ 3 ] {} <Debug> HTTP-Session: 8c9cd0ae-57ae-40d0-ad6f-8be0c0236f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6340 | 2024.08.06 23:56:55.930999 [ 3 ] {} <Debug> HTTP-Session: 8c9cd0ae-57ae-40d0-ad6f-8be0c0236f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6341 | 2024.08.06 23:56:55.931030 [ 3 ] {} <Trace> HTTP-Session: 8c9cd0ae-57ae-40d0-ad6f-8be0c0236f14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6342 | 2024.08.06 23:56:55.931148 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6343 | 2024.08.06 23:56:55.931195 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6344 | 2024.08.06 23:56:55.931338 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6345 | 2024.08.06 23:56:55.931655 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6346 | 2024.08.06 23:56:55.931692 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6347 | 2024.08.06 23:56:55.932051 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 6348 | 2024.08.06 23:56:55.932387 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2024.08.06 23:56:55.932541 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00143 sec., 53846.153846153844 rows/sec., 3.32 MiB/sec. | ||
| 6350 | 2024.08.06 23:56:55.932730 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 6351 | 2024.08.06 23:56:55.932754 [ 3 ] {7bead662-581b-444c-b293-c6e5748c35c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6352 | 2024.08.06 23:56:55.932771 [ 3 ] {} <Debug> HTTP-Session: 8c9cd0ae-57ae-40d0-ad6f-8be0c0236f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6353 | 2024.08.06 23:56:55.933051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160442, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6354 | 2024.08.06 23:56:55.933101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6355 | 2024.08.06 23:56:55.933121 [ 3 ] {} <Debug> HTTP-Session: cb83f0c9-9e18-40ac-930d-8779c3e7b287 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6356 | 2024.08.06 23:56:55.933138 [ 3 ] {} <Debug> HTTP-Session: cb83f0c9-9e18-40ac-930d-8779c3e7b287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6357 | 2024.08.06 23:56:55.933153 [ 3 ] {} <Debug> HTTP-Session: cb83f0c9-9e18-40ac-930d-8779c3e7b287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6358 | 2024.08.06 23:56:55.933184 [ 3 ] {} <Trace> HTTP-Session: cb83f0c9-9e18-40ac-930d-8779c3e7b287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6359 | 2024.08.06 23:56:55.933560 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6360 | 2024.08.06 23:56:55.933607 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6361 | 2024.08.06 23:56:55.933750 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6362 | 2024.08.06 23:56:55.934540 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6363 | 2024.08.06 23:56:55.934582 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6364 | 2024.08.06 23:56:55.934995 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6365 | 2024.08.06 23:56:55.935318 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6366 | 2024.08.06 23:56:55.935479 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Debug> executeQuery: Read 845 rows, 58.24 KiB in 0.002146 sec., 393755.82479030755 rows/sec., 26.50 MiB/sec. | ||
| 6367 | 2024.08.06 23:56:55.935643 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Debug> DynamicQueryHandler: Done processing query | ||
| 6368 | 2024.08.06 23:56:55.935668 [ 3 ] {c9031a57-5a73-459f-9442-b74303da4dd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 6369 | 2024.08.06 23:56:55.935685 [ 3 ] {} <Debug> HTTP-Session: cb83f0c9-9e18-40ac-930d-8779c3e7b287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6370 | 2024.08.06 23:56:55.936001 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6371 | 2024.08.06 23:56:55.936050 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6372 | 2024.08.06 23:56:55.936070 [ 3 ] {} <Debug> HTTP-Session: 969049ea-4fb0-4cf1-a9e3-b23419184602 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6373 | 2024.08.06 23:56:55.936088 [ 3 ] {} <Debug> HTTP-Session: 969049ea-4fb0-4cf1-a9e3-b23419184602 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6374 | 2024.08.06 23:56:55.936101 [ 3 ] {} <Debug> HTTP-Session: 969049ea-4fb0-4cf1-a9e3-b23419184602 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6375 | 2024.08.06 23:56:55.936132 [ 3 ] {} <Trace> HTTP-Session: 969049ea-4fb0-4cf1-a9e3-b23419184602 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6376 | 2024.08.06 23:56:55.936412 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6377 | 2024.08.06 23:56:55.936475 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6378 | 2024.08.06 23:56:55.936894 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6379 | 2024.08.06 23:56:55.937473 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6380 | 2024.08.06 23:56:55.937509 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6381 | 2024.08.06 23:56:55.938117 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6382 | 2024.08.06 23:56:55.938522 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6383 | 2024.08.06 23:56:55.938706 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002501 sec., 4398.240703718512 rows/sec., 7.88 MiB/sec. | ||
| 6384 | 2024.08.06 23:56:55.938934 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 6385 | 2024.08.06 23:56:55.938960 [ 3 ] {da72c4dd-d0c3-4ab0-8420-435a6b9315e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6386 | 2024.08.06 23:56:55.938976 [ 3 ] {} <Debug> HTTP-Session: 969049ea-4fb0-4cf1-a9e3-b23419184602 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6387 | 2024.08.06 23:56:55.939097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6388 | 2024.08.06 23:56:55.939147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6389 | 2024.08.06 23:56:55.939167 [ 3 ] {} <Debug> HTTP-Session: a6c551aa-9272-4b75-a67b-5c2733080dcd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6390 | 2024.08.06 23:56:55.939184 [ 3 ] {} <Debug> HTTP-Session: a6c551aa-9272-4b75-a67b-5c2733080dcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6391 | 2024.08.06 23:56:55.939199 [ 3 ] {} <Debug> HTTP-Session: a6c551aa-9272-4b75-a67b-5c2733080dcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6392 | 2024.08.06 23:56:55.939230 [ 3 ] {} <Trace> HTTP-Session: a6c551aa-9272-4b75-a67b-5c2733080dcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6393 | 2024.08.06 23:56:55.939333 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6394 | 2024.08.06 23:56:55.939377 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6395 | 2024.08.06 23:56:55.939505 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6396 | 2024.08.06 23:56:55.939769 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6397 | 2024.08.06 23:56:55.939806 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6398 | 2024.08.06 23:56:55.940161 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6399 | 2024.08.06 23:56:55.940485 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6400 | 2024.08.06 23:56:55.940650 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001339 sec., 17176.997759522033 rows/sec., 929.16 KiB/sec. | ||
| 6401 | 2024.08.06 23:56:55.940810 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Debug> DynamicQueryHandler: Done processing query | ||
| 6402 | 2024.08.06 23:56:55.940835 [ 3 ] {bccc545a-00eb-454c-8d8c-9cb6ece6cd07} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6403 | 2024.08.06 23:56:55.940852 [ 3 ] {} <Debug> HTTP-Session: a6c551aa-9272-4b75-a67b-5c2733080dcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6404 | 2024.08.06 23:56:55.940976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6405 | 2024.08.06 23:56:55.941024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6406 | 2024.08.06 23:56:55.941044 [ 3 ] {} <Debug> HTTP-Session: 3ebf7bc6-908b-4769-974d-a78e048eec2d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6407 | 2024.08.06 23:56:55.941060 [ 3 ] {} <Debug> HTTP-Session: 3ebf7bc6-908b-4769-974d-a78e048eec2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6408 | 2024.08.06 23:56:55.941075 [ 3 ] {} <Debug> HTTP-Session: 3ebf7bc6-908b-4769-974d-a78e048eec2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6409 | 2024.08.06 23:56:55.941106 [ 3 ] {} <Trace> HTTP-Session: 3ebf7bc6-908b-4769-974d-a78e048eec2d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6410 | 2024.08.06 23:56:55.941223 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6411 | 2024.08.06 23:56:55.941268 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6412 | 2024.08.06 23:56:55.941396 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6413 | 2024.08.06 23:56:55.941679 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6414 | 2024.08.06 23:56:55.941715 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6415 | 2024.08.06 23:56:55.942069 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6416 | 2024.08.06 23:56:55.942385 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6417 | 2024.08.06 23:56:55.942552 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
| 6418 | 2024.08.06 23:56:55.942871 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Debug> DynamicQueryHandler: Done processing query | ||
| 6419 | 2024.08.06 23:56:55.942897 [ 3 ] {9bf19b37-0a7c-4c70-a539-7de728ea65c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6420 | 2024.08.06 23:56:55.942913 [ 3 ] {} <Debug> HTTP-Session: 3ebf7bc6-908b-4769-974d-a78e048eec2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6421 | 2024.08.06 23:57:00.044349 [ 123 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6422 | 2024.08.06 23:57:00.044415 [ 123 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6423 | 2024.08.06 23:57:01.398073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6424 | 2024.08.06 23:57:01.398228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6425 | 2024.08.06 23:57:01.398270 [ 3 ] {} <Debug> HTTP-Session: f6656800-8d1a-4d81-8cff-b006d638249b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6426 | 2024.08.06 23:57:01.398305 [ 3 ] {} <Debug> HTTP-Session: f6656800-8d1a-4d81-8cff-b006d638249b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6427 | 2024.08.06 23:57:01.398326 [ 3 ] {} <Debug> HTTP-Session: f6656800-8d1a-4d81-8cff-b006d638249b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6428 | 2024.08.06 23:57:01.398391 [ 3 ] {} <Trace> HTTP-Session: f6656800-8d1a-4d81-8cff-b006d638249b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6429 | 2024.08.06 23:57:01.398631 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6430 | 2024.08.06 23:57:01.398719 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6431 | 2024.08.06 23:57:01.398973 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6432 | 2024.08.06 23:57:01.399499 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6433 | 2024.08.06 23:57:01.399542 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6434 | 2024.08.06 23:57:01.399906 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6435 | 2024.08.06 23:57:01.400240 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6436 | 2024.08.06 23:57:01.400413 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001858 sec., 11840.688912809472 rows/sec., 959.74 KiB/sec. | ||
| 6437 | 2024.08.06 23:57:01.400614 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 6438 | 2024.08.06 23:57:01.400641 [ 3 ] {029c73a5-4f89-4b1a-b83c-81023912df9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6439 | 2024.08.06 23:57:01.400660 [ 3 ] {} <Debug> HTTP-Session: f6656800-8d1a-4d81-8cff-b006d638249b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6440 | 2024.08.06 23:57:01.400864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6441 | 2024.08.06 23:57:01.400914 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6442 | 2024.08.06 23:57:01.400934 [ 3 ] {} <Debug> HTTP-Session: 0e6b7291-d2ce-44f5-aa29-e8fd3a91ff60 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6443 | 2024.08.06 23:57:01.400952 [ 3 ] {} <Debug> HTTP-Session: 0e6b7291-d2ce-44f5-aa29-e8fd3a91ff60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6444 | 2024.08.06 23:57:01.400967 [ 3 ] {} <Debug> HTTP-Session: 0e6b7291-d2ce-44f5-aa29-e8fd3a91ff60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6445 | 2024.08.06 23:57:01.400999 [ 3 ] {} <Trace> HTTP-Session: 0e6b7291-d2ce-44f5-aa29-e8fd3a91ff60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6446 | 2024.08.06 23:57:01.401132 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6447 | 2024.08.06 23:57:01.401175 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6448 | 2024.08.06 23:57:01.401301 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6449 | 2024.08.06 23:57:01.401689 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2024.08.06 23:57:01.401726 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6451 | 2024.08.06 23:57:01.402053 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6452 | 2024.08.06 23:57:01.402359 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2024.08.06 23:57:01.402496 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001419 sec., 85976.03946441156 rows/sec., 7.12 MiB/sec. | ||
| 6454 | 2024.08.06 23:57:01.402544 [ 120 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6455 | 2024.08.06 23:57:01.402652 [ 120 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6456 | 2024.08.06 23:57:01.402695 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6457 | 2024.08.06 23:57:01.402766 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Debug> DynamicQueryHandler: Done processing query | ||
| 6458 | 2024.08.06 23:57:01.402830 [ 3 ] {00e00910-d58e-4d0e-80f9-be6e4f8b8f3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6459 | 2024.08.06 23:57:01.402901 [ 3 ] {} <Debug> HTTP-Session: 0e6b7291-d2ce-44f5-aa29-e8fd3a91ff60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6460 | 2024.08.06 23:57:01.403048 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 6461 | 2024.08.06 23:57:01.403266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6462 | 2024.08.06 23:57:01.403486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6463 | 2024.08.06 23:57:01.403598 [ 3 ] {} <Debug> HTTP-Session: 38a54060-f29a-4db4-bc11-3cca3dc3c4a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6464 | 2024.08.06 23:57:01.403630 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6465 | 2024.08.06 23:57:01.403674 [ 3 ] {} <Debug> HTTP-Session: 38a54060-f29a-4db4-bc11-3cca3dc3c4a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6466 | 2024.08.06 23:57:01.403742 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1408 rows starting from the beginning of the part | ||
| 6467 | 2024.08.06 23:57:01.403744 [ 3 ] {} <Debug> HTTP-Session: 38a54060-f29a-4db4-bc11-3cca3dc3c4a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6468 | 2024.08.06 23:57:01.403864 [ 3 ] {} <Trace> HTTP-Session: 38a54060-f29a-4db4-bc11-3cca3dc3c4a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6469 | 2024.08.06 23:57:01.404082 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 122 rows starting from the beginning of the part | ||
| 6470 | 2024.08.06 23:57:01.404176 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6471 | 2024.08.06 23:57:01.404332 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6472 | 2024.08.06 23:57:01.404407 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 194 rows starting from the beginning of the part | ||
| 6473 | 2024.08.06 23:57:01.404754 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 122 rows starting from the beginning of the part | ||
| 6474 | 2024.08.06 23:57:01.405028 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1335 rows starting from the beginning of the part | ||
| 6475 | 2024.08.06 23:57:01.405342 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 122 rows starting from the beginning of the part | ||
| 6476 | 2024.08.06 23:57:01.405685 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6477 | 2024.08.06 23:57:01.406576 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6478 | 2024.08.06 23:57:01.406638 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6479 | 2024.08.06 23:57:01.407515 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6480 | 2024.08.06 23:57:01.408230 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6481 | 2024.08.06 23:57:01.408404 [ 120 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6482 | 2024.08.06 23:57:01.408477 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004414 sec., 19483.461712732213 rows/sec., 1.52 MiB/sec. | ||
| 6483 | 2024.08.06 23:57:01.408496 [ 120 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6484 | 2024.08.06 23:57:01.408594 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6485 | 2024.08.06 23:57:01.409106 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Debug> DynamicQueryHandler: Done processing query | ||
| 6486 | 2024.08.06 23:57:01.409119 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 6487 | 2024.08.06 23:57:01.409189 [ 3 ] {aa38f3f2-b267-4251-a79b-b8cc943fb586} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6488 | 2024.08.06 23:57:01.409265 [ 3 ] {} <Debug> HTTP-Session: 38a54060-f29a-4db4-bc11-3cca3dc3c4a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6489 | 2024.08.06 23:57:01.409398 [ 188 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3303 rows, containing 4 columns (4 merged, 0 gathered) in 0.006607746 sec., 499867.88233082806 rows/sec., 41.88 MiB/sec. | ||
| 6490 | 2024.08.06 23:57:01.409471 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6491 | 2024.08.06 23:57:01.409516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6492 | 2024.08.06 23:57:01.409519 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 905 rows starting from the beginning of the part | ||
| 6493 | 2024.08.06 23:57:01.409571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6494 | 2024.08.06 23:57:01.409692 [ 3 ] {} <Debug> HTTP-Session: 6d57bf00-380c-47a0-9231-30e130d2eefe Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6495 | 2024.08.06 23:57:01.409830 [ 188 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6496 | 2024.08.06 23:57:01.409835 [ 3 ] {} <Debug> HTTP-Session: 6d57bf00-380c-47a0-9231-30e130d2eefe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6497 | 2024.08.06 23:57:01.409953 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 86 rows starting from the beginning of the part | ||
| 6498 | 2024.08.06 23:57:01.410013 [ 3 ] {} <Debug> HTTP-Session: 6d57bf00-380c-47a0-9231-30e130d2eefe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6499 | 2024.08.06 23:57:01.410665 [ 3 ] {} <Trace> HTTP-Session: 6d57bf00-380c-47a0-9231-30e130d2eefe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6500 | 2024.08.06 23:57:01.410948 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 393 rows starting from the beginning of the part | ||
| 6501 | 2024.08.06 23:57:01.411095 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6502 | 2024.08.06 23:57:01.411328 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 86 rows starting from the beginning of the part | ||
| 6503 | 2024.08.06 23:57:01.411380 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6504 | 2024.08.06 23:57:01.411669 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 851 rows starting from the beginning of the part | ||
| 6505 | 2024.08.06 23:57:01.412011 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6506 | 2024.08.06 23:57:01.412198 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 86 rows starting from the beginning of the part | ||
| 6507 | 2024.08.06 23:57:01.412690 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_31_6} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6508 | 2024.08.06 23:57:01.413168 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 6509 | 2024.08.06 23:57:01.413221 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6510 | 2024.08.06 23:57:01.413838 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6511 | 2024.08.06 23:57:01.413907 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6512 | 2024.08.06 23:57:01.414425 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6513 | 2024.08.06 23:57:01.414790 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 4 columns (4 merged, 0 gathered) in 0.006021504 sec., 399734.01993920456 rows/sec., 29.02 MiB/sec. | ||
| 6514 | 2024.08.06 23:57:01.414940 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6515 | 2024.08.06 23:57:01.414964 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.08.06 23:57:01.415231 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6517 | 2024.08.06 23:57:01.415279 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004389 sec., 36454.773296878564 rows/sec., 2.54 MiB/sec. | ||
| 6518 | 2024.08.06 23:57:01.415360 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6519 | 2024.08.06 23:57:01.415512 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6520 | 2024.08.06 23:57:01.415952 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 6521 | 2024.08.06 23:57:01.416028 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 6522 | 2024.08.06 23:57:01.416111 [ 3 ] {b8813f7d-684f-43bc-8d5e-b9484f7453fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6523 | 2024.08.06 23:57:01.416187 [ 3 ] {} <Debug> HTTP-Session: 6d57bf00-380c-47a0-9231-30e130d2eefe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6524 | 2024.08.06 23:57:01.416229 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.08.06 23:57:01.416487 [ 194 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_31_6} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6526 | 2024.08.06 23:57:01.416523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35547, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6527 | 2024.08.06 23:57:01.416523 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6528 | 2024.08.06 23:57:01.416654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6529 | 2024.08.06 23:57:01.416680 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 6530 | 2024.08.06 23:57:01.416696 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 6982 rows starting from the beginning of the part | ||
| 6531 | 2024.08.06 23:57:01.416709 [ 3 ] {} <Debug> HTTP-Session: f62701f3-97ec-46c7-bbfc-b5e6933aab1d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6532 | 2024.08.06 23:57:01.416762 [ 3 ] {} <Debug> HTTP-Session: f62701f3-97ec-46c7-bbfc-b5e6933aab1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6533 | 2024.08.06 23:57:01.416822 [ 3 ] {} <Debug> HTTP-Session: f62701f3-97ec-46c7-bbfc-b5e6933aab1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6534 | 2024.08.06 23:57:01.417009 [ 3 ] {} <Trace> HTTP-Session: f62701f3-97ec-46c7-bbfc-b5e6933aab1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6535 | 2024.08.06 23:57:01.417015 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 6536 | 2024.08.06 23:57:01.417269 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 6537 | 2024.08.06 23:57:01.417431 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 6538 | 2024.08.06 23:57:01.417746 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 845 rows starting from the beginning of the part | ||
| 6539 | 2024.08.06 23:57:01.417787 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6540 | 2024.08.06 23:57:01.418006 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
| 6541 | 2024.08.06 23:57:01.418154 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6542 | 2024.08.06 23:57:01.419834 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6543 | 2024.08.06 23:57:01.421475 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6544 | 2024.08.06 23:57:01.421565 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6545 | 2024.08.06 23:57:01.422845 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6546 | 2024.08.06 23:57:01.423387 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6547 | 2024.08.06 23:57:01.423593 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006336 sec., 3472.2222222222226 rows/sec., 6.22 MiB/sec. | ||
| 6548 | 2024.08.06 23:57:01.423930 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6549 | 2024.08.06 23:57:01.423961 [ 3 ] {58a14807-1b4f-4712-a3da-5ebca739085d} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 6550 | 2024.08.06 23:57:01.424007 [ 3 ] {} <Debug> HTTP-Session: f62701f3-97ec-46c7-bbfc-b5e6933aab1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6551 | 2024.08.06 23:57:01.424252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6552 | 2024.08.06 23:57:01.424303 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8467 rows, containing 5 columns (5 merged, 0 gathered) in 0.008616421 sec., 982658.5771516967 rows/sec., 66.98 MiB/sec. | ||
| 6553 | 2024.08.06 23:57:01.424323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6554 | 2024.08.06 23:57:01.424372 [ 3 ] {} <Debug> HTTP-Session: 14bcdef7-bed3-4036-a78f-a4615e2d0933 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6555 | 2024.08.06 23:57:01.424394 [ 3 ] {} <Debug> HTTP-Session: 14bcdef7-bed3-4036-a78f-a4615e2d0933 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6556 | 2024.08.06 23:57:01.424412 [ 3 ] {} <Debug> HTTP-Session: 14bcdef7-bed3-4036-a78f-a4615e2d0933 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6557 | 2024.08.06 23:57:01.424465 [ 3 ] {} <Trace> HTTP-Session: 14bcdef7-bed3-4036-a78f-a4615e2d0933 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6558 | 2024.08.06 23:57:01.424584 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6559 | 2024.08.06 23:57:01.424645 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6560 | 2024.08.06 23:57:01.424761 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6561 | 2024.08.06 23:57:01.425120 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6562 | 2024.08.06 23:57:01.425716 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6563 | 2024.08.06 23:57:01.425861 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6564 | 2024.08.06 23:57:01.425918 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6565 | 2024.08.06 23:57:01.425924 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6566 | 2024.08.06 23:57:01.426110 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 6567 | 2024.08.06 23:57:01.426486 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6568 | 2024.08.06 23:57:01.426822 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6569 | 2024.08.06 23:57:01.426981 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002407 sec., 24927.295388450355 rows/sec., 1.68 MiB/sec. | ||
| 6570 | 2024.08.06 23:57:01.426991 [ 120 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6571 | 2024.08.06 23:57:01.427085 [ 120 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6572 | 2024.08.06 23:57:01.427127 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6573 | 2024.08.06 23:57:01.427280 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6574 | 2024.08.06 23:57:01.427316 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 6575 | 2024.08.06 23:57:01.427319 [ 3 ] {8a632d29-681c-4414-8094-6ca98740bc5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6576 | 2024.08.06 23:57:01.427385 [ 3 ] {} <Debug> HTTP-Session: 14bcdef7-bed3-4036-a78f-a4615e2d0933 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6577 | 2024.08.06 23:57:01.427574 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6578 | 2024.08.06 23:57:01.427605 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1264 rows starting from the beginning of the part | ||
| 6579 | 2024.08.06 23:57:01.427666 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 6580 | 2024.08.06 23:57:01.427884 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 6581 | 2024.08.06 23:57:01.428109 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 6582 | 2024.08.06 23:57:01.428261 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 6583 | 2024.08.06 23:57:01.428356 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
| 6584 | 2024.08.06 23:57:01.429558 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1564 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341182 sec., 668038.6232253623 rows/sec., 44.93 MiB/sec. | ||
| 6585 | 2024.08.06 23:57:01.429766 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6586 | 2024.08.06 23:57:01.430160 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6587 | 2024.08.06 23:57:01.430251 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_31_6} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6588 | 2024.08.06 23:57:01.430343 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 6589 | 2024.08.06 23:57:06.401600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6590 | 2024.08.06 23:57:06.401749 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6591 | 2024.08.06 23:57:06.401779 [ 3 ] {} <Debug> HTTP-Session: facdf3ca-2918-4378-8d13-122abc198aef Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6592 | 2024.08.06 23:57:06.401807 [ 3 ] {} <Debug> HTTP-Session: facdf3ca-2918-4378-8d13-122abc198aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6593 | 2024.08.06 23:57:06.401825 [ 3 ] {} <Debug> HTTP-Session: facdf3ca-2918-4378-8d13-122abc198aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6594 | 2024.08.06 23:57:06.401882 [ 3 ] {} <Trace> HTTP-Session: facdf3ca-2918-4378-8d13-122abc198aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6595 | 2024.08.06 23:57:06.402090 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6596 | 2024.08.06 23:57:06.402164 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6597 | 2024.08.06 23:57:06.402383 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6598 | 2024.08.06 23:57:06.402816 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6599 | 2024.08.06 23:57:06.402859 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6600 | 2024.08.06 23:57:06.403224 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6601 | 2024.08.06 23:57:06.403575 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6602 | 2024.08.06 23:57:06.403728 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001701 sec., 9994.121105232216 rows/sec., 723.95 KiB/sec. | ||
| 6603 | 2024.08.06 23:57:06.403960 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6604 | 2024.08.06 23:57:06.403988 [ 3 ] {17cd2bde-b3e6-4687-aff3-5aafc81aa2d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6605 | 2024.08.06 23:57:06.404006 [ 3 ] {} <Debug> HTTP-Session: facdf3ca-2918-4378-8d13-122abc198aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6606 | 2024.08.06 23:57:06.404165 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6607 | 2024.08.06 23:57:06.404217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6608 | 2024.08.06 23:57:06.404239 [ 3 ] {} <Debug> HTTP-Session: f0d0eaa1-2dfc-4a99-800d-70a8cca41b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6609 | 2024.08.06 23:57:06.404257 [ 3 ] {} <Debug> HTTP-Session: f0d0eaa1-2dfc-4a99-800d-70a8cca41b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6610 | 2024.08.06 23:57:06.404272 [ 3 ] {} <Debug> HTTP-Session: f0d0eaa1-2dfc-4a99-800d-70a8cca41b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6611 | 2024.08.06 23:57:06.404305 [ 3 ] {} <Trace> HTTP-Session: f0d0eaa1-2dfc-4a99-800d-70a8cca41b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6612 | 2024.08.06 23:57:06.404401 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 6613 | 2024.08.06 23:57:06.404447 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6614 | 2024.08.06 23:57:06.404580 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6615 | 2024.08.06 23:57:06.404864 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6616 | 2024.08.06 23:57:06.404902 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6617 | 2024.08.06 23:57:06.405213 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6618 | 2024.08.06 23:57:06.405523 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6619 | 2024.08.06 23:57:06.405681 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001298 sec., 1540.8320493066258 rows/sec., 125.64 KiB/sec. | ||
| 6620 | 2024.08.06 23:57:06.405852 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 6621 | 2024.08.06 23:57:06.405877 [ 3 ] {052ef8d0-5157-41e1-82ab-0d2f01cacc0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6622 | 2024.08.06 23:57:06.405893 [ 3 ] {} <Debug> HTTP-Session: f0d0eaa1-2dfc-4a99-800d-70a8cca41b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6623 | 2024.08.06 23:57:06.406060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6624 | 2024.08.06 23:57:06.406110 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6625 | 2024.08.06 23:57:06.406130 [ 3 ] {} <Debug> HTTP-Session: 55f7e0bd-685a-4c77-9631-2e48bc94d06c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6626 | 2024.08.06 23:57:06.406147 [ 3 ] {} <Debug> HTTP-Session: 55f7e0bd-685a-4c77-9631-2e48bc94d06c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6627 | 2024.08.06 23:57:06.406162 [ 3 ] {} <Debug> HTTP-Session: 55f7e0bd-685a-4c77-9631-2e48bc94d06c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6628 | 2024.08.06 23:57:06.406193 [ 3 ] {} <Trace> HTTP-Session: 55f7e0bd-685a-4c77-9631-2e48bc94d06c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6629 | 2024.08.06 23:57:06.406340 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6630 | 2024.08.06 23:57:06.406381 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6631 | 2024.08.06 23:57:06.406512 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6632 | 2024.08.06 23:57:06.406933 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6633 | 2024.08.06 23:57:06.406970 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6634 | 2024.08.06 23:57:06.407297 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6635 | 2024.08.06 23:57:06.407606 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6636 | 2024.08.06 23:57:06.407755 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001477 sec., 132024.37373053486 rows/sec., 11.65 MiB/sec. | ||
| 6637 | 2024.08.06 23:57:06.407933 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6638 | 2024.08.06 23:57:06.407958 [ 3 ] {310a8eff-06b2-48d8-8fdc-b8e46e4d7cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6639 | 2024.08.06 23:57:06.407974 [ 3 ] {} <Debug> HTTP-Session: 55f7e0bd-685a-4c77-9631-2e48bc94d06c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6640 | 2024.08.06 23:57:06.408120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6641 | 2024.08.06 23:57:06.408169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6642 | 2024.08.06 23:57:06.408188 [ 3 ] {} <Debug> HTTP-Session: 9d0da387-346f-480a-84f9-6fb927732ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6643 | 2024.08.06 23:57:06.408205 [ 3 ] {} <Debug> HTTP-Session: 9d0da387-346f-480a-84f9-6fb927732ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6644 | 2024.08.06 23:57:06.408219 [ 3 ] {} <Debug> HTTP-Session: 9d0da387-346f-480a-84f9-6fb927732ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6645 | 2024.08.06 23:57:06.408249 [ 3 ] {} <Trace> HTTP-Session: 9d0da387-346f-480a-84f9-6fb927732ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6646 | 2024.08.06 23:57:06.408344 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 6647 | 2024.08.06 23:57:06.408386 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6648 | 2024.08.06 23:57:06.408516 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6649 | 2024.08.06 23:57:06.408791 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6650 | 2024.08.06 23:57:06.408829 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6651 | 2024.08.06 23:57:06.409132 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 6652 | 2024.08.06 23:57:06.409449 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6653 | 2024.08.06 23:57:06.409584 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 110.66 KiB/sec. | ||
| 6654 | 2024.08.06 23:57:06.409831 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 6655 | 2024.08.06 23:57:06.409860 [ 3 ] {a0478bc5-ed19-462c-a41d-1cec4b5530c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6656 | 2024.08.06 23:57:06.409876 [ 3 ] {} <Debug> HTTP-Session: 9d0da387-346f-480a-84f9-6fb927732ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6657 | 2024.08.06 23:57:06.410047 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6658 | 2024.08.06 23:57:06.410098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6659 | 2024.08.06 23:57:06.410118 [ 3 ] {} <Debug> HTTP-Session: 8d7ce96c-b3dd-4782-a97e-949a886cd06a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6660 | 2024.08.06 23:57:06.410136 [ 3 ] {} <Debug> HTTP-Session: 8d7ce96c-b3dd-4782-a97e-949a886cd06a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6661 | 2024.08.06 23:57:06.410150 [ 3 ] {} <Debug> HTTP-Session: 8d7ce96c-b3dd-4782-a97e-949a886cd06a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6662 | 2024.08.06 23:57:06.410181 [ 3 ] {} <Trace> HTTP-Session: 8d7ce96c-b3dd-4782-a97e-949a886cd06a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2024.08.06 23:57:06.410387 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6664 | 2024.08.06 23:57:06.410431 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6665 | 2024.08.06 23:57:06.410573 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6666 | 2024.08.06 23:57:06.411097 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6667 | 2024.08.06 23:57:06.411135 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6668 | 2024.08.06 23:57:06.411465 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6669 | 2024.08.06 23:57:06.411775 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6670 | 2024.08.06 23:57:06.411941 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001659 sec., 238095.23809523808 rows/sec., 16.79 MiB/sec. | ||
| 6671 | 2024.08.06 23:57:06.412124 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6672 | 2024.08.06 23:57:06.412150 [ 3 ] {c7edf1d6-ec76-4e1f-b081-f0607eae916d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6673 | 2024.08.06 23:57:06.412166 [ 3 ] {} <Debug> HTTP-Session: 8d7ce96c-b3dd-4782-a97e-949a886cd06a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6674 | 2024.08.06 23:57:06.412375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6675 | 2024.08.06 23:57:06.412425 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6676 | 2024.08.06 23:57:06.412444 [ 3 ] {} <Debug> HTTP-Session: d8b700d8-e826-419e-ab38-29d1998ca5c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6677 | 2024.08.06 23:57:06.412461 [ 3 ] {} <Debug> HTTP-Session: d8b700d8-e826-419e-ab38-29d1998ca5c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6678 | 2024.08.06 23:57:06.412474 [ 3 ] {} <Debug> HTTP-Session: d8b700d8-e826-419e-ab38-29d1998ca5c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6679 | 2024.08.06 23:57:06.412506 [ 3 ] {} <Trace> HTTP-Session: d8b700d8-e826-419e-ab38-29d1998ca5c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6680 | 2024.08.06 23:57:06.412601 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6681 | 2024.08.06 23:57:06.412646 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6682 | 2024.08.06 23:57:06.412780 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6683 | 2024.08.06 23:57:06.413048 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6684 | 2024.08.06 23:57:06.413086 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6685 | 2024.08.06 23:57:06.413455 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6686 | 2024.08.06 23:57:06.413777 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6687 | 2024.08.06 23:57:06.413937 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001353 sec., 4434.589800443458 rows/sec., 190.55 KiB/sec. | ||
| 6688 | 2024.08.06 23:57:06.414107 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Debug> DynamicQueryHandler: Done processing query | ||
| 6689 | 2024.08.06 23:57:06.414132 [ 3 ] {0b6e60ae-ae6c-42e2-a537-6febaf0eb690} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6690 | 2024.08.06 23:57:06.414149 [ 3 ] {} <Debug> HTTP-Session: d8b700d8-e826-419e-ab38-29d1998ca5c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6691 | 2024.08.06 23:57:06.414276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6692 | 2024.08.06 23:57:06.414325 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6693 | 2024.08.06 23:57:06.414344 [ 3 ] {} <Debug> HTTP-Session: e83d7435-52d6-4d59-bf27-ddbff38b7a1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6694 | 2024.08.06 23:57:06.414361 [ 3 ] {} <Debug> HTTP-Session: e83d7435-52d6-4d59-bf27-ddbff38b7a1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6695 | 2024.08.06 23:57:06.414376 [ 3 ] {} <Debug> HTTP-Session: e83d7435-52d6-4d59-bf27-ddbff38b7a1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6696 | 2024.08.06 23:57:06.414407 [ 3 ] {} <Trace> HTTP-Session: e83d7435-52d6-4d59-bf27-ddbff38b7a1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6697 | 2024.08.06 23:57:06.414542 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 6698 | 2024.08.06 23:57:06.414588 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 6699 | 2024.08.06 23:57:06.414737 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6700 | 2024.08.06 23:57:06.415135 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6701 | 2024.08.06 23:57:06.415172 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6702 | 2024.08.06 23:57:06.415539 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6703 | 2024.08.06 23:57:06.415890 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6704 | 2024.08.06 23:57:06.416056 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001568 sec., 49107.14285714286 rows/sec., 3.02 MiB/sec. | ||
| 6705 | 2024.08.06 23:57:06.416388 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6706 | 2024.08.06 23:57:06.416415 [ 3 ] {376dc4a3-515a-43d0-ab8a-2cf28428dc9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 6707 | 2024.08.06 23:57:06.416432 [ 3 ] {} <Debug> HTTP-Session: e83d7435-52d6-4d59-bf27-ddbff38b7a1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6708 | 2024.08.06 23:57:06.416617 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6709 | 2024.08.06 23:57:06.416669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6710 | 2024.08.06 23:57:06.416689 [ 3 ] {} <Debug> HTTP-Session: e87f8bf5-bc40-49b9-93b3-1eb4baafa9e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6711 | 2024.08.06 23:57:06.416706 [ 3 ] {} <Debug> HTTP-Session: e87f8bf5-bc40-49b9-93b3-1eb4baafa9e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6712 | 2024.08.06 23:57:06.416720 [ 3 ] {} <Debug> HTTP-Session: e87f8bf5-bc40-49b9-93b3-1eb4baafa9e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6713 | 2024.08.06 23:57:06.416751 [ 3 ] {} <Trace> HTTP-Session: e87f8bf5-bc40-49b9-93b3-1eb4baafa9e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6714 | 2024.08.06 23:57:06.416911 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6715 | 2024.08.06 23:57:06.416960 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6716 | 2024.08.06 23:57:06.417128 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6717 | 2024.08.06 23:57:06.417545 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6718 | 2024.08.06 23:57:06.417583 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6719 | 2024.08.06 23:57:06.417964 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6720 | 2024.08.06 23:57:06.418303 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.08.06 23:57:06.418468 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001637 sec., 98350.64141722664 rows/sec., 6.85 MiB/sec. | ||
| 6722 | 2024.08.06 23:57:06.418643 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Debug> DynamicQueryHandler: Done processing query | ||
| 6723 | 2024.08.06 23:57:06.418669 [ 3 ] {137cab70-cffd-42d5-84a1-3688c84a84e0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6724 | 2024.08.06 23:57:06.418685 [ 3 ] {} <Debug> HTTP-Session: e87f8bf5-bc40-49b9-93b3-1eb4baafa9e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6725 | 2024.08.06 23:57:06.418825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17634, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6726 | 2024.08.06 23:57:06.418873 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6727 | 2024.08.06 23:57:06.418893 [ 3 ] {} <Debug> HTTP-Session: 79555130-5e13-4c9a-b780-d9ea8fe6dce4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6728 | 2024.08.06 23:57:06.418910 [ 3 ] {} <Debug> HTTP-Session: 79555130-5e13-4c9a-b780-d9ea8fe6dce4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6729 | 2024.08.06 23:57:06.418924 [ 3 ] {} <Debug> HTTP-Session: 79555130-5e13-4c9a-b780-d9ea8fe6dce4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6730 | 2024.08.06 23:57:06.418955 [ 3 ] {} <Trace> HTTP-Session: 79555130-5e13-4c9a-b780-d9ea8fe6dce4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6731 | 2024.08.06 23:57:06.419161 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6732 | 2024.08.06 23:57:06.419225 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6733 | 2024.08.06 23:57:06.419647 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6734 | 2024.08.06 23:57:06.420202 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6735 | 2024.08.06 23:57:06.420239 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6736 | 2024.08.06 23:57:06.420844 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6737 | 2024.08.06 23:57:06.421260 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6738 | 2024.08.06 23:57:06.421455 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002425 sec., 4536.082474226804 rows/sec., 8.13 MiB/sec. | ||
| 6739 | 2024.08.06 23:57:06.421687 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6740 | 2024.08.06 23:57:06.421713 [ 3 ] {8185f56d-ef8f-4635-a198-e7571792593c} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 6741 | 2024.08.06 23:57:06.421729 [ 3 ] {} <Debug> HTTP-Session: 79555130-5e13-4c9a-b780-d9ea8fe6dce4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6742 | 2024.08.06 23:57:06.421856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6743 | 2024.08.06 23:57:06.421906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6744 | 2024.08.06 23:57:06.421927 [ 3 ] {} <Debug> HTTP-Session: 4bb44849-9f0a-48f5-bad4-21697958f7a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6745 | 2024.08.06 23:57:06.421944 [ 3 ] {} <Debug> HTTP-Session: 4bb44849-9f0a-48f5-bad4-21697958f7a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6746 | 2024.08.06 23:57:06.421959 [ 3 ] {} <Debug> HTTP-Session: 4bb44849-9f0a-48f5-bad4-21697958f7a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6747 | 2024.08.06 23:57:06.421990 [ 3 ] {} <Trace> HTTP-Session: 4bb44849-9f0a-48f5-bad4-21697958f7a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6748 | 2024.08.06 23:57:06.422093 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6749 | 2024.08.06 23:57:06.422138 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 6750 | 2024.08.06 23:57:06.422269 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6751 | 2024.08.06 23:57:06.422548 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6752 | 2024.08.06 23:57:06.422585 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6753 | 2024.08.06 23:57:06.422952 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6754 | 2024.08.06 23:57:06.423269 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6755 | 2024.08.06 23:57:06.423431 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001364 sec., 16862.17008797654 rows/sec., 912.13 KiB/sec. | ||
| 6756 | 2024.08.06 23:57:06.423431 [ 111 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6757 | 2024.08.06 23:57:06.423554 [ 111 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6758 | 2024.08.06 23:57:06.423592 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6759 | 2024.08.06 23:57:06.423677 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Debug> DynamicQueryHandler: Done processing query | ||
| 6760 | 2024.08.06 23:57:06.423716 [ 3 ] {57690bd0-1589-45ce-881b-025030abd9fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6761 | 2024.08.06 23:57:06.423746 [ 3 ] {} <Debug> HTTP-Session: 4bb44849-9f0a-48f5-bad4-21697958f7a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6762 | 2024.08.06 23:57:06.423776 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 6763 | 2024.08.06 23:57:06.423886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6764 | 2024.08.06 23:57:06.423938 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6765 | 2024.08.06 23:57:06.423949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6766 | 2024.08.06 23:57:06.423982 [ 3 ] {} <Debug> HTTP-Session: b9db7a85-a139-47de-8fb6-9f62c9abbed4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6767 | 2024.08.06 23:57:06.423984 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 257 rows starting from the beginning of the part | ||
| 6768 | 2024.08.06 23:57:06.424002 [ 3 ] {} <Debug> HTTP-Session: b9db7a85-a139-47de-8fb6-9f62c9abbed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6769 | 2024.08.06 23:57:06.424026 [ 3 ] {} <Debug> HTTP-Session: b9db7a85-a139-47de-8fb6-9f62c9abbed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6770 | 2024.08.06 23:57:06.424076 [ 3 ] {} <Trace> HTTP-Session: b9db7a85-a139-47de-8fb6-9f62c9abbed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6771 | 2024.08.06 23:57:06.424119 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
| 6772 | 2024.08.06 23:57:06.424373 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
| 6773 | 2024.08.06 23:57:06.424373 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6774 | 2024.08.06 23:57:06.424552 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6775 | 2024.08.06 23:57:06.424685 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
| 6776 | 2024.08.06 23:57:06.424911 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
| 6777 | 2024.08.06 23:57:06.425271 [ 190 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
| 6778 | 2024.08.06 23:57:06.425849 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6779 | 2024.08.06 23:57:06.426305 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6780 | 2024.08.06 23:57:06.426350 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6781 | 2024.08.06 23:57:06.426900 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6782 | 2024.08.06 23:57:06.427098 [ 188 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 4 columns (4 merged, 0 gathered) in 0.003394855 sec., 109577.58136945467 rows/sec., 5.94 MiB/sec. | ||
| 6783 | 2024.08.06 23:57:06.427386 [ 188 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6784 | 2024.08.06 23:57:06.427516 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6785 | 2024.08.06 23:57:06.427908 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003653 sec., 16424.856282507528 rows/sec., 1.11 MiB/sec. | ||
| 6786 | 2024.08.06 23:57:06.428597 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Debug> DynamicQueryHandler: Done processing query | ||
| 6787 | 2024.08.06 23:57:06.428635 [ 3 ] {87f7604b-40f6-46f6-9e56-ff84b174a33d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6788 | 2024.08.06 23:57:06.428659 [ 3 ] {} <Debug> HTTP-Session: b9db7a85-a139-47de-8fb6-9f62c9abbed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6789 | 2024.08.06 23:57:06.428719 [ 188 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6790 | 2024.08.06 23:57:06.428822 [ 188 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_16_3} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6791 | 2024.08.06 23:57:06.428920 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 6792 | 2024.08.06 23:57:11.398298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6793 | 2024.08.06 23:57:11.398430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6794 | 2024.08.06 23:57:11.398455 [ 3 ] {} <Debug> HTTP-Session: 2c81e9f3-2b5d-404a-98c7-57f92fa5396c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6795 | 2024.08.06 23:57:11.398480 [ 3 ] {} <Debug> HTTP-Session: 2c81e9f3-2b5d-404a-98c7-57f92fa5396c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6796 | 2024.08.06 23:57:11.398495 [ 3 ] {} <Debug> HTTP-Session: 2c81e9f3-2b5d-404a-98c7-57f92fa5396c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6797 | 2024.08.06 23:57:11.398544 [ 3 ] {} <Trace> HTTP-Session: 2c81e9f3-2b5d-404a-98c7-57f92fa5396c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6798 | 2024.08.06 23:57:11.398732 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6799 | 2024.08.06 23:57:11.398797 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6800 | 2024.08.06 23:57:11.398991 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6801 | 2024.08.06 23:57:11.399443 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6802 | 2024.08.06 23:57:11.399484 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6803 | 2024.08.06 23:57:11.399861 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6804 | 2024.08.06 23:57:11.400220 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6805 | 2024.08.06 23:57:11.400363 [ 106 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6806 | 2024.08.06 23:57:11.400364 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001695 sec., 12979.351032448378 rows/sec., 1.03 MiB/sec. | ||
| 6807 | 2024.08.06 23:57:11.400414 [ 106 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.08.06 23:57:11.400463 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6809 | 2024.08.06 23:57:11.400621 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Debug> DynamicQueryHandler: Done processing query | ||
| 6810 | 2024.08.06 23:57:11.400640 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 6811 | 2024.08.06 23:57:11.400657 [ 3 ] {fa7ab976-81ce-4822-b86a-2f7ed730e233} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6812 | 2024.08.06 23:57:11.400721 [ 3 ] {} <Debug> HTTP-Session: 2c81e9f3-2b5d-404a-98c7-57f92fa5396c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6813 | 2024.08.06 23:57:11.400881 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6814 | 2024.08.06 23:57:11.400900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6815 | 2024.08.06 23:57:11.400947 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 39 rows starting from the beginning of the part | ||
| 6816 | 2024.08.06 23:57:11.401000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6817 | 2024.08.06 23:57:11.401075 [ 3 ] {} <Debug> HTTP-Session: e18690ad-80b0-4108-abe9-d16b2a6a9a33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6818 | 2024.08.06 23:57:11.401185 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 22 rows starting from the beginning of the part | ||
| 6819 | 2024.08.06 23:57:11.401186 [ 3 ] {} <Debug> HTTP-Session: e18690ad-80b0-4108-abe9-d16b2a6a9a33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6820 | 2024.08.06 23:57:11.401273 [ 3 ] {} <Debug> HTTP-Session: e18690ad-80b0-4108-abe9-d16b2a6a9a33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6821 | 2024.08.06 23:57:11.401460 [ 3 ] {} <Trace> HTTP-Session: e18690ad-80b0-4108-abe9-d16b2a6a9a33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6822 | 2024.08.06 23:57:11.401487 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 17 rows starting from the beginning of the part | ||
| 6823 | 2024.08.06 23:57:11.401676 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 22 rows starting from the beginning of the part | ||
| 6824 | 2024.08.06 23:57:11.402011 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part | ||
| 6825 | 2024.08.06 23:57:11.402045 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6826 | 2024.08.06 23:57:11.402202 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 22 rows starting from the beginning of the part | ||
| 6827 | 2024.08.06 23:57:11.402347 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6828 | 2024.08.06 23:57:11.403036 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6829 | 2024.08.06 23:57:11.404053 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6830 | 2024.08.06 23:57:11.404136 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6831 | 2024.08.06 23:57:11.404902 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.004342736 sec., 32007.471787370912 rows/sec., 2.43 MiB/sec. | ||
| 6832 | 2024.08.06 23:57:11.404986 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6833 | 2024.08.06 23:57:11.405062 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6834 | 2024.08.06 23:57:11.405746 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6835 | 2024.08.06 23:57:11.405892 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6836 | 2024.08.06 23:57:11.406070 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.004346 sec., 28071.79015186378 rows/sec., 2.32 MiB/sec. | ||
| 6837 | 2024.08.06 23:57:11.406181 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_31_6} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6838 | 2024.08.06 23:57:11.406341 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6839 | 2024.08.06 23:57:11.406411 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 6840 | 2024.08.06 23:57:11.406443 [ 3 ] {97dadbbf-603c-4fb5-b96e-f623df9b81b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 6841 | 2024.08.06 23:57:11.406461 [ 3 ] {} <Debug> HTTP-Session: e18690ad-80b0-4108-abe9-d16b2a6a9a33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6842 | 2024.08.06 23:57:11.406592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6843 | 2024.08.06 23:57:11.406642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6844 | 2024.08.06 23:57:11.406663 [ 3 ] {} <Debug> HTTP-Session: 2289d2bf-9aa1-473a-a302-8b73369b7dca Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6845 | 2024.08.06 23:57:11.406681 [ 3 ] {} <Debug> HTTP-Session: 2289d2bf-9aa1-473a-a302-8b73369b7dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6846 | 2024.08.06 23:57:11.406696 [ 3 ] {} <Debug> HTTP-Session: 2289d2bf-9aa1-473a-a302-8b73369b7dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6847 | 2024.08.06 23:57:11.406726 [ 3 ] {} <Trace> HTTP-Session: 2289d2bf-9aa1-473a-a302-8b73369b7dca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2024.08.06 23:57:11.406863 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6849 | 2024.08.06 23:57:11.406917 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6850 | 2024.08.06 23:57:11.407092 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6851 | 2024.08.06 23:57:11.407512 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6852 | 2024.08.06 23:57:11.407551 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6853 | 2024.08.06 23:57:11.407883 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6854 | 2024.08.06 23:57:11.408210 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6855 | 2024.08.06 23:57:11.408345 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001541 sec., 55807.91693705386 rows/sec., 4.36 MiB/sec. | ||
| 6856 | 2024.08.06 23:57:11.408513 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Debug> DynamicQueryHandler: Done processing query | ||
| 6857 | 2024.08.06 23:57:11.408538 [ 3 ] {35e0d5d4-be9f-4786-96e0-dba6f97ef260} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 6858 | 2024.08.06 23:57:11.408554 [ 3 ] {} <Debug> HTTP-Session: 2289d2bf-9aa1-473a-a302-8b73369b7dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6859 | 2024.08.06 23:57:11.408745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6860 | 2024.08.06 23:57:11.408796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6861 | 2024.08.06 23:57:11.408816 [ 3 ] {} <Debug> HTTP-Session: 699ddda2-fbc7-4c08-b2f9-b8839cc3c4cf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6862 | 2024.08.06 23:57:11.408833 [ 3 ] {} <Debug> HTTP-Session: 699ddda2-fbc7-4c08-b2f9-b8839cc3c4cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6863 | 2024.08.06 23:57:11.408847 [ 3 ] {} <Debug> HTTP-Session: 699ddda2-fbc7-4c08-b2f9-b8839cc3c4cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6864 | 2024.08.06 23:57:11.408878 [ 3 ] {} <Trace> HTTP-Session: 699ddda2-fbc7-4c08-b2f9-b8839cc3c4cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6865 | 2024.08.06 23:57:11.409021 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 6866 | 2024.08.06 23:57:11.409068 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6867 | 2024.08.06 23:57:11.409215 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6868 | 2024.08.06 23:57:11.409666 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6869 | 2024.08.06 23:57:11.409704 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6870 | 2024.08.06 23:57:11.410106 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6871 | 2024.08.06 23:57:11.410454 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6872 | 2024.08.06 23:57:11.410580 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 6873 | 2024.08.06 23:57:11.410863 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Debug> DynamicQueryHandler: Done processing query | ||
| 6874 | 2024.08.06 23:57:11.410921 [ 3 ] {19d26396-ad23-489a-9a25-a75c23da5f98} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 6875 | 2024.08.06 23:57:11.410956 [ 3 ] {} <Debug> HTTP-Session: 699ddda2-fbc7-4c08-b2f9-b8839cc3c4cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6876 | 2024.08.06 23:57:11.411115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35558, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6877 | 2024.08.06 23:57:11.411165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6878 | 2024.08.06 23:57:11.411185 [ 3 ] {} <Debug> HTTP-Session: 69def85d-7145-41f9-8d92-6d8e4ed2ca81 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6879 | 2024.08.06 23:57:11.411203 [ 3 ] {} <Debug> HTTP-Session: 69def85d-7145-41f9-8d92-6d8e4ed2ca81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6880 | 2024.08.06 23:57:11.411217 [ 3 ] {} <Debug> HTTP-Session: 69def85d-7145-41f9-8d92-6d8e4ed2ca81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6881 | 2024.08.06 23:57:11.411248 [ 3 ] {} <Trace> HTTP-Session: 69def85d-7145-41f9-8d92-6d8e4ed2ca81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6882 | 2024.08.06 23:57:11.411515 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 6883 | 2024.08.06 23:57:11.411589 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 6884 | 2024.08.06 23:57:11.412031 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6885 | 2024.08.06 23:57:11.412656 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6886 | 2024.08.06 23:57:11.412694 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6887 | 2024.08.06 23:57:11.413305 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6888 | 2024.08.06 23:57:11.413716 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6889 | 2024.08.06 23:57:11.413861 [ 106 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6890 | 2024.08.06 23:57:11.413862 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002521 sec., 8726.69575565252 rows/sec., 15.64 MiB/sec. | ||
| 6891 | 2024.08.06 23:57:11.413908 [ 106 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6892 | 2024.08.06 23:57:11.413955 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6893 | 2024.08.06 23:57:11.414478 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 6894 | 2024.08.06 23:57:11.414558 [ 3 ] {858af381-de1a-4d85-a562-2a031f75a2ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 6895 | 2024.08.06 23:57:11.414576 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 6896 | 2024.08.06 23:57:11.414634 [ 3 ] {} <Debug> HTTP-Session: 69def85d-7145-41f9-8d92-6d8e4ed2ca81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6897 | 2024.08.06 23:57:11.414888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6898 | 2024.08.06 23:57:11.415005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6899 | 2024.08.06 23:57:11.415073 [ 3 ] {} <Debug> HTTP-Session: 7d5823f6-5c2b-4d79-a841-c4fe6f17646c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6900 | 2024.08.06 23:57:11.415135 [ 3 ] {} <Debug> HTTP-Session: 7d5823f6-5c2b-4d79-a841-c4fe6f17646c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6901 | 2024.08.06 23:57:11.415180 [ 3 ] {} <Debug> HTTP-Session: 7d5823f6-5c2b-4d79-a841-c4fe6f17646c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6902 | 2024.08.06 23:57:11.415280 [ 3 ] {} <Trace> HTTP-Session: 7d5823f6-5c2b-4d79-a841-c4fe6f17646c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6903 | 2024.08.06 23:57:11.415492 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6904 | 2024.08.06 23:57:11.415561 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 6905 | 2024.08.06 23:57:11.415654 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 6906 | 2024.08.06 23:57:11.415675 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6907 | 2024.08.06 23:57:11.416506 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 22 rows starting from the beginning of the part | ||
| 6908 | 2024.08.06 23:57:11.416554 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6909 | 2024.08.06 23:57:11.417214 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 11 rows starting from the beginning of the part | ||
| 6910 | 2024.08.06 23:57:11.417708 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6911 | 2024.08.06 23:57:11.417795 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6912 | 2024.08.06 23:57:11.417831 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 22 rows starting from the beginning of the part | ||
| 6913 | 2024.08.06 23:57:11.418468 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 11 rows starting from the beginning of the part | ||
| 6914 | 2024.08.06 23:57:11.419078 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 22 rows starting from the beginning of the part | ||
| 6915 | 2024.08.06 23:57:11.419144 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6916 | 2024.08.06 23:57:11.420232 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6917 | 2024.08.06 23:57:11.420498 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00503 sec., 11928.429423459245 rows/sec., 823.19 KiB/sec. | ||
| 6918 | 2024.08.06 23:57:11.420864 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Debug> DynamicQueryHandler: Done processing query | ||
| 6919 | 2024.08.06 23:57:11.420919 [ 3 ] {b87fafb4-f8f5-4c03-b8a5-36010d6ff52c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 6920 | 2024.08.06 23:57:11.420958 [ 3 ] {} <Debug> HTTP-Session: 7d5823f6-5c2b-4d79-a841-c4fe6f17646c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6921 | 2024.08.06 23:57:11.423943 [ 189 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 19 columns (19 merged, 0 gathered) in 0.009849368 sec., 46703.5042248396 rows/sec., 83.69 MiB/sec. | ||
| 6922 | 2024.08.06 23:57:11.424483 [ 192 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6923 | 2024.08.06 23:57:11.425077 [ 192 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6924 | 2024.08.06 23:57:11.425156 [ 192 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6925 | 2024.08.06 23:57:11.425296 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.14 MiB. | ||
| 6926 | 2024.08.06 23:57:15.044684 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6927 | 2024.08.06 23:57:15.044780 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6928 | 2024.08.06 23:57:16.402938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6929 | 2024.08.06 23:57:16.403111 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6930 | 2024.08.06 23:57:16.403156 [ 3 ] {} <Debug> HTTP-Session: 5a126606-e14d-4520-9209-6c81201abe5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6931 | 2024.08.06 23:57:16.403199 [ 3 ] {} <Debug> HTTP-Session: 5a126606-e14d-4520-9209-6c81201abe5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6932 | 2024.08.06 23:57:16.403228 [ 3 ] {} <Debug> HTTP-Session: 5a126606-e14d-4520-9209-6c81201abe5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6933 | 2024.08.06 23:57:16.403311 [ 3 ] {} <Trace> HTTP-Session: 5a126606-e14d-4520-9209-6c81201abe5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.08.06 23:57:16.403607 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 6935 | 2024.08.06 23:57:16.403716 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 6936 | 2024.08.06 23:57:16.403950 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6937 | 2024.08.06 23:57:16.404432 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6938 | 2024.08.06 23:57:16.404475 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6939 | 2024.08.06 23:57:16.404850 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6940 | 2024.08.06 23:57:16.405196 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6941 | 2024.08.06 23:57:16.405372 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001855 sec., 9164.420485175202 rows/sec., 663.85 KiB/sec. | ||
| 6942 | 2024.08.06 23:57:16.405735 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Debug> DynamicQueryHandler: Done processing query | ||
| 6943 | 2024.08.06 23:57:16.405765 [ 3 ] {0b2c69f2-e458-49f2-97cd-d8d38c3c33af} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 6944 | 2024.08.06 23:57:16.405782 [ 3 ] {} <Debug> HTTP-Session: 5a126606-e14d-4520-9209-6c81201abe5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6945 | 2024.08.06 23:57:16.405994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6946 | 2024.08.06 23:57:16.406046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6947 | 2024.08.06 23:57:16.406066 [ 3 ] {} <Debug> HTTP-Session: 06af8462-2784-45e2-9a0d-3bbcccd519f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6948 | 2024.08.06 23:57:16.406083 [ 3 ] {} <Debug> HTTP-Session: 06af8462-2784-45e2-9a0d-3bbcccd519f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6949 | 2024.08.06 23:57:16.406097 [ 3 ] {} <Debug> HTTP-Session: 06af8462-2784-45e2-9a0d-3bbcccd519f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6950 | 2024.08.06 23:57:16.406128 [ 3 ] {} <Trace> HTTP-Session: 06af8462-2784-45e2-9a0d-3bbcccd519f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6951 | 2024.08.06 23:57:16.406279 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 6952 | 2024.08.06 23:57:16.406324 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6953 | 2024.08.06 23:57:16.406469 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6954 | 2024.08.06 23:57:16.406918 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6955 | 2024.08.06 23:57:16.406956 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6956 | 2024.08.06 23:57:16.407283 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6957 | 2024.08.06 23:57:16.407590 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6958 | 2024.08.06 23:57:16.407751 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001532 sec., 126631.85378590079 rows/sec., 11.18 MiB/sec. | ||
| 6959 | 2024.08.06 23:57:16.408076 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Debug> DynamicQueryHandler: Done processing query | ||
| 6960 | 2024.08.06 23:57:16.408108 [ 3 ] {33fe3307-b442-4d71-bf54-793536c82a32} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 6961 | 2024.08.06 23:57:16.408125 [ 3 ] {} <Debug> HTTP-Session: 06af8462-2784-45e2-9a0d-3bbcccd519f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6962 | 2024.08.06 23:57:16.408332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6963 | 2024.08.06 23:57:16.408382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6964 | 2024.08.06 23:57:16.408402 [ 3 ] {} <Debug> HTTP-Session: c9b961e7-aac2-4ff2-920d-4429000ce007 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6965 | 2024.08.06 23:57:16.408420 [ 3 ] {} <Debug> HTTP-Session: c9b961e7-aac2-4ff2-920d-4429000ce007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6966 | 2024.08.06 23:57:16.408434 [ 3 ] {} <Debug> HTTP-Session: c9b961e7-aac2-4ff2-920d-4429000ce007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6967 | 2024.08.06 23:57:16.408464 [ 3 ] {} <Trace> HTTP-Session: c9b961e7-aac2-4ff2-920d-4429000ce007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6968 | 2024.08.06 23:57:16.408675 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 6969 | 2024.08.06 23:57:16.408723 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6970 | 2024.08.06 23:57:16.408868 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6971 | 2024.08.06 23:57:16.409393 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6972 | 2024.08.06 23:57:16.409430 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6973 | 2024.08.06 23:57:16.409766 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6974 | 2024.08.06 23:57:16.410093 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6975 | 2024.08.06 23:57:16.410237 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001666 sec., 235894.35774309724 rows/sec., 16.62 MiB/sec. | ||
| 6976 | 2024.08.06 23:57:16.410549 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Debug> DynamicQueryHandler: Done processing query | ||
| 6977 | 2024.08.06 23:57:16.410577 [ 3 ] {db0da6f2-5efe-4049-90d0-f44aeb001385} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 6978 | 2024.08.06 23:57:16.410594 [ 3 ] {} <Debug> HTTP-Session: c9b961e7-aac2-4ff2-920d-4429000ce007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6979 | 2024.08.06 23:57:16.410794 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 6980 | 2024.08.06 23:57:16.410844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 6981 | 2024.08.06 23:57:16.410865 [ 3 ] {} <Debug> HTTP-Session: 9b2fbb4e-06fe-4cce-8ffa-33b08669402b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 6982 | 2024.08.06 23:57:16.410882 [ 3 ] {} <Debug> HTTP-Session: 9b2fbb4e-06fe-4cce-8ffa-33b08669402b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6983 | 2024.08.06 23:57:16.410895 [ 3 ] {} <Debug> HTTP-Session: 9b2fbb4e-06fe-4cce-8ffa-33b08669402b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 6984 | 2024.08.06 23:57:16.410926 [ 3 ] {} <Trace> HTTP-Session: 9b2fbb4e-06fe-4cce-8ffa-33b08669402b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6985 | 2024.08.06 23:57:16.411025 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 6986 | 2024.08.06 23:57:16.411072 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6987 | 2024.08.06 23:57:16.411220 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 6988 | 2024.08.06 23:57:16.411491 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6989 | 2024.08.06 23:57:16.411527 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6990 | 2024.08.06 23:57:16.411907 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6991 | 2024.08.06 23:57:16.412229 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6992 | 2024.08.06 23:57:16.412376 [ 101 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6993 | 2024.08.06 23:57:16.412385 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001379 sec., 4350.97897026831 rows/sec., 186.96 KiB/sec. | ||
| 6994 | 2024.08.06 23:57:16.412449 [ 101 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6995 | 2024.08.06 23:57:16.412508 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 6996 | 2024.08.06 23:57:16.412783 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Debug> DynamicQueryHandler: Done processing query | ||
| 6997 | 2024.08.06 23:57:16.412784 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 6998 | 2024.08.06 23:57:16.412860 [ 3 ] {a7a69fa3-9af2-40bb-b0ff-e972229fdbba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 6999 | 2024.08.06 23:57:16.412934 [ 3 ] {} <Debug> HTTP-Session: 9b2fbb4e-06fe-4cce-8ffa-33b08669402b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7000 | 2024.08.06 23:57:16.413127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7001 | 2024.08.06 23:57:16.413142 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7002 | 2024.08.06 23:57:16.413191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7003 | 2024.08.06 23:57:16.413192 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7004 | 2024.08.06 23:57:16.413217 [ 3 ] {} <Debug> HTTP-Session: 71e7e189-f9b4-4b68-be91-dc3b6924c1fc Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7005 | 2024.08.06 23:57:16.413235 [ 3 ] {} <Debug> HTTP-Session: 71e7e189-f9b4-4b68-be91-dc3b6924c1fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7006 | 2024.08.06 23:57:16.413254 [ 3 ] {} <Debug> HTTP-Session: 71e7e189-f9b4-4b68-be91-dc3b6924c1fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7007 | 2024.08.06 23:57:16.413301 [ 3 ] {} <Trace> HTTP-Session: 71e7e189-f9b4-4b68-be91-dc3b6924c1fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7008 | 2024.08.06 23:57:16.413353 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7009 | 2024.08.06 23:57:16.413499 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7010 | 2024.08.06 23:57:16.413613 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7011 | 2024.08.06 23:57:16.413882 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7012 | 2024.08.06 23:57:16.413929 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7013 | 2024.08.06 23:57:16.414161 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7014 | 2024.08.06 23:57:16.414366 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::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 | ||
| 7015 | 2024.08.06 23:57:16.414691 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7016 | 2024.08.06 23:57:16.415299 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7017 | 2024.08.06 23:57:16.415344 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7018 | 2024.08.06 23:57:16.415952 [ 189 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.003328544 sec., 28841.43938010133 rows/sec., 1.21 MiB/sec. | ||
| 7019 | 2024.08.06 23:57:16.415977 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 7020 | 2024.08.06 23:57:16.416213 [ 187 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7021 | 2024.08.06 23:57:16.416606 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7022 | 2024.08.06 23:57:16.416983 [ 101 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 7023 | 2024.08.06 23:57:16.417021 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003566 sec., 21592.821088053843 rows/sec., 1.33 MiB/sec. | ||
| 7024 | 2024.08.06 23:57:16.417127 [ 101 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7025 | 2024.08.06 23:57:16.417282 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7026 | 2024.08.06 23:57:16.417582 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Debug> DynamicQueryHandler: Done processing query | ||
| 7027 | 2024.08.06 23:57:16.417610 [ 187 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_16_3} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7028 | 2024.08.06 23:57:16.417709 [ 3 ] {06e4d943-9827-4d59-9cd7-88cbdb8d2506} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7029 | 2024.08.06 23:57:16.417881 [ 3 ] {} <Debug> HTTP-Session: 71e7e189-f9b4-4b68-be91-dc3b6924c1fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7030 | 2024.08.06 23:57:16.418073 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 7031 | 2024.08.06 23:57:16.418232 [ 187 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_16_3} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7032 | 2024.08.06 23:57:16.418362 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7033 | 2024.08.06 23:57:16.418747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7034 | 2024.08.06 23:57:16.418870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7035 | 2024.08.06 23:57:16.418923 [ 3 ] {} <Debug> HTTP-Session: d89c4217-2d24-403a-aff2-8edc5284b33e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7036 | 2024.08.06 23:57:16.418938 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7037 | 2024.08.06 23:57:16.418946 [ 3 ] {} <Debug> HTTP-Session: d89c4217-2d24-403a-aff2-8edc5284b33e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7038 | 2024.08.06 23:57:16.418970 [ 3 ] {} <Debug> HTTP-Session: d89c4217-2d24-403a-aff2-8edc5284b33e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7039 | 2024.08.06 23:57:16.418976 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
| 7040 | 2024.08.06 23:57:16.419014 [ 3 ] {} <Trace> HTTP-Session: d89c4217-2d24-403a-aff2-8edc5284b33e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7041 | 2024.08.06 23:57:16.419095 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
| 7042 | 2024.08.06 23:57:16.419324 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
| 7043 | 2024.08.06 23:57:16.419324 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7044 | 2024.08.06 23:57:16.419495 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7045 | 2024.08.06 23:57:16.419632 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
| 7046 | 2024.08.06 23:57:16.419842 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
| 7047 | 2024.08.06 23:57:16.420114 [ 186 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
| 7048 | 2024.08.06 23:57:16.420505 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7049 | 2024.08.06 23:57:16.421300 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7050 | 2024.08.06 23:57:16.421343 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7051 | 2024.08.06 23:57:16.421942 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7052 | 2024.08.06 23:57:16.422117 [ 189 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.004651823 sec., 264842.40694454627 rows/sec., 16.31 MiB/sec. | ||
| 7053 | 2024.08.06 23:57:16.422418 [ 189 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 7054 | 2024.08.06 23:57:16.422629 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7055 | 2024.08.06 23:57:16.422968 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003785 sec., 42272.12681638045 rows/sec., 2.94 MiB/sec. | ||
| 7056 | 2024.08.06 23:57:16.423782 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7057 | 2024.08.06 23:57:16.423833 [ 3 ] {b802bb27-315b-43e9-83fa-45349e7d49a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7058 | 2024.08.06 23:57:16.423884 [ 3 ] {} <Debug> HTTP-Session: d89c4217-2d24-403a-aff2-8edc5284b33e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7059 | 2024.08.06 23:57:16.423998 [ 189 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7060 | 2024.08.06 23:57:16.424072 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17635, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7061 | 2024.08.06 23:57:16.424134 [ 189 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 7062 | 2024.08.06 23:57:16.424151 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7063 | 2024.08.06 23:57:16.424187 [ 3 ] {} <Debug> HTTP-Session: 9da9f945-be51-4f0a-840d-1b16377f9c9a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7064 | 2024.08.06 23:57:16.424232 [ 3 ] {} <Debug> HTTP-Session: 9da9f945-be51-4f0a-840d-1b16377f9c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7065 | 2024.08.06 23:57:16.424279 [ 3 ] {} <Debug> HTTP-Session: 9da9f945-be51-4f0a-840d-1b16377f9c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7066 | 2024.08.06 23:57:16.424301 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 7067 | 2024.08.06 23:57:16.424346 [ 3 ] {} <Trace> HTTP-Session: 9da9f945-be51-4f0a-840d-1b16377f9c9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7068 | 2024.08.06 23:57:16.424565 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7069 | 2024.08.06 23:57:16.424633 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7070 | 2024.08.06 23:57:16.425061 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7071 | 2024.08.06 23:57:16.425595 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2024.08.06 23:57:16.425632 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7073 | 2024.08.06 23:57:16.426251 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7074 | 2024.08.06 23:57:16.426669 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2024.08.06 23:57:16.426856 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002397 sec., 4589.069670421361 rows/sec., 8.22 MiB/sec. | ||
| 7076 | 2024.08.06 23:57:16.427105 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Debug> DynamicQueryHandler: Done processing query | ||
| 7077 | 2024.08.06 23:57:16.427130 [ 3 ] {3ed78df1-7ee8-4341-8355-551881be2cdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7078 | 2024.08.06 23:57:16.427146 [ 3 ] {} <Debug> HTTP-Session: 9da9f945-be51-4f0a-840d-1b16377f9c9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7079 | 2024.08.06 23:57:16.427307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7080 | 2024.08.06 23:57:16.427358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7081 | 2024.08.06 23:57:16.427378 [ 3 ] {} <Debug> HTTP-Session: 463c327f-ecf2-4e36-9b3f-5646fdb15dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7082 | 2024.08.06 23:57:16.427395 [ 3 ] {} <Debug> HTTP-Session: 463c327f-ecf2-4e36-9b3f-5646fdb15dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7083 | 2024.08.06 23:57:16.427408 [ 3 ] {} <Debug> HTTP-Session: 463c327f-ecf2-4e36-9b3f-5646fdb15dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7084 | 2024.08.06 23:57:16.427439 [ 3 ] {} <Trace> HTTP-Session: 463c327f-ecf2-4e36-9b3f-5646fdb15dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7085 | 2024.08.06 23:57:16.427541 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7086 | 2024.08.06 23:57:16.427585 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7087 | 2024.08.06 23:57:16.427717 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7088 | 2024.08.06 23:57:16.427980 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7089 | 2024.08.06 23:57:16.428016 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7090 | 2024.08.06 23:57:16.428373 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7091 | 2024.08.06 23:57:16.428708 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7092 | 2024.08.06 23:57:16.428872 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001352 sec., 17011.834319526628 rows/sec., 920.22 KiB/sec. | ||
| 7093 | 2024.08.06 23:57:16.429176 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Debug> DynamicQueryHandler: Done processing query | ||
| 7094 | 2024.08.06 23:57:16.429201 [ 3 ] {c3695160-55a8-445f-a539-2f9177469c09} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7095 | 2024.08.06 23:57:16.429217 [ 3 ] {} <Debug> HTTP-Session: 463c327f-ecf2-4e36-9b3f-5646fdb15dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7096 | 2024.08.06 23:57:16.429349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7097 | 2024.08.06 23:57:16.429398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7098 | 2024.08.06 23:57:16.429417 [ 3 ] {} <Debug> HTTP-Session: 266d5da3-b022-445b-aade-a15b46984516 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7099 | 2024.08.06 23:57:16.429434 [ 3 ] {} <Debug> HTTP-Session: 266d5da3-b022-445b-aade-a15b46984516 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7100 | 2024.08.06 23:57:16.429448 [ 3 ] {} <Debug> HTTP-Session: 266d5da3-b022-445b-aade-a15b46984516 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7101 | 2024.08.06 23:57:16.429478 [ 3 ] {} <Trace> HTTP-Session: 266d5da3-b022-445b-aade-a15b46984516 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7102 | 2024.08.06 23:57:16.429593 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7103 | 2024.08.06 23:57:16.429638 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7104 | 2024.08.06 23:57:16.429792 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7105 | 2024.08.06 23:57:16.430082 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2024.08.06 23:57:16.430117 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7107 | 2024.08.06 23:57:16.430485 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7108 | 2024.08.06 23:57:16.430813 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2024.08.06 23:57:16.430970 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001406 sec., 42674.25320056899 rows/sec., 2.88 MiB/sec. | ||
| 7110 | 2024.08.06 23:57:16.431193 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Debug> DynamicQueryHandler: Done processing query | ||
| 7111 | 2024.08.06 23:57:16.431217 [ 3 ] {382bf012-1866-4c65-8fa0-2f8bb47457de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7112 | 2024.08.06 23:57:16.431233 [ 3 ] {} <Debug> HTTP-Session: 266d5da3-b022-445b-aade-a15b46984516 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7113 | 2024.08.06 23:57:21.397691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7114 | 2024.08.06 23:57:21.397842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7115 | 2024.08.06 23:57:21.397871 [ 3 ] {} <Debug> HTTP-Session: 1edc8e16-c245-4ff6-8376-3564b1351940 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7116 | 2024.08.06 23:57:21.397900 [ 3 ] {} <Debug> HTTP-Session: 1edc8e16-c245-4ff6-8376-3564b1351940 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7117 | 2024.08.06 23:57:21.397919 [ 3 ] {} <Debug> HTTP-Session: 1edc8e16-c245-4ff6-8376-3564b1351940 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7118 | 2024.08.06 23:57:21.397977 [ 3 ] {} <Trace> HTTP-Session: 1edc8e16-c245-4ff6-8376-3564b1351940 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7119 | 2024.08.06 23:57:21.398191 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7120 | 2024.08.06 23:57:21.398267 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7121 | 2024.08.06 23:57:21.398489 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7122 | 2024.08.06 23:57:21.398963 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7123 | 2024.08.06 23:57:21.399008 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7124 | 2024.08.06 23:57:21.399380 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 7125 | 2024.08.06 23:57:21.399723 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7126 | 2024.08.06 23:57:21.399887 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00176 sec., 12500 rows/sec., 1013.18 KiB/sec. | ||
| 7127 | 2024.08.06 23:57:21.400089 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Debug> DynamicQueryHandler: Done processing query | ||
| 7128 | 2024.08.06 23:57:21.400116 [ 3 ] {63e20912-eec7-4c1e-860b-749bc89b4d48} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7129 | 2024.08.06 23:57:21.400133 [ 3 ] {} <Debug> HTTP-Session: 1edc8e16-c245-4ff6-8376-3564b1351940 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7130 | 2024.08.06 23:57:21.400275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7131 | 2024.08.06 23:57:21.400323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7132 | 2024.08.06 23:57:21.400343 [ 3 ] {} <Debug> HTTP-Session: 2c05321b-e2c0-4097-855e-1f9a175ef140 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7133 | 2024.08.06 23:57:21.400360 [ 3 ] {} <Debug> HTTP-Session: 2c05321b-e2c0-4097-855e-1f9a175ef140 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7134 | 2024.08.06 23:57:21.400374 [ 3 ] {} <Debug> HTTP-Session: 2c05321b-e2c0-4097-855e-1f9a175ef140 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7135 | 2024.08.06 23:57:21.400405 [ 3 ] {} <Trace> HTTP-Session: 2c05321b-e2c0-4097-855e-1f9a175ef140 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7136 | 2024.08.06 23:57:21.400546 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7137 | 2024.08.06 23:57:21.400589 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7138 | 2024.08.06 23:57:21.400717 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7139 | 2024.08.06 23:57:21.401095 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7140 | 2024.08.06 23:57:21.401132 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7141 | 2024.08.06 23:57:21.401464 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7142 | 2024.08.06 23:57:21.401778 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7143 | 2024.08.06 23:57:21.401941 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001449 sec., 84195.9972394755 rows/sec., 6.97 MiB/sec. | ||
| 7144 | 2024.08.06 23:57:21.402207 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7145 | 2024.08.06 23:57:21.402268 [ 3 ] {4d64b212-51f6-421f-a2eb-4b00e54b8c0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7146 | 2024.08.06 23:57:21.402310 [ 3 ] {} <Debug> HTTP-Session: 2c05321b-e2c0-4097-855e-1f9a175ef140 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7147 | 2024.08.06 23:57:21.402470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7148 | 2024.08.06 23:57:21.402524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7149 | 2024.08.06 23:57:21.402544 [ 3 ] {} <Debug> HTTP-Session: d44a55f1-cc29-4a36-9871-96f46c25999f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7150 | 2024.08.06 23:57:21.402561 [ 3 ] {} <Debug> HTTP-Session: d44a55f1-cc29-4a36-9871-96f46c25999f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7151 | 2024.08.06 23:57:21.402575 [ 3 ] {} <Debug> HTTP-Session: d44a55f1-cc29-4a36-9871-96f46c25999f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7152 | 2024.08.06 23:57:21.402607 [ 3 ] {} <Trace> HTTP-Session: d44a55f1-cc29-4a36-9871-96f46c25999f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7153 | 2024.08.06 23:57:21.402733 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7154 | 2024.08.06 23:57:21.402777 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7155 | 2024.08.06 23:57:21.402925 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7156 | 2024.08.06 23:57:21.403256 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7157 | 2024.08.06 23:57:21.403294 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7158 | 2024.08.06 23:57:21.403614 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7159 | 2024.08.06 23:57:21.403923 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7160 | 2024.08.06 23:57:21.404079 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.00139 sec., 61870.503597122304 rows/sec., 4.83 MiB/sec. | ||
| 7161 | 2024.08.06 23:57:21.404236 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7162 | 2024.08.06 23:57:21.404261 [ 3 ] {049ca999-4d40-44d6-af21-91b1985b32a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7163 | 2024.08.06 23:57:21.404277 [ 3 ] {} <Debug> HTTP-Session: d44a55f1-cc29-4a36-9871-96f46c25999f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7164 | 2024.08.06 23:57:21.404420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7165 | 2024.08.06 23:57:21.404468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7166 | 2024.08.06 23:57:21.404490 [ 3 ] {} <Debug> HTTP-Session: 44db1e99-1940-419b-b81b-b63441124d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7167 | 2024.08.06 23:57:21.404506 [ 3 ] {} <Debug> HTTP-Session: 44db1e99-1940-419b-b81b-b63441124d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7168 | 2024.08.06 23:57:21.404520 [ 3 ] {} <Debug> HTTP-Session: 44db1e99-1940-419b-b81b-b63441124d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7169 | 2024.08.06 23:57:21.404550 [ 3 ] {} <Trace> HTTP-Session: 44db1e99-1940-419b-b81b-b63441124d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7170 | 2024.08.06 23:57:21.404691 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7171 | 2024.08.06 23:57:21.404738 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7172 | 2024.08.06 23:57:21.404888 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7173 | 2024.08.06 23:57:21.405268 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7174 | 2024.08.06 23:57:21.405306 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7175 | 2024.08.06 23:57:21.405701 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7176 | 2024.08.06 23:57:21.406044 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7177 | 2024.08.06 23:57:21.406207 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001565 sec., 102236.42172523962 rows/sec., 7.12 MiB/sec. | ||
| 7178 | 2024.08.06 23:57:21.406511 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7179 | 2024.08.06 23:57:21.406549 [ 3 ] {81a51d70-a52f-48cb-9720-7bc2f51e203d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7180 | 2024.08.06 23:57:21.406566 [ 3 ] {} <Debug> HTTP-Session: 44db1e99-1940-419b-b81b-b63441124d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7181 | 2024.08.06 23:57:21.406720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35554, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7182 | 2024.08.06 23:57:21.406771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7183 | 2024.08.06 23:57:21.406790 [ 3 ] {} <Debug> HTTP-Session: b7727844-cd47-4c17-a200-d0b0ca7fc692 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7184 | 2024.08.06 23:57:21.406807 [ 3 ] {} <Debug> HTTP-Session: b7727844-cd47-4c17-a200-d0b0ca7fc692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7185 | 2024.08.06 23:57:21.406820 [ 3 ] {} <Debug> HTTP-Session: b7727844-cd47-4c17-a200-d0b0ca7fc692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7186 | 2024.08.06 23:57:21.406852 [ 3 ] {} <Trace> HTTP-Session: b7727844-cd47-4c17-a200-d0b0ca7fc692 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7187 | 2024.08.06 23:57:21.407117 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7188 | 2024.08.06 23:57:21.407190 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7189 | 2024.08.06 23:57:21.407629 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7190 | 2024.08.06 23:57:21.408314 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2024.08.06 23:57:21.408352 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7192 | 2024.08.06 23:57:21.408990 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7193 | 2024.08.06 23:57:21.409404 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2024.08.06 23:57:21.409592 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002653 sec., 8292.499057670562 rows/sec., 14.86 MiB/sec. | ||
| 7195 | 2024.08.06 23:57:21.409824 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7196 | 2024.08.06 23:57:21.409849 [ 3 ] {65710a4f-850f-4b5e-8ec1-7a18d2b021c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 7197 | 2024.08.06 23:57:21.409866 [ 3 ] {} <Debug> HTTP-Session: b7727844-cd47-4c17-a200-d0b0ca7fc692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7198 | 2024.08.06 23:57:21.409993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7199 | 2024.08.06 23:57:21.410042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7200 | 2024.08.06 23:57:21.410063 [ 3 ] {} <Debug> HTTP-Session: 1a85d894-59f3-4c38-a198-9f1dfee4dce0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7201 | 2024.08.06 23:57:21.410080 [ 3 ] {} <Debug> HTTP-Session: 1a85d894-59f3-4c38-a198-9f1dfee4dce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7202 | 2024.08.06 23:57:21.410094 [ 3 ] {} <Debug> HTTP-Session: 1a85d894-59f3-4c38-a198-9f1dfee4dce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7203 | 2024.08.06 23:57:21.410124 [ 3 ] {} <Trace> HTTP-Session: 1a85d894-59f3-4c38-a198-9f1dfee4dce0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7204 | 2024.08.06 23:57:21.410243 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7205 | 2024.08.06 23:57:21.410288 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7206 | 2024.08.06 23:57:21.410418 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7207 | 2024.08.06 23:57:21.410723 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7208 | 2024.08.06 23:57:21.410792 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
| 7209 | 2024.08.06 23:57:21.411164 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7210 | 2024.08.06 23:57:21.411502 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7211 | 2024.08.06 23:57:21.411665 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001458 sec., 41152.26337448559 rows/sec., 2.77 MiB/sec. | ||
| 7212 | 2024.08.06 23:57:21.411839 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7213 | 2024.08.06 23:57:21.411865 [ 3 ] {f0428367-f7d6-4958-93a6-c7449216935c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7214 | 2024.08.06 23:57:21.411880 [ 3 ] {} <Debug> HTTP-Session: 1a85d894-59f3-4c38-a198-9f1dfee4dce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7215 | 2024.08.06 23:57:25.911821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7216 | 2024.08.06 23:57:25.911948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7217 | 2024.08.06 23:57:25.911973 [ 3 ] {} <Debug> HTTP-Session: ac9cd2a8-e891-4174-8fc6-98ec97000fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7218 | 2024.08.06 23:57:25.912023 [ 3 ] {} <Debug> HTTP-Session: ac9cd2a8-e891-4174-8fc6-98ec97000fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7219 | 2024.08.06 23:57:25.912038 [ 3 ] {} <Debug> HTTP-Session: ac9cd2a8-e891-4174-8fc6-98ec97000fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7220 | 2024.08.06 23:57:25.912088 [ 3 ] {} <Trace> HTTP-Session: ac9cd2a8-e891-4174-8fc6-98ec97000fb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7221 | 2024.08.06 23:57:25.912273 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7222 | 2024.08.06 23:57:25.912340 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7223 | 2024.08.06 23:57:25.912533 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7224 | 2024.08.06 23:57:25.912969 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7225 | 2024.08.06 23:57:25.913010 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7226 | 2024.08.06 23:57:25.913376 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 7227 | 2024.08.06 23:57:25.913723 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7228 | 2024.08.06 23:57:25.913894 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001676 sec., 10143.198090692124 rows/sec., 734.75 KiB/sec. | ||
| 7229 | 2024.08.06 23:57:25.914176 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7230 | 2024.08.06 23:57:25.914218 [ 3 ] {6ffbce9f-db65-4d43-9151-f754240b31d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7231 | 2024.08.06 23:57:25.914241 [ 3 ] {} <Debug> HTTP-Session: ac9cd2a8-e891-4174-8fc6-98ec97000fb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7232 | 2024.08.06 23:57:25.914370 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7233 | 2024.08.06 23:57:25.914423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7234 | 2024.08.06 23:57:25.914444 [ 3 ] {} <Debug> HTTP-Session: b6057863-6b2e-4529-888d-304ebb7a66d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7235 | 2024.08.06 23:57:25.914460 [ 3 ] {} <Debug> HTTP-Session: b6057863-6b2e-4529-888d-304ebb7a66d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7236 | 2024.08.06 23:57:25.914474 [ 3 ] {} <Debug> HTTP-Session: b6057863-6b2e-4529-888d-304ebb7a66d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7237 | 2024.08.06 23:57:25.914505 [ 3 ] {} <Trace> HTTP-Session: b6057863-6b2e-4529-888d-304ebb7a66d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7238 | 2024.08.06 23:57:25.914606 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7239 | 2024.08.06 23:57:25.914653 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7240 | 2024.08.06 23:57:25.914805 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7241 | 2024.08.06 23:57:25.915110 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7242 | 2024.08.06 23:57:25.915147 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7243 | 2024.08.06 23:57:25.915448 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7244 | 2024.08.06 23:57:25.915752 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7245 | 2024.08.06 23:57:25.915913 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 245.80 KiB/sec. | ||
| 7246 | 2024.08.06 23:57:25.916084 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Debug> DynamicQueryHandler: Done processing query | ||
| 7247 | 2024.08.06 23:57:25.916107 [ 3 ] {4b3f6062-26bc-43fd-b6a2-7eb924e13f3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7248 | 2024.08.06 23:57:25.916123 [ 3 ] {} <Debug> HTTP-Session: b6057863-6b2e-4529-888d-304ebb7a66d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7249 | 2024.08.06 23:57:25.916437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 195083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7250 | 2024.08.06 23:57:25.916488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7251 | 2024.08.06 23:57:25.916509 [ 3 ] {} <Debug> HTTP-Session: 12e7b4ef-8cc2-4c26-8d41-f6c53e378db6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7252 | 2024.08.06 23:57:25.916525 [ 3 ] {} <Debug> HTTP-Session: 12e7b4ef-8cc2-4c26-8d41-f6c53e378db6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7253 | 2024.08.06 23:57:25.916539 [ 3 ] {} <Debug> HTTP-Session: 12e7b4ef-8cc2-4c26-8d41-f6c53e378db6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7254 | 2024.08.06 23:57:25.916570 [ 3 ] {} <Trace> HTTP-Session: 12e7b4ef-8cc2-4c26-8d41-f6c53e378db6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7255 | 2024.08.06 23:57:25.917230 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7256 | 2024.08.06 23:57:25.917276 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7257 | 2024.08.06 23:57:25.917404 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7258 | 2024.08.06 23:57:25.918589 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7259 | 2024.08.06 23:57:25.918627 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7260 | 2024.08.06 23:57:25.919022 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7261 | 2024.08.06 23:57:25.919334 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7262 | 2024.08.06 23:57:25.919498 [ 84 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7263 | 2024.08.06 23:57:25.919501 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Debug> executeQuery: Read 1336 rows, 114.25 KiB in 0.002779 sec., 480748.47067290393 rows/sec., 40.15 MiB/sec. | ||
| 7264 | 2024.08.06 23:57:25.919586 [ 84 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7265 | 2024.08.06 23:57:25.919645 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7266 | 2024.08.06 23:57:25.919802 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 7267 | 2024.08.06 23:57:25.919813 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Debug> DynamicQueryHandler: Done processing query | ||
| 7268 | 2024.08.06 23:57:25.919853 [ 3 ] {e371af69-e333-4312-a019-71aa02b11405} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 7269 | 2024.08.06 23:57:25.919875 [ 3 ] {} <Debug> HTTP-Session: 12e7b4ef-8cc2-4c26-8d41-f6c53e378db6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7270 | 2024.08.06 23:57:25.919944 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7271 | 2024.08.06 23:57:25.919976 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1408 rows starting from the beginning of the part | ||
| 7272 | 2024.08.06 23:57:25.920044 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 195 rows starting from the beginning of the part | ||
| 7273 | 2024.08.06 23:57:25.920118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7274 | 2024.08.06 23:57:25.920374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7275 | 2024.08.06 23:57:25.920385 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 122 rows starting from the beginning of the part | ||
| 7276 | 2024.08.06 23:57:25.920493 [ 3 ] {} <Debug> HTTP-Session: 80bac565-1f51-4d4a-9568-b582fceb5304 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7277 | 2024.08.06 23:57:25.920576 [ 3 ] {} <Debug> HTTP-Session: 80bac565-1f51-4d4a-9568-b582fceb5304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7278 | 2024.08.06 23:57:25.920655 [ 3 ] {} <Debug> HTTP-Session: 80bac565-1f51-4d4a-9568-b582fceb5304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7279 | 2024.08.06 23:57:25.920729 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 194 rows starting from the beginning of the part | ||
| 7280 | 2024.08.06 23:57:25.920784 [ 3 ] {} <Trace> HTTP-Session: 80bac565-1f51-4d4a-9568-b582fceb5304 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7281 | 2024.08.06 23:57:25.921028 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 122 rows starting from the beginning of the part | ||
| 7282 | 2024.08.06 23:57:25.921098 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7283 | 2024.08.06 23:57:25.921293 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7284 | 2024.08.06 23:57:25.921331 [ 186 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1336 rows starting from the beginning of the part | ||
| 7285 | 2024.08.06 23:57:25.922016 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7286 | 2024.08.06 23:57:25.922461 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7287 | 2024.08.06 23:57:25.922506 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7288 | 2024.08.06 23:57:25.923065 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 7289 | 2024.08.06 23:57:25.923508 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7290 | 2024.08.06 23:57:25.923692 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.002695 sec., 1484.2300556586272 rows/sec., 103.64 KiB/sec. | ||
| 7291 | 2024.08.06 23:57:25.924693 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Debug> DynamicQueryHandler: Done processing query | ||
| 7292 | 2024.08.06 23:57:25.924724 [ 3 ] {45f13615-e402-43e0-b6eb-fdca3956f776} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7293 | 2024.08.06 23:57:25.924731 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3377 rows, containing 4 columns (4 merged, 0 gathered) in 0.00498697 sec., 677164.6911852286 rows/sec., 56.93 MiB/sec. | ||
| 7294 | 2024.08.06 23:57:25.924755 [ 3 ] {} <Debug> HTTP-Session: 80bac565-1f51-4d4a-9568-b582fceb5304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7295 | 2024.08.06 23:57:25.925010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7296 | 2024.08.06 23:57:25.925080 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7297 | 2024.08.06 23:57:25.925096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7298 | 2024.08.06 23:57:25.925157 [ 3 ] {} <Debug> HTTP-Session: a2e5bcb0-d13b-4524-9fb3-857d6f27adbd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7299 | 2024.08.06 23:57:25.925210 [ 3 ] {} <Debug> HTTP-Session: a2e5bcb0-d13b-4524-9fb3-857d6f27adbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7300 | 2024.08.06 23:57:25.925233 [ 3 ] {} <Debug> HTTP-Session: a2e5bcb0-d13b-4524-9fb3-857d6f27adbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7301 | 2024.08.06 23:57:25.925266 [ 3 ] {} <Trace> HTTP-Session: a2e5bcb0-d13b-4524-9fb3-857d6f27adbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7302 | 2024.08.06 23:57:25.925628 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 7303 | 2024.08.06 23:57:25.925693 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7304 | 2024.08.06 23:57:25.925956 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7305 | 2024.08.06 23:57:25.926050 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7306 | 2024.08.06 23:57:25.926185 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_36_7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7307 | 2024.08.06 23:57:25.926308 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 7308 | 2024.08.06 23:57:25.926604 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7309 | 2024.08.06 23:57:25.926647 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7310 | 2024.08.06 23:57:25.926996 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 7311 | 2024.08.06 23:57:25.927319 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7312 | 2024.08.06 23:57:25.927473 [ 84 ] {} <Debug> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 7313 | 2024.08.06 23:57:25.927483 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002016 sec., 113095.23809523809 rows/sec., 7.66 MiB/sec. | ||
| 7314 | 2024.08.06 23:57:25.927520 [ 84 ] {} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7315 | 2024.08.06 23:57:25.927595 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7316 | 2024.08.06 23:57:25.927834 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 7317 | 2024.08.06 23:57:25.927911 [ 3 ] {c6cf618b-64ee-4f4e-a9f2-9d1fa1a91b4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 7318 | 2024.08.06 23:57:25.927906 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::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 | ||
| 7319 | 2024.08.06 23:57:25.927968 [ 3 ] {} <Debug> HTTP-Session: a2e5bcb0-d13b-4524-9fb3-857d6f27adbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7320 | 2024.08.06 23:57:25.928160 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7321 | 2024.08.06 23:57:25.928195 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 7322 | 2024.08.06 23:57:25.928313 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 7323 | 2024.08.06 23:57:25.928389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 139093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7324 | 2024.08.06 23:57:25.928558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7325 | 2024.08.06 23:57:25.928672 [ 3 ] {} <Debug> HTTP-Session: cdb36269-1f2c-475f-bd35-1c97f52faa5f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7326 | 2024.08.06 23:57:25.928678 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
| 7327 | 2024.08.06 23:57:25.928734 [ 3 ] {} <Debug> HTTP-Session: cdb36269-1f2c-475f-bd35-1c97f52faa5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7328 | 2024.08.06 23:57:25.928794 [ 3 ] {} <Debug> HTTP-Session: cdb36269-1f2c-475f-bd35-1c97f52faa5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7329 | 2024.08.06 23:57:25.928957 [ 3 ] {} <Trace> HTTP-Session: cdb36269-1f2c-475f-bd35-1c97f52faa5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7330 | 2024.08.06 23:57:25.929029 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
| 7331 | 2024.08.06 23:57:25.929256 [ 186 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 7332 | 2024.08.06 23:57:25.929513 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7333 | 2024.08.06 23:57:25.929658 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7334 | 2024.08.06 23:57:25.929927 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7335 | 2024.08.06 23:57:25.930969 [ 197 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.003256972 sec., 350018.36061224964 rows/sec., 22.38 MiB/sec. | ||
| 7336 | 2024.08.06 23:57:25.930983 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7337 | 2024.08.06 23:57:25.931051 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7338 | 2024.08.06 23:57:25.931194 [ 197 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 7339 | 2024.08.06 23:57:25.931998 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7340 | 2024.08.06 23:57:25.932051 [ 197 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7341 | 2024.08.06 23:57:25.932241 [ 197 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_5_1} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 7342 | 2024.08.06 23:57:25.932439 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 7343 | 2024.08.06 23:57:25.932623 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7344 | 2024.08.06 23:57:25.932802 [ 84 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7345 | 2024.08.06 23:57:25.932812 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Debug> executeQuery: Read 853 rows, 62.97 KiB in 0.003628 sec., 235115.76626240351 rows/sec., 16.95 MiB/sec. | ||
| 7346 | 2024.08.06 23:57:25.932848 [ 84 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7347 | 2024.08.06 23:57:25.932936 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7348 | 2024.08.06 23:57:25.933158 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Debug> DynamicQueryHandler: Done processing query | ||
| 7349 | 2024.08.06 23:57:25.933166 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 7350 | 2024.08.06 23:57:25.933192 [ 3 ] {67811da7-a858-4488-a6db-3b7e348f9e58} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 7351 | 2024.08.06 23:57:25.933250 [ 3 ] {} <Debug> HTTP-Session: cdb36269-1f2c-475f-bd35-1c97f52faa5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7352 | 2024.08.06 23:57:25.933381 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7353 | 2024.08.06 23:57:25.933421 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 905 rows starting from the beginning of the part | ||
| 7354 | 2024.08.06 23:57:25.933528 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 395 rows starting from the beginning of the part | ||
| 7355 | 2024.08.06 23:57:25.933797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7356 | 2024.08.06 23:57:25.933827 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 86 rows starting from the beginning of the part | ||
| 7357 | 2024.08.06 23:57:25.933977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7358 | 2024.08.06 23:57:25.934083 [ 3 ] {} <Debug> HTTP-Session: fe0d164d-e955-4cf2-9e48-2a5940b0cb90 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7359 | 2024.08.06 23:57:25.934133 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 393 rows starting from the beginning of the part | ||
| 7360 | 2024.08.06 23:57:25.934150 [ 3 ] {} <Debug> HTTP-Session: fe0d164d-e955-4cf2-9e48-2a5940b0cb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7361 | 2024.08.06 23:57:25.934217 [ 3 ] {} <Debug> HTTP-Session: fe0d164d-e955-4cf2-9e48-2a5940b0cb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7362 | 2024.08.06 23:57:25.934344 [ 3 ] {} <Trace> HTTP-Session: fe0d164d-e955-4cf2-9e48-2a5940b0cb90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7363 | 2024.08.06 23:57:25.934411 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 86 rows starting from the beginning of the part | ||
| 7364 | 2024.08.06 23:57:25.934673 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 853 rows starting from the beginning of the part | ||
| 7365 | 2024.08.06 23:57:25.934691 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7366 | 2024.08.06 23:57:25.934916 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7367 | 2024.08.06 23:57:25.935415 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7368 | 2024.08.06 23:57:25.936043 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2024.08.06 23:57:25.936116 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7370 | 2024.08.06 23:57:25.937155 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7371 | 2024.08.06 23:57:25.937603 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2024.08.06 23:57:25.937879 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003333 sec., 1800.1800180018001 rows/sec., 77.35 KiB/sec. | ||
| 7373 | 2024.08.06 23:57:25.938307 [ 191 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2718 rows, containing 4 columns (4 merged, 0 gathered) in 0.005245596 sec., 518148.9386525382 rows/sec., 37.37 MiB/sec. | ||
| 7374 | 2024.08.06 23:57:25.938385 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7375 | 2024.08.06 23:57:25.938415 [ 3 ] {99e442bf-98bc-4fa4-ae4a-f54c98484c2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7376 | 2024.08.06 23:57:25.938438 [ 3 ] {} <Debug> HTTP-Session: fe0d164d-e955-4cf2-9e48-2a5940b0cb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7377 | 2024.08.06 23:57:25.938528 [ 186 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7378 | 2024.08.06 23:57:25.938587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7379 | 2024.08.06 23:57:25.938642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7380 | 2024.08.06 23:57:25.938664 [ 3 ] {} <Debug> HTTP-Session: ff7cfa39-6cad-45b8-b3db-5789bf2f4792 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7381 | 2024.08.06 23:57:25.938684 [ 3 ] {} <Debug> HTTP-Session: ff7cfa39-6cad-45b8-b3db-5789bf2f4792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7382 | 2024.08.06 23:57:25.938707 [ 3 ] {} <Debug> HTTP-Session: ff7cfa39-6cad-45b8-b3db-5789bf2f4792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7383 | 2024.08.06 23:57:25.938767 [ 3 ] {} <Trace> HTTP-Session: ff7cfa39-6cad-45b8-b3db-5789bf2f4792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7384 | 2024.08.06 23:57:25.938961 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7385 | 2024.08.06 23:57:25.939012 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7386 | 2024.08.06 23:57:25.939085 [ 186 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7387 | 2024.08.06 23:57:25.939226 [ 186 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_36_7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7388 | 2024.08.06 23:57:25.939264 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7389 | 2024.08.06 23:57:25.939333 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 7390 | 2024.08.06 23:57:25.939646 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7391 | 2024.08.06 23:57:25.939684 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7392 | 2024.08.06 23:57:25.940053 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 7393 | 2024.08.06 23:57:25.940396 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7394 | 2024.08.06 23:57:25.940560 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001677 sec., 45915.324985092426 rows/sec., 2.83 MiB/sec. | ||
| 7395 | 2024.08.06 23:57:25.940736 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7396 | 2024.08.06 23:57:25.940760 [ 3 ] {0898be57-420d-4f69-9ee9-31a149a5495b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7397 | 2024.08.06 23:57:25.940776 [ 3 ] {} <Debug> HTTP-Session: ff7cfa39-6cad-45b8-b3db-5789bf2f4792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7398 | 2024.08.06 23:57:25.941035 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160648, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7399 | 2024.08.06 23:57:25.941083 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7400 | 2024.08.06 23:57:25.941102 [ 3 ] {} <Debug> HTTP-Session: 734cb35b-f2b9-4812-bb99-0742217bbde2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7401 | 2024.08.06 23:57:25.941118 [ 3 ] {} <Debug> HTTP-Session: 734cb35b-f2b9-4812-bb99-0742217bbde2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7402 | 2024.08.06 23:57:25.941132 [ 3 ] {} <Debug> HTTP-Session: 734cb35b-f2b9-4812-bb99-0742217bbde2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7403 | 2024.08.06 23:57:25.941162 [ 3 ] {} <Trace> HTTP-Session: 734cb35b-f2b9-4812-bb99-0742217bbde2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7404 | 2024.08.06 23:57:25.941713 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7405 | 2024.08.06 23:57:25.941758 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7406 | 2024.08.06 23:57:25.941904 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7407 | 2024.08.06 23:57:25.942670 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7408 | 2024.08.06 23:57:25.942708 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7409 | 2024.08.06 23:57:25.943128 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7410 | 2024.08.06 23:57:25.943468 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7411 | 2024.08.06 23:57:25.943627 [ 84 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7412 | 2024.08.06 23:57:25.943634 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002306 sec., 366869.03729401564 rows/sec., 24.69 MiB/sec. | ||
| 7413 | 2024.08.06 23:57:25.943671 [ 84 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2024.08.06 23:57:25.943734 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7415 | 2024.08.06 23:57:25.944081 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 7416 | 2024.08.06 23:57:25.944088 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Debug> DynamicQueryHandler: Done processing query | ||
| 7417 | 2024.08.06 23:57:25.944195 [ 3 ] {3cbf8c66-288a-4ecc-96b2-d9780559dc28} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 7418 | 2024.08.06 23:57:25.944305 [ 3 ] {} <Debug> HTTP-Session: 734cb35b-f2b9-4812-bb99-0742217bbde2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7419 | 2024.08.06 23:57:25.944648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17638, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7420 | 2024.08.06 23:57:25.944670 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7421 | 2024.08.06 23:57:25.944745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7422 | 2024.08.06 23:57:25.944752 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8467 rows starting from the beginning of the part | ||
| 7423 | 2024.08.06 23:57:25.944786 [ 3 ] {} <Debug> HTTP-Session: 191f37c4-a874-443e-af39-bd53b41a8667 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7424 | 2024.08.06 23:57:25.944829 [ 3 ] {} <Debug> HTTP-Session: 191f37c4-a874-443e-af39-bd53b41a8667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7425 | 2024.08.06 23:57:25.944875 [ 3 ] {} <Debug> HTTP-Session: 191f37c4-a874-443e-af39-bd53b41a8667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7426 | 2024.08.06 23:57:25.945006 [ 3 ] {} <Trace> HTTP-Session: 191f37c4-a874-443e-af39-bd53b41a8667 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7427 | 2024.08.06 23:57:25.945068 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 161 rows starting from the beginning of the part | ||
| 7428 | 2024.08.06 23:57:25.945359 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
| 7429 | 2024.08.06 23:57:25.945387 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7430 | 2024.08.06 23:57:25.945723 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7431 | 2024.08.06 23:57:25.945742 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 7432 | 2024.08.06 23:57:25.946147 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
| 7433 | 2024.08.06 23:57:25.946504 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 846 rows starting from the beginning of the part | ||
| 7434 | 2024.08.06 23:57:25.948151 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7435 | 2024.08.06 23:57:25.949365 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7436 | 2024.08.06 23:57:25.949452 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7437 | 2024.08.06 23:57:25.951514 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7438 | 2024.08.06 23:57:25.952280 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7439 | 2024.08.06 23:57:25.952592 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.007412 sec., 1484.0798704803021 rows/sec., 2.66 MiB/sec. | ||
| 7440 | 2024.08.06 23:57:25.952890 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Debug> DynamicQueryHandler: Done processing query | ||
| 7441 | 2024.08.06 23:57:25.952917 [ 3 ] {503962d7-9c76-4d8f-8d2c-ab0f6222a683} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7442 | 2024.08.06 23:57:25.952936 [ 3 ] {} <Debug> HTTP-Session: 191f37c4-a874-443e-af39-bd53b41a8667 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7443 | 2024.08.06 23:57:25.953093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7444 | 2024.08.06 23:57:25.953152 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7445 | 2024.08.06 23:57:25.953178 [ 3 ] {} <Debug> HTTP-Session: df795c32-be23-4e59-a6bf-bb1122e0672b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7446 | 2024.08.06 23:57:25.953196 [ 3 ] {} <Debug> HTTP-Session: df795c32-be23-4e59-a6bf-bb1122e0672b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7447 | 2024.08.06 23:57:25.953211 [ 3 ] {} <Debug> HTTP-Session: df795c32-be23-4e59-a6bf-bb1122e0672b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7448 | 2024.08.06 23:57:25.953243 [ 3 ] {} <Trace> HTTP-Session: df795c32-be23-4e59-a6bf-bb1122e0672b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7449 | 2024.08.06 23:57:25.953351 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7450 | 2024.08.06 23:57:25.953400 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7451 | 2024.08.06 23:57:25.953869 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7452 | 2024.08.06 23:57:25.954160 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9954 rows, containing 5 columns (5 merged, 0 gathered) in 0.010314208 sec., 965076.5235682662 rows/sec., 65.81 MiB/sec. | ||
| 7453 | 2024.08.06 23:57:25.954450 [ 191 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7454 | 2024.08.06 23:57:25.954512 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7455 | 2024.08.06 23:57:25.954589 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7456 | 2024.08.06 23:57:25.955523 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7457 | 2024.08.06 23:57:25.955526 [ 191 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7458 | 2024.08.06 23:57:25.955712 [ 191 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7459 | 2024.08.06 23:57:25.955959 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. | ||
| 7460 | 2024.08.06 23:57:25.956186 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7461 | 2024.08.06 23:57:25.956389 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003064 sec., 7506.527415143603 rows/sec., 406.05 KiB/sec. | ||
| 7462 | 2024.08.06 23:57:25.956609 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Debug> DynamicQueryHandler: Done processing query | ||
| 7463 | 2024.08.06 23:57:25.956636 [ 3 ] {58cb342a-761e-4635-9e97-47354ea15277} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7464 | 2024.08.06 23:57:25.956653 [ 3 ] {} <Debug> HTTP-Session: df795c32-be23-4e59-a6bf-bb1122e0672b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7465 | 2024.08.06 23:57:25.956802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7466 | 2024.08.06 23:57:25.956852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7467 | 2024.08.06 23:57:25.956873 [ 3 ] {} <Debug> HTTP-Session: 898cd832-571e-4fe3-8e81-7a443e18ea21 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7468 | 2024.08.06 23:57:25.956891 [ 3 ] {} <Debug> HTTP-Session: 898cd832-571e-4fe3-8e81-7a443e18ea21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7469 | 2024.08.06 23:57:25.956905 [ 3 ] {} <Debug> HTTP-Session: 898cd832-571e-4fe3-8e81-7a443e18ea21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7470 | 2024.08.06 23:57:25.956936 [ 3 ] {} <Trace> HTTP-Session: 898cd832-571e-4fe3-8e81-7a443e18ea21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7471 | 2024.08.06 23:57:25.957079 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7472 | 2024.08.06 23:57:25.957129 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7473 | 2024.08.06 23:57:25.957265 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7474 | 2024.08.06 23:57:25.957569 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7475 | 2024.08.06 23:57:25.957607 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7476 | 2024.08.06 23:57:25.957992 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7477 | 2024.08.06 23:57:25.958329 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7478 | 2024.08.06 23:57:25.958489 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 7479 | 2024.08.06 23:57:25.958498 [ 84 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7480 | 2024.08.06 23:57:25.958578 [ 84 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7481 | 2024.08.06 23:57:25.958627 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7482 | 2024.08.06 23:57:25.958769 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7483 | 2024.08.06 23:57:25.958783 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 7484 | 2024.08.06 23:57:25.958807 [ 3 ] {07ecdf93-d7ee-44e5-ad28-855aa393ea6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7485 | 2024.08.06 23:57:25.958851 [ 3 ] {} <Debug> HTTP-Session: 898cd832-571e-4fe3-8e81-7a443e18ea21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7486 | 2024.08.06 23:57:25.958983 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7487 | 2024.08.06 23:57:25.959023 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1564 rows starting from the beginning of the part | ||
| 7488 | 2024.08.06 23:57:25.959132 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 7489 | 2024.08.06 23:57:25.959339 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
| 7490 | 2024.08.06 23:57:25.959517 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 7491 | 2024.08.06 23:57:25.959694 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
| 7492 | 2024.08.06 23:57:25.959806 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 7493 | 2024.08.06 23:57:25.961224 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.002528505 sec., 737194.5082173063 rows/sec., 49.59 MiB/sec. | ||
| 7494 | 2024.08.06 23:57:25.961469 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7495 | 2024.08.06 23:57:25.961930 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7496 | 2024.08.06 23:57:25.962023 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_36_7} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7497 | 2024.08.06 23:57:25.962116 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 7498 | 2024.08.06 23:57:26.000154 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 190.90 MiB, peak 199.73 MiB, free memory in arenas 0.00 B, will set to 192.07 MiB (RSS), difference: 1.17 MiB | ||
| 7499 | 2024.08.06 23:57:30.044853 [ 79 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7500 | 2024.08.06 23:57:30.044949 [ 79 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7501 | 2024.08.06 23:57:31.398985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7502 | 2024.08.06 23:57:31.399113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7503 | 2024.08.06 23:57:31.399142 [ 3 ] {} <Debug> HTTP-Session: 031e0ed6-6bc1-40ed-baf7-32759d0164aa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7504 | 2024.08.06 23:57:31.399172 [ 3 ] {} <Debug> HTTP-Session: 031e0ed6-6bc1-40ed-baf7-32759d0164aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7505 | 2024.08.06 23:57:31.399190 [ 3 ] {} <Debug> HTTP-Session: 031e0ed6-6bc1-40ed-baf7-32759d0164aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7506 | 2024.08.06 23:57:31.399246 [ 3 ] {} <Trace> HTTP-Session: 031e0ed6-6bc1-40ed-baf7-32759d0164aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7507 | 2024.08.06 23:57:31.399453 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7508 | 2024.08.06 23:57:31.399520 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7509 | 2024.08.06 23:57:31.399714 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7510 | 2024.08.06 23:57:31.400146 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7511 | 2024.08.06 23:57:31.400188 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7512 | 2024.08.06 23:57:31.400552 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 7513 | 2024.08.06 23:57:31.400890 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7514 | 2024.08.06 23:57:31.401045 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001647 sec., 13357.619914996963 rows/sec., 1.06 MiB/sec. | ||
| 7515 | 2024.08.06 23:57:31.401359 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Debug> DynamicQueryHandler: Done processing query | ||
| 7516 | 2024.08.06 23:57:31.401415 [ 3 ] {8addef03-5e0a-47b9-b926-2a8c89caea06} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7517 | 2024.08.06 23:57:31.401450 [ 3 ] {} <Debug> HTTP-Session: 031e0ed6-6bc1-40ed-baf7-32759d0164aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7518 | 2024.08.06 23:57:31.401594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7519 | 2024.08.06 23:57:31.401644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7520 | 2024.08.06 23:57:31.401663 [ 3 ] {} <Debug> HTTP-Session: 2a589621-a956-4a1e-affb-501720af39d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7521 | 2024.08.06 23:57:31.401681 [ 3 ] {} <Debug> HTTP-Session: 2a589621-a956-4a1e-affb-501720af39d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7522 | 2024.08.06 23:57:31.401695 [ 3 ] {} <Debug> HTTP-Session: 2a589621-a956-4a1e-affb-501720af39d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7523 | 2024.08.06 23:57:31.401727 [ 3 ] {} <Trace> HTTP-Session: 2a589621-a956-4a1e-affb-501720af39d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7524 | 2024.08.06 23:57:31.401823 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7525 | 2024.08.06 23:57:31.401869 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7526 | 2024.08.06 23:57:31.402015 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7527 | 2024.08.06 23:57:31.402296 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7528 | 2024.08.06 23:57:31.402334 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7529 | 2024.08.06 23:57:31.402635 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7530 | 2024.08.06 23:57:31.402941 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7531 | 2024.08.06 23:57:31.403103 [ 71 ] {} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7532 | 2024.08.06 23:57:31.403109 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 125.35 KiB/sec. | ||
| 7533 | 2024.08.06 23:57:31.403192 [ 71 ] {} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7534 | 2024.08.06 23:57:31.403259 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7535 | 2024.08.06 23:57:31.403463 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Debug> DynamicQueryHandler: Done processing query | ||
| 7536 | 2024.08.06 23:57:31.403526 [ 3 ] {202b2fd5-8f83-422b-9c07-56e3d55e5573} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7537 | 2024.08.06 23:57:31.403577 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 7538 | 2024.08.06 23:57:31.403591 [ 3 ] {} <Debug> HTTP-Session: 2a589621-a956-4a1e-affb-501720af39d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7539 | 2024.08.06 23:57:31.403846 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7540 | 2024.08.06 23:57:31.403864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7541 | 2024.08.06 23:57:31.403887 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7542 | 2024.08.06 23:57:31.403927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7543 | 2024.08.06 23:57:31.403958 [ 3 ] {} <Debug> HTTP-Session: 663afbec-b816-4c1f-a714-ad9c4c671a13 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7544 | 2024.08.06 23:57:31.403984 [ 3 ] {} <Debug> HTTP-Session: 663afbec-b816-4c1f-a714-ad9c4c671a13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7545 | 2024.08.06 23:57:31.404025 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 7546 | 2024.08.06 23:57:31.404041 [ 3 ] {} <Debug> HTTP-Session: 663afbec-b816-4c1f-a714-ad9c4c671a13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7547 | 2024.08.06 23:57:31.404150 [ 3 ] {} <Trace> HTTP-Session: 663afbec-b816-4c1f-a714-ad9c4c671a13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7548 | 2024.08.06 23:57:31.404422 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7549 | 2024.08.06 23:57:31.404632 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7550 | 2024.08.06 23:57:31.404648 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7551 | 2024.08.06 23:57:31.404774 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7552 | 2024.08.06 23:57:31.404973 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7553 | 2024.08.06 23:57:31.405347 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 7554 | 2024.08.06 23:57:31.405909 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7555 | 2024.08.06 23:57:31.406524 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.08.06 23:57:31.406568 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7557 | 2024.08.06 23:57:31.407058 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003701482 sec., 8645.185901214703 rows/sec., 704.95 KiB/sec. | ||
| 7558 | 2024.08.06 23:57:31.407105 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7559 | 2024.08.06 23:57:31.407161 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7560 | 2024.08.06 23:57:31.407555 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7561 | 2024.08.06 23:57:31.407630 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7562 | 2024.08.06 23:57:31.407788 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Debug> executeQuery: Read 123 rows, 10.42 KiB in 0.003337 sec., 36859.454599940065 rows/sec., 3.05 MiB/sec. | ||
| 7563 | 2024.08.06 23:57:31.407812 [ 186 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_11_2} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7564 | 2024.08.06 23:57:31.407932 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7565 | 2024.08.06 23:57:31.408010 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Debug> DynamicQueryHandler: Done processing query | ||
| 7566 | 2024.08.06 23:57:31.408035 [ 3 ] {69071e52-2061-4ac2-854e-5147a47e31fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7567 | 2024.08.06 23:57:31.408052 [ 3 ] {} <Debug> HTTP-Session: 663afbec-b816-4c1f-a714-ad9c4c671a13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7568 | 2024.08.06 23:57:31.408172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7569 | 2024.08.06 23:57:31.408220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7570 | 2024.08.06 23:57:31.408239 [ 3 ] {} <Debug> HTTP-Session: 7ae0e966-d4fc-4b95-aa6c-a4906c2dc1a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7571 | 2024.08.06 23:57:31.408255 [ 3 ] {} <Debug> HTTP-Session: 7ae0e966-d4fc-4b95-aa6c-a4906c2dc1a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7572 | 2024.08.06 23:57:31.408269 [ 3 ] {} <Debug> HTTP-Session: 7ae0e966-d4fc-4b95-aa6c-a4906c2dc1a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7573 | 2024.08.06 23:57:31.408300 [ 3 ] {} <Trace> HTTP-Session: 7ae0e966-d4fc-4b95-aa6c-a4906c2dc1a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7574 | 2024.08.06 23:57:31.408391 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7575 | 2024.08.06 23:57:31.408433 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7576 | 2024.08.06 23:57:31.408557 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7577 | 2024.08.06 23:57:31.408827 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7578 | 2024.08.06 23:57:31.408864 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7579 | 2024.08.06 23:57:31.409157 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7580 | 2024.08.06 23:57:31.409457 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7581 | 2024.08.06 23:57:31.409612 [ 71 ] {} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 7582 | 2024.08.06 23:57:31.409621 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 112.89 KiB/sec. | ||
| 7583 | 2024.08.06 23:57:31.409664 [ 71 ] {} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2024.08.06 23:57:31.409730 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7585 | 2024.08.06 23:57:31.409921 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Debug> DynamicQueryHandler: Done processing query | ||
| 7586 | 2024.08.06 23:57:31.409936 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 7587 | 2024.08.06 23:57:31.409954 [ 3 ] {45db5b29-6b1f-4fca-ad1b-333f4f27ce6a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7588 | 2024.08.06 23:57:31.409988 [ 3 ] {} <Debug> HTTP-Session: 7ae0e966-d4fc-4b95-aa6c-a4906c2dc1a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7589 | 2024.08.06 23:57:31.410068 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7590 | 2024.08.06 23:57:31.410100 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
| 7591 | 2024.08.06 23:57:31.410123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7592 | 2024.08.06 23:57:31.410222 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 7593 | 2024.08.06 23:57:31.410239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7594 | 2024.08.06 23:57:31.410296 [ 3 ] {} <Debug> HTTP-Session: 10fb775a-f7da-47fe-bc3c-e01e6f4d96ec Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7595 | 2024.08.06 23:57:31.410405 [ 3 ] {} <Debug> HTTP-Session: 10fb775a-f7da-47fe-bc3c-e01e6f4d96ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7596 | 2024.08.06 23:57:31.410522 [ 3 ] {} <Debug> HTTP-Session: 10fb775a-f7da-47fe-bc3c-e01e6f4d96ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7597 | 2024.08.06 23:57:31.410603 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 7598 | 2024.08.06 23:57:31.410644 [ 3 ] {} <Trace> HTTP-Session: 10fb775a-f7da-47fe-bc3c-e01e6f4d96ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7599 | 2024.08.06 23:57:31.410834 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
| 7600 | 2024.08.06 23:57:31.411037 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7601 | 2024.08.06 23:57:31.411155 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
| 7602 | 2024.08.06 23:57:31.411193 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7603 | 2024.08.06 23:57:31.411480 [ 194 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 7604 | 2024.08.06 23:57:31.412070 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7605 | 2024.08.06 23:57:31.412619 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7606 | 2024.08.06 23:57:31.412663 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7607 | 2024.08.06 23:57:31.413153 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7608 | 2024.08.06 23:57:31.413194 [ 195 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003362034 sec., 9518.047705644856 rows/sec., 664.59 KiB/sec. | ||
| 7609 | 2024.08.06 23:57:31.413583 [ 195 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 7610 | 2024.08.06 23:57:31.413826 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7611 | 2024.08.06 23:57:31.414085 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.003226 sec., 27278.363298202108 rows/sec., 2.13 MiB/sec. | ||
| 7612 | 2024.08.06 23:57:31.414553 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Debug> DynamicQueryHandler: Done processing query | ||
| 7613 | 2024.08.06 23:57:31.414598 [ 3 ] {7ad3eaaf-52ea-4c81-b939-e64ccd695bfe} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7614 | 2024.08.06 23:57:31.414635 [ 3 ] {} <Debug> HTTP-Session: 10fb775a-f7da-47fe-bc3c-e01e6f4d96ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7615 | 2024.08.06 23:57:31.414790 [ 195 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7616 | 2024.08.06 23:57:31.414890 [ 195 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_11_2} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 7617 | 2024.08.06 23:57:31.414912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7618 | 2024.08.06 23:57:31.415024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7619 | 2024.08.06 23:57:31.415043 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 7620 | 2024.08.06 23:57:31.415056 [ 3 ] {} <Debug> HTTP-Session: 1ce2af19-062c-4508-860b-b6070b3ed99b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7621 | 2024.08.06 23:57:31.415099 [ 3 ] {} <Debug> HTTP-Session: 1ce2af19-062c-4508-860b-b6070b3ed99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7622 | 2024.08.06 23:57:31.415113 [ 3 ] {} <Debug> HTTP-Session: 1ce2af19-062c-4508-860b-b6070b3ed99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7623 | 2024.08.06 23:57:31.415146 [ 3 ] {} <Trace> HTTP-Session: 1ce2af19-062c-4508-860b-b6070b3ed99b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7624 | 2024.08.06 23:57:31.415313 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7625 | 2024.08.06 23:57:31.415363 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7626 | 2024.08.06 23:57:31.415534 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7627 | 2024.08.06 23:57:31.415929 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7628 | 2024.08.06 23:57:31.415966 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7629 | 2024.08.06 23:57:31.416366 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7630 | 2024.08.06 23:57:31.416708 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7631 | 2024.08.06 23:57:31.416859 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001618 sec., 99505.56242274413 rows/sec., 6.93 MiB/sec. | ||
| 7632 | 2024.08.06 23:57:31.417020 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Debug> DynamicQueryHandler: Done processing query | ||
| 7633 | 2024.08.06 23:57:31.417045 [ 3 ] {2ee71971-ec5e-4528-9c9b-d84971858c99} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7634 | 2024.08.06 23:57:31.417061 [ 3 ] {} <Debug> HTTP-Session: 1ce2af19-062c-4508-860b-b6070b3ed99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7635 | 2024.08.06 23:57:31.417223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35469, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7636 | 2024.08.06 23:57:31.417272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7637 | 2024.08.06 23:57:31.417291 [ 3 ] {} <Debug> HTTP-Session: 56d22027-54a6-4f35-80cc-78c102382f9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7638 | 2024.08.06 23:57:31.417308 [ 3 ] {} <Debug> HTTP-Session: 56d22027-54a6-4f35-80cc-78c102382f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7639 | 2024.08.06 23:57:31.417322 [ 3 ] {} <Debug> HTTP-Session: 56d22027-54a6-4f35-80cc-78c102382f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7640 | 2024.08.06 23:57:31.417353 [ 3 ] {} <Trace> HTTP-Session: 56d22027-54a6-4f35-80cc-78c102382f9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2024.08.06 23:57:31.417603 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7642 | 2024.08.06 23:57:31.417666 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7643 | 2024.08.06 23:57:31.418070 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7644 | 2024.08.06 23:57:31.418777 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7645 | 2024.08.06 23:57:31.418813 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7646 | 2024.08.06 23:57:31.419428 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7647 | 2024.08.06 23:57:31.419840 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7648 | 2024.08.06 23:57:31.420034 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002604 sec., 8448.540706605223 rows/sec., 15.14 MiB/sec. | ||
| 7649 | 2024.08.06 23:57:31.420263 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Debug> DynamicQueryHandler: Done processing query | ||
| 7650 | 2024.08.06 23:57:31.420288 [ 3 ] {41250830-3b36-4d66-b702-71196c60b204} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 7651 | 2024.08.06 23:57:31.420304 [ 3 ] {} <Debug> HTTP-Session: 56d22027-54a6-4f35-80cc-78c102382f9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7652 | 2024.08.06 23:57:31.420481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7653 | 2024.08.06 23:57:31.420530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7654 | 2024.08.06 23:57:31.420548 [ 3 ] {} <Debug> HTTP-Session: da737bbc-56c3-49e4-9f68-28d49aab917b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7655 | 2024.08.06 23:57:31.420565 [ 3 ] {} <Debug> HTTP-Session: da737bbc-56c3-49e4-9f68-28d49aab917b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7656 | 2024.08.06 23:57:31.420579 [ 3 ] {} <Debug> HTTP-Session: da737bbc-56c3-49e4-9f68-28d49aab917b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7657 | 2024.08.06 23:57:31.420609 [ 3 ] {} <Trace> HTTP-Session: da737bbc-56c3-49e4-9f68-28d49aab917b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7658 | 2024.08.06 23:57:31.420735 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7659 | 2024.08.06 23:57:31.420781 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7660 | 2024.08.06 23:57:31.420909 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7661 | 2024.08.06 23:57:31.421204 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.08.06 23:57:31.421240 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7663 | 2024.08.06 23:57:31.421608 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7664 | 2024.08.06 23:57:31.421940 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2024.08.06 23:57:31.422103 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00142 sec., 42253.52112676056 rows/sec., 2.85 MiB/sec. | ||
| 7666 | 2024.08.06 23:57:31.422258 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Debug> DynamicQueryHandler: Done processing query | ||
| 7667 | 2024.08.06 23:57:31.422283 [ 3 ] {9810e035-e364-4321-9dd3-d6dbb05335cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7668 | 2024.08.06 23:57:31.422298 [ 3 ] {} <Debug> HTTP-Session: da737bbc-56c3-49e4-9f68-28d49aab917b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7669 | 2024.08.06 23:57:36.401704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7670 | 2024.08.06 23:57:36.401839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7671 | 2024.08.06 23:57:36.401866 [ 3 ] {} <Debug> HTTP-Session: c8feff46-a62d-4fcf-8557-538f001b653c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7672 | 2024.08.06 23:57:36.401892 [ 3 ] {} <Debug> HTTP-Session: c8feff46-a62d-4fcf-8557-538f001b653c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7673 | 2024.08.06 23:57:36.401908 [ 3 ] {} <Debug> HTTP-Session: c8feff46-a62d-4fcf-8557-538f001b653c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7674 | 2024.08.06 23:57:36.401959 [ 3 ] {} <Trace> HTTP-Session: c8feff46-a62d-4fcf-8557-538f001b653c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7675 | 2024.08.06 23:57:36.402153 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7676 | 2024.08.06 23:57:36.402221 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7677 | 2024.08.06 23:57:36.402419 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7678 | 2024.08.06 23:57:36.402843 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7679 | 2024.08.06 23:57:36.402886 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7680 | 2024.08.06 23:57:36.403309 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7681 | 2024.08.06 23:57:36.403654 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7682 | 2024.08.06 23:57:36.403841 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001737 sec., 9786.98906160046 rows/sec., 708.95 KiB/sec. | ||
| 7683 | 2024.08.06 23:57:36.403842 [ 72 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7684 | 2024.08.06 23:57:36.403957 [ 72 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7685 | 2024.08.06 23:57:36.404006 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7686 | 2024.08.06 23:57:36.404128 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Debug> DynamicQueryHandler: Done processing query | ||
| 7687 | 2024.08.06 23:57:36.404175 [ 3 ] {642301ad-ae64-4c1b-9dbe-582ce518e683} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7688 | 2024.08.06 23:57:36.404213 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 7689 | 2024.08.06 23:57:36.404218 [ 3 ] {} <Debug> HTTP-Session: c8feff46-a62d-4fcf-8557-538f001b653c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7690 | 2024.08.06 23:57:36.404460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7691 | 2024.08.06 23:57:36.404462 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7692 | 2024.08.06 23:57:36.404516 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 39 rows starting from the beginning of the part | ||
| 7693 | 2024.08.06 23:57:36.404520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7694 | 2024.08.06 23:57:36.404552 [ 3 ] {} <Debug> HTTP-Session: e0d277e1-74a3-42b4-910a-0f0f0528dcac Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7695 | 2024.08.06 23:57:36.404583 [ 3 ] {} <Debug> HTTP-Session: e0d277e1-74a3-42b4-910a-0f0f0528dcac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7696 | 2024.08.06 23:57:36.404604 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 17 rows starting from the beginning of the part | ||
| 7697 | 2024.08.06 23:57:36.404607 [ 3 ] {} <Debug> HTTP-Session: e0d277e1-74a3-42b4-910a-0f0f0528dcac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7698 | 2024.08.06 23:57:36.404728 [ 3 ] {} <Trace> HTTP-Session: e0d277e1-74a3-42b4-910a-0f0f0528dcac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7699 | 2024.08.06 23:57:36.405034 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 22 rows starting from the beginning of the part | ||
| 7700 | 2024.08.06 23:57:36.405126 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 7701 | 2024.08.06 23:57:36.405158 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 17 rows starting from the beginning of the part | ||
| 7702 | 2024.08.06 23:57:36.405222 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7703 | 2024.08.06 23:57:36.405455 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 22 rows starting from the beginning of the part | ||
| 7704 | 2024.08.06 23:57:36.405736 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part | ||
| 7705 | 2024.08.06 23:57:36.406121 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7706 | 2024.08.06 23:57:36.406542 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7707 | 2024.08.06 23:57:36.406583 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7708 | 2024.08.06 23:57:36.407064 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7709 | 2024.08.06 23:57:36.407251 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.003144399 sec., 42615.456880631245 rows/sec., 3.19 MiB/sec. | ||
| 7710 | 2024.08.06 23:57:36.407526 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7711 | 2024.08.06 23:57:36.407676 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7712 | 2024.08.06 23:57:36.408026 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00295 sec., 2033.8983050847457 rows/sec., 165.85 KiB/sec. | ||
| 7713 | 2024.08.06 23:57:36.408712 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Debug> DynamicQueryHandler: Done processing query | ||
| 7714 | 2024.08.06 23:57:36.408759 [ 3 ] {14570a0e-c0b0-4dd5-b375-d8b8a6c4032d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7715 | 2024.08.06 23:57:36.408791 [ 3 ] {} <Debug> HTTP-Session: e0d277e1-74a3-42b4-910a-0f0f0528dcac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7716 | 2024.08.06 23:57:36.408920 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2024.08.06 23:57:36.409026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7718 | 2024.08.06 23:57:36.409040 [ 195 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_36_7} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7719 | 2024.08.06 23:57:36.409093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7720 | 2024.08.06 23:57:36.409150 [ 3 ] {} <Debug> HTTP-Session: 94dac771-861c-4051-8a76-08cb1c146699 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7721 | 2024.08.06 23:57:36.409188 [ 3 ] {} <Debug> HTTP-Session: 94dac771-861c-4051-8a76-08cb1c146699 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7722 | 2024.08.06 23:57:36.409217 [ 3 ] {} <Debug> HTTP-Session: 94dac771-861c-4051-8a76-08cb1c146699 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7723 | 2024.08.06 23:57:36.409215 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7724 | 2024.08.06 23:57:36.409279 [ 3 ] {} <Trace> HTTP-Session: 94dac771-861c-4051-8a76-08cb1c146699 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7725 | 2024.08.06 23:57:36.409450 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7726 | 2024.08.06 23:57:36.409494 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7727 | 2024.08.06 23:57:36.409647 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7728 | 2024.08.06 23:57:36.410112 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7729 | 2024.08.06 23:57:36.410149 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7730 | 2024.08.06 23:57:36.410488 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7731 | 2024.08.06 23:57:36.410810 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7732 | 2024.08.06 23:57:36.410974 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Debug> executeQuery: Read 197 rows, 17.76 KiB in 0.001593 sec., 123666.0389202762 rows/sec., 10.89 MiB/sec. | ||
| 7733 | 2024.08.06 23:57:36.411190 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7734 | 2024.08.06 23:57:36.411217 [ 3 ] {bf7a8bd3-d380-41c2-b521-bef6e63b8e2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 7735 | 2024.08.06 23:57:36.411233 [ 3 ] {} <Debug> HTTP-Session: 94dac771-861c-4051-8a76-08cb1c146699 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7736 | 2024.08.06 23:57:36.411389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7737 | 2024.08.06 23:57:36.411440 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7738 | 2024.08.06 23:57:36.411459 [ 3 ] {} <Debug> HTTP-Session: f5b31a45-8ea7-4489-9eb4-7b7a3dba4fc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7739 | 2024.08.06 23:57:36.411476 [ 3 ] {} <Debug> HTTP-Session: f5b31a45-8ea7-4489-9eb4-7b7a3dba4fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7740 | 2024.08.06 23:57:36.411490 [ 3 ] {} <Debug> HTTP-Session: f5b31a45-8ea7-4489-9eb4-7b7a3dba4fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7741 | 2024.08.06 23:57:36.411520 [ 3 ] {} <Trace> HTTP-Session: f5b31a45-8ea7-4489-9eb4-7b7a3dba4fc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7742 | 2024.08.06 23:57:36.411617 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 7743 | 2024.08.06 23:57:36.411661 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7744 | 2024.08.06 23:57:36.411790 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7745 | 2024.08.06 23:57:36.412064 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7746 | 2024.08.06 23:57:36.412101 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7747 | 2024.08.06 23:57:36.412402 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7748 | 2024.08.06 23:57:36.412718 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7749 | 2024.08.06 23:57:36.412886 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001284 sec., 4672.897196261682 rows/sec., 326.28 KiB/sec. | ||
| 7750 | 2024.08.06 23:57:36.413172 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Debug> DynamicQueryHandler: Done processing query | ||
| 7751 | 2024.08.06 23:57:36.413197 [ 3 ] {917fff1e-6459-4ad1-b6a4-f3bb1da66701} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 7752 | 2024.08.06 23:57:36.413213 [ 3 ] {} <Debug> HTTP-Session: f5b31a45-8ea7-4489-9eb4-7b7a3dba4fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7753 | 2024.08.06 23:57:36.413385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 64458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7754 | 2024.08.06 23:57:36.413431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7755 | 2024.08.06 23:57:36.413451 [ 3 ] {} <Debug> HTTP-Session: a00d9e8d-b29d-47dd-ae8a-7c3fd836e5ba Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7756 | 2024.08.06 23:57:36.413468 [ 3 ] {} <Debug> HTTP-Session: a00d9e8d-b29d-47dd-ae8a-7c3fd836e5ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7757 | 2024.08.06 23:57:36.413483 [ 3 ] {} <Debug> HTTP-Session: a00d9e8d-b29d-47dd-ae8a-7c3fd836e5ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7758 | 2024.08.06 23:57:36.413513 [ 3 ] {} <Trace> HTTP-Session: a00d9e8d-b29d-47dd-ae8a-7c3fd836e5ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7759 | 2024.08.06 23:57:36.413722 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7760 | 2024.08.06 23:57:36.413766 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7761 | 2024.08.06 23:57:36.413917 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7762 | 2024.08.06 23:57:36.414385 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7763 | 2024.08.06 23:57:36.414421 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7764 | 2024.08.06 23:57:36.414756 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7765 | 2024.08.06 23:57:36.415086 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7766 | 2024.08.06 23:57:36.415249 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Debug> executeQuery: Read 399 rows, 28.84 KiB in 0.001647 sec., 242258.65209471766 rows/sec., 17.10 MiB/sec. | ||
| 7767 | 2024.08.06 23:57:36.415408 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 7768 | 2024.08.06 23:57:36.415436 [ 3 ] {2e5a9a38-5e10-45d7-8a17-aca6d435e5ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 7769 | 2024.08.06 23:57:36.415454 [ 3 ] {} <Debug> HTTP-Session: a00d9e8d-b29d-47dd-ae8a-7c3fd836e5ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7770 | 2024.08.06 23:57:36.415663 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7771 | 2024.08.06 23:57:36.415712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7772 | 2024.08.06 23:57:36.415731 [ 3 ] {} <Debug> HTTP-Session: cce1f0b3-90b1-4994-aeed-71434e10aa34 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7773 | 2024.08.06 23:57:36.415749 [ 3 ] {} <Debug> HTTP-Session: cce1f0b3-90b1-4994-aeed-71434e10aa34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7774 | 2024.08.06 23:57:36.415763 [ 3 ] {} <Debug> HTTP-Session: cce1f0b3-90b1-4994-aeed-71434e10aa34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7775 | 2024.08.06 23:57:36.415793 [ 3 ] {} <Trace> HTTP-Session: cce1f0b3-90b1-4994-aeed-71434e10aa34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7776 | 2024.08.06 23:57:36.415890 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 7777 | 2024.08.06 23:57:36.415933 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7778 | 2024.08.06 23:57:36.416065 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7779 | 2024.08.06 23:57:36.416293 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7780 | 2024.08.06 23:57:36.416329 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7781 | 2024.08.06 23:57:36.416696 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7782 | 2024.08.06 23:57:36.417027 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7783 | 2024.08.06 23:57:36.417200 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001328 sec., 4518.0722891566265 rows/sec., 194.14 KiB/sec. | ||
| 7784 | 2024.08.06 23:57:36.417525 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Debug> DynamicQueryHandler: Done processing query | ||
| 7785 | 2024.08.06 23:57:36.417552 [ 3 ] {1d07e07f-3867-4a45-b5d0-a31ffe117e4b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7786 | 2024.08.06 23:57:36.417569 [ 3 ] {} <Debug> HTTP-Session: cce1f0b3-90b1-4994-aeed-71434e10aa34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7787 | 2024.08.06 23:57:36.417710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7788 | 2024.08.06 23:57:36.417759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7789 | 2024.08.06 23:57:36.417778 [ 3 ] {} <Debug> HTTP-Session: 0d13ecbd-3420-483f-9f42-e43247bcc075 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7790 | 2024.08.06 23:57:36.417795 [ 3 ] {} <Debug> HTTP-Session: 0d13ecbd-3420-483f-9f42-e43247bcc075 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7791 | 2024.08.06 23:57:36.417809 [ 3 ] {} <Debug> HTTP-Session: 0d13ecbd-3420-483f-9f42-e43247bcc075 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7792 | 2024.08.06 23:57:36.417840 [ 3 ] {} <Trace> HTTP-Session: 0d13ecbd-3420-483f-9f42-e43247bcc075 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7793 | 2024.08.06 23:57:36.417961 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 7794 | 2024.08.06 23:57:36.418009 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 7795 | 2024.08.06 23:57:36.418171 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7796 | 2024.08.06 23:57:36.418450 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7797 | 2024.08.06 23:57:36.418486 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7798 | 2024.08.06 23:57:36.418851 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 7799 | 2024.08.06 23:57:36.419193 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7800 | 2024.08.06 23:57:36.419361 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001444 sec., 53324.09972299169 rows/sec., 3.28 MiB/sec. | ||
| 7801 | 2024.08.06 23:57:36.419521 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Debug> DynamicQueryHandler: Done processing query | ||
| 7802 | 2024.08.06 23:57:36.419545 [ 3 ] {31936564-853c-4b79-a22c-893d415c19a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 7803 | 2024.08.06 23:57:36.419562 [ 3 ] {} <Debug> HTTP-Session: 0d13ecbd-3420-483f-9f42-e43247bcc075 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7804 | 2024.08.06 23:57:36.419755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 31192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7805 | 2024.08.06 23:57:36.419801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7806 | 2024.08.06 23:57:36.419822 [ 3 ] {} <Debug> HTTP-Session: a05997d3-60a8-4fd9-8986-2b90f41d553f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7807 | 2024.08.06 23:57:36.419839 [ 3 ] {} <Debug> HTTP-Session: a05997d3-60a8-4fd9-8986-2b90f41d553f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7808 | 2024.08.06 23:57:36.419853 [ 3 ] {} <Debug> HTTP-Session: a05997d3-60a8-4fd9-8986-2b90f41d553f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7809 | 2024.08.06 23:57:36.419883 [ 3 ] {} <Trace> HTTP-Session: a05997d3-60a8-4fd9-8986-2b90f41d553f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7810 | 2024.08.06 23:57:36.420024 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7811 | 2024.08.06 23:57:36.420070 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7812 | 2024.08.06 23:57:36.420215 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7813 | 2024.08.06 23:57:36.420541 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7814 | 2024.08.06 23:57:36.420578 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7815 | 2024.08.06 23:57:36.420953 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7816 | 2024.08.06 23:57:36.421306 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7817 | 2024.08.06 23:57:36.421472 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001511 sec., 107875.57908669756 rows/sec., 7.51 MiB/sec. | ||
| 7818 | 2024.08.06 23:57:36.421633 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Debug> DynamicQueryHandler: Done processing query | ||
| 7819 | 2024.08.06 23:57:36.421658 [ 3 ] {a9344baa-22fc-482e-abdb-ac95abbf96ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7820 | 2024.08.06 23:57:36.421674 [ 3 ] {} <Debug> HTTP-Session: a05997d3-60a8-4fd9-8986-2b90f41d553f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7821 | 2024.08.06 23:57:36.421815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17663, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7822 | 2024.08.06 23:57:36.421863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7823 | 2024.08.06 23:57:36.421882 [ 3 ] {} <Debug> HTTP-Session: 7ccccf29-e566-461d-a115-a76264de9b7c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7824 | 2024.08.06 23:57:36.421899 [ 3 ] {} <Debug> HTTP-Session: 7ccccf29-e566-461d-a115-a76264de9b7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7825 | 2024.08.06 23:57:36.421913 [ 3 ] {} <Debug> HTTP-Session: 7ccccf29-e566-461d-a115-a76264de9b7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7826 | 2024.08.06 23:57:36.421943 [ 3 ] {} <Trace> HTTP-Session: 7ccccf29-e566-461d-a115-a76264de9b7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7827 | 2024.08.06 23:57:36.422109 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7828 | 2024.08.06 23:57:36.422172 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7829 | 2024.08.06 23:57:36.422580 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7830 | 2024.08.06 23:57:36.423030 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7831 | 2024.08.06 23:57:36.423066 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7832 | 2024.08.06 23:57:36.423640 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7833 | 2024.08.06 23:57:36.424160 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7834 | 2024.08.06 23:57:36.424338 [ 72 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7835 | 2024.08.06 23:57:36.424384 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002356 sec., 4668.93039049236 rows/sec., 8.37 MiB/sec. | ||
| 7836 | 2024.08.06 23:57:36.424402 [ 72 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7837 | 2024.08.06 23:57:36.424462 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7838 | 2024.08.06 23:57:36.424733 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 7839 | 2024.08.06 23:57:36.424876 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Debug> DynamicQueryHandler: Done processing query | ||
| 7840 | 2024.08.06 23:57:36.424913 [ 3 ] {185094c6-1dea-4a35-8530-e93fd57f22f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 7841 | 2024.08.06 23:57:36.424947 [ 3 ] {} <Debug> HTTP-Session: 7ccccf29-e566-461d-a115-a76264de9b7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7842 | 2024.08.06 23:57:36.425104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7843 | 2024.08.06 23:57:36.425142 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7844 | 2024.08.06 23:57:36.425173 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7845 | 2024.08.06 23:57:36.425214 [ 3 ] {} <Debug> HTTP-Session: ed202413-021a-4074-9d95-31a178153c29 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7846 | 2024.08.06 23:57:36.425227 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 7847 | 2024.08.06 23:57:36.425244 [ 3 ] {} <Debug> HTTP-Session: ed202413-021a-4074-9d95-31a178153c29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7848 | 2024.08.06 23:57:36.425274 [ 3 ] {} <Debug> HTTP-Session: ed202413-021a-4074-9d95-31a178153c29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7849 | 2024.08.06 23:57:36.425331 [ 3 ] {} <Trace> HTTP-Session: ed202413-021a-4074-9d95-31a178153c29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7850 | 2024.08.06 23:57:36.425662 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7851 | 2024.08.06 23:57:36.425756 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 11 rows starting from the beginning of the part | ||
| 7852 | 2024.08.06 23:57:36.425761 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 7853 | 2024.08.06 23:57:36.426390 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 22 rows starting from the beginning of the part | ||
| 7854 | 2024.08.06 23:57:36.426463 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7855 | 2024.08.06 23:57:36.426892 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 11 rows starting from the beginning of the part | ||
| 7856 | 2024.08.06 23:57:36.427269 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 22 rows starting from the beginning of the part | ||
| 7857 | 2024.08.06 23:57:36.427410 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7858 | 2024.08.06 23:57:36.427489 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7859 | 2024.08.06 23:57:36.427626 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 11 rows starting from the beginning of the part | ||
| 7860 | 2024.08.06 23:57:36.428213 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7861 | 2024.08.06 23:57:36.428679 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7862 | 2024.08.06 23:57:36.428873 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003336 sec., 6894.484412470024 rows/sec., 372.94 KiB/sec. | ||
| 7863 | 2024.08.06 23:57:36.429100 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Debug> DynamicQueryHandler: Done processing query | ||
| 7864 | 2024.08.06 23:57:36.429133 [ 3 ] {9eb52c22-1613-4f10-ab55-46d2d3bc5b50} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 7865 | 2024.08.06 23:57:36.429161 [ 3 ] {} <Debug> HTTP-Session: ed202413-021a-4074-9d95-31a178153c29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7866 | 2024.08.06 23:57:36.429324 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7867 | 2024.08.06 23:57:36.429397 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7868 | 2024.08.06 23:57:36.429434 [ 3 ] {} <Debug> HTTP-Session: f19f9124-0cd2-401b-a4b9-5dd9258a6586 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7869 | 2024.08.06 23:57:36.429461 [ 3 ] {} <Debug> HTTP-Session: f19f9124-0cd2-401b-a4b9-5dd9258a6586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7870 | 2024.08.06 23:57:36.429479 [ 3 ] {} <Debug> HTTP-Session: f19f9124-0cd2-401b-a4b9-5dd9258a6586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7871 | 2024.08.06 23:57:36.429522 [ 3 ] {} <Trace> HTTP-Session: f19f9124-0cd2-401b-a4b9-5dd9258a6586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7872 | 2024.08.06 23:57:36.429733 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7873 | 2024.08.06 23:57:36.429797 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7874 | 2024.08.06 23:57:36.430198 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7875 | 2024.08.06 23:57:36.430820 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7876 | 2024.08.06 23:57:36.430866 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7877 | 2024.08.06 23:57:36.431945 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7878 | 2024.08.06 23:57:36.432445 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7879 | 2024.08.06 23:57:36.432644 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002992 sec., 20053.47593582888 rows/sec., 1.35 MiB/sec. | ||
| 7880 | 2024.08.06 23:57:36.432826 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Debug> DynamicQueryHandler: Done processing query | ||
| 7881 | 2024.08.06 23:57:36.432852 [ 3 ] {9ab21e97-065c-4512-84f4-074cadedaae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7882 | 2024.08.06 23:57:36.432868 [ 3 ] {} <Debug> HTTP-Session: f19f9124-0cd2-401b-a4b9-5dd9258a6586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7883 | 2024.08.06 23:57:36.444564 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 537 rows, containing 19 columns (19 merged, 0 gathered) in 0.019971151 sec., 26888.78572897476 rows/sec., 48.18 MiB/sec. | ||
| 7884 | 2024.08.06 23:57:36.445691 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7885 | 2024.08.06 23:57:36.446302 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7886 | 2024.08.06 23:57:36.446397 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7887 | 2024.08.06 23:57:36.446564 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. | ||
| 7888 | 2024.08.06 23:57:41.398277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7889 | 2024.08.06 23:57:41.398419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7890 | 2024.08.06 23:57:41.398448 [ 3 ] {} <Debug> HTTP-Session: a78cea04-2896-4fbe-b3d1-d98495972f26 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7891 | 2024.08.06 23:57:41.398477 [ 3 ] {} <Debug> HTTP-Session: a78cea04-2896-4fbe-b3d1-d98495972f26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7892 | 2024.08.06 23:57:41.398495 [ 3 ] {} <Debug> HTTP-Session: a78cea04-2896-4fbe-b3d1-d98495972f26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7893 | 2024.08.06 23:57:41.398552 [ 3 ] {} <Trace> HTTP-Session: a78cea04-2896-4fbe-b3d1-d98495972f26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7894 | 2024.08.06 23:57:41.398752 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7895 | 2024.08.06 23:57:41.398817 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 7896 | 2024.08.06 23:57:41.399012 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7897 | 2024.08.06 23:57:41.399431 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7898 | 2024.08.06 23:57:41.399473 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7899 | 2024.08.06 23:57:41.399864 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7900 | 2024.08.06 23:57:41.400205 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7901 | 2024.08.06 23:57:41.400368 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001674 sec., 13142.174432497013 rows/sec., 1.04 MiB/sec. | ||
| 7902 | 2024.08.06 23:57:41.400559 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Debug> DynamicQueryHandler: Done processing query | ||
| 7903 | 2024.08.06 23:57:41.400586 [ 3 ] {deee5154-ed4a-43d3-bba0-1dd82a7f0212} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7904 | 2024.08.06 23:57:41.400603 [ 3 ] {} <Debug> HTTP-Session: a78cea04-2896-4fbe-b3d1-d98495972f26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7905 | 2024.08.06 23:57:41.400783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7906 | 2024.08.06 23:57:41.400832 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7907 | 2024.08.06 23:57:41.400852 [ 3 ] {} <Debug> HTTP-Session: c3b2b2db-6ad6-41d3-852e-169d80781cfd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7908 | 2024.08.06 23:57:41.400868 [ 3 ] {} <Debug> HTTP-Session: c3b2b2db-6ad6-41d3-852e-169d80781cfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7909 | 2024.08.06 23:57:41.400881 [ 3 ] {} <Debug> HTTP-Session: c3b2b2db-6ad6-41d3-852e-169d80781cfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7910 | 2024.08.06 23:57:41.400911 [ 3 ] {} <Trace> HTTP-Session: c3b2b2db-6ad6-41d3-852e-169d80781cfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7911 | 2024.08.06 23:57:41.401037 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 7912 | 2024.08.06 23:57:41.401078 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7913 | 2024.08.06 23:57:41.401199 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7914 | 2024.08.06 23:57:41.401560 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7915 | 2024.08.06 23:57:41.401595 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7916 | 2024.08.06 23:57:41.401975 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7917 | 2024.08.06 23:57:41.402311 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7918 | 2024.08.06 23:57:41.402450 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001455 sec., 83848.7972508591 rows/sec., 6.94 MiB/sec. | ||
| 7919 | 2024.08.06 23:57:41.402661 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Debug> DynamicQueryHandler: Done processing query | ||
| 7920 | 2024.08.06 23:57:41.402686 [ 3 ] {94f03aef-d5da-4b57-9105-3f537b306cb3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 7921 | 2024.08.06 23:57:41.402702 [ 3 ] {} <Debug> HTTP-Session: c3b2b2db-6ad6-41d3-852e-169d80781cfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7922 | 2024.08.06 23:57:41.402852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7923 | 2024.08.06 23:57:41.402900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7924 | 2024.08.06 23:57:41.402919 [ 3 ] {} <Debug> HTTP-Session: 870d89fd-ecd0-471d-bc38-a191f52e3083 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7925 | 2024.08.06 23:57:41.402936 [ 3 ] {} <Debug> HTTP-Session: 870d89fd-ecd0-471d-bc38-a191f52e3083 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7926 | 2024.08.06 23:57:41.402949 [ 3 ] {} <Debug> HTTP-Session: 870d89fd-ecd0-471d-bc38-a191f52e3083 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7927 | 2024.08.06 23:57:41.402982 [ 3 ] {} <Trace> HTTP-Session: 870d89fd-ecd0-471d-bc38-a191f52e3083 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7928 | 2024.08.06 23:57:41.403122 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 7929 | 2024.08.06 23:57:41.403166 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7930 | 2024.08.06 23:57:41.403306 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7931 | 2024.08.06 23:57:41.403625 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7932 | 2024.08.06 23:57:41.403661 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7933 | 2024.08.06 23:57:41.403988 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7934 | 2024.08.06 23:57:41.404304 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7935 | 2024.08.06 23:57:41.404462 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001373 sec., 62636.56227239621 rows/sec., 4.89 MiB/sec. | ||
| 7936 | 2024.08.06 23:57:41.404620 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 7937 | 2024.08.06 23:57:41.404645 [ 3 ] {fee00e55-5037-4413-9516-7a20c3bf94a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 7938 | 2024.08.06 23:57:41.404661 [ 3 ] {} <Debug> HTTP-Session: 870d89fd-ecd0-471d-bc38-a191f52e3083 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7939 | 2024.08.06 23:57:41.404827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7940 | 2024.08.06 23:57:41.404875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7941 | 2024.08.06 23:57:41.404894 [ 3 ] {} <Debug> HTTP-Session: 89057ab2-2afe-4177-841c-6de20a747aef Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7942 | 2024.08.06 23:57:41.404911 [ 3 ] {} <Debug> HTTP-Session: 89057ab2-2afe-4177-841c-6de20a747aef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7943 | 2024.08.06 23:57:41.404925 [ 3 ] {} <Debug> HTTP-Session: 89057ab2-2afe-4177-841c-6de20a747aef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7944 | 2024.08.06 23:57:41.404956 [ 3 ] {} <Trace> HTTP-Session: 89057ab2-2afe-4177-841c-6de20a747aef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7945 | 2024.08.06 23:57:41.405098 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 7946 | 2024.08.06 23:57:41.405145 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7947 | 2024.08.06 23:57:41.405293 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7948 | 2024.08.06 23:57:41.405674 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7949 | 2024.08.06 23:57:41.405710 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7950 | 2024.08.06 23:57:41.406109 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7951 | 2024.08.06 23:57:41.406445 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7952 | 2024.08.06 23:57:41.406608 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 7953 | 2024.08.06 23:57:41.406911 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7954 | 2024.08.06 23:57:41.406963 [ 3 ] {59c6b923-d8c9-4c65-9284-3e8a784e71c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 7955 | 2024.08.06 23:57:41.407006 [ 3 ] {} <Debug> HTTP-Session: 89057ab2-2afe-4177-841c-6de20a747aef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7956 | 2024.08.06 23:57:41.407187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35480, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7957 | 2024.08.06 23:57:41.407238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7958 | 2024.08.06 23:57:41.407257 [ 3 ] {} <Debug> HTTP-Session: 5c4c092c-3f5a-4944-b466-0d9f70027037 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7959 | 2024.08.06 23:57:41.407274 [ 3 ] {} <Debug> HTTP-Session: 5c4c092c-3f5a-4944-b466-0d9f70027037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7960 | 2024.08.06 23:57:41.407288 [ 3 ] {} <Debug> HTTP-Session: 5c4c092c-3f5a-4944-b466-0d9f70027037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7961 | 2024.08.06 23:57:41.407319 [ 3 ] {} <Trace> HTTP-Session: 5c4c092c-3f5a-4944-b466-0d9f70027037 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7962 | 2024.08.06 23:57:41.407578 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 7963 | 2024.08.06 23:57:41.407648 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 7964 | 2024.08.06 23:57:41.408071 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7965 | 2024.08.06 23:57:41.408683 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.08.06 23:57:41.408720 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7967 | 2024.08.06 23:57:41.409330 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 7968 | 2024.08.06 23:57:41.409755 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7969 | 2024.08.06 23:57:41.409968 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002557 sec., 8603.832616347283 rows/sec., 15.42 MiB/sec. | ||
| 7970 | 2024.08.06 23:57:41.410513 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Debug> DynamicQueryHandler: Done processing query | ||
| 7971 | 2024.08.06 23:57:41.410539 [ 3 ] {823c61e2-a33c-48ef-b3ad-4131b4829573} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 7972 | 2024.08.06 23:57:41.410555 [ 3 ] {} <Debug> HTTP-Session: 5c4c092c-3f5a-4944-b466-0d9f70027037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7973 | 2024.08.06 23:57:41.410690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7974 | 2024.08.06 23:57:41.410738 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7975 | 2024.08.06 23:57:41.410757 [ 3 ] {} <Debug> HTTP-Session: 0a151dc7-6166-48cc-9ba0-94d8315ebc1f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7976 | 2024.08.06 23:57:41.410774 [ 3 ] {} <Debug> HTTP-Session: 0a151dc7-6166-48cc-9ba0-94d8315ebc1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7977 | 2024.08.06 23:57:41.410787 [ 3 ] {} <Debug> HTTP-Session: 0a151dc7-6166-48cc-9ba0-94d8315ebc1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7978 | 2024.08.06 23:57:41.410819 [ 3 ] {} <Trace> HTTP-Session: 0a151dc7-6166-48cc-9ba0-94d8315ebc1f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7979 | 2024.08.06 23:57:41.410939 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 7980 | 2024.08.06 23:57:41.410987 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7981 | 2024.08.06 23:57:41.411141 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 7982 | 2024.08.06 23:57:41.411440 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7983 | 2024.08.06 23:57:41.411477 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 7984 | 2024.08.06 23:57:41.411851 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7985 | 2024.08.06 23:57:41.412182 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7986 | 2024.08.06 23:57:41.412344 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001438 sec., 41724.61752433936 rows/sec., 2.81 MiB/sec. | ||
| 7987 | 2024.08.06 23:57:41.412513 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Debug> DynamicQueryHandler: Done processing query | ||
| 7988 | 2024.08.06 23:57:41.412539 [ 3 ] {7e6dba3c-20eb-4fef-9df2-1c07fe860be9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 7989 | 2024.08.06 23:57:41.412555 [ 3 ] {} <Debug> HTTP-Session: 0a151dc7-6166-48cc-9ba0-94d8315ebc1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7990 | 2024.08.06 23:57:45.045030 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7991 | 2024.08.06 23:57:45.045144 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7992 | 2024.08.06 23:57:46.401425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 7993 | 2024.08.06 23:57:46.401550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 7994 | 2024.08.06 23:57:46.401579 [ 3 ] {} <Debug> HTTP-Session: 19b238f6-036a-4c4d-8566-790f000e3595 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 7995 | 2024.08.06 23:57:46.401606 [ 3 ] {} <Debug> HTTP-Session: 19b238f6-036a-4c4d-8566-790f000e3595 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7996 | 2024.08.06 23:57:46.401625 [ 3 ] {} <Debug> HTTP-Session: 19b238f6-036a-4c4d-8566-790f000e3595 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 7997 | 2024.08.06 23:57:46.401683 [ 3 ] {} <Trace> HTTP-Session: 19b238f6-036a-4c4d-8566-790f000e3595 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7998 | 2024.08.06 23:57:46.401891 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 7999 | 2024.08.06 23:57:46.401958 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8000 | 2024.08.06 23:57:46.402149 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8001 | 2024.08.06 23:57:46.402570 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8002 | 2024.08.06 23:57:46.402614 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8003 | 2024.08.06 23:57:46.402996 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8004 | 2024.08.06 23:57:46.403340 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8005 | 2024.08.06 23:57:46.403506 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001681 sec., 10113.027959547888 rows/sec., 732.57 KiB/sec. | ||
| 8006 | 2024.08.06 23:57:46.403724 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Debug> DynamicQueryHandler: Done processing query | ||
| 8007 | 2024.08.06 23:57:46.403751 [ 3 ] {a8a74ce7-87e7-4b53-9a6d-d211100df271} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8008 | 2024.08.06 23:57:46.403767 [ 3 ] {} <Debug> HTTP-Session: 19b238f6-036a-4c4d-8566-790f000e3595 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8009 | 2024.08.06 23:57:46.404010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8010 | 2024.08.06 23:57:46.404059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8011 | 2024.08.06 23:57:46.404079 [ 3 ] {} <Debug> HTTP-Session: f066c9dd-94e1-4343-ab75-57efba9eadcb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8012 | 2024.08.06 23:57:46.404096 [ 3 ] {} <Debug> HTTP-Session: f066c9dd-94e1-4343-ab75-57efba9eadcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8013 | 2024.08.06 23:57:46.404110 [ 3 ] {} <Debug> HTTP-Session: f066c9dd-94e1-4343-ab75-57efba9eadcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8014 | 2024.08.06 23:57:46.404141 [ 3 ] {} <Trace> HTTP-Session: f066c9dd-94e1-4343-ab75-57efba9eadcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8015 | 2024.08.06 23:57:46.404288 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8016 | 2024.08.06 23:57:46.404333 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8017 | 2024.08.06 23:57:46.404464 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8018 | 2024.08.06 23:57:46.404963 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8019 | 2024.08.06 23:57:46.405001 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8020 | 2024.08.06 23:57:46.405343 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8021 | 2024.08.06 23:57:46.405671 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8022 | 2024.08.06 23:57:46.405836 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001607 sec., 120721.84194150592 rows/sec., 10.66 MiB/sec. | ||
| 8023 | 2024.08.06 23:57:46.406012 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Debug> DynamicQueryHandler: Done processing query | ||
| 8024 | 2024.08.06 23:57:46.406038 [ 3 ] {baa9b973-4b48-4bc2-8f78-4bddd41d53db} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8025 | 2024.08.06 23:57:46.406054 [ 3 ] {} <Debug> HTTP-Session: f066c9dd-94e1-4343-ab75-57efba9eadcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8026 | 2024.08.06 23:57:46.406227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8027 | 2024.08.06 23:57:46.406275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8028 | 2024.08.06 23:57:46.406294 [ 3 ] {} <Debug> HTTP-Session: 0ffe8db0-1262-42d5-99f0-32c95c3f7666 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8029 | 2024.08.06 23:57:46.406312 [ 3 ] {} <Debug> HTTP-Session: 0ffe8db0-1262-42d5-99f0-32c95c3f7666 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8030 | 2024.08.06 23:57:46.406327 [ 3 ] {} <Debug> HTTP-Session: 0ffe8db0-1262-42d5-99f0-32c95c3f7666 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8031 | 2024.08.06 23:57:46.406359 [ 3 ] {} <Trace> HTTP-Session: 0ffe8db0-1262-42d5-99f0-32c95c3f7666 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8032 | 2024.08.06 23:57:46.406567 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8033 | 2024.08.06 23:57:46.406612 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8034 | 2024.08.06 23:57:46.406742 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8035 | 2024.08.06 23:57:46.407275 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8036 | 2024.08.06 23:57:46.407314 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8037 | 2024.08.06 23:57:46.407652 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8038 | 2024.08.06 23:57:46.407974 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8039 | 2024.08.06 23:57:46.408130 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001673 sec., 234907.3520621638 rows/sec., 16.55 MiB/sec. | ||
| 8040 | 2024.08.06 23:57:46.408300 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8041 | 2024.08.06 23:57:46.408326 [ 3 ] {996da44d-886d-4cd7-b5bb-9fe29f4a043b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8042 | 2024.08.06 23:57:46.408342 [ 3 ] {} <Debug> HTTP-Session: 0ffe8db0-1262-42d5-99f0-32c95c3f7666 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8043 | 2024.08.06 23:57:46.408529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8044 | 2024.08.06 23:57:46.408576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8045 | 2024.08.06 23:57:46.408596 [ 3 ] {} <Debug> HTTP-Session: 8154c569-288a-40db-b076-be75f44ea770 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8046 | 2024.08.06 23:57:46.408613 [ 3 ] {} <Debug> HTTP-Session: 8154c569-288a-40db-b076-be75f44ea770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8047 | 2024.08.06 23:57:46.408628 [ 3 ] {} <Debug> HTTP-Session: 8154c569-288a-40db-b076-be75f44ea770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8048 | 2024.08.06 23:57:46.408659 [ 3 ] {} <Trace> HTTP-Session: 8154c569-288a-40db-b076-be75f44ea770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8049 | 2024.08.06 23:57:46.408756 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8050 | 2024.08.06 23:57:46.408802 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8051 | 2024.08.06 23:57:46.408936 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8052 | 2024.08.06 23:57:46.409202 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8053 | 2024.08.06 23:57:46.409238 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8054 | 2024.08.06 23:57:46.409612 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8055 | 2024.08.06 23:57:46.409942 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8056 | 2024.08.06 23:57:46.410098 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 189.57 KiB/sec. | ||
| 8057 | 2024.08.06 23:57:46.410374 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Debug> DynamicQueryHandler: Done processing query | ||
| 8058 | 2024.08.06 23:57:46.410406 [ 3 ] {078356ae-37b9-4ef7-acdd-8f5932b5a559} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8059 | 2024.08.06 23:57:46.410423 [ 3 ] {} <Debug> HTTP-Session: 8154c569-288a-40db-b076-be75f44ea770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8060 | 2024.08.06 23:57:46.410552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8061 | 2024.08.06 23:57:46.410600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8062 | 2024.08.06 23:57:46.410619 [ 3 ] {} <Debug> HTTP-Session: d7fdeea3-47db-4ca8-a2bc-5cb11dc92a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8063 | 2024.08.06 23:57:46.410636 [ 3 ] {} <Debug> HTTP-Session: d7fdeea3-47db-4ca8-a2bc-5cb11dc92a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8064 | 2024.08.06 23:57:46.410650 [ 3 ] {} <Debug> HTTP-Session: d7fdeea3-47db-4ca8-a2bc-5cb11dc92a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8065 | 2024.08.06 23:57:46.410681 [ 3 ] {} <Trace> HTTP-Session: d7fdeea3-47db-4ca8-a2bc-5cb11dc92a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8066 | 2024.08.06 23:57:46.410802 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8067 | 2024.08.06 23:57:46.410851 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8068 | 2024.08.06 23:57:46.411020 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8069 | 2024.08.06 23:57:46.411343 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8070 | 2024.08.06 23:57:46.411380 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8071 | 2024.08.06 23:57:46.411751 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 8072 | 2024.08.06 23:57:46.412102 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8073 | 2024.08.06 23:57:46.412268 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001504 sec., 51196.8085106383 rows/sec., 3.15 MiB/sec. | ||
| 8074 | 2024.08.06 23:57:46.412437 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Debug> DynamicQueryHandler: Done processing query | ||
| 8075 | 2024.08.06 23:57:46.412460 [ 3 ] {6c2bf3a9-493f-4e20-b9d1-cb32b2032737} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8076 | 2024.08.06 23:57:46.412477 [ 3 ] {} <Debug> HTTP-Session: d7fdeea3-47db-4ca8-a2bc-5cb11dc92a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8077 | 2024.08.06 23:57:46.412703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8078 | 2024.08.06 23:57:46.412750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8079 | 2024.08.06 23:57:46.412769 [ 3 ] {} <Debug> HTTP-Session: ca07d6eb-a774-4123-9078-54477cb9772c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8080 | 2024.08.06 23:57:46.412785 [ 3 ] {} <Debug> HTTP-Session: ca07d6eb-a774-4123-9078-54477cb9772c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8081 | 2024.08.06 23:57:46.412799 [ 3 ] {} <Debug> HTTP-Session: ca07d6eb-a774-4123-9078-54477cb9772c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8082 | 2024.08.06 23:57:46.412830 [ 3 ] {} <Trace> HTTP-Session: ca07d6eb-a774-4123-9078-54477cb9772c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8083 | 2024.08.06 23:57:46.412970 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8084 | 2024.08.06 23:57:46.413017 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8085 | 2024.08.06 23:57:46.413160 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8086 | 2024.08.06 23:57:46.413528 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8087 | 2024.08.06 23:57:46.413564 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8088 | 2024.08.06 23:57:46.413944 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8089 | 2024.08.06 23:57:46.414287 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8090 | 2024.08.06 23:57:46.414452 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001538 sec., 104031.20936280883 rows/sec., 7.25 MiB/sec. | ||
| 8091 | 2024.08.06 23:57:46.414624 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Debug> DynamicQueryHandler: Done processing query | ||
| 8092 | 2024.08.06 23:57:46.414649 [ 3 ] {7cb61b05-fed2-4625-8af4-fe2acf4cdd77} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8093 | 2024.08.06 23:57:46.414666 [ 3 ] {} <Debug> HTTP-Session: ca07d6eb-a774-4123-9078-54477cb9772c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8094 | 2024.08.06 23:57:46.414801 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17633, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8095 | 2024.08.06 23:57:46.414850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8096 | 2024.08.06 23:57:46.414869 [ 3 ] {} <Debug> HTTP-Session: 5c40cffd-fa0a-469e-9fcc-9c97080d1d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8097 | 2024.08.06 23:57:46.414888 [ 3 ] {} <Debug> HTTP-Session: 5c40cffd-fa0a-469e-9fcc-9c97080d1d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8098 | 2024.08.06 23:57:46.414901 [ 3 ] {} <Debug> HTTP-Session: 5c40cffd-fa0a-469e-9fcc-9c97080d1d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8099 | 2024.08.06 23:57:46.414933 [ 3 ] {} <Trace> HTTP-Session: 5c40cffd-fa0a-469e-9fcc-9c97080d1d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8100 | 2024.08.06 23:57:46.415100 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8101 | 2024.08.06 23:57:46.415166 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8102 | 2024.08.06 23:57:46.415584 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8103 | 2024.08.06 23:57:46.416099 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8104 | 2024.08.06 23:57:46.416135 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8105 | 2024.08.06 23:57:46.416721 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8106 | 2024.08.06 23:57:46.417145 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8107 | 2024.08.06 23:57:46.417354 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002342 sec., 4696.8403074295475 rows/sec., 8.42 MiB/sec. | ||
| 8108 | 2024.08.06 23:57:46.417567 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8109 | 2024.08.06 23:57:46.417592 [ 3 ] {76ee8b3a-e016-450c-9194-1762e7e3be4f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 8110 | 2024.08.06 23:57:46.417608 [ 3 ] {} <Debug> HTTP-Session: 5c40cffd-fa0a-469e-9fcc-9c97080d1d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8111 | 2024.08.06 23:57:46.417765 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8112 | 2024.08.06 23:57:46.417813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8113 | 2024.08.06 23:57:46.417831 [ 3 ] {} <Debug> HTTP-Session: 96abc447-1a98-4b4d-8d9d-8bb8bb83ea1e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8114 | 2024.08.06 23:57:46.417848 [ 3 ] {} <Debug> HTTP-Session: 96abc447-1a98-4b4d-8d9d-8bb8bb83ea1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8115 | 2024.08.06 23:57:46.417863 [ 3 ] {} <Debug> HTTP-Session: 96abc447-1a98-4b4d-8d9d-8bb8bb83ea1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8116 | 2024.08.06 23:57:46.417894 [ 3 ] {} <Trace> HTTP-Session: 96abc447-1a98-4b4d-8d9d-8bb8bb83ea1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8117 | 2024.08.06 23:57:46.417996 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8118 | 2024.08.06 23:57:46.418041 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8119 | 2024.08.06 23:57:46.418168 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8120 | 2024.08.06 23:57:46.418462 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8121 | 2024.08.06 23:57:46.418500 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8122 | 2024.08.06 23:57:46.418867 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8123 | 2024.08.06 23:57:46.419233 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8124 | 2024.08.06 23:57:46.419416 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001437 sec., 16005.567153792625 rows/sec., 865.79 KiB/sec. | ||
| 8125 | 2024.08.06 23:57:46.419714 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8126 | 2024.08.06 23:57:46.419743 [ 3 ] {c3259b3b-6905-409e-934e-49192c28102b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8127 | 2024.08.06 23:57:46.419760 [ 3 ] {} <Debug> HTTP-Session: 96abc447-1a98-4b4d-8d9d-8bb8bb83ea1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8128 | 2024.08.06 23:57:46.419888 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8129 | 2024.08.06 23:57:46.419938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8130 | 2024.08.06 23:57:46.419958 [ 3 ] {} <Debug> HTTP-Session: 673d23af-e4df-4266-8537-e6cab72c3bf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8131 | 2024.08.06 23:57:46.419974 [ 3 ] {} <Debug> HTTP-Session: 673d23af-e4df-4266-8537-e6cab72c3bf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8132 | 2024.08.06 23:57:46.419988 [ 3 ] {} <Debug> HTTP-Session: 673d23af-e4df-4266-8537-e6cab72c3bf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8133 | 2024.08.06 23:57:46.420020 [ 3 ] {} <Trace> HTTP-Session: 673d23af-e4df-4266-8537-e6cab72c3bf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8134 | 2024.08.06 23:57:46.420141 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8135 | 2024.08.06 23:57:46.420188 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8136 | 2024.08.06 23:57:46.420338 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8137 | 2024.08.06 23:57:46.420637 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8138 | 2024.08.06 23:57:46.420676 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8139 | 2024.08.06 23:57:46.421042 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8140 | 2024.08.06 23:57:46.421366 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8141 | 2024.08.06 23:57:46.421530 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001424 sec., 42134.83146067416 rows/sec., 2.84 MiB/sec. | ||
| 8142 | 2024.08.06 23:57:46.421688 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Debug> DynamicQueryHandler: Done processing query | ||
| 8143 | 2024.08.06 23:57:46.421712 [ 3 ] {e8d6bbd3-6643-4121-871e-e62401228e69} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8144 | 2024.08.06 23:57:46.421729 [ 3 ] {} <Debug> HTTP-Session: 673d23af-e4df-4266-8537-e6cab72c3bf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8145 | 2024.08.06 23:57:51.397998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8146 | 2024.08.06 23:57:51.398197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8147 | 2024.08.06 23:57:51.398243 [ 3 ] {} <Debug> HTTP-Session: f3db3562-40e4-46e1-a941-02793d040487 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8148 | 2024.08.06 23:57:51.398284 [ 3 ] {} <Debug> HTTP-Session: f3db3562-40e4-46e1-a941-02793d040487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8149 | 2024.08.06 23:57:51.398313 [ 3 ] {} <Debug> HTTP-Session: f3db3562-40e4-46e1-a941-02793d040487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8150 | 2024.08.06 23:57:51.398396 [ 3 ] {} <Trace> HTTP-Session: f3db3562-40e4-46e1-a941-02793d040487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8151 | 2024.08.06 23:57:51.398693 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8152 | 2024.08.06 23:57:51.398805 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8153 | 2024.08.06 23:57:51.399127 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8154 | 2024.08.06 23:57:51.399625 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8155 | 2024.08.06 23:57:51.399667 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8156 | 2024.08.06 23:57:51.400041 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 8157 | 2024.08.06 23:57:51.400387 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8158 | 2024.08.06 23:57:51.400541 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001945 sec., 11311.053984575836 rows/sec., 916.81 KiB/sec. | ||
| 8159 | 2024.08.06 23:57:51.400754 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Debug> DynamicQueryHandler: Done processing query | ||
| 8160 | 2024.08.06 23:57:51.400781 [ 3 ] {9354d3f9-91b2-4be0-89b8-85dea9026729} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8161 | 2024.08.06 23:57:51.400798 [ 3 ] {} <Debug> HTTP-Session: f3db3562-40e4-46e1-a941-02793d040487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8162 | 2024.08.06 23:57:51.400995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8163 | 2024.08.06 23:57:51.401045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8164 | 2024.08.06 23:57:51.401064 [ 3 ] {} <Debug> HTTP-Session: 3cecce4e-c61d-4994-9ef3-a9bd7f06a6e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8165 | 2024.08.06 23:57:51.401082 [ 3 ] {} <Debug> HTTP-Session: 3cecce4e-c61d-4994-9ef3-a9bd7f06a6e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8166 | 2024.08.06 23:57:51.401096 [ 3 ] {} <Debug> HTTP-Session: 3cecce4e-c61d-4994-9ef3-a9bd7f06a6e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8167 | 2024.08.06 23:57:51.401127 [ 3 ] {} <Trace> HTTP-Session: 3cecce4e-c61d-4994-9ef3-a9bd7f06a6e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8168 | 2024.08.06 23:57:51.401256 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8169 | 2024.08.06 23:57:51.401300 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8170 | 2024.08.06 23:57:51.401425 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8171 | 2024.08.06 23:57:51.401804 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8172 | 2024.08.06 23:57:51.401841 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8173 | 2024.08.06 23:57:51.402163 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8174 | 2024.08.06 23:57:51.402467 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8175 | 2024.08.06 23:57:51.402631 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001421 sec., 85855.03166783955 rows/sec., 7.11 MiB/sec. | ||
| 8176 | 2024.08.06 23:57:51.402642 [ 53 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8177 | 2024.08.06 23:57:51.402765 [ 53 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8178 | 2024.08.06 23:57:51.402806 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8179 | 2024.08.06 23:57:51.402876 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8180 | 2024.08.06 23:57:51.402929 [ 3 ] {99e55391-cd35-4db2-83d7-92a5fefa1a3b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8181 | 2024.08.06 23:57:51.402955 [ 3 ] {} <Debug> HTTP-Session: 3cecce4e-c61d-4994-9ef3-a9bd7f06a6e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8182 | 2024.08.06 23:57:51.402975 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 8183 | 2024.08.06 23:57:51.403096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8184 | 2024.08.06 23:57:51.403129 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8185 | 2024.08.06 23:57:51.403159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8186 | 2024.08.06 23:57:51.403168 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1408 rows starting from the beginning of the part | ||
| 8187 | 2024.08.06 23:57:51.403184 [ 3 ] {} <Debug> HTTP-Session: 1a339848-505a-4471-a666-1cf4b18b830e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8188 | 2024.08.06 23:57:51.403207 [ 3 ] {} <Debug> HTTP-Session: 1a339848-505a-4471-a666-1cf4b18b830e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8189 | 2024.08.06 23:57:51.403233 [ 3 ] {} <Debug> HTTP-Session: 1a339848-505a-4471-a666-1cf4b18b830e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8190 | 2024.08.06 23:57:51.403281 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 123 rows starting from the beginning of the part | ||
| 8191 | 2024.08.06 23:57:51.403302 [ 3 ] {} <Trace> HTTP-Session: 1a339848-505a-4471-a666-1cf4b18b830e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8192 | 2024.08.06 23:57:51.403399 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 197 rows starting from the beginning of the part | ||
| 8193 | 2024.08.06 23:57:51.403668 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8194 | 2024.08.06 23:57:51.403847 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part | ||
| 8195 | 2024.08.06 23:57:51.403870 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8196 | 2024.08.06 23:57:51.404161 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 194 rows starting from the beginning of the part | ||
| 8197 | 2024.08.06 23:57:51.404565 [ 198 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 122 rows starting from the beginning of the part | ||
| 8198 | 2024.08.06 23:57:51.404898 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8199 | 2024.08.06 23:57:51.405385 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8200 | 2024.08.06 23:57:51.405439 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8201 | 2024.08.06 23:57:51.405920 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8202 | 2024.08.06 23:57:51.406276 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8203 | 2024.08.06 23:57:51.406474 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2166 rows, containing 4 columns (4 merged, 0 gathered) in 0.003560308 sec., 608374.3316589464 rows/sec., 51.30 MiB/sec. | ||
| 8204 | 2024.08.06 23:57:51.406559 [ 53 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8205 | 2024.08.06 23:57:51.406585 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.003113 sec., 27626.08416318664 rows/sec., 2.16 MiB/sec. | ||
| 8206 | 2024.08.06 23:57:51.406630 [ 53 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8207 | 2024.08.06 23:57:51.406747 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8208 | 2024.08.06 23:57:51.406914 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8209 | 2024.08.06 23:57:51.407001 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8210 | 2024.08.06 23:57:51.407067 [ 3 ] {27a0f77a-408d-447d-8ccd-6bb246e6222b} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8211 | 2024.08.06 23:57:51.407075 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 8212 | 2024.08.06 23:57:51.407134 [ 3 ] {} <Debug> HTTP-Session: 1a339848-505a-4471-a666-1cf4b18b830e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8213 | 2024.08.06 23:57:51.407358 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8214 | 2024.08.06 23:57:51.407367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8215 | 2024.08.06 23:57:51.407438 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 905 rows starting from the beginning of the part | ||
| 8216 | 2024.08.06 23:57:51.407528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8217 | 2024.08.06 23:57:51.407674 [ 3 ] {} <Debug> HTTP-Session: 923d3b09-997e-4c2b-950c-b44d27a2c6d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8218 | 2024.08.06 23:57:51.407804 [ 3 ] {} <Debug> HTTP-Session: 923d3b09-997e-4c2b-950c-b44d27a2c6d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8219 | 2024.08.06 23:57:51.407917 [ 3 ] {} <Debug> HTTP-Session: 923d3b09-997e-4c2b-950c-b44d27a2c6d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8220 | 2024.08.06 23:57:51.407940 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 88 rows starting from the beginning of the part | ||
| 8221 | 2024.08.06 23:57:51.408091 [ 3 ] {} <Trace> HTTP-Session: 923d3b09-997e-4c2b-950c-b44d27a2c6d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8222 | 2024.08.06 23:57:51.408458 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 399 rows starting from the beginning of the part | ||
| 8223 | 2024.08.06 23:57:51.408749 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8224 | 2024.08.06 23:57:51.408804 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 86 rows starting from the beginning of the part | ||
| 8225 | 2024.08.06 23:57:51.409140 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8226 | 2024.08.06 23:57:51.409040 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8227 | 2024.08.06 23:57:51.409294 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 393 rows starting from the beginning of the part | ||
| 8228 | 2024.08.06 23:57:51.409671 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_41_8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8229 | 2024.08.06 23:57:51.409697 [ 190 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 86 rows starting from the beginning of the part | ||
| 8230 | 2024.08.06 23:57:51.410074 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 8231 | 2024.08.06 23:57:51.410445 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8232 | 2024.08.06 23:57:51.410952 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8233 | 2024.08.06 23:57:51.410997 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8234 | 2024.08.06 23:57:51.411538 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8235 | 2024.08.06 23:57:51.411721 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1957 rows, containing 4 columns (4 merged, 0 gathered) in 0.004834427 sec., 404804.9541341715 rows/sec., 29.32 MiB/sec. | ||
| 8236 | 2024.08.06 23:57:51.412008 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8237 | 2024.08.06 23:57:51.412196 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8238 | 2024.08.06 23:57:51.412639 [ 51 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8239 | 2024.08.06 23:57:51.412703 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004249 sec., 37655.91903977406 rows/sec., 2.62 MiB/sec. | ||
| 8240 | 2024.08.06 23:57:51.412738 [ 51 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8241 | 2024.08.06 23:57:51.412851 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8242 | 2024.08.06 23:57:51.413208 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8243 | 2024.08.06 23:57:51.413345 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 8244 | 2024.08.06 23:57:51.413625 [ 195 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_41_8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8245 | 2024.08.06 23:57:51.413750 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Debug> DynamicQueryHandler: Done processing query | ||
| 8246 | 2024.08.06 23:57:51.413943 [ 3 ] {695c87c2-bfc9-43fa-860f-538937047558} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8247 | 2024.08.06 23:57:51.414072 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 8248 | 2024.08.06 23:57:51.414128 [ 3 ] {} <Debug> HTTP-Session: 923d3b09-997e-4c2b-950c-b44d27a2c6d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8249 | 2024.08.06 23:57:51.414279 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8250 | 2024.08.06 23:57:51.414327 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9954 rows starting from the beginning of the part | ||
| 8251 | 2024.08.06 23:57:51.414491 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
| 8252 | 2024.08.06 23:57:51.414503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8253 | 2024.08.06 23:57:51.414784 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 163 rows starting from the beginning of the part | ||
| 8254 | 2024.08.06 23:57:51.414786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8255 | 2024.08.06 23:57:51.414885 [ 3 ] {} <Debug> HTTP-Session: 09e488a3-03e8-4369-9989-602fa3fa2a74 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8256 | 2024.08.06 23:57:51.414978 [ 3 ] {} <Debug> HTTP-Session: 09e488a3-03e8-4369-9989-602fa3fa2a74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8257 | 2024.08.06 23:57:51.415068 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part | ||
| 8258 | 2024.08.06 23:57:51.415075 [ 3 ] {} <Debug> HTTP-Session: 09e488a3-03e8-4369-9989-602fa3fa2a74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8259 | 2024.08.06 23:57:51.415249 [ 3 ] {} <Trace> HTTP-Session: 09e488a3-03e8-4369-9989-602fa3fa2a74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8260 | 2024.08.06 23:57:51.415327 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 8261 | 2024.08.06 23:57:51.415570 [ 200 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 8262 | 2024.08.06 23:57:51.415956 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8263 | 2024.08.06 23:57:51.416140 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8264 | 2024.08.06 23:57:51.417082 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8265 | 2024.08.06 23:57:51.418418 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8266 | 2024.08.06 23:57:51.418520 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8267 | 2024.08.06 23:57:51.419458 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8268 | 2024.08.06 23:57:51.420017 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8269 | 2024.08.06 23:57:51.420588 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004987 sec., 4411.469821535993 rows/sec., 7.91 MiB/sec. | ||
| 8270 | 2024.08.06 23:57:51.420617 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10758 rows, containing 5 columns (5 merged, 0 gathered) in 0.007617338 sec., 1412304.40345433 rows/sec., 96.46 MiB/sec. | ||
| 8271 | 2024.08.06 23:57:51.421136 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8272 | 2024.08.06 23:57:51.421570 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Debug> DynamicQueryHandler: Done processing query | ||
| 8273 | 2024.08.06 23:57:51.421632 [ 3 ] {76fe7c5a-cad3-40af-ba52-ed7934d1f319} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 8274 | 2024.08.06 23:57:51.421680 [ 3 ] {} <Debug> HTTP-Session: 09e488a3-03e8-4369-9989-602fa3fa2a74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8275 | 2024.08.06 23:57:51.421886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8276 | 2024.08.06 23:57:51.421991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8277 | 2024.08.06 23:57:51.422016 [ 3 ] {} <Debug> HTTP-Session: e57eb7b5-5757-4b8b-9554-dd67c14c0c30 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8278 | 2024.08.06 23:57:51.422049 [ 3 ] {} <Debug> HTTP-Session: e57eb7b5-5757-4b8b-9554-dd67c14c0c30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8279 | 2024.08.06 23:57:51.422071 [ 3 ] {} <Debug> HTTP-Session: e57eb7b5-5757-4b8b-9554-dd67c14c0c30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8280 | 2024.08.06 23:57:51.422141 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8281 | 2024.08.06 23:57:51.422148 [ 3 ] {} <Trace> HTTP-Session: e57eb7b5-5757-4b8b-9554-dd67c14c0c30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8282 | 2024.08.06 23:57:51.422320 [ 201 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8283 | 2024.08.06 23:57:51.422423 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8284 | 2024.08.06 23:57:51.422493 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 8285 | 2024.08.06 23:57:51.422519 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8286 | 2024.08.06 23:57:51.422691 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8287 | 2024.08.06 23:57:51.423066 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8288 | 2024.08.06 23:57:51.423109 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8289 | 2024.08.06 23:57:51.423504 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8290 | 2024.08.06 23:57:51.423852 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8291 | 2024.08.06 23:57:51.424021 [ 51 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8292 | 2024.08.06 23:57:51.424023 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001696 sec., 35377.35849056604 rows/sec., 2.38 MiB/sec. | ||
| 8293 | 2024.08.06 23:57:51.424086 [ 51 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8294 | 2024.08.06 23:57:51.424148 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8295 | 2024.08.06 23:57:51.424403 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Debug> DynamicQueryHandler: Done processing query | ||
| 8296 | 2024.08.06 23:57:51.424497 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 8297 | 2024.08.06 23:57:51.424524 [ 3 ] {1f9a8400-bc23-4fe1-9419-64da1105b41a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8298 | 2024.08.06 23:57:51.424655 [ 3 ] {} <Debug> HTTP-Session: e57eb7b5-5757-4b8b-9554-dd67c14c0c30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8299 | 2024.08.06 23:57:51.425055 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8300 | 2024.08.06 23:57:51.425097 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1864 rows starting from the beginning of the part | ||
| 8301 | 2024.08.06 23:57:51.425189 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
| 8302 | 2024.08.06 23:57:51.425406 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 8303 | 2024.08.06 23:57:51.425485 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
| 8304 | 2024.08.06 23:57:51.425564 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 8305 | 2024.08.06 23:57:51.425626 [ 195 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 8306 | 2024.08.06 23:57:51.427050 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2164 rows, containing 4 columns (4 merged, 0 gathered) in 0.002802812 sec., 772081.7521831646 rows/sec., 51.95 MiB/sec. | ||
| 8307 | 2024.08.06 23:57:51.427316 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8308 | 2024.08.06 23:57:51.427796 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8309 | 2024.08.06 23:57:51.427894 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_41_8} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8310 | 2024.08.06 23:57:51.428000 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 8311 | 2024.08.06 23:57:55.957683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8312 | 2024.08.06 23:57:55.957814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8313 | 2024.08.06 23:57:55.957840 [ 3 ] {} <Debug> HTTP-Session: 707ccf02-a7d8-4671-badb-97aab0ca8a0a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8314 | 2024.08.06 23:57:55.957864 [ 3 ] {} <Debug> HTTP-Session: 707ccf02-a7d8-4671-badb-97aab0ca8a0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8315 | 2024.08.06 23:57:55.957879 [ 3 ] {} <Debug> HTTP-Session: 707ccf02-a7d8-4671-badb-97aab0ca8a0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8316 | 2024.08.06 23:57:55.957929 [ 3 ] {} <Trace> HTTP-Session: 707ccf02-a7d8-4671-badb-97aab0ca8a0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8317 | 2024.08.06 23:57:55.958127 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8318 | 2024.08.06 23:57:55.958193 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8319 | 2024.08.06 23:57:55.958384 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8320 | 2024.08.06 23:57:55.958802 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8321 | 2024.08.06 23:57:55.958845 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8322 | 2024.08.06 23:57:55.959237 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 8323 | 2024.08.06 23:57:55.959574 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8324 | 2024.08.06 23:57:55.959751 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001677 sec., 10137.149672033393 rows/sec., 734.31 KiB/sec. | ||
| 8325 | 2024.08.06 23:57:55.959946 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Debug> DynamicQueryHandler: Done processing query | ||
| 8326 | 2024.08.06 23:57:55.959973 [ 3 ] {42e2dea2-23b2-4de0-9b6e-4ec6cc276686} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8327 | 2024.08.06 23:57:55.959989 [ 3 ] {} <Debug> HTTP-Session: 707ccf02-a7d8-4671-badb-97aab0ca8a0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8328 | 2024.08.06 23:57:55.960111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8329 | 2024.08.06 23:57:55.960160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8330 | 2024.08.06 23:57:55.960180 [ 3 ] {} <Debug> HTTP-Session: cb9c263c-c456-43fd-a704-9679d181bf47 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8331 | 2024.08.06 23:57:55.960196 [ 3 ] {} <Debug> HTTP-Session: cb9c263c-c456-43fd-a704-9679d181bf47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8332 | 2024.08.06 23:57:55.960210 [ 3 ] {} <Debug> HTTP-Session: cb9c263c-c456-43fd-a704-9679d181bf47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8333 | 2024.08.06 23:57:55.960241 [ 3 ] {} <Trace> HTTP-Session: cb9c263c-c456-43fd-a704-9679d181bf47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8334 | 2024.08.06 23:57:55.960335 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8335 | 2024.08.06 23:57:55.960379 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8336 | 2024.08.06 23:57:55.960512 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8337 | 2024.08.06 23:57:55.960820 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8338 | 2024.08.06 23:57:55.960860 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8339 | 2024.08.06 23:57:55.961168 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8340 | 2024.08.06 23:57:55.961482 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8341 | 2024.08.06 23:57:55.961646 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001333 sec., 1500.3750937734433 rows/sec., 122.35 KiB/sec. | ||
| 8342 | 2024.08.06 23:57:55.961861 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Debug> DynamicQueryHandler: Done processing query | ||
| 8343 | 2024.08.06 23:57:55.961886 [ 3 ] {626944a0-3b6e-4e88-9928-3a815b9cd168} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8344 | 2024.08.06 23:57:55.961902 [ 3 ] {} <Debug> HTTP-Session: cb9c263c-c456-43fd-a704-9679d181bf47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8345 | 2024.08.06 23:57:55.962141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 194950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8346 | 2024.08.06 23:57:55.962190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8347 | 2024.08.06 23:57:55.962210 [ 3 ] {} <Debug> HTTP-Session: f716e231-aa60-4e70-b952-01ebe1a47668 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8348 | 2024.08.06 23:57:55.962227 [ 3 ] {} <Debug> HTTP-Session: f716e231-aa60-4e70-b952-01ebe1a47668 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8349 | 2024.08.06 23:57:55.962241 [ 3 ] {} <Debug> HTTP-Session: f716e231-aa60-4e70-b952-01ebe1a47668 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8350 | 2024.08.06 23:57:55.962274 [ 3 ] {} <Trace> HTTP-Session: f716e231-aa60-4e70-b952-01ebe1a47668 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8351 | 2024.08.06 23:57:55.962844 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8352 | 2024.08.06 23:57:55.962888 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8353 | 2024.08.06 23:57:55.963018 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8354 | 2024.08.06 23:57:55.964265 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8355 | 2024.08.06 23:57:55.964302 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8356 | 2024.08.06 23:57:55.964697 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8357 | 2024.08.06 23:57:55.965010 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8358 | 2024.08.06 23:57:55.965159 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Debug> executeQuery: Read 1335 rows, 114.18 KiB in 0.002727 sec., 489548.95489548956 rows/sec., 40.89 MiB/sec. | ||
| 8359 | 2024.08.06 23:57:55.965441 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8360 | 2024.08.06 23:57:55.965501 [ 3 ] {c1c93e18-06cf-4f1f-bd7e-4be219888af9} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 8361 | 2024.08.06 23:57:55.965566 [ 3 ] {} <Debug> HTTP-Session: f716e231-aa60-4e70-b952-01ebe1a47668 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8362 | 2024.08.06 23:57:55.966013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8363 | 2024.08.06 23:57:55.966066 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8364 | 2024.08.06 23:57:55.966086 [ 3 ] {} <Debug> HTTP-Session: 305844fd-58b0-458a-b6ff-de9b49a9e521 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8365 | 2024.08.06 23:57:55.966103 [ 3 ] {} <Debug> HTTP-Session: 305844fd-58b0-458a-b6ff-de9b49a9e521 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8366 | 2024.08.06 23:57:55.966117 [ 3 ] {} <Debug> HTTP-Session: 305844fd-58b0-458a-b6ff-de9b49a9e521 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8367 | 2024.08.06 23:57:55.966150 [ 3 ] {} <Trace> HTTP-Session: 305844fd-58b0-458a-b6ff-de9b49a9e521 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8368 | 2024.08.06 23:57:55.966248 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8369 | 2024.08.06 23:57:55.966292 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8370 | 2024.08.06 23:57:55.966441 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8371 | 2024.08.06 23:57:55.966729 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8372 | 2024.08.06 23:57:55.966766 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8373 | 2024.08.06 23:57:55.967075 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8374 | 2024.08.06 23:57:55.967384 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8375 | 2024.08.06 23:57:55.967542 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001308 sec., 1529.0519877675843 rows/sec., 106.76 KiB/sec. | ||
| 8376 | 2024.08.06 23:57:55.967760 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Debug> DynamicQueryHandler: Done processing query | ||
| 8377 | 2024.08.06 23:57:55.967785 [ 3 ] {02097d75-9edd-4f88-a8f1-6445e71bd260} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8378 | 2024.08.06 23:57:55.967801 [ 3 ] {} <Debug> HTTP-Session: 305844fd-58b0-458a-b6ff-de9b49a9e521 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8379 | 2024.08.06 23:57:55.967976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8380 | 2024.08.06 23:57:55.968025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8381 | 2024.08.06 23:57:55.968045 [ 3 ] {} <Debug> HTTP-Session: 46fa8bd0-32a4-4efc-aa29-01cebcd79868 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8382 | 2024.08.06 23:57:55.968061 [ 3 ] {} <Debug> HTTP-Session: 46fa8bd0-32a4-4efc-aa29-01cebcd79868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8383 | 2024.08.06 23:57:55.968074 [ 3 ] {} <Debug> HTTP-Session: 46fa8bd0-32a4-4efc-aa29-01cebcd79868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8384 | 2024.08.06 23:57:55.968105 [ 3 ] {} <Trace> HTTP-Session: 46fa8bd0-32a4-4efc-aa29-01cebcd79868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8385 | 2024.08.06 23:57:55.968250 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 8386 | 2024.08.06 23:57:55.968291 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8387 | 2024.08.06 23:57:55.968420 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8388 | 2024.08.06 23:57:55.968854 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8389 | 2024.08.06 23:57:55.968892 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8390 | 2024.08.06 23:57:55.969222 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 8391 | 2024.08.06 23:57:55.969528 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8392 | 2024.08.06 23:57:55.969690 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001498 sec., 152202.93724966623 rows/sec., 10.31 MiB/sec. | ||
| 8393 | 2024.08.06 23:57:55.969970 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Debug> DynamicQueryHandler: Done processing query | ||
| 8394 | 2024.08.06 23:57:55.969996 [ 3 ] {d1174d82-32f1-4526-ade7-e42641d3c745} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 8395 | 2024.08.06 23:57:55.970012 [ 3 ] {} <Debug> HTTP-Session: 46fa8bd0-32a4-4efc-aa29-01cebcd79868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8396 | 2024.08.06 23:57:55.970369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 138752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8397 | 2024.08.06 23:57:55.970419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8398 | 2024.08.06 23:57:55.970438 [ 3 ] {} <Debug> HTTP-Session: 02c49d78-3b51-43bf-ae7c-700e998ff18b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8399 | 2024.08.06 23:57:55.970454 [ 3 ] {} <Debug> HTTP-Session: 02c49d78-3b51-43bf-ae7c-700e998ff18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8400 | 2024.08.06 23:57:55.970468 [ 3 ] {} <Debug> HTTP-Session: 02c49d78-3b51-43bf-ae7c-700e998ff18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8401 | 2024.08.06 23:57:55.970499 [ 3 ] {} <Trace> HTTP-Session: 02c49d78-3b51-43bf-ae7c-700e998ff18b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8402 | 2024.08.06 23:57:55.971078 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8403 | 2024.08.06 23:57:55.971123 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8404 | 2024.08.06 23:57:55.971268 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8405 | 2024.08.06 23:57:55.972165 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.08.06 23:57:55.972202 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8407 | 2024.08.06 23:57:55.972551 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8408 | 2024.08.06 23:57:55.972859 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8409 | 2024.08.06 23:57:55.973005 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Debug> executeQuery: Read 851 rows, 62.81 KiB in 0.002363 sec., 360135.4210749048 rows/sec., 25.96 MiB/sec. | ||
| 8410 | 2024.08.06 23:57:55.973211 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Debug> DynamicQueryHandler: Done processing query | ||
| 8411 | 2024.08.06 23:57:55.973240 [ 3 ] {9d007d96-c57e-4c1e-b259-fdb94953fea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 8412 | 2024.08.06 23:57:55.973259 [ 3 ] {} <Debug> HTTP-Session: 02c49d78-3b51-43bf-ae7c-700e998ff18b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8413 | 2024.08.06 23:57:55.973424 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8414 | 2024.08.06 23:57:55.973473 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8415 | 2024.08.06 23:57:55.973492 [ 3 ] {} <Debug> HTTP-Session: f51d9e52-ae01-422d-a803-286c6525591d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8416 | 2024.08.06 23:57:55.973510 [ 3 ] {} <Debug> HTTP-Session: f51d9e52-ae01-422d-a803-286c6525591d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8417 | 2024.08.06 23:57:55.973524 [ 3 ] {} <Debug> HTTP-Session: f51d9e52-ae01-422d-a803-286c6525591d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8418 | 2024.08.06 23:57:55.973555 [ 3 ] {} <Trace> HTTP-Session: f51d9e52-ae01-422d-a803-286c6525591d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8419 | 2024.08.06 23:57:55.973651 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8420 | 2024.08.06 23:57:55.973695 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8421 | 2024.08.06 23:57:55.973827 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8422 | 2024.08.06 23:57:55.974106 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8423 | 2024.08.06 23:57:55.974142 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8424 | 2024.08.06 23:57:55.974509 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8425 | 2024.08.06 23:57:55.974837 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8426 | 2024.08.06 23:57:55.974996 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 188.74 KiB/sec. | ||
| 8427 | 2024.08.06 23:57:55.975166 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Debug> DynamicQueryHandler: Done processing query | ||
| 8428 | 2024.08.06 23:57:55.975191 [ 3 ] {15b51b9d-f795-4302-b0a5-562a9162c0ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8429 | 2024.08.06 23:57:55.975206 [ 3 ] {} <Debug> HTTP-Session: f51d9e52-ae01-422d-a803-286c6525591d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8430 | 2024.08.06 23:57:55.975372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8431 | 2024.08.06 23:57:55.975420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8432 | 2024.08.06 23:57:55.975439 [ 3 ] {} <Debug> HTTP-Session: 1372c025-5403-4240-b0af-1f7405b104b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8433 | 2024.08.06 23:57:55.975456 [ 3 ] {} <Debug> HTTP-Session: 1372c025-5403-4240-b0af-1f7405b104b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8434 | 2024.08.06 23:57:55.975469 [ 3 ] {} <Debug> HTTP-Session: 1372c025-5403-4240-b0af-1f7405b104b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8435 | 2024.08.06 23:57:55.975500 [ 3 ] {} <Trace> HTTP-Session: 1372c025-5403-4240-b0af-1f7405b104b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8436 | 2024.08.06 23:57:55.975619 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8437 | 2024.08.06 23:57:55.975665 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8438 | 2024.08.06 23:57:55.975813 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8439 | 2024.08.06 23:57:55.976137 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8440 | 2024.08.06 23:57:55.976173 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8441 | 2024.08.06 23:57:55.976535 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 8442 | 2024.08.06 23:57:55.976869 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8443 | 2024.08.06 23:57:55.977037 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001451 sec., 53066.85044796692 rows/sec., 3.27 MiB/sec. | ||
| 8444 | 2024.08.06 23:57:55.977367 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Debug> DynamicQueryHandler: Done processing query | ||
| 8445 | 2024.08.06 23:57:55.977393 [ 3 ] {599bb868-f13f-4673-82e7-a8c7dc9c5a29} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8446 | 2024.08.06 23:57:55.977409 [ 3 ] {} <Debug> HTTP-Session: 1372c025-5403-4240-b0af-1f7405b104b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8447 | 2024.08.06 23:57:55.977644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160479, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8448 | 2024.08.06 23:57:55.977693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8449 | 2024.08.06 23:57:55.977712 [ 3 ] {} <Debug> HTTP-Session: 32b084b1-373b-4d1e-9bd5-05a5f121dd98 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8450 | 2024.08.06 23:57:55.977729 [ 3 ] {} <Debug> HTTP-Session: 32b084b1-373b-4d1e-9bd5-05a5f121dd98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8451 | 2024.08.06 23:57:55.977742 [ 3 ] {} <Debug> HTTP-Session: 32b084b1-373b-4d1e-9bd5-05a5f121dd98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8452 | 2024.08.06 23:57:55.977772 [ 3 ] {} <Trace> HTTP-Session: 32b084b1-373b-4d1e-9bd5-05a5f121dd98 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8453 | 2024.08.06 23:57:55.978218 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8454 | 2024.08.06 23:57:55.978267 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8455 | 2024.08.06 23:57:55.978437 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8456 | 2024.08.06 23:57:55.979275 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8457 | 2024.08.06 23:57:55.979311 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8458 | 2024.08.06 23:57:55.979732 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8459 | 2024.08.06 23:57:55.980080 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8460 | 2024.08.06 23:57:55.980240 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Debug> executeQuery: Read 845 rows, 58.24 KiB in 0.002314 sec., 365168.5393258427 rows/sec., 24.58 MiB/sec. | ||
| 8461 | 2024.08.06 23:57:55.980423 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Debug> DynamicQueryHandler: Done processing query | ||
| 8462 | 2024.08.06 23:57:55.980447 [ 3 ] {f99f085d-629e-414e-b7bc-324e7f2dba00} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 8463 | 2024.08.06 23:57:55.980463 [ 3 ] {} <Debug> HTTP-Session: 32b084b1-373b-4d1e-9bd5-05a5f121dd98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8464 | 2024.08.06 23:57:55.980864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17657, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8465 | 2024.08.06 23:57:55.980913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8466 | 2024.08.06 23:57:55.980932 [ 3 ] {} <Debug> HTTP-Session: 5477ac69-e902-41d7-8d29-599d2c48e03f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8467 | 2024.08.06 23:57:55.980949 [ 3 ] {} <Debug> HTTP-Session: 5477ac69-e902-41d7-8d29-599d2c48e03f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8468 | 2024.08.06 23:57:55.980962 [ 3 ] {} <Debug> HTTP-Session: 5477ac69-e902-41d7-8d29-599d2c48e03f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8469 | 2024.08.06 23:57:55.980993 [ 3 ] {} <Trace> HTTP-Session: 5477ac69-e902-41d7-8d29-599d2c48e03f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8470 | 2024.08.06 23:57:55.981211 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8471 | 2024.08.06 23:57:55.981277 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8472 | 2024.08.06 23:57:55.981699 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8473 | 2024.08.06 23:57:55.982291 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8474 | 2024.08.06 23:57:55.982327 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8475 | 2024.08.06 23:57:55.982928 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8476 | 2024.08.06 23:57:55.983344 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8477 | 2024.08.06 23:57:55.983547 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00247 sec., 4453.441295546559 rows/sec., 7.98 MiB/sec. | ||
| 8478 | 2024.08.06 23:57:55.983777 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8479 | 2024.08.06 23:57:55.983803 [ 3 ] {b3f7a999-d87c-49c8-98d3-e4f766c914e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 8480 | 2024.08.06 23:57:55.983820 [ 3 ] {} <Debug> HTTP-Session: 5477ac69-e902-41d7-8d29-599d2c48e03f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8481 | 2024.08.06 23:57:55.983947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8482 | 2024.08.06 23:57:55.983996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8483 | 2024.08.06 23:57:55.984015 [ 3 ] {} <Debug> HTTP-Session: 9d098bfc-5d47-4a13-a458-3350a4c68301 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8484 | 2024.08.06 23:57:55.984032 [ 3 ] {} <Debug> HTTP-Session: 9d098bfc-5d47-4a13-a458-3350a4c68301 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8485 | 2024.08.06 23:57:55.984045 [ 3 ] {} <Debug> HTTP-Session: 9d098bfc-5d47-4a13-a458-3350a4c68301 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8486 | 2024.08.06 23:57:55.984076 [ 3 ] {} <Trace> HTTP-Session: 9d098bfc-5d47-4a13-a458-3350a4c68301 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8487 | 2024.08.06 23:57:55.984179 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8488 | 2024.08.06 23:57:55.984223 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8489 | 2024.08.06 23:57:55.984354 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8490 | 2024.08.06 23:57:55.984643 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8491 | 2024.08.06 23:57:55.984679 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8492 | 2024.08.06 23:57:55.985039 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8493 | 2024.08.06 23:57:55.985361 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8494 | 2024.08.06 23:57:55.985512 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001356 sec., 16961.65191740413 rows/sec., 917.51 KiB/sec. | ||
| 8495 | 2024.08.06 23:57:55.985532 [ 47 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8496 | 2024.08.06 23:57:55.985652 [ 47 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8497 | 2024.08.06 23:57:55.985708 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8498 | 2024.08.06 23:57:55.985721 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Debug> DynamicQueryHandler: Done processing query | ||
| 8499 | 2024.08.06 23:57:55.985773 [ 3 ] {f641de26-a038-489b-b1b7-6b234c752fc7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8500 | 2024.08.06 23:57:55.985838 [ 3 ] {} <Debug> HTTP-Session: 9d098bfc-5d47-4a13-a458-3350a4c68301 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8501 | 2024.08.06 23:57:55.986001 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 8502 | 2024.08.06 23:57:55.986109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8503 | 2024.08.06 23:57:55.986212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8504 | 2024.08.06 23:57:55.986278 [ 3 ] {} <Debug> HTTP-Session: 0149df95-8ffe-4b18-9da8-6ca98201f664 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8505 | 2024.08.06 23:57:55.986325 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8506 | 2024.08.06 23:57:55.986328 [ 3 ] {} <Debug> HTTP-Session: 0149df95-8ffe-4b18-9da8-6ca98201f664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8507 | 2024.08.06 23:57:55.986381 [ 3 ] {} <Debug> HTTP-Session: 0149df95-8ffe-4b18-9da8-6ca98201f664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8508 | 2024.08.06 23:57:55.986397 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 372 rows starting from the beginning of the part | ||
| 8509 | 2024.08.06 23:57:55.986456 [ 3 ] {} <Trace> HTTP-Session: 0149df95-8ffe-4b18-9da8-6ca98201f664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8510 | 2024.08.06 23:57:55.986623 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
| 8511 | 2024.08.06 23:57:55.986917 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8512 | 2024.08.06 23:57:55.986944 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
| 8513 | 2024.08.06 23:57:55.987107 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8514 | 2024.08.06 23:57:55.987304 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
| 8515 | 2024.08.06 23:57:55.987627 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
| 8516 | 2024.08.06 23:57:55.988012 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
| 8517 | 2024.08.06 23:57:55.988066 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8518 | 2024.08.06 23:57:55.988908 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8519 | 2024.08.06 23:57:55.988993 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8520 | 2024.08.06 23:57:55.990001 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8521 | 2024.08.06 23:57:55.990717 [ 201 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 4 columns (4 merged, 0 gathered) in 0.004875268 sec., 99891.9444018257 rows/sec., 5.38 MiB/sec. | ||
| 8522 | 2024.08.06 23:57:55.990942 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8523 | 2024.08.06 23:57:55.991040 [ 187 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8524 | 2024.08.06 23:57:55.991220 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004541 sec., 13212.948689715922 rows/sec., 911.83 KiB/sec. | ||
| 8525 | 2024.08.06 23:57:55.991551 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Debug> DynamicQueryHandler: Done processing query | ||
| 8526 | 2024.08.06 23:57:55.991610 [ 3 ] {3171959e-bd25-42ab-ae9d-fc8c1712e5e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8527 | 2024.08.06 23:57:55.991674 [ 3 ] {} <Debug> HTTP-Session: 0149df95-8ffe-4b18-9da8-6ca98201f664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8528 | 2024.08.06 23:57:55.991899 [ 187 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8529 | 2024.08.06 23:57:55.991994 [ 187 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_21_4} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8530 | 2024.08.06 23:57:55.992095 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 8531 | 2024.08.06 23:58:00.045216 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8532 | 2024.08.06 23:58:00.045284 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8533 | 2024.08.06 23:58:01.398116 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8534 | 2024.08.06 23:58:01.398233 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8535 | 2024.08.06 23:58:01.398259 [ 3 ] {} <Debug> HTTP-Session: 821485bf-6b6f-4994-9a6b-40bc16f4d65a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8536 | 2024.08.06 23:58:01.398282 [ 3 ] {} <Debug> HTTP-Session: 821485bf-6b6f-4994-9a6b-40bc16f4d65a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8537 | 2024.08.06 23:58:01.398298 [ 3 ] {} <Debug> HTTP-Session: 821485bf-6b6f-4994-9a6b-40bc16f4d65a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8538 | 2024.08.06 23:58:01.398349 [ 3 ] {} <Trace> HTTP-Session: 821485bf-6b6f-4994-9a6b-40bc16f4d65a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8539 | 2024.08.06 23:58:01.398532 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8540 | 2024.08.06 23:58:01.398598 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8541 | 2024.08.06 23:58:01.398792 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8542 | 2024.08.06 23:58:01.399211 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8543 | 2024.08.06 23:58:01.399251 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8544 | 2024.08.06 23:58:01.399624 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8545 | 2024.08.06 23:58:01.399965 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8546 | 2024.08.06 23:58:01.400107 [ 42 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8547 | 2024.08.06 23:58:01.400109 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001636 sec., 13447.432762836184 rows/sec., 1.06 MiB/sec. | ||
| 8548 | 2024.08.06 23:58:01.400148 [ 42 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8549 | 2024.08.06 23:58:01.400182 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8550 | 2024.08.06 23:58:01.400396 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Debug> DynamicQueryHandler: Done processing query | ||
| 8551 | 2024.08.06 23:58:01.400476 [ 3 ] {8892b914-7adb-46a9-8555-50efc6627146} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8552 | 2024.08.06 23:58:01.400531 [ 3 ] {} <Debug> HTTP-Session: 821485bf-6b6f-4994-9a6b-40bc16f4d65a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8553 | 2024.08.06 23:58:01.400529 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 8554 | 2024.08.06 23:58:01.400809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8555 | 2024.08.06 23:58:01.400933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8556 | 2024.08.06 23:58:01.400990 [ 3 ] {} <Debug> HTTP-Session: c5d71b45-0029-453e-b48f-f1b3c5dd0016 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8557 | 2024.08.06 23:58:01.401037 [ 3 ] {} <Debug> HTTP-Session: c5d71b45-0029-453e-b48f-f1b3c5dd0016 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8558 | 2024.08.06 23:58:01.401034 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8559 | 2024.08.06 23:58:01.401063 [ 3 ] {} <Debug> HTTP-Session: c5d71b45-0029-453e-b48f-f1b3c5dd0016 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8560 | 2024.08.06 23:58:01.401120 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 39 rows starting from the beginning of the part | ||
| 8561 | 2024.08.06 23:58:01.401136 [ 3 ] {} <Trace> HTTP-Session: c5d71b45-0029-453e-b48f-f1b3c5dd0016 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8562 | 2024.08.06 23:58:01.401427 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 22 rows starting from the beginning of the part | ||
| 8563 | 2024.08.06 23:58:01.401468 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8564 | 2024.08.06 23:58:01.401639 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8565 | 2024.08.06 23:58:01.401696 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 17 rows starting from the beginning of the part | ||
| 8566 | 2024.08.06 23:58:01.402066 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 22 rows starting from the beginning of the part | ||
| 8567 | 2024.08.06 23:58:01.402402 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 17 rows starting from the beginning of the part | ||
| 8568 | 2024.08.06 23:58:01.402771 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8569 | 2024.08.06 23:58:01.402774 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 22 rows starting from the beginning of the part | ||
| 8570 | 2024.08.06 23:58:01.403912 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8571 | 2024.08.06 23:58:01.403976 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8572 | 2024.08.06 23:58:01.404840 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8573 | 2024.08.06 23:58:01.405433 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.005146214 sec., 27010.147654178392 rows/sec., 2.05 MiB/sec. | ||
| 8574 | 2024.08.06 23:58:01.405609 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8575 | 2024.08.06 23:58:01.405775 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2024.08.06 23:58:01.406175 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.004874 sec., 25030.77554370127 rows/sec., 2.07 MiB/sec. | ||
| 8577 | 2024.08.06 23:58:01.406596 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Debug> DynamicQueryHandler: Done processing query | ||
| 8578 | 2024.08.06 23:58:01.406607 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8579 | 2024.08.06 23:58:01.406632 [ 3 ] {fc360003-87f6-40af-a3db-d99b7f3742fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8580 | 2024.08.06 23:58:01.406690 [ 3 ] {} <Debug> HTTP-Session: c5d71b45-0029-453e-b48f-f1b3c5dd0016 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8581 | 2024.08.06 23:58:01.406784 [ 192 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_41_8} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8582 | 2024.08.06 23:58:01.406901 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8583 | 2024.08.06 23:58:01.406915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8584 | 2024.08.06 23:58:01.406991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8585 | 2024.08.06 23:58:01.407012 [ 3 ] {} <Debug> HTTP-Session: 8626936a-2822-49b5-ab8a-76eac0f438aa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8586 | 2024.08.06 23:58:01.407029 [ 3 ] {} <Debug> HTTP-Session: 8626936a-2822-49b5-ab8a-76eac0f438aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8587 | 2024.08.06 23:58:01.407043 [ 3 ] {} <Debug> HTTP-Session: 8626936a-2822-49b5-ab8a-76eac0f438aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8588 | 2024.08.06 23:58:01.407076 [ 3 ] {} <Trace> HTTP-Session: 8626936a-2822-49b5-ab8a-76eac0f438aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8589 | 2024.08.06 23:58:01.407220 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8590 | 2024.08.06 23:58:01.407265 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8591 | 2024.08.06 23:58:01.407414 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8592 | 2024.08.06 23:58:01.407808 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8593 | 2024.08.06 23:58:01.407845 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8594 | 2024.08.06 23:58:01.408183 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8595 | 2024.08.06 23:58:01.408501 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8596 | 2024.08.06 23:58:01.408643 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001484 sec., 57951.48247978436 rows/sec., 4.53 MiB/sec. | ||
| 8597 | 2024.08.06 23:58:01.408820 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8598 | 2024.08.06 23:58:01.408846 [ 3 ] {c0ab1704-2624-4b32-a88d-c5b646c6cac1} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8599 | 2024.08.06 23:58:01.408862 [ 3 ] {} <Debug> HTTP-Session: 8626936a-2822-49b5-ab8a-76eac0f438aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8600 | 2024.08.06 23:58:01.409049 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8601 | 2024.08.06 23:58:01.409100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8602 | 2024.08.06 23:58:01.409120 [ 3 ] {} <Debug> HTTP-Session: 9049ff5b-352f-4ef6-bf02-c28413d76f2b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8603 | 2024.08.06 23:58:01.409160 [ 3 ] {} <Debug> HTTP-Session: 9049ff5b-352f-4ef6-bf02-c28413d76f2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8604 | 2024.08.06 23:58:01.409178 [ 3 ] {} <Debug> HTTP-Session: 9049ff5b-352f-4ef6-bf02-c28413d76f2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8605 | 2024.08.06 23:58:01.409212 [ 3 ] {} <Trace> HTTP-Session: 9049ff5b-352f-4ef6-bf02-c28413d76f2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8606 | 2024.08.06 23:58:01.409400 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8607 | 2024.08.06 23:58:01.409469 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8608 | 2024.08.06 23:58:01.409624 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8609 | 2024.08.06 23:58:01.410026 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8610 | 2024.08.06 23:58:01.410064 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8611 | 2024.08.06 23:58:01.410482 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8612 | 2024.08.06 23:58:01.410843 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8613 | 2024.08.06 23:58:01.411008 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001678 sec., 95351.60905840286 rows/sec., 6.64 MiB/sec. | ||
| 8614 | 2024.08.06 23:58:01.411190 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Debug> DynamicQueryHandler: Done processing query | ||
| 8615 | 2024.08.06 23:58:01.411216 [ 3 ] {38d079e5-0c93-429f-8efd-e4b6149a8c8b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8616 | 2024.08.06 23:58:01.411232 [ 3 ] {} <Debug> HTTP-Session: 9049ff5b-352f-4ef6-bf02-c28413d76f2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8617 | 2024.08.06 23:58:01.411405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8618 | 2024.08.06 23:58:01.411457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8619 | 2024.08.06 23:58:01.411477 [ 3 ] {} <Debug> HTTP-Session: 71ba0001-326a-42d9-8713-db4e205365a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8620 | 2024.08.06 23:58:01.411494 [ 3 ] {} <Debug> HTTP-Session: 71ba0001-326a-42d9-8713-db4e205365a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8621 | 2024.08.06 23:58:01.411508 [ 3 ] {} <Debug> HTTP-Session: 71ba0001-326a-42d9-8713-db4e205365a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8622 | 2024.08.06 23:58:01.411539 [ 3 ] {} <Trace> HTTP-Session: 71ba0001-326a-42d9-8713-db4e205365a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8623 | 2024.08.06 23:58:01.411806 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8624 | 2024.08.06 23:58:01.411871 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8625 | 2024.08.06 23:58:01.412299 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8626 | 2024.08.06 23:58:01.412955 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8627 | 2024.08.06 23:58:01.412994 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8628 | 2024.08.06 23:58:01.413615 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8629 | 2024.08.06 23:58:01.414067 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8630 | 2024.08.06 23:58:01.414260 [ 41 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8631 | 2024.08.06 23:58:01.414273 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002639 sec., 8336.491095111785 rows/sec., 14.94 MiB/sec. | ||
| 8632 | 2024.08.06 23:58:01.414350 [ 41 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8633 | 2024.08.06 23:58:01.414428 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
| 8634 | 2024.08.06 23:58:01.414706 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 8635 | 2024.08.06 23:58:01.414840 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8636 | 2024.08.06 23:58:01.414891 [ 3 ] {418d26b4-21e6-4d13-85c2-adbd7eada41e} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 8637 | 2024.08.06 23:58:01.414942 [ 3 ] {} <Debug> HTTP-Session: 71ba0001-326a-42d9-8713-db4e205365a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8638 | 2024.08.06 23:58:01.415147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8639 | 2024.08.06 23:58:01.415290 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8640 | 2024.08.06 23:58:01.415351 [ 3 ] {} <Debug> HTTP-Session: 94159f60-cdba-4da5-a330-928b256f6097 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8641 | 2024.08.06 23:58:01.415394 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8642 | 2024.08.06 23:58:01.415405 [ 3 ] {} <Debug> HTTP-Session: 94159f60-cdba-4da5-a330-928b256f6097 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8643 | 2024.08.06 23:58:01.415459 [ 3 ] {} <Debug> HTTP-Session: 94159f60-cdba-4da5-a330-928b256f6097 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8644 | 2024.08.06 23:58:01.415561 [ 3 ] {} <Trace> HTTP-Session: 94159f60-cdba-4da5-a330-928b256f6097 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8645 | 2024.08.06 23:58:01.415575 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 537 rows starting from the beginning of the part | ||
| 8646 | 2024.08.06 23:58:01.415867 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8647 | 2024.08.06 23:58:01.416045 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8648 | 2024.08.06 23:58:01.416268 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 22 rows starting from the beginning of the part | ||
| 8649 | 2024.08.06 23:58:01.416959 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8650 | 2024.08.06 23:58:01.417097 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 11 rows starting from the beginning of the part | ||
| 8651 | 2024.08.06 23:58:01.417567 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 22 rows starting from the beginning of the part | ||
| 8652 | 2024.08.06 23:58:01.418275 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8653 | 2024.08.06 23:58:01.418298 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 11 rows starting from the beginning of the part | ||
| 8654 | 2024.08.06 23:58:01.418338 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8655 | 2024.08.06 23:58:01.418844 [ 201 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 22 rows starting from the beginning of the part | ||
| 8656 | 2024.08.06 23:58:01.419763 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8657 | 2024.08.06 23:58:01.420626 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8658 | 2024.08.06 23:58:01.420850 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005142 sec., 11668.611435239207 rows/sec., 805.26 KiB/sec. | ||
| 8659 | 2024.08.06 23:58:01.421298 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8660 | 2024.08.06 23:58:01.421405 [ 3 ] {c1f5f19b-58a6-4c4b-af0b-e4dc50177f7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8661 | 2024.08.06 23:58:01.421531 [ 3 ] {} <Debug> HTTP-Session: 94159f60-cdba-4da5-a330-928b256f6097 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8662 | 2024.08.06 23:58:01.424584 [ 197 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 625 rows, containing 19 columns (19 merged, 0 gathered) in 0.010030321 sec., 62311.06661491691 rows/sec., 111.66 MiB/sec. | ||
| 8663 | 2024.08.06 23:58:01.425396 [ 196 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8664 | 2024.08.06 23:58:01.426011 [ 196 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8665 | 2024.08.06 23:58:01.426097 [ 196 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8666 | 2024.08.06 23:58:01.426240 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.40 MiB. | ||
| 8667 | 2024.08.06 23:58:06.249738 [ 38 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 | ||
| 8668 | 2024.08.06 23:58:06.249817 [ 38 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8669 | 2024.08.06 23:58:06.249840 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8670 | 2024.08.06 23:58:06.250055 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full | ||
| 8671 | 2024.08.06 23:58:06.250258 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8672 | 2024.08.06 23:58:06.250296 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 8673 | 2024.08.06 23:58:06.250371 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 8674 | 2024.08.06 23:58:06.250457 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 8675 | 2024.08.06 23:58:06.250650 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 8676 | 2024.08.06 23:58:06.250906 [ 192 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 8677 | 2024.08.06 23:58:06.251999 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.002081176 sec., 57659.70778060096 rows/sec., 2.42 MiB/sec. | ||
| 8678 | 2024.08.06 23:58:06.252194 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 8679 | 2024.08.06 23:58:06.252680 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8680 | 2024.08.06 23:58:06.252774 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_20_4} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 | ||
| 8681 | 2024.08.06 23:58:06.252874 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8682 | 2024.08.06 23:58:06.402545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8683 | 2024.08.06 23:58:06.402657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8684 | 2024.08.06 23:58:06.402682 [ 3 ] {} <Debug> HTTP-Session: 42bb03e7-0694-4477-862b-0793199082f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8685 | 2024.08.06 23:58:06.402704 [ 3 ] {} <Debug> HTTP-Session: 42bb03e7-0694-4477-862b-0793199082f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8686 | 2024.08.06 23:58:06.402719 [ 3 ] {} <Debug> HTTP-Session: 42bb03e7-0694-4477-862b-0793199082f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8687 | 2024.08.06 23:58:06.402767 [ 3 ] {} <Trace> HTTP-Session: 42bb03e7-0694-4477-862b-0793199082f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8688 | 2024.08.06 23:58:06.402949 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8689 | 2024.08.06 23:58:06.403020 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8690 | 2024.08.06 23:58:06.403214 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8691 | 2024.08.06 23:58:06.403649 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8692 | 2024.08.06 23:58:06.403689 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8693 | 2024.08.06 23:58:06.404061 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8694 | 2024.08.06 23:58:06.404400 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8695 | 2024.08.06 23:58:06.404547 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001656 sec., 10265.700483091789 rows/sec., 743.63 KiB/sec. | ||
| 8696 | 2024.08.06 23:58:06.404769 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Debug> DynamicQueryHandler: Done processing query | ||
| 8697 | 2024.08.06 23:58:06.404799 [ 3 ] {3ab95fda-98dc-4039-aab6-06837375bf49} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8698 | 2024.08.06 23:58:06.404817 [ 3 ] {} <Debug> HTTP-Session: 42bb03e7-0694-4477-862b-0793199082f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8699 | 2024.08.06 23:58:06.404973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8700 | 2024.08.06 23:58:06.405022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8701 | 2024.08.06 23:58:06.405041 [ 3 ] {} <Debug> HTTP-Session: 4f173422-786f-43db-ba30-9154ca1c9b70 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8702 | 2024.08.06 23:58:06.405057 [ 3 ] {} <Debug> HTTP-Session: 4f173422-786f-43db-ba30-9154ca1c9b70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8703 | 2024.08.06 23:58:06.405071 [ 3 ] {} <Debug> HTTP-Session: 4f173422-786f-43db-ba30-9154ca1c9b70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8704 | 2024.08.06 23:58:06.405107 [ 3 ] {} <Trace> HTTP-Session: 4f173422-786f-43db-ba30-9154ca1c9b70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8705 | 2024.08.06 23:58:06.405199 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 8706 | 2024.08.06 23:58:06.405242 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8707 | 2024.08.06 23:58:06.405369 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8708 | 2024.08.06 23:58:06.405681 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8709 | 2024.08.06 23:58:06.405718 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8710 | 2024.08.06 23:58:06.406017 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8711 | 2024.08.06 23:58:06.406329 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8712 | 2024.08.06 23:58:06.406455 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00128 sec., 1562.4999999999998 rows/sec., 127.41 KiB/sec. | ||
| 8713 | 2024.08.06 23:58:06.406620 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8714 | 2024.08.06 23:58:06.406644 [ 3 ] {430d27cc-4692-4717-8124-c9f4a9ace2a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8715 | 2024.08.06 23:58:06.406660 [ 3 ] {} <Debug> HTTP-Session: 4f173422-786f-43db-ba30-9154ca1c9b70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8716 | 2024.08.06 23:58:06.406824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8717 | 2024.08.06 23:58:06.406875 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8718 | 2024.08.06 23:58:06.406894 [ 3 ] {} <Debug> HTTP-Session: caee5d73-b4b4-418c-be8c-3d8e773b0594 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8719 | 2024.08.06 23:58:06.406910 [ 3 ] {} <Debug> HTTP-Session: caee5d73-b4b4-418c-be8c-3d8e773b0594 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8720 | 2024.08.06 23:58:06.406923 [ 3 ] {} <Debug> HTTP-Session: caee5d73-b4b4-418c-be8c-3d8e773b0594 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8721 | 2024.08.06 23:58:06.406953 [ 3 ] {} <Trace> HTTP-Session: caee5d73-b4b4-418c-be8c-3d8e773b0594 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8722 | 2024.08.06 23:58:06.407097 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8723 | 2024.08.06 23:58:06.407137 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8724 | 2024.08.06 23:58:06.407264 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8725 | 2024.08.06 23:58:06.407676 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8726 | 2024.08.06 23:58:06.407713 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8727 | 2024.08.06 23:58:06.408039 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8728 | 2024.08.06 23:58:06.408364 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2024.08.06 23:58:06.408491 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001462 sec., 133378.93296853625 rows/sec., 11.77 MiB/sec. | ||
| 8730 | 2024.08.06 23:58:06.408742 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Debug> DynamicQueryHandler: Done processing query | ||
| 8731 | 2024.08.06 23:58:06.408790 [ 3 ] {6a1ab760-52c0-4cbd-939e-26430a07a217} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 8732 | 2024.08.06 23:58:06.408827 [ 3 ] {} <Debug> HTTP-Session: caee5d73-b4b4-418c-be8c-3d8e773b0594 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8733 | 2024.08.06 23:58:06.408977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8734 | 2024.08.06 23:58:06.409025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8735 | 2024.08.06 23:58:06.409044 [ 3 ] {} <Debug> HTTP-Session: fd9b1969-e4d2-42bb-8a06-e04c3e41225a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8736 | 2024.08.06 23:58:06.409061 [ 3 ] {} <Debug> HTTP-Session: fd9b1969-e4d2-42bb-8a06-e04c3e41225a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8737 | 2024.08.06 23:58:06.409074 [ 3 ] {} <Debug> HTTP-Session: fd9b1969-e4d2-42bb-8a06-e04c3e41225a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8738 | 2024.08.06 23:58:06.409104 [ 3 ] {} <Trace> HTTP-Session: fd9b1969-e4d2-42bb-8a06-e04c3e41225a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8739 | 2024.08.06 23:58:06.409201 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 8740 | 2024.08.06 23:58:06.409245 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8741 | 2024.08.06 23:58:06.409386 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8742 | 2024.08.06 23:58:06.409664 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8743 | 2024.08.06 23:58:06.409699 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8744 | 2024.08.06 23:58:06.410000 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8745 | 2024.08.06 23:58:06.410309 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8746 | 2024.08.06 23:58:06.410437 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 110.74 KiB/sec. | ||
| 8747 | 2024.08.06 23:58:06.410646 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Debug> DynamicQueryHandler: Done processing query | ||
| 8748 | 2024.08.06 23:58:06.410670 [ 3 ] {9e5fb735-8a00-4664-87d8-93b862ed2790} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 8749 | 2024.08.06 23:58:06.410686 [ 3 ] {} <Debug> HTTP-Session: fd9b1969-e4d2-42bb-8a06-e04c3e41225a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8750 | 2024.08.06 23:58:06.410868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8751 | 2024.08.06 23:58:06.410919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8752 | 2024.08.06 23:58:06.410938 [ 3 ] {} <Debug> HTTP-Session: ccd52fb3-0f2e-42a4-811a-1aecf9092823 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8753 | 2024.08.06 23:58:06.410955 [ 3 ] {} <Debug> HTTP-Session: ccd52fb3-0f2e-42a4-811a-1aecf9092823 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8754 | 2024.08.06 23:58:06.410968 [ 3 ] {} <Debug> HTTP-Session: ccd52fb3-0f2e-42a4-811a-1aecf9092823 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8755 | 2024.08.06 23:58:06.410998 [ 3 ] {} <Trace> HTTP-Session: ccd52fb3-0f2e-42a4-811a-1aecf9092823 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8756 | 2024.08.06 23:58:06.411206 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8757 | 2024.08.06 23:58:06.411248 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8758 | 2024.08.06 23:58:06.411372 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8759 | 2024.08.06 23:58:06.411902 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8760 | 2024.08.06 23:58:06.411938 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8761 | 2024.08.06 23:58:06.412261 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8762 | 2024.08.06 23:58:06.412569 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8763 | 2024.08.06 23:58:06.412695 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001601 sec., 246720.7995003123 rows/sec., 17.40 MiB/sec. | ||
| 8764 | 2024.08.06 23:58:06.412857 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Debug> DynamicQueryHandler: Done processing query | ||
| 8765 | 2024.08.06 23:58:06.412886 [ 3 ] {2182d32b-e565-42bb-bf76-7394b9307c91} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 8766 | 2024.08.06 23:58:06.412903 [ 3 ] {} <Debug> HTTP-Session: ccd52fb3-0f2e-42a4-811a-1aecf9092823 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8767 | 2024.08.06 23:58:06.413114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8768 | 2024.08.06 23:58:06.413163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8769 | 2024.08.06 23:58:06.413181 [ 3 ] {} <Debug> HTTP-Session: 5fa6095e-1d88-467d-9b3a-47983781a38a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8770 | 2024.08.06 23:58:06.413198 [ 3 ] {} <Debug> HTTP-Session: 5fa6095e-1d88-467d-9b3a-47983781a38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8771 | 2024.08.06 23:58:06.413211 [ 3 ] {} <Debug> HTTP-Session: 5fa6095e-1d88-467d-9b3a-47983781a38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8772 | 2024.08.06 23:58:06.413242 [ 3 ] {} <Trace> HTTP-Session: 5fa6095e-1d88-467d-9b3a-47983781a38a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8773 | 2024.08.06 23:58:06.413337 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 8774 | 2024.08.06 23:58:06.413385 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8775 | 2024.08.06 23:58:06.413517 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8776 | 2024.08.06 23:58:06.413796 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8777 | 2024.08.06 23:58:06.413831 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8778 | 2024.08.06 23:58:06.414192 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8779 | 2024.08.06 23:58:06.414524 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8780 | 2024.08.06 23:58:06.414651 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
| 8781 | 2024.08.06 23:58:06.414816 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Debug> DynamicQueryHandler: Done processing query | ||
| 8782 | 2024.08.06 23:58:06.414840 [ 3 ] {1b766909-84fa-41ad-94c8-99f8371bae53} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8783 | 2024.08.06 23:58:06.414855 [ 3 ] {} <Debug> HTTP-Session: 5fa6095e-1d88-467d-9b3a-47983781a38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8784 | 2024.08.06 23:58:06.414983 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8785 | 2024.08.06 23:58:06.415032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8786 | 2024.08.06 23:58:06.415051 [ 3 ] {} <Debug> HTTP-Session: a3b12cca-6280-468a-90e3-acf0c87835a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8787 | 2024.08.06 23:58:06.415068 [ 3 ] {} <Debug> HTTP-Session: a3b12cca-6280-468a-90e3-acf0c87835a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8788 | 2024.08.06 23:58:06.415082 [ 3 ] {} <Debug> HTTP-Session: a3b12cca-6280-468a-90e3-acf0c87835a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8789 | 2024.08.06 23:58:06.415111 [ 3 ] {} <Trace> HTTP-Session: a3b12cca-6280-468a-90e3-acf0c87835a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8790 | 2024.08.06 23:58:06.415247 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 8791 | 2024.08.06 23:58:06.415294 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 8792 | 2024.08.06 23:58:06.415443 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8793 | 2024.08.06 23:58:06.415774 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8794 | 2024.08.06 23:58:06.415812 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8795 | 2024.08.06 23:58:06.416183 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 8796 | 2024.08.06 23:58:06.416527 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8797 | 2024.08.06 23:58:06.416649 [ 38 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 8798 | 2024.08.06 23:58:06.416663 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
| 8799 | 2024.08.06 23:58:06.416700 [ 38 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.08.06 23:58:06.416742 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8801 | 2024.08.06 23:58:06.416909 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 8802 | 2024.08.06 23:58:06.416926 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 8803 | 2024.08.06 23:58:06.416950 [ 3 ] {8c02d866-b44a-4189-8564-3cd2db2a6fe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 8804 | 2024.08.06 23:58:06.417000 [ 3 ] {} <Debug> HTTP-Session: a3b12cca-6280-468a-90e3-acf0c87835a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8805 | 2024.08.06 23:58:06.417143 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8806 | 2024.08.06 23:58:06.417187 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
| 8807 | 2024.08.06 23:58:06.417248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8808 | 2024.08.06 23:58:06.417425 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
| 8809 | 2024.08.06 23:58:06.417417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8810 | 2024.08.06 23:58:06.417539 [ 3 ] {} <Debug> HTTP-Session: 97b70191-52ac-4468-843a-6cf18dd71efd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8811 | 2024.08.06 23:58:06.417639 [ 3 ] {} <Debug> HTTP-Session: 97b70191-52ac-4468-843a-6cf18dd71efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8812 | 2024.08.06 23:58:06.417678 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
| 8813 | 2024.08.06 23:58:06.417698 [ 3 ] {} <Debug> HTTP-Session: 97b70191-52ac-4468-843a-6cf18dd71efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8814 | 2024.08.06 23:58:06.417864 [ 3 ] {} <Trace> HTTP-Session: 97b70191-52ac-4468-843a-6cf18dd71efd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8815 | 2024.08.06 23:58:06.418040 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
| 8816 | 2024.08.06 23:58:06.418287 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
| 8817 | 2024.08.06 23:58:06.418417 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8818 | 2024.08.06 23:58:06.418559 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
| 8819 | 2024.08.06 23:58:06.418660 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8820 | 2024.08.06 23:58:06.419349 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8821 | 2024.08.06 23:58:06.420352 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8822 | 2024.08.06 23:58:06.420440 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8823 | 2024.08.06 23:58:06.421376 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8824 | 2024.08.06 23:58:06.421633 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.004798206 sec., 337000.95410659735 rows/sec., 20.75 MiB/sec. | ||
| 8825 | 2024.08.06 23:58:06.422027 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 8826 | 2024.08.06 23:58:06.422026 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8827 | 2024.08.06 23:58:06.422400 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.004267 sec., 37731.42723224748 rows/sec., 2.63 MiB/sec. | ||
| 8828 | 2024.08.06 23:58:06.423164 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Debug> DynamicQueryHandler: Done processing query | ||
| 8829 | 2024.08.06 23:58:06.423245 [ 3 ] {d14a41fb-e412-49ea-a21d-bba586fa7d11} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8830 | 2024.08.06 23:58:06.423343 [ 3 ] {} <Debug> HTTP-Session: 97b70191-52ac-4468-843a-6cf18dd71efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8831 | 2024.08.06 23:58:06.423598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17718, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8832 | 2024.08.06 23:58:06.423684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8833 | 2024.08.06 23:58:06.423734 [ 3 ] {} <Debug> HTTP-Session: 061d8fbd-c17b-4bca-a976-eb161e1a9166 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8834 | 2024.08.06 23:58:06.423780 [ 3 ] {} <Debug> HTTP-Session: 061d8fbd-c17b-4bca-a976-eb161e1a9166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8835 | 2024.08.06 23:58:06.423818 [ 3 ] {} <Debug> HTTP-Session: 061d8fbd-c17b-4bca-a976-eb161e1a9166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8836 | 2024.08.06 23:58:06.423817 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2024.08.06 23:58:06.423877 [ 3 ] {} <Trace> HTTP-Session: 061d8fbd-c17b-4bca-a976-eb161e1a9166 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8838 | 2024.08.06 23:58:06.423993 [ 197 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 8839 | 2024.08.06 23:58:06.424142 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 8840 | 2024.08.06 23:58:06.424201 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8841 | 2024.08.06 23:58:06.424283 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8842 | 2024.08.06 23:58:06.424757 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8843 | 2024.08.06 23:58:06.425366 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8844 | 2024.08.06 23:58:06.425404 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8845 | 2024.08.06 23:58:06.426041 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 8846 | 2024.08.06 23:58:06.426469 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8847 | 2024.08.06 23:58:06.426660 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00264 sec., 4166.666666666667 rows/sec., 7.47 MiB/sec. | ||
| 8848 | 2024.08.06 23:58:06.427034 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Debug> DynamicQueryHandler: Done processing query | ||
| 8849 | 2024.08.06 23:58:06.427060 [ 3 ] {e6fcf3bf-58d8-4c42-8415-e9f564d354db} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 8850 | 2024.08.06 23:58:06.427077 [ 3 ] {} <Debug> HTTP-Session: 061d8fbd-c17b-4bca-a976-eb161e1a9166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8851 | 2024.08.06 23:58:06.427209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8852 | 2024.08.06 23:58:06.427258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8853 | 2024.08.06 23:58:06.427278 [ 3 ] {} <Debug> HTTP-Session: 3552d033-0ce5-4974-b7bb-6f0cd91d23ea Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8854 | 2024.08.06 23:58:06.427295 [ 3 ] {} <Debug> HTTP-Session: 3552d033-0ce5-4974-b7bb-6f0cd91d23ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8855 | 2024.08.06 23:58:06.427309 [ 3 ] {} <Debug> HTTP-Session: 3552d033-0ce5-4974-b7bb-6f0cd91d23ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8856 | 2024.08.06 23:58:06.427340 [ 3 ] {} <Trace> HTTP-Session: 3552d033-0ce5-4974-b7bb-6f0cd91d23ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8857 | 2024.08.06 23:58:06.427447 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8858 | 2024.08.06 23:58:06.427492 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 8859 | 2024.08.06 23:58:06.427624 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8860 | 2024.08.06 23:58:06.427921 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8861 | 2024.08.06 23:58:06.427957 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8862 | 2024.08.06 23:58:06.428320 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 8863 | 2024.08.06 23:58:06.428652 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8864 | 2024.08.06 23:58:06.428806 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00139 sec., 16546.762589928057 rows/sec., 895.07 KiB/sec. | ||
| 8865 | 2024.08.06 23:58:06.428979 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Debug> DynamicQueryHandler: Done processing query | ||
| 8866 | 2024.08.06 23:58:06.429004 [ 3 ] {647e0f6c-07d4-4b2a-a299-0f41c00ab31c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 8867 | 2024.08.06 23:58:06.429024 [ 3 ] {} <Debug> HTTP-Session: 3552d033-0ce5-4974-b7bb-6f0cd91d23ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8868 | 2024.08.06 23:58:06.429162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8869 | 2024.08.06 23:58:06.429211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8870 | 2024.08.06 23:58:06.429230 [ 3 ] {} <Debug> HTTP-Session: 6a1bbf43-4961-4f55-964b-b534455ff28a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8871 | 2024.08.06 23:58:06.429246 [ 3 ] {} <Debug> HTTP-Session: 6a1bbf43-4961-4f55-964b-b534455ff28a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8872 | 2024.08.06 23:58:06.429260 [ 3 ] {} <Debug> HTTP-Session: 6a1bbf43-4961-4f55-964b-b534455ff28a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8873 | 2024.08.06 23:58:06.429291 [ 3 ] {} <Trace> HTTP-Session: 6a1bbf43-4961-4f55-964b-b534455ff28a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8874 | 2024.08.06 23:58:06.429414 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8875 | 2024.08.06 23:58:06.429457 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8876 | 2024.08.06 23:58:06.429590 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8877 | 2024.08.06 23:58:06.429892 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8878 | 2024.08.06 23:58:06.429927 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8879 | 2024.08.06 23:58:06.430299 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8880 | 2024.08.06 23:58:06.430644 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8881 | 2024.08.06 23:58:06.430792 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001422 sec., 42194.09282700422 rows/sec., 2.84 MiB/sec. | ||
| 8882 | 2024.08.06 23:58:06.430969 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 8883 | 2024.08.06 23:58:06.430995 [ 3 ] {dc965521-08ff-4c15-866f-6d8bab47c4e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8884 | 2024.08.06 23:58:06.431020 [ 3 ] {} <Debug> HTTP-Session: 6a1bbf43-4961-4f55-964b-b534455ff28a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8885 | 2024.08.06 23:58:11.398623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8886 | 2024.08.06 23:58:11.398755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8887 | 2024.08.06 23:58:11.398781 [ 3 ] {} <Debug> HTTP-Session: 1928ecfc-4204-4b91-9d10-b91de02cc792 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8888 | 2024.08.06 23:58:11.398806 [ 3 ] {} <Debug> HTTP-Session: 1928ecfc-4204-4b91-9d10-b91de02cc792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8889 | 2024.08.06 23:58:11.398820 [ 3 ] {} <Debug> HTTP-Session: 1928ecfc-4204-4b91-9d10-b91de02cc792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8890 | 2024.08.06 23:58:11.398871 [ 3 ] {} <Trace> HTTP-Session: 1928ecfc-4204-4b91-9d10-b91de02cc792 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8891 | 2024.08.06 23:58:11.399068 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8892 | 2024.08.06 23:58:11.399139 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8893 | 2024.08.06 23:58:11.399336 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8894 | 2024.08.06 23:58:11.399784 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8895 | 2024.08.06 23:58:11.399832 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8896 | 2024.08.06 23:58:11.400209 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8897 | 2024.08.06 23:58:11.400553 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8898 | 2024.08.06 23:58:11.400723 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001713 sec., 12842.96555750146 rows/sec., 1.02 MiB/sec. | ||
| 8899 | 2024.08.06 23:58:11.400973 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Debug> DynamicQueryHandler: Done processing query | ||
| 8900 | 2024.08.06 23:58:11.401002 [ 3 ] {ea94b45c-5334-4052-a64c-312087a886aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8901 | 2024.08.06 23:58:11.401019 [ 3 ] {} <Debug> HTTP-Session: 1928ecfc-4204-4b91-9d10-b91de02cc792 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8902 | 2024.08.06 23:58:11.401214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8903 | 2024.08.06 23:58:11.401271 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8904 | 2024.08.06 23:58:11.401292 [ 3 ] {} <Debug> HTTP-Session: bf1917e9-98a9-4147-8548-fc58bac69c5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8905 | 2024.08.06 23:58:11.401311 [ 3 ] {} <Debug> HTTP-Session: bf1917e9-98a9-4147-8548-fc58bac69c5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8906 | 2024.08.06 23:58:11.401326 [ 3 ] {} <Debug> HTTP-Session: bf1917e9-98a9-4147-8548-fc58bac69c5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8907 | 2024.08.06 23:58:11.401361 [ 3 ] {} <Trace> HTTP-Session: bf1917e9-98a9-4147-8548-fc58bac69c5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8908 | 2024.08.06 23:58:11.401503 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 8909 | 2024.08.06 23:58:11.401549 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8910 | 2024.08.06 23:58:11.401679 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8911 | 2024.08.06 23:58:11.402091 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8912 | 2024.08.06 23:58:11.402130 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8913 | 2024.08.06 23:58:11.402456 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8914 | 2024.08.06 23:58:11.402768 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8915 | 2024.08.06 23:58:11.402918 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001472 sec., 82880.43478260869 rows/sec., 6.86 MiB/sec. | ||
| 8916 | 2024.08.06 23:58:11.403096 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Debug> DynamicQueryHandler: Done processing query | ||
| 8917 | 2024.08.06 23:58:11.403121 [ 3 ] {9ca0fa37-994d-481f-930c-b799a9e1b12e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 8918 | 2024.08.06 23:58:11.403137 [ 3 ] {} <Debug> HTTP-Session: bf1917e9-98a9-4147-8548-fc58bac69c5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8919 | 2024.08.06 23:58:11.403289 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8920 | 2024.08.06 23:58:11.403337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8921 | 2024.08.06 23:58:11.403356 [ 3 ] {} <Debug> HTTP-Session: 7340c977-0326-42f7-afb9-85a8b437e611 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8922 | 2024.08.06 23:58:11.403373 [ 3 ] {} <Debug> HTTP-Session: 7340c977-0326-42f7-afb9-85a8b437e611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8923 | 2024.08.06 23:58:11.403387 [ 3 ] {} <Debug> HTTP-Session: 7340c977-0326-42f7-afb9-85a8b437e611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8924 | 2024.08.06 23:58:11.403418 [ 3 ] {} <Trace> HTTP-Session: 7340c977-0326-42f7-afb9-85a8b437e611 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8925 | 2024.08.06 23:58:11.403541 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 8926 | 2024.08.06 23:58:11.403585 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8927 | 2024.08.06 23:58:11.403711 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8928 | 2024.08.06 23:58:11.404072 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8929 | 2024.08.06 23:58:11.404109 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8930 | 2024.08.06 23:58:11.404432 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8931 | 2024.08.06 23:58:11.404757 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8932 | 2024.08.06 23:58:11.404920 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001419 sec., 60606.06060606061 rows/sec., 4.73 MiB/sec. | ||
| 8933 | 2024.08.06 23:58:11.405091 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Debug> DynamicQueryHandler: Done processing query | ||
| 8934 | 2024.08.06 23:58:11.405116 [ 3 ] {49db3c72-e460-49f9-9521-00ec63d1d05f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 8935 | 2024.08.06 23:58:11.405132 [ 3 ] {} <Debug> HTTP-Session: 7340c977-0326-42f7-afb9-85a8b437e611 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8936 | 2024.08.06 23:58:11.405313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8937 | 2024.08.06 23:58:11.405362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8938 | 2024.08.06 23:58:11.405382 [ 3 ] {} <Debug> HTTP-Session: 9d61f0bd-de86-42ae-be3c-f86da2e26911 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8939 | 2024.08.06 23:58:11.405398 [ 3 ] {} <Debug> HTTP-Session: 9d61f0bd-de86-42ae-be3c-f86da2e26911 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8940 | 2024.08.06 23:58:11.405412 [ 3 ] {} <Debug> HTTP-Session: 9d61f0bd-de86-42ae-be3c-f86da2e26911 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8941 | 2024.08.06 23:58:11.405443 [ 3 ] {} <Trace> HTTP-Session: 9d61f0bd-de86-42ae-be3c-f86da2e26911 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8942 | 2024.08.06 23:58:11.405589 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 8943 | 2024.08.06 23:58:11.405637 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8944 | 2024.08.06 23:58:11.405783 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8945 | 2024.08.06 23:58:11.406188 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8946 | 2024.08.06 23:58:11.406225 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8947 | 2024.08.06 23:58:11.406622 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8948 | 2024.08.06 23:58:11.406969 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8949 | 2024.08.06 23:58:11.407139 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001612 sec., 99255.58312655088 rows/sec., 6.91 MiB/sec. | ||
| 8950 | 2024.08.06 23:58:11.407313 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Debug> DynamicQueryHandler: Done processing query | ||
| 8951 | 2024.08.06 23:58:11.407337 [ 3 ] {6da5d16b-98bf-4048-bfa5-fc2c87104956} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 8952 | 2024.08.06 23:58:11.407353 [ 3 ] {} <Debug> HTTP-Session: 9d61f0bd-de86-42ae-be3c-f86da2e26911 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8953 | 2024.08.06 23:58:11.407524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8954 | 2024.08.06 23:58:11.407573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8955 | 2024.08.06 23:58:11.407592 [ 3 ] {} <Debug> HTTP-Session: 51aac348-01e5-4f47-9e74-e3aceaa726d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8956 | 2024.08.06 23:58:11.407609 [ 3 ] {} <Debug> HTTP-Session: 51aac348-01e5-4f47-9e74-e3aceaa726d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8957 | 2024.08.06 23:58:11.407622 [ 3 ] {} <Debug> HTTP-Session: 51aac348-01e5-4f47-9e74-e3aceaa726d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8958 | 2024.08.06 23:58:11.407653 [ 3 ] {} <Trace> HTTP-Session: 51aac348-01e5-4f47-9e74-e3aceaa726d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8959 | 2024.08.06 23:58:11.407913 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 8960 | 2024.08.06 23:58:11.407979 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 8961 | 2024.08.06 23:58:11.408391 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8962 | 2024.08.06 23:58:11.409027 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8963 | 2024.08.06 23:58:11.409065 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8964 | 2024.08.06 23:58:11.409707 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 8965 | 2024.08.06 23:58:11.410126 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8966 | 2024.08.06 23:58:11.410320 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.00258 sec., 8527.131782945737 rows/sec., 15.28 MiB/sec. | ||
| 8967 | 2024.08.06 23:58:11.410546 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 8968 | 2024.08.06 23:58:11.410572 [ 3 ] {3d792caf-db32-4b64-84b3-daec72fb35f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 8969 | 2024.08.06 23:58:11.410589 [ 3 ] {} <Debug> HTTP-Session: 51aac348-01e5-4f47-9e74-e3aceaa726d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8970 | 2024.08.06 23:58:11.410727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8971 | 2024.08.06 23:58:11.410777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8972 | 2024.08.06 23:58:11.410797 [ 3 ] {} <Debug> HTTP-Session: e234bd66-835e-4c3e-9797-d0ea12787290 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8973 | 2024.08.06 23:58:11.410814 [ 3 ] {} <Debug> HTTP-Session: e234bd66-835e-4c3e-9797-d0ea12787290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8974 | 2024.08.06 23:58:11.410828 [ 3 ] {} <Debug> HTTP-Session: e234bd66-835e-4c3e-9797-d0ea12787290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8975 | 2024.08.06 23:58:11.410859 [ 3 ] {} <Trace> HTTP-Session: e234bd66-835e-4c3e-9797-d0ea12787290 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8976 | 2024.08.06 23:58:11.410976 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 8977 | 2024.08.06 23:58:11.411022 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8978 | 2024.08.06 23:58:11.411151 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8979 | 2024.08.06 23:58:11.411467 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8980 | 2024.08.06 23:58:11.411504 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 8981 | 2024.08.06 23:58:11.411864 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8982 | 2024.08.06 23:58:11.412197 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8983 | 2024.08.06 23:58:11.412363 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001421 sec., 42223.7860661506 rows/sec., 2.85 MiB/sec. | ||
| 8984 | 2024.08.06 23:58:11.412642 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Debug> DynamicQueryHandler: Done processing query | ||
| 8985 | 2024.08.06 23:58:11.412692 [ 3 ] {28b6cb50-51ae-4899-afc9-ba877282e819} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 8986 | 2024.08.06 23:58:11.412732 [ 3 ] {} <Debug> HTTP-Session: e234bd66-835e-4c3e-9797-d0ea12787290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8987 | 2024.08.06 23:58:15.045330 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8988 | 2024.08.06 23:58:15.045390 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8989 | 2024.08.06 23:58:16.001219 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000839329 sec. | ||
| 8990 | 2024.08.06 23:58:16.402643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 8991 | 2024.08.06 23:58:16.402753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 8992 | 2024.08.06 23:58:16.402777 [ 3 ] {} <Debug> HTTP-Session: 9cae1a05-8214-4ab1-9479-b88175a278f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 8993 | 2024.08.06 23:58:16.402801 [ 3 ] {} <Debug> HTTP-Session: 9cae1a05-8214-4ab1-9479-b88175a278f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8994 | 2024.08.06 23:58:16.402815 [ 3 ] {} <Debug> HTTP-Session: 9cae1a05-8214-4ab1-9479-b88175a278f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 8995 | 2024.08.06 23:58:16.402866 [ 3 ] {} <Trace> HTTP-Session: 9cae1a05-8214-4ab1-9479-b88175a278f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8996 | 2024.08.06 23:58:16.403048 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 8997 | 2024.08.06 23:58:16.403115 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 8998 | 2024.08.06 23:58:16.403315 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 8999 | 2024.08.06 23:58:16.403743 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9000 | 2024.08.06 23:58:16.403781 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9001 | 2024.08.06 23:58:16.404148 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 9002 | 2024.08.06 23:58:16.404484 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9003 | 2024.08.06 23:58:16.404630 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.00164 sec., 10365.853658536585 rows/sec., 750.88 KiB/sec. | ||
| 9004 | 2024.08.06 23:58:16.404833 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Debug> DynamicQueryHandler: Done processing query | ||
| 9005 | 2024.08.06 23:58:16.404859 [ 3 ] {d8f4b677-c3fa-4de7-b81d-1ff278f64ab9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9006 | 2024.08.06 23:58:16.404875 [ 3 ] {} <Debug> HTTP-Session: 9cae1a05-8214-4ab1-9479-b88175a278f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9007 | 2024.08.06 23:58:16.405088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9008 | 2024.08.06 23:58:16.405138 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9009 | 2024.08.06 23:58:16.405158 [ 3 ] {} <Debug> HTTP-Session: 47abb596-5327-4259-93ed-6b9f3d7481c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9010 | 2024.08.06 23:58:16.405173 [ 3 ] {} <Debug> HTTP-Session: 47abb596-5327-4259-93ed-6b9f3d7481c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9011 | 2024.08.06 23:58:16.405187 [ 3 ] {} <Debug> HTTP-Session: 47abb596-5327-4259-93ed-6b9f3d7481c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9012 | 2024.08.06 23:58:16.405219 [ 3 ] {} <Trace> HTTP-Session: 47abb596-5327-4259-93ed-6b9f3d7481c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9013 | 2024.08.06 23:58:16.405362 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9014 | 2024.08.06 23:58:16.405407 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9015 | 2024.08.06 23:58:16.405532 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9016 | 2024.08.06 23:58:16.405972 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9017 | 2024.08.06 23:58:16.406008 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9018 | 2024.08.06 23:58:16.406328 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9019 | 2024.08.06 23:58:16.406646 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9020 | 2024.08.06 23:58:16.406771 [ 26 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9021 | 2024.08.06 23:58:16.406776 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001478 sec., 131258.45737483085 rows/sec., 11.59 MiB/sec. | ||
| 9022 | 2024.08.06 23:58:16.406816 [ 26 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9023 | 2024.08.06 23:58:16.406853 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9024 | 2024.08.06 23:58:16.407017 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9025 | 2024.08.06 23:58:16.407033 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 9026 | 2024.08.06 23:58:16.407048 [ 3 ] {92553a8a-d211-4008-932f-3def52725efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9027 | 2024.08.06 23:58:16.407117 [ 3 ] {} <Debug> HTTP-Session: 47abb596-5327-4259-93ed-6b9f3d7481c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9028 | 2024.08.06 23:58:16.407240 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9029 | 2024.08.06 23:58:16.407282 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1408 rows starting from the beginning of the part | ||
| 9030 | 2024.08.06 23:58:16.407379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9031 | 2024.08.06 23:58:16.407471 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1335 rows starting from the beginning of the part | ||
| 9032 | 2024.08.06 23:58:16.407564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9033 | 2024.08.06 23:58:16.407673 [ 3 ] {} <Debug> HTTP-Session: f73c534b-fc4b-464b-871e-9d0b99c6e194 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9034 | 2024.08.06 23:58:16.407746 [ 3 ] {} <Debug> HTTP-Session: f73c534b-fc4b-464b-871e-9d0b99c6e194 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9035 | 2024.08.06 23:58:16.407807 [ 3 ] {} <Debug> HTTP-Session: f73c534b-fc4b-464b-871e-9d0b99c6e194 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9036 | 2024.08.06 23:58:16.407796 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 122 rows starting from the beginning of the part | ||
| 9037 | 2024.08.06 23:58:16.407888 [ 3 ] {} <Trace> HTTP-Session: f73c534b-fc4b-464b-871e-9d0b99c6e194 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9038 | 2024.08.06 23:58:16.408100 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 195 rows starting from the beginning of the part | ||
| 9039 | 2024.08.06 23:58:16.408274 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 122 rows starting from the beginning of the part | ||
| 9040 | 2024.08.06 23:58:16.408340 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9041 | 2024.08.06 23:58:16.408533 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9042 | 2024.08.06 23:58:16.408573 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 194 rows starting from the beginning of the part | ||
| 9043 | 2024.08.06 23:58:16.409328 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9044 | 2024.08.06 23:58:16.410269 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9045 | 2024.08.06 23:58:16.410343 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9046 | 2024.08.06 23:58:16.411091 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9047 | 2024.08.06 23:58:16.411545 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9048 | 2024.08.06 23:58:16.411868 [ 26 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9049 | 2024.08.06 23:58:16.411975 [ 26 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9050 | 2024.08.06 23:58:16.411987 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.003853 sec., 101998.44277186607 rows/sec., 7.19 MiB/sec. | ||
| 9051 | 2024.08.06 23:58:16.412021 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9052 | 2024.08.06 23:58:16.412050 [ 191 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3376 rows, containing 4 columns (4 merged, 0 gathered) in 0.005094943 sec., 662617.815351418 rows/sec., 55.71 MiB/sec. | ||
| 9053 | 2024.08.06 23:58:16.412598 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 9054 | 2024.08.06 23:58:16.412707 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9055 | 2024.08.06 23:58:16.412857 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Debug> DynamicQueryHandler: Done processing query | ||
| 9056 | 2024.08.06 23:58:16.413011 [ 3 ] {76917f1a-4d9d-49b8-acb2-533ad93e7d5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9057 | 2024.08.06 23:58:16.413161 [ 3 ] {} <Debug> HTTP-Session: f73c534b-fc4b-464b-871e-9d0b99c6e194 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9058 | 2024.08.06 23:58:16.413456 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9059 | 2024.08.06 23:58:16.413630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9060 | 2024.08.06 23:58:16.413666 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 905 rows starting from the beginning of the part | ||
| 9061 | 2024.08.06 23:58:16.413833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9062 | 2024.08.06 23:58:16.413949 [ 3 ] {} <Debug> HTTP-Session: e93b2b53-5425-4e42-b5f7-9ac2f18748ed Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9063 | 2024.08.06 23:58:16.414038 [ 3 ] {} <Debug> HTTP-Session: e93b2b53-5425-4e42-b5f7-9ac2f18748ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9064 | 2024.08.06 23:58:16.414096 [ 3 ] {} <Debug> HTTP-Session: e93b2b53-5425-4e42-b5f7-9ac2f18748ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9065 | 2024.08.06 23:58:16.414245 [ 3 ] {} <Trace> HTTP-Session: e93b2b53-5425-4e42-b5f7-9ac2f18748ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9066 | 2024.08.06 23:58:16.414293 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 851 rows starting from the beginning of the part | ||
| 9067 | 2024.08.06 23:58:16.414558 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9068 | 2024.08.06 23:58:16.414762 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9069 | 2024.08.06 23:58:16.414780 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9070 | 2024.08.06 23:58:16.414808 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 86 rows starting from the beginning of the part | ||
| 9071 | 2024.08.06 23:58:16.415235 [ 199 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_46_9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9072 | 2024.08.06 23:58:16.415356 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 395 rows starting from the beginning of the part | ||
| 9073 | 2024.08.06 23:58:16.415528 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 9074 | 2024.08.06 23:58:16.415835 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 86 rows starting from the beginning of the part | ||
| 9075 | 2024.08.06 23:58:16.416129 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9076 | 2024.08.06 23:58:16.416223 [ 193 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 393 rows starting from the beginning of the part | ||
| 9077 | 2024.08.06 23:58:16.416954 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2024.08.06 23:58:16.417017 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9079 | 2024.08.06 23:58:16.417875 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9080 | 2024.08.06 23:58:16.418764 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2024.08.06 23:58:16.418935 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004515 sec., 1328.9036544850499 rows/sec., 57.10 KiB/sec. | ||
| 9082 | 2024.08.06 23:58:16.419448 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Debug> DynamicQueryHandler: Done processing query | ||
| 9083 | 2024.08.06 23:58:16.419526 [ 3 ] {5f52aff5-f903-4e0f-ab68-d4c903751ebe} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9084 | 2024.08.06 23:58:16.419587 [ 3 ] {} <Debug> HTTP-Session: e93b2b53-5425-4e42-b5f7-9ac2f18748ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9085 | 2024.08.06 23:58:16.419772 [ 186 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.007565647 sec., 358991.1080969017 rows/sec., 25.89 MiB/sec. | ||
| 9086 | 2024.08.06 23:58:16.419857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9087 | 2024.08.06 23:58:16.419913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9088 | 2024.08.06 23:58:16.419935 [ 3 ] {} <Debug> HTTP-Session: 8ec96726-0f77-4933-bfa1-d8fae51625a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9089 | 2024.08.06 23:58:16.419987 [ 3 ] {} <Debug> HTTP-Session: 8ec96726-0f77-4933-bfa1-d8fae51625a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9090 | 2024.08.06 23:58:16.420009 [ 3 ] {} <Debug> HTTP-Session: 8ec96726-0f77-4933-bfa1-d8fae51625a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9091 | 2024.08.06 23:58:16.420051 [ 3 ] {} <Trace> HTTP-Session: 8ec96726-0f77-4933-bfa1-d8fae51625a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9092 | 2024.08.06 23:58:16.420129 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9093 | 2024.08.06 23:58:16.420283 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9094 | 2024.08.06 23:58:16.420440 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9095 | 2024.08.06 23:58:16.421054 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9096 | 2024.08.06 23:58:16.421154 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9097 | 2024.08.06 23:58:16.421275 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_46_9} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9098 | 2024.08.06 23:58:16.421397 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 9099 | 2024.08.06 23:58:16.421563 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9100 | 2024.08.06 23:58:16.421605 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9101 | 2024.08.06 23:58:16.421993 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 9102 | 2024.08.06 23:58:16.422351 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9103 | 2024.08.06 23:58:16.422481 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.0023 sec., 33478.260869565216 rows/sec., 2.06 MiB/sec. | ||
| 9104 | 2024.08.06 23:58:16.422834 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Debug> DynamicQueryHandler: Done processing query | ||
| 9105 | 2024.08.06 23:58:16.422859 [ 3 ] {b4eb9812-d421-4ce0-9a6a-4fabf0a1c356} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9106 | 2024.08.06 23:58:16.422875 [ 3 ] {} <Debug> HTTP-Session: 8ec96726-0f77-4933-bfa1-d8fae51625a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9107 | 2024.08.06 23:58:16.423066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9108 | 2024.08.06 23:58:16.423115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9109 | 2024.08.06 23:58:16.423133 [ 3 ] {} <Debug> HTTP-Session: d04d0151-0720-40dc-8b01-ac541ad1693d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9110 | 2024.08.06 23:58:16.423149 [ 3 ] {} <Debug> HTTP-Session: d04d0151-0720-40dc-8b01-ac541ad1693d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9111 | 2024.08.06 23:58:16.423162 [ 3 ] {} <Debug> HTTP-Session: d04d0151-0720-40dc-8b01-ac541ad1693d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9112 | 2024.08.06 23:58:16.423193 [ 3 ] {} <Trace> HTTP-Session: d04d0151-0720-40dc-8b01-ac541ad1693d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9113 | 2024.08.06 23:58:16.423407 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9114 | 2024.08.06 23:58:16.423455 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9115 | 2024.08.06 23:58:16.423620 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9116 | 2024.08.06 23:58:16.424021 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9117 | 2024.08.06 23:58:16.424056 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9118 | 2024.08.06 23:58:16.424447 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9119 | 2024.08.06 23:58:16.424802 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9120 | 2024.08.06 23:58:16.424927 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9121 | 2024.08.06 23:58:16.424928 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001646 sec., 97205.34629404618 rows/sec., 6.77 MiB/sec. | ||
| 9122 | 2024.08.06 23:58:16.424966 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9123 | 2024.08.06 23:58:16.425001 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9124 | 2024.08.06 23:58:16.425225 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 9125 | 2024.08.06 23:58:16.425234 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Debug> DynamicQueryHandler: Done processing query | ||
| 9126 | 2024.08.06 23:58:16.425340 [ 3 ] {729b2def-277f-4b20-99f9-98deee5bec78} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9127 | 2024.08.06 23:58:16.425428 [ 3 ] {} <Debug> HTTP-Session: d04d0151-0720-40dc-8b01-ac541ad1693d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9128 | 2024.08.06 23:58:16.425746 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17731, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9129 | 2024.08.06 23:58:16.425949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9130 | 2024.08.06 23:58:16.426054 [ 3 ] {} <Debug> HTTP-Session: a08f7164-1d89-4d9c-ab5b-fb3796122cf7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9131 | 2024.08.06 23:58:16.426077 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9132 | 2024.08.06 23:58:16.426113 [ 3 ] {} <Debug> HTTP-Session: a08f7164-1d89-4d9c-ab5b-fb3796122cf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9133 | 2024.08.06 23:58:16.426142 [ 3 ] {} <Debug> HTTP-Session: a08f7164-1d89-4d9c-ab5b-fb3796122cf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9134 | 2024.08.06 23:58:16.426146 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 10758 rows starting from the beginning of the part | ||
| 9135 | 2024.08.06 23:58:16.426185 [ 3 ] {} <Trace> HTTP-Session: a08f7164-1d89-4d9c-ab5b-fb3796122cf7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9136 | 2024.08.06 23:58:16.426280 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 845 rows starting from the beginning of the part | ||
| 9137 | 2024.08.06 23:58:16.426398 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 9138 | 2024.08.06 23:58:16.426567 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9139 | 2024.08.06 23:58:16.426773 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 161 rows starting from the beginning of the part | ||
| 9140 | 2024.08.06 23:58:16.426813 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 9141 | 2024.08.06 23:58:16.426936 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
| 9142 | 2024.08.06 23:58:16.427196 [ 194 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 9143 | 2024.08.06 23:58:16.428272 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9144 | 2024.08.06 23:58:16.429076 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9145 | 2024.08.06 23:58:16.429125 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9146 | 2024.08.06 23:58:16.430179 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9147 | 2024.08.06 23:58:16.430817 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9148 | 2024.08.06 23:58:16.431005 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004694 sec., 2343.4171282488282 rows/sec., 4.20 MiB/sec. | ||
| 9149 | 2024.08.06 23:58:16.431240 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Debug> DynamicQueryHandler: Done processing query | ||
| 9150 | 2024.08.06 23:58:16.431268 [ 3 ] {1d611ab2-5023-4bbb-8d8f-24eb2de6f8ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 9151 | 2024.08.06 23:58:16.431285 [ 3 ] {} <Debug> HTTP-Session: a08f7164-1d89-4d9c-ab5b-fb3796122cf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9152 | 2024.08.06 23:58:16.431415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9153 | 2024.08.06 23:58:16.431464 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9154 | 2024.08.06 23:58:16.431487 [ 3 ] {} <Debug> HTTP-Session: 41898a32-a335-4bea-a252-8e0677a8d509 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9155 | 2024.08.06 23:58:16.431503 [ 3 ] {} <Debug> HTTP-Session: 41898a32-a335-4bea-a252-8e0677a8d509 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9156 | 2024.08.06 23:58:16.431517 [ 3 ] {} <Debug> HTTP-Session: 41898a32-a335-4bea-a252-8e0677a8d509 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9157 | 2024.08.06 23:58:16.431547 [ 3 ] {} <Trace> HTTP-Session: 41898a32-a335-4bea-a252-8e0677a8d509 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9158 | 2024.08.06 23:58:16.431657 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9159 | 2024.08.06 23:58:16.431704 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9160 | 2024.08.06 23:58:16.431871 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9161 | 2024.08.06 23:58:16.432146 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12244 rows, containing 5 columns (5 merged, 0 gathered) in 0.007071396 sec., 1731482.7227891071 rows/sec., 118.26 MiB/sec. | ||
| 9162 | 2024.08.06 23:58:16.432322 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9163 | 2024.08.06 23:58:16.432364 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9164 | 2024.08.06 23:58:16.432580 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9165 | 2024.08.06 23:58:16.433100 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9166 | 2024.08.06 23:58:16.433531 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2024.08.06 23:58:16.433690 [ 199 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9168 | 2024.08.06 23:58:16.433861 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.35 MiB. | ||
| 9169 | 2024.08.06 23:58:16.433874 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9170 | 2024.08.06 23:58:16.434051 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002429 sec., 9468.917249897077 rows/sec., 512.20 KiB/sec. | ||
| 9171 | 2024.08.06 23:58:16.434391 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Debug> DynamicQueryHandler: Done processing query | ||
| 9172 | 2024.08.06 23:58:16.434417 [ 3 ] {672c9bf2-e713-470f-a4c8-556fe00202a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9173 | 2024.08.06 23:58:16.434434 [ 3 ] {} <Debug> HTTP-Session: 41898a32-a335-4bea-a252-8e0677a8d509 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9174 | 2024.08.06 23:58:16.434562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9175 | 2024.08.06 23:58:16.434611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9176 | 2024.08.06 23:58:16.434630 [ 3 ] {} <Debug> HTTP-Session: 6c22b5d1-f04a-42c3-b4f3-b1c62f75cac8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9177 | 2024.08.06 23:58:16.434650 [ 3 ] {} <Debug> HTTP-Session: 6c22b5d1-f04a-42c3-b4f3-b1c62f75cac8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9178 | 2024.08.06 23:58:16.434664 [ 3 ] {} <Debug> HTTP-Session: 6c22b5d1-f04a-42c3-b4f3-b1c62f75cac8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9179 | 2024.08.06 23:58:16.434695 [ 3 ] {} <Trace> HTTP-Session: 6c22b5d1-f04a-42c3-b4f3-b1c62f75cac8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9180 | 2024.08.06 23:58:16.434819 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9181 | 2024.08.06 23:58:16.434866 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9182 | 2024.08.06 23:58:16.435015 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9183 | 2024.08.06 23:58:16.435304 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9184 | 2024.08.06 23:58:16.435339 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9185 | 2024.08.06 23:58:16.435710 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9186 | 2024.08.06 23:58:16.436053 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9187 | 2024.08.06 23:58:16.436180 [ 26 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9188 | 2024.08.06 23:58:16.436185 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001411 sec., 42523.033309709426 rows/sec., 2.87 MiB/sec. | ||
| 9189 | 2024.08.06 23:58:16.436224 [ 26 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9190 | 2024.08.06 23:58:16.436267 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9191 | 2024.08.06 23:58:16.436452 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Debug> DynamicQueryHandler: Done processing query | ||
| 9192 | 2024.08.06 23:58:16.436489 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 9193 | 2024.08.06 23:58:16.436524 [ 3 ] {cc5fdbe3-2882-4e60-92b7-2ce49c1e9fc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9194 | 2024.08.06 23:58:16.436630 [ 3 ] {} <Debug> HTTP-Session: 6c22b5d1-f04a-42c3-b4f3-b1c62f75cac8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9195 | 2024.08.06 23:58:16.436915 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9196 | 2024.08.06 23:58:16.436959 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2164 rows starting from the beginning of the part | ||
| 9197 | 2024.08.06 23:58:16.437043 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 9198 | 2024.08.06 23:58:16.437145 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 9199 | 2024.08.06 23:58:16.437201 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 9200 | 2024.08.06 23:58:16.437379 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
| 9201 | 2024.08.06 23:58:16.437591 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 9202 | 2024.08.06 23:58:16.439103 [ 199 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2464 rows, containing 4 columns (4 merged, 0 gathered) in 0.002753171 sec., 894968.0205116209 rows/sec., 60.23 MiB/sec. | ||
| 9203 | 2024.08.06 23:58:16.439376 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9204 | 2024.08.06 23:58:16.439846 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9205 | 2024.08.06 23:58:16.439938 [ 198 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_46_9} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9206 | 2024.08.06 23:58:16.440035 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 9207 | 2024.08.06 23:58:21.398725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9208 | 2024.08.06 23:58:21.398866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9209 | 2024.08.06 23:58:21.398896 [ 3 ] {} <Debug> HTTP-Session: be5aae84-4596-4cef-b401-ed010f4fb4a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9210 | 2024.08.06 23:58:21.398925 [ 3 ] {} <Debug> HTTP-Session: be5aae84-4596-4cef-b401-ed010f4fb4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9211 | 2024.08.06 23:58:21.398944 [ 3 ] {} <Debug> HTTP-Session: be5aae84-4596-4cef-b401-ed010f4fb4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9212 | 2024.08.06 23:58:21.399001 [ 3 ] {} <Trace> HTTP-Session: be5aae84-4596-4cef-b401-ed010f4fb4a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9213 | 2024.08.06 23:58:21.399207 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9214 | 2024.08.06 23:58:21.399274 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9215 | 2024.08.06 23:58:21.399467 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9216 | 2024.08.06 23:58:21.399880 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9217 | 2024.08.06 23:58:21.399922 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9218 | 2024.08.06 23:58:21.400290 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 9219 | 2024.08.06 23:58:21.400630 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9220 | 2024.08.06 23:58:21.400791 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00165 sec., 13333.333333333334 rows/sec., 1.06 MiB/sec. | ||
| 9221 | 2024.08.06 23:58:21.401019 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Debug> DynamicQueryHandler: Done processing query | ||
| 9222 | 2024.08.06 23:58:21.401046 [ 3 ] {1f5443a3-a851-4b17-9665-c8a073bd304c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9223 | 2024.08.06 23:58:21.401063 [ 3 ] {} <Debug> HTTP-Session: be5aae84-4596-4cef-b401-ed010f4fb4a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9224 | 2024.08.06 23:58:21.401295 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9225 | 2024.08.06 23:58:21.401342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9226 | 2024.08.06 23:58:21.401361 [ 3 ] {} <Debug> HTTP-Session: 9063bfdf-528f-497a-b844-bda8c4dc6722 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9227 | 2024.08.06 23:58:21.401378 [ 3 ] {} <Debug> HTTP-Session: 9063bfdf-528f-497a-b844-bda8c4dc6722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9228 | 2024.08.06 23:58:21.401392 [ 3 ] {} <Debug> HTTP-Session: 9063bfdf-528f-497a-b844-bda8c4dc6722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9229 | 2024.08.06 23:58:21.401423 [ 3 ] {} <Trace> HTTP-Session: 9063bfdf-528f-497a-b844-bda8c4dc6722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9230 | 2024.08.06 23:58:21.401554 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9231 | 2024.08.06 23:58:21.401596 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9232 | 2024.08.06 23:58:21.401731 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9233 | 2024.08.06 23:58:21.402113 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9234 | 2024.08.06 23:58:21.402149 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9235 | 2024.08.06 23:58:21.402467 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9236 | 2024.08.06 23:58:21.402789 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9237 | 2024.08.06 23:58:21.402949 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001444 sec., 84487.53462603879 rows/sec., 6.99 MiB/sec. | ||
| 9238 | 2024.08.06 23:58:21.403121 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Debug> DynamicQueryHandler: Done processing query | ||
| 9239 | 2024.08.06 23:58:21.403146 [ 3 ] {b00ae3a2-6396-4a9c-b870-bb51a6e4cd66} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9240 | 2024.08.06 23:58:21.403162 [ 3 ] {} <Debug> HTTP-Session: 9063bfdf-528f-497a-b844-bda8c4dc6722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9241 | 2024.08.06 23:58:21.403310 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9242 | 2024.08.06 23:58:21.403358 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9243 | 2024.08.06 23:58:21.403377 [ 3 ] {} <Debug> HTTP-Session: 0ce59a9a-1b50-4170-b154-8781e74c2447 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9244 | 2024.08.06 23:58:21.403394 [ 3 ] {} <Debug> HTTP-Session: 0ce59a9a-1b50-4170-b154-8781e74c2447 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9245 | 2024.08.06 23:58:21.403408 [ 3 ] {} <Debug> HTTP-Session: 0ce59a9a-1b50-4170-b154-8781e74c2447 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9246 | 2024.08.06 23:58:21.403439 [ 3 ] {} <Trace> HTTP-Session: 0ce59a9a-1b50-4170-b154-8781e74c2447 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9247 | 2024.08.06 23:58:21.403562 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9248 | 2024.08.06 23:58:21.403604 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9249 | 2024.08.06 23:58:21.403734 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9250 | 2024.08.06 23:58:21.404051 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9251 | 2024.08.06 23:58:21.404088 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9252 | 2024.08.06 23:58:21.404401 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9253 | 2024.08.06 23:58:21.404707 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9254 | 2024.08.06 23:58:21.404860 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001342 sec., 64083.45752608047 rows/sec., 5.00 MiB/sec. | ||
| 9255 | 2024.08.06 23:58:21.405017 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Debug> DynamicQueryHandler: Done processing query | ||
| 9256 | 2024.08.06 23:58:21.405044 [ 3 ] {c35a0ee8-b6be-4729-9a98-6d8581e0f542} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9257 | 2024.08.06 23:58:21.405064 [ 3 ] {} <Debug> HTTP-Session: 0ce59a9a-1b50-4170-b154-8781e74c2447 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9258 | 2024.08.06 23:58:21.405240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9259 | 2024.08.06 23:58:21.405288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9260 | 2024.08.06 23:58:21.405307 [ 3 ] {} <Debug> HTTP-Session: 981f2fe7-5480-4f77-9669-ae85f1c909d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9261 | 2024.08.06 23:58:21.405324 [ 3 ] {} <Debug> HTTP-Session: 981f2fe7-5480-4f77-9669-ae85f1c909d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9262 | 2024.08.06 23:58:21.405338 [ 3 ] {} <Debug> HTTP-Session: 981f2fe7-5480-4f77-9669-ae85f1c909d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9263 | 2024.08.06 23:58:21.405369 [ 3 ] {} <Trace> HTTP-Session: 981f2fe7-5480-4f77-9669-ae85f1c909d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9264 | 2024.08.06 23:58:21.405507 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9265 | 2024.08.06 23:58:21.405553 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9266 | 2024.08.06 23:58:21.405698 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9267 | 2024.08.06 23:58:21.406079 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9268 | 2024.08.06 23:58:21.406116 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9269 | 2024.08.06 23:58:21.406510 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9270 | 2024.08.06 23:58:21.406850 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9271 | 2024.08.06 23:58:21.407011 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 9272 | 2024.08.06 23:58:21.407294 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Debug> DynamicQueryHandler: Done processing query | ||
| 9273 | 2024.08.06 23:58:21.407360 [ 3 ] {d2e1062f-c135-4154-a883-b1c689f550f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9274 | 2024.08.06 23:58:21.407409 [ 3 ] {} <Debug> HTTP-Session: 981f2fe7-5480-4f77-9669-ae85f1c909d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9275 | 2024.08.06 23:58:21.407606 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9276 | 2024.08.06 23:58:21.407657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9277 | 2024.08.06 23:58:21.407677 [ 3 ] {} <Debug> HTTP-Session: e9a51d98-4af2-4561-b21c-e4d5cfdc27c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9278 | 2024.08.06 23:58:21.407693 [ 3 ] {} <Debug> HTTP-Session: e9a51d98-4af2-4561-b21c-e4d5cfdc27c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9279 | 2024.08.06 23:58:21.407706 [ 3 ] {} <Debug> HTTP-Session: e9a51d98-4af2-4561-b21c-e4d5cfdc27c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9280 | 2024.08.06 23:58:21.407739 [ 3 ] {} <Trace> HTTP-Session: e9a51d98-4af2-4561-b21c-e4d5cfdc27c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9281 | 2024.08.06 23:58:21.408022 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9282 | 2024.08.06 23:58:21.408101 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 9283 | 2024.08.06 23:58:21.408543 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9284 | 2024.08.06 23:58:21.409287 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9285 | 2024.08.06 23:58:21.409324 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9286 | 2024.08.06 23:58:21.409930 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9287 | 2024.08.06 23:58:21.410343 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9288 | 2024.08.06 23:58:21.410555 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002722 sec., 8082.292432035268 rows/sec., 14.48 MiB/sec. | ||
| 9289 | 2024.08.06 23:58:21.411095 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Debug> DynamicQueryHandler: Done processing query | ||
| 9290 | 2024.08.06 23:58:21.411123 [ 3 ] {c76fa33e-2066-442d-9b27-943e45c84327} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 9291 | 2024.08.06 23:58:21.411139 [ 3 ] {} <Debug> HTTP-Session: e9a51d98-4af2-4561-b21c-e4d5cfdc27c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9292 | 2024.08.06 23:58:21.411267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9293 | 2024.08.06 23:58:21.411316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9294 | 2024.08.06 23:58:21.411336 [ 3 ] {} <Debug> HTTP-Session: a32b9949-2e74-4fff-b97f-d7ef118c50d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9295 | 2024.08.06 23:58:21.411352 [ 3 ] {} <Debug> HTTP-Session: a32b9949-2e74-4fff-b97f-d7ef118c50d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9296 | 2024.08.06 23:58:21.411365 [ 3 ] {} <Debug> HTTP-Session: a32b9949-2e74-4fff-b97f-d7ef118c50d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9297 | 2024.08.06 23:58:21.411396 [ 3 ] {} <Trace> HTTP-Session: a32b9949-2e74-4fff-b97f-d7ef118c50d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9298 | 2024.08.06 23:58:21.411512 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9299 | 2024.08.06 23:58:21.411559 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9300 | 2024.08.06 23:58:21.411711 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9301 | 2024.08.06 23:58:21.411996 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9302 | 2024.08.06 23:58:21.412032 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9303 | 2024.08.06 23:58:21.412404 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9304 | 2024.08.06 23:58:21.412727 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9305 | 2024.08.06 23:58:21.412882 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
| 9306 | 2024.08.06 23:58:21.413050 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9307 | 2024.08.06 23:58:21.413074 [ 3 ] {70dc88b9-b479-4abb-aa2f-22e482632c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9308 | 2024.08.06 23:58:21.413090 [ 3 ] {} <Debug> HTTP-Session: a32b9949-2e74-4fff-b97f-d7ef118c50d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9309 | 2024.08.06 23:58:25.956395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9310 | 2024.08.06 23:58:25.956529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9311 | 2024.08.06 23:58:25.956554 [ 3 ] {} <Debug> HTTP-Session: 6cf5759b-0a7d-4541-bfcb-4fa6d920bbee Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9312 | 2024.08.06 23:58:25.956580 [ 3 ] {} <Debug> HTTP-Session: 6cf5759b-0a7d-4541-bfcb-4fa6d920bbee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9313 | 2024.08.06 23:58:25.956596 [ 3 ] {} <Debug> HTTP-Session: 6cf5759b-0a7d-4541-bfcb-4fa6d920bbee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9314 | 2024.08.06 23:58:25.956646 [ 3 ] {} <Trace> HTTP-Session: 6cf5759b-0a7d-4541-bfcb-4fa6d920bbee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9315 | 2024.08.06 23:58:25.956832 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9316 | 2024.08.06 23:58:25.956908 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9317 | 2024.08.06 23:58:25.957107 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9318 | 2024.08.06 23:58:25.957598 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9319 | 2024.08.06 23:58:25.957643 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9320 | 2024.08.06 23:58:25.958037 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9321 | 2024.08.06 23:58:25.958431 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9322 | 2024.08.06 23:58:25.958605 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001823 sec., 9325.287986834888 rows/sec., 675.50 KiB/sec. | ||
| 9323 | 2024.08.06 23:58:25.958623 [ 60 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9324 | 2024.08.06 23:58:25.958712 [ 60 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9325 | 2024.08.06 23:58:25.958764 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9326 | 2024.08.06 23:58:25.958893 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 9327 | 2024.08.06 23:58:25.958896 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9328 | 2024.08.06 23:58:25.958946 [ 3 ] {f0b2158c-ce54-42d7-aef7-1ff7208e552b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9329 | 2024.08.06 23:58:25.958972 [ 3 ] {} <Debug> HTTP-Session: 6cf5759b-0a7d-4541-bfcb-4fa6d920bbee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9330 | 2024.08.06 23:58:25.959048 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9331 | 2024.08.06 23:58:25.959080 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 39 rows starting from the beginning of the part | ||
| 9332 | 2024.08.06 23:58:25.959121 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9333 | 2024.08.06 23:58:25.959156 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 17 rows starting from the beginning of the part | ||
| 9334 | 2024.08.06 23:58:25.959244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9335 | 2024.08.06 23:58:25.959390 [ 3 ] {} <Debug> HTTP-Session: b90c3aa0-a45e-4c77-8455-1c1709f0062e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9336 | 2024.08.06 23:58:25.959505 [ 3 ] {} <Debug> HTTP-Session: b90c3aa0-a45e-4c77-8455-1c1709f0062e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9337 | 2024.08.06 23:58:25.959539 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 22 rows starting from the beginning of the part | ||
| 9338 | 2024.08.06 23:58:25.959558 [ 3 ] {} <Debug> HTTP-Session: b90c3aa0-a45e-4c77-8455-1c1709f0062e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9339 | 2024.08.06 23:58:25.959742 [ 3 ] {} <Trace> HTTP-Session: b90c3aa0-a45e-4c77-8455-1c1709f0062e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9340 | 2024.08.06 23:58:25.959787 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 17 rows starting from the beginning of the part | ||
| 9341 | 2024.08.06 23:58:25.960081 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 22 rows starting from the beginning of the part | ||
| 9342 | 2024.08.06 23:58:25.960120 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9343 | 2024.08.06 23:58:25.960293 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9344 | 2024.08.06 23:58:25.960350 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 17 rows starting from the beginning of the part | ||
| 9345 | 2024.08.06 23:58:25.960998 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9346 | 2024.08.06 23:58:25.961502 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9347 | 2024.08.06 23:58:25.961548 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9348 | 2024.08.06 23:58:25.962096 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9349 | 2024.08.06 23:58:25.962134 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.003282282 sec., 40825.255112144536 rows/sec., 3.06 MiB/sec. | ||
| 9350 | 2024.08.06 23:58:25.962473 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9351 | 2024.08.06 23:58:25.962660 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9352 | 2024.08.06 23:58:25.963168 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.003138 sec., 1274.697259400892 rows/sec., 103.94 KiB/sec. | ||
| 9353 | 2024.08.06 23:58:25.963988 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 9354 | 2024.08.06 23:58:25.964051 [ 3 ] {c2bc2e2a-cfc9-4668-9fb3-7286c54c50ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9355 | 2024.08.06 23:58:25.964063 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9356 | 2024.08.06 23:58:25.964078 [ 3 ] {} <Debug> HTTP-Session: b90c3aa0-a45e-4c77-8455-1c1709f0062e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9357 | 2024.08.06 23:58:25.964204 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_46_9} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9358 | 2024.08.06 23:58:25.964314 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9359 | 2024.08.06 23:58:25.964460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 195083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9360 | 2024.08.06 23:58:25.964521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9361 | 2024.08.06 23:58:25.964540 [ 3 ] {} <Debug> HTTP-Session: e785b7fe-fa2e-44a6-ad2d-3f7752ebc980 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9362 | 2024.08.06 23:58:25.964558 [ 3 ] {} <Debug> HTTP-Session: e785b7fe-fa2e-44a6-ad2d-3f7752ebc980 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9363 | 2024.08.06 23:58:25.964571 [ 3 ] {} <Debug> HTTP-Session: e785b7fe-fa2e-44a6-ad2d-3f7752ebc980 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9364 | 2024.08.06 23:58:25.964604 [ 3 ] {} <Trace> HTTP-Session: e785b7fe-fa2e-44a6-ad2d-3f7752ebc980 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9365 | 2024.08.06 23:58:25.965093 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9366 | 2024.08.06 23:58:25.965140 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9367 | 2024.08.06 23:58:25.965286 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9368 | 2024.08.06 23:58:25.966702 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2024.08.06 23:58:25.966740 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9370 | 2024.08.06 23:58:25.967153 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9371 | 2024.08.06 23:58:25.967469 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2024.08.06 23:58:25.967629 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Debug> executeQuery: Read 1336 rows, 114.25 KiB in 0.002856 sec., 467787.1148459384 rows/sec., 39.07 MiB/sec. | ||
| 9373 | 2024.08.06 23:58:25.967806 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Debug> DynamicQueryHandler: Done processing query | ||
| 9374 | 2024.08.06 23:58:25.967831 [ 3 ] {4293c3eb-441a-451d-8aad-168ebb8dffe7} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 9375 | 2024.08.06 23:58:25.967847 [ 3 ] {} <Debug> HTTP-Session: e785b7fe-fa2e-44a6-ad2d-3f7752ebc980 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9376 | 2024.08.06 23:58:25.968053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9377 | 2024.08.06 23:58:25.968102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9378 | 2024.08.06 23:58:25.968121 [ 3 ] {} <Debug> HTTP-Session: d7705d45-07d4-4904-99a9-1375e16757f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9379 | 2024.08.06 23:58:25.968139 [ 3 ] {} <Debug> HTTP-Session: d7705d45-07d4-4904-99a9-1375e16757f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9380 | 2024.08.06 23:58:25.968153 [ 3 ] {} <Debug> HTTP-Session: d7705d45-07d4-4904-99a9-1375e16757f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9381 | 2024.08.06 23:58:25.968184 [ 3 ] {} <Trace> HTTP-Session: d7705d45-07d4-4904-99a9-1375e16757f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9382 | 2024.08.06 23:58:25.968279 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9383 | 2024.08.06 23:58:25.968321 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9384 | 2024.08.06 23:58:25.968450 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9385 | 2024.08.06 23:58:25.968752 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9386 | 2024.08.06 23:58:25.968789 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9387 | 2024.08.06 23:58:25.969095 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9388 | 2024.08.06 23:58:25.969408 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9389 | 2024.08.06 23:58:25.969569 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001308 sec., 3058.1039755351685 rows/sec., 213.53 KiB/sec. | ||
| 9390 | 2024.08.06 23:58:25.970027 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Debug> DynamicQueryHandler: Done processing query | ||
| 9391 | 2024.08.06 23:58:25.970103 [ 3 ] {a3051454-5788-4cf0-be81-2cf4e6547126} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9392 | 2024.08.06 23:58:25.970180 [ 3 ] {} <Debug> HTTP-Session: d7705d45-07d4-4904-99a9-1375e16757f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9393 | 2024.08.06 23:58:25.970395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9394 | 2024.08.06 23:58:25.970446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9395 | 2024.08.06 23:58:25.970466 [ 3 ] {} <Debug> HTTP-Session: e695d5f2-a01a-40b9-af04-9eb078ef5469 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9396 | 2024.08.06 23:58:25.970483 [ 3 ] {} <Debug> HTTP-Session: e695d5f2-a01a-40b9-af04-9eb078ef5469 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9397 | 2024.08.06 23:58:25.970497 [ 3 ] {} <Debug> HTTP-Session: e695d5f2-a01a-40b9-af04-9eb078ef5469 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9398 | 2024.08.06 23:58:25.970529 [ 3 ] {} <Trace> HTTP-Session: e695d5f2-a01a-40b9-af04-9eb078ef5469 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9399 | 2024.08.06 23:58:25.970676 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 9400 | 2024.08.06 23:58:25.970719 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9401 | 2024.08.06 23:58:25.970866 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9402 | 2024.08.06 23:58:25.971252 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9403 | 2024.08.06 23:58:25.971289 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9404 | 2024.08.06 23:58:25.971609 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 9405 | 2024.08.06 23:58:25.971912 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9406 | 2024.08.06 23:58:25.972077 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001466 sec., 155525.23874488403 rows/sec., 10.53 MiB/sec. | ||
| 9407 | 2024.08.06 23:58:25.972291 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9408 | 2024.08.06 23:58:25.972316 [ 3 ] {0e24ce54-9f36-4d6d-b828-a59f43a25e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 9409 | 2024.08.06 23:58:25.972332 [ 3 ] {} <Debug> HTTP-Session: e695d5f2-a01a-40b9-af04-9eb078ef5469 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9410 | 2024.08.06 23:58:25.972643 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 139093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9411 | 2024.08.06 23:58:25.972692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9412 | 2024.08.06 23:58:25.972711 [ 3 ] {} <Debug> HTTP-Session: 7152134f-a5dc-40fb-8f45-3abdcc43ff9c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9413 | 2024.08.06 23:58:25.972727 [ 3 ] {} <Debug> HTTP-Session: 7152134f-a5dc-40fb-8f45-3abdcc43ff9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9414 | 2024.08.06 23:58:25.972741 [ 3 ] {} <Debug> HTTP-Session: 7152134f-a5dc-40fb-8f45-3abdcc43ff9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9415 | 2024.08.06 23:58:25.972772 [ 3 ] {} <Trace> HTTP-Session: 7152134f-a5dc-40fb-8f45-3abdcc43ff9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9416 | 2024.08.06 23:58:25.973205 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9417 | 2024.08.06 23:58:25.973247 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9418 | 2024.08.06 23:58:25.973373 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9419 | 2024.08.06 23:58:25.974159 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9420 | 2024.08.06 23:58:25.974195 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9421 | 2024.08.06 23:58:25.974541 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9422 | 2024.08.06 23:58:25.974836 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9423 | 2024.08.06 23:58:25.974988 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Debug> executeQuery: Read 853 rows, 62.97 KiB in 0.002068 sec., 412475.8220502901 rows/sec., 29.74 MiB/sec. | ||
| 9424 | 2024.08.06 23:58:25.975145 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Debug> DynamicQueryHandler: Done processing query | ||
| 9425 | 2024.08.06 23:58:25.975170 [ 3 ] {20493785-d4d6-4851-9560-1659d71f2bee} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 9426 | 2024.08.06 23:58:25.975186 [ 3 ] {} <Debug> HTTP-Session: 7152134f-a5dc-40fb-8f45-3abdcc43ff9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9427 | 2024.08.06 23:58:25.975438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9428 | 2024.08.06 23:58:25.975484 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9429 | 2024.08.06 23:58:25.975503 [ 3 ] {} <Debug> HTTP-Session: 8ca45758-dea0-4c29-a151-57e5b6667700 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9430 | 2024.08.06 23:58:25.975520 [ 3 ] {} <Debug> HTTP-Session: 8ca45758-dea0-4c29-a151-57e5b6667700 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9431 | 2024.08.06 23:58:25.975535 [ 3 ] {} <Debug> HTTP-Session: 8ca45758-dea0-4c29-a151-57e5b6667700 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9432 | 2024.08.06 23:58:25.975566 [ 3 ] {} <Trace> HTTP-Session: 8ca45758-dea0-4c29-a151-57e5b6667700 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9433 | 2024.08.06 23:58:25.975659 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9434 | 2024.08.06 23:58:25.975702 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9435 | 2024.08.06 23:58:25.975831 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9436 | 2024.08.06 23:58:25.976084 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9437 | 2024.08.06 23:58:25.976119 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9438 | 2024.08.06 23:58:25.976490 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9439 | 2024.08.06 23:58:25.976809 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9440 | 2024.08.06 23:58:25.976962 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 194.28 KiB/sec. | ||
| 9441 | 2024.08.06 23:58:25.977128 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 9442 | 2024.08.06 23:58:25.977152 [ 3 ] {39c16a81-48d2-4557-bcf2-c4fdf86b16e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9443 | 2024.08.06 23:58:25.977168 [ 3 ] {} <Debug> HTTP-Session: 8ca45758-dea0-4c29-a151-57e5b6667700 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9444 | 2024.08.06 23:58:25.977287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9445 | 2024.08.06 23:58:25.977335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9446 | 2024.08.06 23:58:25.977354 [ 3 ] {} <Debug> HTTP-Session: d5f81fa7-c2f0-40f7-aa01-3329ccef59cc Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9447 | 2024.08.06 23:58:25.977370 [ 3 ] {} <Debug> HTTP-Session: d5f81fa7-c2f0-40f7-aa01-3329ccef59cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9448 | 2024.08.06 23:58:25.977384 [ 3 ] {} <Debug> HTTP-Session: d5f81fa7-c2f0-40f7-aa01-3329ccef59cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9449 | 2024.08.06 23:58:25.977415 [ 3 ] {} <Trace> HTTP-Session: d5f81fa7-c2f0-40f7-aa01-3329ccef59cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9450 | 2024.08.06 23:58:25.977531 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9451 | 2024.08.06 23:58:25.977577 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9452 | 2024.08.06 23:58:25.977721 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9453 | 2024.08.06 23:58:25.978034 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9454 | 2024.08.06 23:58:25.978069 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9455 | 2024.08.06 23:58:25.978428 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 9456 | 2024.08.06 23:58:25.978757 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9457 | 2024.08.06 23:58:25.978919 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001421 sec., 54187.1921182266 rows/sec., 3.34 MiB/sec. | ||
| 9458 | 2024.08.06 23:58:25.979239 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Debug> DynamicQueryHandler: Done processing query | ||
| 9459 | 2024.08.06 23:58:25.979265 [ 3 ] {11bc6a48-f866-43d4-9f36-154d92ff4109} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9460 | 2024.08.06 23:58:25.979281 [ 3 ] {} <Debug> HTTP-Session: d5f81fa7-c2f0-40f7-aa01-3329ccef59cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9461 | 2024.08.06 23:58:25.979548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9462 | 2024.08.06 23:58:25.979597 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9463 | 2024.08.06 23:58:25.979616 [ 3 ] {} <Debug> HTTP-Session: 6d8b36b9-5787-429f-a1bb-fda5d02540f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9464 | 2024.08.06 23:58:25.979633 [ 3 ] {} <Debug> HTTP-Session: 6d8b36b9-5787-429f-a1bb-fda5d02540f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9465 | 2024.08.06 23:58:25.979646 [ 3 ] {} <Debug> HTTP-Session: 6d8b36b9-5787-429f-a1bb-fda5d02540f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9466 | 2024.08.06 23:58:25.979676 [ 3 ] {} <Trace> HTTP-Session: 6d8b36b9-5787-429f-a1bb-fda5d02540f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9467 | 2024.08.06 23:58:25.980074 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9468 | 2024.08.06 23:58:25.980122 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9469 | 2024.08.06 23:58:25.980287 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9470 | 2024.08.06 23:58:25.981067 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9471 | 2024.08.06 23:58:25.981103 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9472 | 2024.08.06 23:58:25.981520 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9473 | 2024.08.06 23:58:25.981860 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9474 | 2024.08.06 23:58:25.982014 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.00217 sec., 389861.75115207373 rows/sec., 26.24 MiB/sec. | ||
| 9475 | 2024.08.06 23:58:25.982197 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9476 | 2024.08.06 23:58:25.982222 [ 3 ] {0117edc2-33ed-4b57-97b0-962691bfc50e} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 9477 | 2024.08.06 23:58:25.982238 [ 3 ] {} <Debug> HTTP-Session: 6d8b36b9-5787-429f-a1bb-fda5d02540f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9478 | 2024.08.06 23:58:25.982576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17735, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9479 | 2024.08.06 23:58:25.982624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9480 | 2024.08.06 23:58:25.982644 [ 3 ] {} <Debug> HTTP-Session: 3bb12f9d-9d81-490f-bf9e-d3aa5225ae62 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9481 | 2024.08.06 23:58:25.982660 [ 3 ] {} <Debug> HTTP-Session: 3bb12f9d-9d81-490f-bf9e-d3aa5225ae62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9482 | 2024.08.06 23:58:25.982674 [ 3 ] {} <Debug> HTTP-Session: 3bb12f9d-9d81-490f-bf9e-d3aa5225ae62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9483 | 2024.08.06 23:58:25.982705 [ 3 ] {} <Trace> HTTP-Session: 3bb12f9d-9d81-490f-bf9e-d3aa5225ae62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9484 | 2024.08.06 23:58:25.982873 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9485 | 2024.08.06 23:58:25.982936 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 9486 | 2024.08.06 23:58:25.983345 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9487 | 2024.08.06 23:58:25.983812 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9488 | 2024.08.06 23:58:25.983849 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9489 | 2024.08.06 23:58:25.984425 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9490 | 2024.08.06 23:58:25.984827 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9491 | 2024.08.06 23:58:25.984968 [ 122 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9492 | 2024.08.06 23:58:25.984969 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00219 sec., 5022.83105022831 rows/sec., 9.00 MiB/sec. | ||
| 9493 | 2024.08.06 23:58:25.985006 [ 122 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9494 | 2024.08.06 23:58:25.985045 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9495 | 2024.08.06 23:58:25.985350 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 9496 | 2024.08.06 23:58:25.985412 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Debug> DynamicQueryHandler: Done processing query | ||
| 9497 | 2024.08.06 23:58:25.985460 [ 3 ] {6084c07d-c7cd-4b14-8f84-1c67fec65d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 9498 | 2024.08.06 23:58:25.985500 [ 3 ] {} <Debug> HTTP-Session: 3bb12f9d-9d81-490f-bf9e-d3aa5225ae62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9499 | 2024.08.06 23:58:25.985703 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9500 | 2024.08.06 23:58:25.985814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9501 | 2024.08.06 23:58:25.985871 [ 3 ] {} <Debug> HTTP-Session: 12790f05-c962-4fc3-9e9e-76f4cdd821d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9502 | 2024.08.06 23:58:25.985915 [ 3 ] {} <Debug> HTTP-Session: 12790f05-c962-4fc3-9e9e-76f4cdd821d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9503 | 2024.08.06 23:58:25.985959 [ 3 ] {} <Debug> HTTP-Session: 12790f05-c962-4fc3-9e9e-76f4cdd821d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9504 | 2024.08.06 23:58:25.986049 [ 3 ] {} <Trace> HTTP-Session: 12790f05-c962-4fc3-9e9e-76f4cdd821d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9505 | 2024.08.06 23:58:25.986114 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9506 | 2024.08.06 23:58:25.986305 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 625 rows starting from the beginning of the part | ||
| 9507 | 2024.08.06 23:58:25.986315 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9508 | 2024.08.06 23:58:25.986427 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9509 | 2024.08.06 23:58:25.987126 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 11 rows starting from the beginning of the part | ||
| 9510 | 2024.08.06 23:58:25.987240 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9511 | 2024.08.06 23:58:25.987807 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 22 rows starting from the beginning of the part | ||
| 9512 | 2024.08.06 23:58:25.988459 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.08.06 23:58:25.988544 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9514 | 2024.08.06 23:58:25.988565 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 11 rows starting from the beginning of the part | ||
| 9515 | 2024.08.06 23:58:25.989257 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 22 rows starting from the beginning of the part | ||
| 9516 | 2024.08.06 23:58:25.989933 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 11 rows starting from the beginning of the part | ||
| 9517 | 2024.08.06 23:58:25.989956 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9518 | 2024.08.06 23:58:25.991057 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9519 | 2024.08.06 23:58:25.991403 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005176 sec., 4443.585780525502 rows/sec., 240.37 KiB/sec. | ||
| 9520 | 2024.08.06 23:58:25.991985 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Debug> DynamicQueryHandler: Done processing query | ||
| 9521 | 2024.08.06 23:58:25.992038 [ 3 ] {b51f316b-cd1e-4314-a36d-ce0b051159ba} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9522 | 2024.08.06 23:58:25.992085 [ 3 ] {} <Debug> HTTP-Session: 12790f05-c962-4fc3-9e9e-76f4cdd821d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9523 | 2024.08.06 23:58:25.992293 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9524 | 2024.08.06 23:58:25.992389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9525 | 2024.08.06 23:58:25.992423 [ 3 ] {} <Debug> HTTP-Session: 75a22e4c-034e-46cf-a2da-684a055c6e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9526 | 2024.08.06 23:58:25.992441 [ 3 ] {} <Debug> HTTP-Session: 75a22e4c-034e-46cf-a2da-684a055c6e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9527 | 2024.08.06 23:58:25.992455 [ 3 ] {} <Debug> HTTP-Session: 75a22e4c-034e-46cf-a2da-684a055c6e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9528 | 2024.08.06 23:58:25.992494 [ 3 ] {} <Trace> HTTP-Session: 75a22e4c-034e-46cf-a2da-684a055c6e41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9529 | 2024.08.06 23:58:25.992617 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9530 | 2024.08.06 23:58:25.992666 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9531 | 2024.08.06 23:58:25.992863 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9532 | 2024.08.06 23:58:25.993628 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9533 | 2024.08.06 23:58:25.993696 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9534 | 2024.08.06 23:58:25.994845 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9535 | 2024.08.06 23:58:25.995785 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9536 | 2024.08.06 23:58:25.996195 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003606 sec., 16638.93510815308 rows/sec., 1.12 MiB/sec. | ||
| 9537 | 2024.08.06 23:58:25.996562 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9538 | 2024.08.06 23:58:25.996617 [ 3 ] {52437f86-621d-44d4-9d15-b27d558e7bf4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9539 | 2024.08.06 23:58:25.996661 [ 3 ] {} <Debug> HTTP-Session: 75a22e4c-034e-46cf-a2da-684a055c6e41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9540 | 2024.08.06 23:58:25.998282 [ 190 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 702 rows, containing 19 columns (19 merged, 0 gathered) in 0.01311711 sec., 53517.886180721216 rows/sec., 95.90 MiB/sec. | ||
| 9541 | 2024.08.06 23:58:25.998993 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9542 | 2024.08.06 23:58:25.999783 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9543 | 2024.08.06 23:58:25.999893 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9544 | 2024.08.06 23:58:26.000089 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.43 MiB. | ||
| 9545 | 2024.08.06 23:58:30.045436 [ 169 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9546 | 2024.08.06 23:58:30.045503 [ 169 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9547 | 2024.08.06 23:58:31.398481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9548 | 2024.08.06 23:58:31.398610 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9549 | 2024.08.06 23:58:31.398638 [ 3 ] {} <Debug> HTTP-Session: 3e9d886e-78f8-498d-b03f-2edf240baaa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9550 | 2024.08.06 23:58:31.398666 [ 3 ] {} <Debug> HTTP-Session: 3e9d886e-78f8-498d-b03f-2edf240baaa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9551 | 2024.08.06 23:58:31.398685 [ 3 ] {} <Debug> HTTP-Session: 3e9d886e-78f8-498d-b03f-2edf240baaa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9552 | 2024.08.06 23:58:31.398744 [ 3 ] {} <Trace> HTTP-Session: 3e9d886e-78f8-498d-b03f-2edf240baaa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9553 | 2024.08.06 23:58:31.398956 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9554 | 2024.08.06 23:58:31.399032 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9555 | 2024.08.06 23:58:31.399255 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9556 | 2024.08.06 23:58:31.399697 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9557 | 2024.08.06 23:58:31.399738 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9558 | 2024.08.06 23:58:31.400113 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9559 | 2024.08.06 23:58:31.400455 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2024.08.06 23:58:31.400634 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001738 sec., 12658.227848101265 rows/sec., 1.00 MiB/sec. | ||
| 9561 | 2024.08.06 23:58:31.400846 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Debug> DynamicQueryHandler: Done processing query | ||
| 9562 | 2024.08.06 23:58:31.400873 [ 3 ] {82499c2d-bc51-429f-bdc5-512d1f4cff11} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9563 | 2024.08.06 23:58:31.400889 [ 3 ] {} <Debug> HTTP-Session: 3e9d886e-78f8-498d-b03f-2edf240baaa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9564 | 2024.08.06 23:58:31.401021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9565 | 2024.08.06 23:58:31.401069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9566 | 2024.08.06 23:58:31.401089 [ 3 ] {} <Debug> HTTP-Session: 47288343-cfd6-4af9-961a-43ae98159854 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9567 | 2024.08.06 23:58:31.401106 [ 3 ] {} <Debug> HTTP-Session: 47288343-cfd6-4af9-961a-43ae98159854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9568 | 2024.08.06 23:58:31.401120 [ 3 ] {} <Debug> HTTP-Session: 47288343-cfd6-4af9-961a-43ae98159854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9569 | 2024.08.06 23:58:31.401151 [ 3 ] {} <Trace> HTTP-Session: 47288343-cfd6-4af9-961a-43ae98159854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9570 | 2024.08.06 23:58:31.401246 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9571 | 2024.08.06 23:58:31.401289 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9572 | 2024.08.06 23:58:31.401419 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9573 | 2024.08.06 23:58:31.401699 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9574 | 2024.08.06 23:58:31.401736 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9575 | 2024.08.06 23:58:31.402034 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9576 | 2024.08.06 23:58:31.402347 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9577 | 2024.08.06 23:58:31.402493 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 129.13 KiB/sec. | ||
| 9578 | 2024.08.06 23:58:31.402507 [ 113 ] {} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9579 | 2024.08.06 23:58:31.402612 [ 113 ] {} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9580 | 2024.08.06 23:58:31.402655 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9581 | 2024.08.06 23:58:31.402754 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Debug> DynamicQueryHandler: Done processing query | ||
| 9582 | 2024.08.06 23:58:31.402872 [ 3 ] {a06891d0-586d-4d36-afcf-544349615e14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9583 | 2024.08.06 23:58:31.402990 [ 3 ] {} <Debug> HTTP-Session: 47288343-cfd6-4af9-961a-43ae98159854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9584 | 2024.08.06 23:58:31.403005 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 9585 | 2024.08.06 23:58:31.403271 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9586 | 2024.08.06 23:58:31.403393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9587 | 2024.08.06 23:58:31.403397 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9588 | 2024.08.06 23:58:31.403425 [ 3 ] {} <Debug> HTTP-Session: 56e58b8f-d40d-4f79-b2e3-48d53fb276ec Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9589 | 2024.08.06 23:58:31.403471 [ 3 ] {} <Debug> HTTP-Session: 56e58b8f-d40d-4f79-b2e3-48d53fb276ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9590 | 2024.08.06 23:58:31.403472 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9591 | 2024.08.06 23:58:31.403498 [ 3 ] {} <Debug> HTTP-Session: 56e58b8f-d40d-4f79-b2e3-48d53fb276ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9592 | 2024.08.06 23:58:31.403560 [ 3 ] {} <Trace> HTTP-Session: 56e58b8f-d40d-4f79-b2e3-48d53fb276ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9593 | 2024.08.06 23:58:31.403680 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 9594 | 2024.08.06 23:58:31.403978 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 9595 | 2024.08.06 23:58:31.404083 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9596 | 2024.08.06 23:58:31.404263 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9597 | 2024.08.06 23:58:31.404373 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9598 | 2024.08.06 23:58:31.404495 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9599 | 2024.08.06 23:58:31.404904 [ 187 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 9600 | 2024.08.06 23:58:31.405452 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9601 | 2024.08.06 23:58:31.406294 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2024.08.06 23:58:31.406367 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9603 | 2024.08.06 23:58:31.407178 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9604 | 2024.08.06 23:58:31.407519 [ 190 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004775575 sec., 6700.763782371757 rows/sec., 546.40 KiB/sec. | ||
| 9605 | 2024.08.06 23:58:31.407778 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9606 | 2024.08.06 23:58:31.407849 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9607 | 2024.08.06 23:58:31.408162 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Debug> executeQuery: Read 123 rows, 10.42 KiB in 0.00438 sec., 28082.191780821915 rows/sec., 2.32 MiB/sec. | ||
| 9608 | 2024.08.06 23:58:31.408637 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Debug> DynamicQueryHandler: Done processing query | ||
| 9609 | 2024.08.06 23:58:31.408688 [ 3 ] {cbce1c28-8913-4581-b2ad-45bd98dbaf12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9610 | 2024.08.06 23:58:31.408722 [ 3 ] {} <Debug> HTTP-Session: 56e58b8f-d40d-4f79-b2e3-48d53fb276ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9611 | 2024.08.06 23:58:31.408831 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9612 | 2024.08.06 23:58:31.408869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9613 | 2024.08.06 23:58:31.408960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9614 | 2024.08.06 23:58:31.408990 [ 189 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_16_3} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9615 | 2024.08.06 23:58:31.409002 [ 3 ] {} <Debug> HTTP-Session: 1766b797-e494-4b18-b9d7-d0774976083e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9616 | 2024.08.06 23:58:31.409040 [ 3 ] {} <Debug> HTTP-Session: 1766b797-e494-4b18-b9d7-d0774976083e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9617 | 2024.08.06 23:58:31.409065 [ 3 ] {} <Debug> HTTP-Session: 1766b797-e494-4b18-b9d7-d0774976083e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9618 | 2024.08.06 23:58:31.409151 [ 3 ] {} <Trace> HTTP-Session: 1766b797-e494-4b18-b9d7-d0774976083e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9619 | 2024.08.06 23:58:31.409153 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9620 | 2024.08.06 23:58:31.409312 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9621 | 2024.08.06 23:58:31.409360 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9622 | 2024.08.06 23:58:31.409510 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9623 | 2024.08.06 23:58:31.409796 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9624 | 2024.08.06 23:58:31.409832 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9625 | 2024.08.06 23:58:31.410152 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9626 | 2024.08.06 23:58:31.410475 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9627 | 2024.08.06 23:58:31.410625 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001329 sec., 1504.8908954100827 rows/sec., 105.08 KiB/sec. | ||
| 9628 | 2024.08.06 23:58:31.410637 [ 113 ] {} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 9629 | 2024.08.06 23:58:31.410715 [ 113 ] {} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9630 | 2024.08.06 23:58:31.410767 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9631 | 2024.08.06 23:58:31.410888 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Debug> DynamicQueryHandler: Done processing query | ||
| 9632 | 2024.08.06 23:58:31.410898 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 9633 | 2024.08.06 23:58:31.410922 [ 3 ] {3a8e8d3c-6cc8-4378-99da-8513eb24c2a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9634 | 2024.08.06 23:58:31.410966 [ 3 ] {} <Debug> HTTP-Session: 1766b797-e494-4b18-b9d7-d0774976083e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9635 | 2024.08.06 23:58:31.411105 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9636 | 2024.08.06 23:58:31.411120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9637 | 2024.08.06 23:58:31.411167 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 16 rows starting from the beginning of the part | ||
| 9638 | 2024.08.06 23:58:31.411202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9639 | 2024.08.06 23:58:31.411243 [ 3 ] {} <Debug> HTTP-Session: d0d62c80-2674-4162-a6a0-73a7b790b036 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9640 | 2024.08.06 23:58:31.411314 [ 3 ] {} <Debug> HTTP-Session: d0d62c80-2674-4162-a6a0-73a7b790b036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9641 | 2024.08.06 23:58:31.411365 [ 3 ] {} <Debug> HTTP-Session: d0d62c80-2674-4162-a6a0-73a7b790b036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9642 | 2024.08.06 23:58:31.411429 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 9643 | 2024.08.06 23:58:31.411462 [ 3 ] {} <Trace> HTTP-Session: d0d62c80-2674-4162-a6a0-73a7b790b036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9644 | 2024.08.06 23:58:31.411623 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
| 9645 | 2024.08.06 23:58:31.411774 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9646 | 2024.08.06 23:58:31.411934 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
| 9647 | 2024.08.06 23:58:31.411942 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9648 | 2024.08.06 23:58:31.412246 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 4 rows starting from the beginning of the part | ||
| 9649 | 2024.08.06 23:58:31.412589 [ 201 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 2 rows starting from the beginning of the part | ||
| 9650 | 2024.08.06 23:58:31.413036 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9651 | 2024.08.06 23:58:31.413892 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2024.08.06 23:58:31.413948 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9653 | 2024.08.06 23:58:31.414808 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9654 | 2024.08.06 23:58:31.415113 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.004274835 sec., 7485.669037518407 rows/sec., 522.68 KiB/sec. | ||
| 9655 | 2024.08.06 23:58:31.415364 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 9656 | 2024.08.06 23:58:31.415517 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9657 | 2024.08.06 23:58:31.415853 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.004171 sec., 21098.058019659555 rows/sec., 1.65 MiB/sec. | ||
| 9658 | 2024.08.06 23:58:31.416307 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Debug> DynamicQueryHandler: Done processing query | ||
| 9659 | 2024.08.06 23:58:31.416342 [ 3 ] {28a8aea7-47ff-4b65-86c2-b085dd443c21} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9660 | 2024.08.06 23:58:31.416373 [ 3 ] {} <Debug> HTTP-Session: d0d62c80-2674-4162-a6a0-73a7b790b036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9661 | 2024.08.06 23:58:31.416456 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9662 | 2024.08.06 23:58:31.416575 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_16_3} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 9663 | 2024.08.06 23:58:31.416601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9664 | 2024.08.06 23:58:31.416707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9665 | 2024.08.06 23:58:31.416738 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9666 | 2024.08.06 23:58:31.416749 [ 3 ] {} <Debug> HTTP-Session: a2351108-559c-467f-a731-9d6a016291ca Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9667 | 2024.08.06 23:58:31.416792 [ 3 ] {} <Debug> HTTP-Session: a2351108-559c-467f-a731-9d6a016291ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9668 | 2024.08.06 23:58:31.416807 [ 3 ] {} <Debug> HTTP-Session: a2351108-559c-467f-a731-9d6a016291ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9669 | 2024.08.06 23:58:31.416839 [ 3 ] {} <Trace> HTTP-Session: a2351108-559c-467f-a731-9d6a016291ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9670 | 2024.08.06 23:58:31.416995 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9671 | 2024.08.06 23:58:31.417043 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9672 | 2024.08.06 23:58:31.417214 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9673 | 2024.08.06 23:58:31.417615 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9674 | 2024.08.06 23:58:31.417651 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9675 | 2024.08.06 23:58:31.418048 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9676 | 2024.08.06 23:58:31.418393 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9677 | 2024.08.06 23:58:31.418540 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001615 sec., 99690.40247678019 rows/sec., 6.94 MiB/sec. | ||
| 9678 | 2024.08.06 23:58:31.418821 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Debug> DynamicQueryHandler: Done processing query | ||
| 9679 | 2024.08.06 23:58:31.418881 [ 3 ] {cba87e0b-e82f-4563-9083-75841187c4be} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9680 | 2024.08.06 23:58:31.418946 [ 3 ] {} <Debug> HTTP-Session: a2351108-559c-467f-a731-9d6a016291ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9681 | 2024.08.06 23:58:31.419137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35492, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9682 | 2024.08.06 23:58:31.419190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9683 | 2024.08.06 23:58:31.419209 [ 3 ] {} <Debug> HTTP-Session: 48e8a392-1be1-4266-b531-c0146baee747 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9684 | 2024.08.06 23:58:31.419226 [ 3 ] {} <Debug> HTTP-Session: 48e8a392-1be1-4266-b531-c0146baee747 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9685 | 2024.08.06 23:58:31.419239 [ 3 ] {} <Debug> HTTP-Session: 48e8a392-1be1-4266-b531-c0146baee747 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9686 | 2024.08.06 23:58:31.419272 [ 3 ] {} <Trace> HTTP-Session: 48e8a392-1be1-4266-b531-c0146baee747 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9687 | 2024.08.06 23:58:31.419535 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9688 | 2024.08.06 23:58:31.419612 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 9689 | 2024.08.06 23:58:31.420045 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9690 | 2024.08.06 23:58:31.420684 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9691 | 2024.08.06 23:58:31.420721 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9692 | 2024.08.06 23:58:31.421362 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9693 | 2024.08.06 23:58:31.421777 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9694 | 2024.08.06 23:58:31.421954 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002597 sec., 8471.313053523296 rows/sec., 15.18 MiB/sec. | ||
| 9695 | 2024.08.06 23:58:31.422184 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Debug> DynamicQueryHandler: Done processing query | ||
| 9696 | 2024.08.06 23:58:31.422208 [ 3 ] {f5137211-6616-4cb7-a5b5-9a7a39a6a610} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 9697 | 2024.08.06 23:58:31.422224 [ 3 ] {} <Debug> HTTP-Session: 48e8a392-1be1-4266-b531-c0146baee747 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9698 | 2024.08.06 23:58:31.422349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9699 | 2024.08.06 23:58:31.422398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9700 | 2024.08.06 23:58:31.422417 [ 3 ] {} <Debug> HTTP-Session: cc923133-4a4d-4a9b-a37e-6e748f03597f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9701 | 2024.08.06 23:58:31.422434 [ 3 ] {} <Debug> HTTP-Session: cc923133-4a4d-4a9b-a37e-6e748f03597f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9702 | 2024.08.06 23:58:31.422448 [ 3 ] {} <Debug> HTTP-Session: cc923133-4a4d-4a9b-a37e-6e748f03597f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9703 | 2024.08.06 23:58:31.422479 [ 3 ] {} <Trace> HTTP-Session: cc923133-4a4d-4a9b-a37e-6e748f03597f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9704 | 2024.08.06 23:58:31.422591 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9705 | 2024.08.06 23:58:31.422637 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9706 | 2024.08.06 23:58:31.422765 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9707 | 2024.08.06 23:58:31.423058 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9708 | 2024.08.06 23:58:31.423093 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
| 9709 | 2024.08.06 23:58:31.423459 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9710 | 2024.08.06 23:58:31.423787 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9711 | 2024.08.06 23:58:31.423947 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
| 9712 | 2024.08.06 23:58:31.424103 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Debug> DynamicQueryHandler: Done processing query | ||
| 9713 | 2024.08.06 23:58:31.424127 [ 3 ] {83cfc0fb-4630-489a-9566-2f12c583a47f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9714 | 2024.08.06 23:58:31.424143 [ 3 ] {} <Debug> HTTP-Session: cc923133-4a4d-4a9b-a37e-6e748f03597f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9715 | 2024.08.06 23:58:36.403411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9716 | 2024.08.06 23:58:36.403551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9717 | 2024.08.06 23:58:36.403581 [ 3 ] {} <Debug> HTTP-Session: f2f269f0-992e-4f7e-9d5b-d42adcfb895b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9718 | 2024.08.06 23:58:36.403609 [ 3 ] {} <Debug> HTTP-Session: f2f269f0-992e-4f7e-9d5b-d42adcfb895b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9719 | 2024.08.06 23:58:36.403627 [ 3 ] {} <Debug> HTTP-Session: f2f269f0-992e-4f7e-9d5b-d42adcfb895b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9720 | 2024.08.06 23:58:36.403683 [ 3 ] {} <Trace> HTTP-Session: f2f269f0-992e-4f7e-9d5b-d42adcfb895b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9721 | 2024.08.06 23:58:36.403877 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9722 | 2024.08.06 23:58:36.403941 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9723 | 2024.08.06 23:58:36.404128 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9724 | 2024.08.06 23:58:36.404610 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2024.08.06 23:58:36.404648 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9726 | 2024.08.06 23:58:36.405008 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9727 | 2024.08.06 23:58:36.405357 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9728 | 2024.08.06 23:58:36.405496 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001677 sec., 10137.149672033393 rows/sec., 734.31 KiB/sec. | ||
| 9729 | 2024.08.06 23:58:36.405688 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Debug> DynamicQueryHandler: Done processing query | ||
| 9730 | 2024.08.06 23:58:36.405712 [ 3 ] {2ba756f8-354b-4afe-81c4-60cc31980d02} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9731 | 2024.08.06 23:58:36.405729 [ 3 ] {} <Debug> HTTP-Session: f2f269f0-992e-4f7e-9d5b-d42adcfb895b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9732 | 2024.08.06 23:58:36.405887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9733 | 2024.08.06 23:58:36.405935 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9734 | 2024.08.06 23:58:36.405954 [ 3 ] {} <Debug> HTTP-Session: eca3e9d6-b006-4f7d-9e3e-73288bc06a6a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9735 | 2024.08.06 23:58:36.405970 [ 3 ] {} <Debug> HTTP-Session: eca3e9d6-b006-4f7d-9e3e-73288bc06a6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9736 | 2024.08.06 23:58:36.405984 [ 3 ] {} <Debug> HTTP-Session: eca3e9d6-b006-4f7d-9e3e-73288bc06a6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9737 | 2024.08.06 23:58:36.406015 [ 3 ] {} <Trace> HTTP-Session: eca3e9d6-b006-4f7d-9e3e-73288bc06a6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9738 | 2024.08.06 23:58:36.406108 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 9739 | 2024.08.06 23:58:36.406151 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9740 | 2024.08.06 23:58:36.406282 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9741 | 2024.08.06 23:58:36.406564 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9742 | 2024.08.06 23:58:36.406599 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9743 | 2024.08.06 23:58:36.406896 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9744 | 2024.08.06 23:58:36.407197 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9745 | 2024.08.06 23:58:36.407322 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001239 sec., 4842.6150121065375 rows/sec., 394.88 KiB/sec. | ||
| 9746 | 2024.08.06 23:58:36.407469 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Debug> DynamicQueryHandler: Done processing query | ||
| 9747 | 2024.08.06 23:58:36.407493 [ 3 ] {c5477456-0f1a-4ba9-a376-8fc705eaaf09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9748 | 2024.08.06 23:58:36.407509 [ 3 ] {} <Debug> HTTP-Session: eca3e9d6-b006-4f7d-9e3e-73288bc06a6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9749 | 2024.08.06 23:58:36.407673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9750 | 2024.08.06 23:58:36.407720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9751 | 2024.08.06 23:58:36.407739 [ 3 ] {} <Debug> HTTP-Session: 03636179-45b6-4a19-9ffd-ff0de7c75dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9752 | 2024.08.06 23:58:36.407756 [ 3 ] {} <Debug> HTTP-Session: 03636179-45b6-4a19-9ffd-ff0de7c75dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9753 | 2024.08.06 23:58:36.407770 [ 3 ] {} <Debug> HTTP-Session: 03636179-45b6-4a19-9ffd-ff0de7c75dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9754 | 2024.08.06 23:58:36.407800 [ 3 ] {} <Trace> HTTP-Session: 03636179-45b6-4a19-9ffd-ff0de7c75dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9755 | 2024.08.06 23:58:36.407943 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9756 | 2024.08.06 23:58:36.407984 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9757 | 2024.08.06 23:58:36.408104 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9758 | 2024.08.06 23:58:36.408586 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9759 | 2024.08.06 23:58:36.408621 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9760 | 2024.08.06 23:58:36.408939 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9761 | 2024.08.06 23:58:36.409286 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9762 | 2024.08.06 23:58:36.409451 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Debug> executeQuery: Read 197 rows, 17.76 KiB in 0.001574 sec., 125158.83100381194 rows/sec., 11.02 MiB/sec. | ||
| 9763 | 2024.08.06 23:58:36.409645 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Debug> DynamicQueryHandler: Done processing query | ||
| 9764 | 2024.08.06 23:58:36.409676 [ 3 ] {a7de0f49-43c9-45f8-b0e5-c75660730e22} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 9765 | 2024.08.06 23:58:36.409697 [ 3 ] {} <Debug> HTTP-Session: 03636179-45b6-4a19-9ffd-ff0de7c75dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9766 | 2024.08.06 23:58:36.409852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9767 | 2024.08.06 23:58:36.409903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9768 | 2024.08.06 23:58:36.409923 [ 3 ] {} <Debug> HTTP-Session: 7c31514e-b444-49da-8f34-bcf59c529004 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9769 | 2024.08.06 23:58:36.409939 [ 3 ] {} <Debug> HTTP-Session: 7c31514e-b444-49da-8f34-bcf59c529004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9770 | 2024.08.06 23:58:36.409954 [ 3 ] {} <Debug> HTTP-Session: 7c31514e-b444-49da-8f34-bcf59c529004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9771 | 2024.08.06 23:58:36.409985 [ 3 ] {} <Trace> HTTP-Session: 7c31514e-b444-49da-8f34-bcf59c529004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9772 | 2024.08.06 23:58:36.410085 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 9773 | 2024.08.06 23:58:36.410127 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9774 | 2024.08.06 23:58:36.410257 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9775 | 2024.08.06 23:58:36.410525 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9776 | 2024.08.06 23:58:36.410561 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9777 | 2024.08.06 23:58:36.410871 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 9778 | 2024.08.06 23:58:36.411185 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9779 | 2024.08.06 23:58:36.411310 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001247 sec., 4811.547714514835 rows/sec., 335.96 KiB/sec. | ||
| 9780 | 2024.08.06 23:58:36.411460 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Debug> DynamicQueryHandler: Done processing query | ||
| 9781 | 2024.08.06 23:58:36.411485 [ 3 ] {847c0e60-1bce-481f-aeb4-3030770da56e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 9782 | 2024.08.06 23:58:36.411501 [ 3 ] {} <Debug> HTTP-Session: 7c31514e-b444-49da-8f34-bcf59c529004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9783 | 2024.08.06 23:58:36.411654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 64458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9784 | 2024.08.06 23:58:36.411702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9785 | 2024.08.06 23:58:36.411722 [ 3 ] {} <Debug> HTTP-Session: f0c33c01-694c-484c-9dfd-48e616b28edb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9786 | 2024.08.06 23:58:36.411740 [ 3 ] {} <Debug> HTTP-Session: f0c33c01-694c-484c-9dfd-48e616b28edb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9787 | 2024.08.06 23:58:36.411754 [ 3 ] {} <Debug> HTTP-Session: f0c33c01-694c-484c-9dfd-48e616b28edb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9788 | 2024.08.06 23:58:36.411785 [ 3 ] {} <Trace> HTTP-Session: f0c33c01-694c-484c-9dfd-48e616b28edb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9789 | 2024.08.06 23:58:36.411981 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9790 | 2024.08.06 23:58:36.412024 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9791 | 2024.08.06 23:58:36.412151 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9792 | 2024.08.06 23:58:36.412742 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9793 | 2024.08.06 23:58:36.412779 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9794 | 2024.08.06 23:58:36.413125 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9795 | 2024.08.06 23:58:36.413440 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9796 | 2024.08.06 23:58:36.413565 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Debug> executeQuery: Read 399 rows, 28.84 KiB in 0.001688 sec., 236374.40758293838 rows/sec., 16.69 MiB/sec. | ||
| 9797 | 2024.08.06 23:58:36.413804 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Debug> DynamicQueryHandler: Done processing query | ||
| 9798 | 2024.08.06 23:58:36.413859 [ 3 ] {24f6848a-96f2-4d61-a7b3-7ceb6b4be953} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 9799 | 2024.08.06 23:58:36.413916 [ 3 ] {} <Debug> HTTP-Session: f0c33c01-694c-484c-9dfd-48e616b28edb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9800 | 2024.08.06 23:58:36.414175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9801 | 2024.08.06 23:58:36.414230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9802 | 2024.08.06 23:58:36.414249 [ 3 ] {} <Debug> HTTP-Session: feb1357b-c06c-456d-96e4-eb3105d61ae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9803 | 2024.08.06 23:58:36.414266 [ 3 ] {} <Debug> HTTP-Session: feb1357b-c06c-456d-96e4-eb3105d61ae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9804 | 2024.08.06 23:58:36.414280 [ 3 ] {} <Debug> HTTP-Session: feb1357b-c06c-456d-96e4-eb3105d61ae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9805 | 2024.08.06 23:58:36.414313 [ 3 ] {} <Trace> HTTP-Session: feb1357b-c06c-456d-96e4-eb3105d61ae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9806 | 2024.08.06 23:58:36.414414 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 9807 | 2024.08.06 23:58:36.414460 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9808 | 2024.08.06 23:58:36.414612 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9809 | 2024.08.06 23:58:36.414892 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9810 | 2024.08.06 23:58:36.414928 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9811 | 2024.08.06 23:58:36.415298 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9812 | 2024.08.06 23:58:36.415629 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9813 | 2024.08.06 23:58:36.415754 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001367 sec., 4389.1733723482075 rows/sec., 188.60 KiB/sec. | ||
| 9814 | 2024.08.06 23:58:36.415904 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9815 | 2024.08.06 23:58:36.415929 [ 3 ] {4f0a930a-52cb-4685-bf39-848f2afad5c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9816 | 2024.08.06 23:58:36.415946 [ 3 ] {} <Debug> HTTP-Session: feb1357b-c06c-456d-96e4-eb3105d61ae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9817 | 2024.08.06 23:58:36.416073 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9818 | 2024.08.06 23:58:36.416121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9819 | 2024.08.06 23:58:36.416141 [ 3 ] {} <Debug> HTTP-Session: be06f75c-fd82-4f5e-b6f4-8bad7928875e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9820 | 2024.08.06 23:58:36.416157 [ 3 ] {} <Debug> HTTP-Session: be06f75c-fd82-4f5e-b6f4-8bad7928875e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9821 | 2024.08.06 23:58:36.416171 [ 3 ] {} <Debug> HTTP-Session: be06f75c-fd82-4f5e-b6f4-8bad7928875e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9822 | 2024.08.06 23:58:36.416201 [ 3 ] {} <Trace> HTTP-Session: be06f75c-fd82-4f5e-b6f4-8bad7928875e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9823 | 2024.08.06 23:58:36.416318 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 9824 | 2024.08.06 23:58:36.416364 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 9825 | 2024.08.06 23:58:36.416505 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9826 | 2024.08.06 23:58:36.416826 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9827 | 2024.08.06 23:58:36.416861 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9828 | 2024.08.06 23:58:36.417227 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 9829 | 2024.08.06 23:58:36.417578 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9830 | 2024.08.06 23:58:36.417709 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001433 sec., 53733.426378227494 rows/sec., 3.31 MiB/sec. | ||
| 9831 | 2024.08.06 23:58:36.417878 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Debug> DynamicQueryHandler: Done processing query | ||
| 9832 | 2024.08.06 23:58:36.417903 [ 3 ] {9f0f6c15-020d-4ffd-820e-82247228df7d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 9833 | 2024.08.06 23:58:36.417920 [ 3 ] {} <Debug> HTTP-Session: be06f75c-fd82-4f5e-b6f4-8bad7928875e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9834 | 2024.08.06 23:58:36.418092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 31192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9835 | 2024.08.06 23:58:36.418142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9836 | 2024.08.06 23:58:36.418161 [ 3 ] {} <Debug> HTTP-Session: 3ac152cf-1798-4aaa-b3fe-434de0ad9550 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9837 | 2024.08.06 23:58:36.418177 [ 3 ] {} <Debug> HTTP-Session: 3ac152cf-1798-4aaa-b3fe-434de0ad9550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9838 | 2024.08.06 23:58:36.418191 [ 3 ] {} <Debug> HTTP-Session: 3ac152cf-1798-4aaa-b3fe-434de0ad9550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9839 | 2024.08.06 23:58:36.418222 [ 3 ] {} <Trace> HTTP-Session: 3ac152cf-1798-4aaa-b3fe-434de0ad9550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9840 | 2024.08.06 23:58:36.418395 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9841 | 2024.08.06 23:58:36.418440 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9842 | 2024.08.06 23:58:36.418582 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9843 | 2024.08.06 23:58:36.418943 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9844 | 2024.08.06 23:58:36.418979 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9845 | 2024.08.06 23:58:36.419352 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9846 | 2024.08.06 23:58:36.419685 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9847 | 2024.08.06 23:58:36.419835 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001534 sec., 106258.14863102998 rows/sec., 7.40 MiB/sec. | ||
| 9848 | 2024.08.06 23:58:36.420016 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Debug> DynamicQueryHandler: Done processing query | ||
| 9849 | 2024.08.06 23:58:36.420040 [ 3 ] {0cf57a4d-443b-4d17-a086-d8c3ccf7cd80} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 9850 | 2024.08.06 23:58:36.420057 [ 3 ] {} <Debug> HTTP-Session: 3ac152cf-1798-4aaa-b3fe-434de0ad9550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9851 | 2024.08.06 23:58:36.420209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17741, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9852 | 2024.08.06 23:58:36.420256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9853 | 2024.08.06 23:58:36.420274 [ 3 ] {} <Debug> HTTP-Session: 6b5033ef-00df-4867-bd30-96499e58112e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9854 | 2024.08.06 23:58:36.420291 [ 3 ] {} <Debug> HTTP-Session: 6b5033ef-00df-4867-bd30-96499e58112e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9855 | 2024.08.06 23:58:36.420304 [ 3 ] {} <Debug> HTTP-Session: 6b5033ef-00df-4867-bd30-96499e58112e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9856 | 2024.08.06 23:58:36.420334 [ 3 ] {} <Trace> HTTP-Session: 6b5033ef-00df-4867-bd30-96499e58112e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9857 | 2024.08.06 23:58:36.420499 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 9858 | 2024.08.06 23:58:36.420563 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 9859 | 2024.08.06 23:58:36.420976 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9860 | 2024.08.06 23:58:36.421504 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9861 | 2024.08.06 23:58:36.421540 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9862 | 2024.08.06 23:58:36.422140 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 9863 | 2024.08.06 23:58:36.422557 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9864 | 2024.08.06 23:58:36.422750 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00234 sec., 4700.854700854701 rows/sec., 8.42 MiB/sec. | ||
| 9865 | 2024.08.06 23:58:36.422976 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Debug> DynamicQueryHandler: Done processing query | ||
| 9866 | 2024.08.06 23:58:36.423001 [ 3 ] {c0cadc0c-5277-4939-b814-ff7784d131f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 9867 | 2024.08.06 23:58:36.423018 [ 3 ] {} <Debug> HTTP-Session: 6b5033ef-00df-4867-bd30-96499e58112e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9868 | 2024.08.06 23:58:36.423141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9869 | 2024.08.06 23:58:36.423190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9870 | 2024.08.06 23:58:36.423210 [ 3 ] {} <Debug> HTTP-Session: 5acb9780-9acd-4256-a934-d83f05927d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9871 | 2024.08.06 23:58:36.423226 [ 3 ] {} <Debug> HTTP-Session: 5acb9780-9acd-4256-a934-d83f05927d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9872 | 2024.08.06 23:58:36.423240 [ 3 ] {} <Debug> HTTP-Session: 5acb9780-9acd-4256-a934-d83f05927d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9873 | 2024.08.06 23:58:36.423271 [ 3 ] {} <Trace> HTTP-Session: 5acb9780-9acd-4256-a934-d83f05927d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9874 | 2024.08.06 23:58:36.423373 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9875 | 2024.08.06 23:58:36.423418 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 9876 | 2024.08.06 23:58:36.423548 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9877 | 2024.08.06 23:58:36.423813 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9878 | 2024.08.06 23:58:36.423849 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9879 | 2024.08.06 23:58:36.424206 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 9880 | 2024.08.06 23:58:36.424540 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9881 | 2024.08.06 23:58:36.424706 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001357 sec., 16949.15254237288 rows/sec., 916.83 KiB/sec. | ||
| 9882 | 2024.08.06 23:58:36.424865 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Debug> DynamicQueryHandler: Done processing query | ||
| 9883 | 2024.08.06 23:58:36.424889 [ 3 ] {14c1c81d-63fe-43f0-a2c1-871e47978997} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 9884 | 2024.08.06 23:58:36.424905 [ 3 ] {} <Debug> HTTP-Session: 5acb9780-9acd-4256-a934-d83f05927d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9885 | 2024.08.06 23:58:36.425030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9886 | 2024.08.06 23:58:36.425077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9887 | 2024.08.06 23:58:36.425096 [ 3 ] {} <Debug> HTTP-Session: 60e87ea8-d670-43fe-b7b2-e9eac5f5402f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9888 | 2024.08.06 23:58:36.425112 [ 3 ] {} <Debug> HTTP-Session: 60e87ea8-d670-43fe-b7b2-e9eac5f5402f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9889 | 2024.08.06 23:58:36.425126 [ 3 ] {} <Debug> HTTP-Session: 60e87ea8-d670-43fe-b7b2-e9eac5f5402f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9890 | 2024.08.06 23:58:36.425157 [ 3 ] {} <Trace> HTTP-Session: 60e87ea8-d670-43fe-b7b2-e9eac5f5402f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9891 | 2024.08.06 23:58:36.425289 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 9892 | 2024.08.06 23:58:36.425332 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9893 | 2024.08.06 23:58:36.425462 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9894 | 2024.08.06 23:58:36.425743 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9895 | 2024.08.06 23:58:36.425779 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9896 | 2024.08.06 23:58:36.426138 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9897 | 2024.08.06 23:58:36.426462 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2024.08.06 23:58:36.426624 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
| 9899 | 2024.08.06 23:58:36.426792 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Debug> DynamicQueryHandler: Done processing query | ||
| 9900 | 2024.08.06 23:58:36.426818 [ 3 ] {6c3c4455-fca4-4ee2-a4b0-2d4b5a609259} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9901 | 2024.08.06 23:58:36.426835 [ 3 ] {} <Debug> HTTP-Session: 60e87ea8-d670-43fe-b7b2-e9eac5f5402f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9902 | 2024.08.06 23:58:41.399469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9903 | 2024.08.06 23:58:41.399669 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9904 | 2024.08.06 23:58:41.399716 [ 3 ] {} <Debug> HTTP-Session: 69cea049-a933-42a7-997d-ca33eb569e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9905 | 2024.08.06 23:58:41.399758 [ 3 ] {} <Debug> HTTP-Session: 69cea049-a933-42a7-997d-ca33eb569e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9906 | 2024.08.06 23:58:41.399789 [ 3 ] {} <Debug> HTTP-Session: 69cea049-a933-42a7-997d-ca33eb569e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9907 | 2024.08.06 23:58:41.399871 [ 3 ] {} <Trace> HTTP-Session: 69cea049-a933-42a7-997d-ca33eb569e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9908 | 2024.08.06 23:58:41.400181 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 9909 | 2024.08.06 23:58:41.400251 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 9910 | 2024.08.06 23:58:41.400451 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9911 | 2024.08.06 23:58:41.400869 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9912 | 2024.08.06 23:58:41.400914 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9913 | 2024.08.06 23:58:41.401284 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9914 | 2024.08.06 23:58:41.401621 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9915 | 2024.08.06 23:58:41.401779 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001685 sec., 13056.379821958457 rows/sec., 1.03 MiB/sec. | ||
| 9916 | 2024.08.06 23:58:41.401994 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Debug> DynamicQueryHandler: Done processing query | ||
| 9917 | 2024.08.06 23:58:41.402020 [ 3 ] {47acb864-f0fe-4f31-a1ff-85e92d0a1463} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 9918 | 2024.08.06 23:58:41.402038 [ 3 ] {} <Debug> HTTP-Session: 69cea049-a933-42a7-997d-ca33eb569e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9919 | 2024.08.06 23:58:41.402221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9920 | 2024.08.06 23:58:41.402270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9921 | 2024.08.06 23:58:41.402290 [ 3 ] {} <Debug> HTTP-Session: 2d20798e-4bd1-4217-9a37-d952d3ce81ed Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9922 | 2024.08.06 23:58:41.402307 [ 3 ] {} <Debug> HTTP-Session: 2d20798e-4bd1-4217-9a37-d952d3ce81ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9923 | 2024.08.06 23:58:41.402321 [ 3 ] {} <Debug> HTTP-Session: 2d20798e-4bd1-4217-9a37-d952d3ce81ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9924 | 2024.08.06 23:58:41.402353 [ 3 ] {} <Trace> HTTP-Session: 2d20798e-4bd1-4217-9a37-d952d3ce81ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9925 | 2024.08.06 23:58:41.402485 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 9926 | 2024.08.06 23:58:41.402528 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9927 | 2024.08.06 23:58:41.402661 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9928 | 2024.08.06 23:58:41.403005 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9929 | 2024.08.06 23:58:41.403042 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9930 | 2024.08.06 23:58:41.403371 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9931 | 2024.08.06 23:58:41.403660 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9932 | 2024.08.06 23:58:41.403800 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001405 sec., 86832.74021352314 rows/sec., 7.19 MiB/sec. | ||
| 9933 | 2024.08.06 23:58:41.403815 [ 35 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9934 | 2024.08.06 23:58:41.403924 [ 35 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9935 | 2024.08.06 23:58:41.403955 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9936 | 2024.08.06 23:58:41.404030 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Debug> DynamicQueryHandler: Done processing query | ||
| 9937 | 2024.08.06 23:58:41.404078 [ 3 ] {0769a0f3-e23b-488b-b295-4437ec0f473b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 9938 | 2024.08.06 23:58:41.404124 [ 3 ] {} <Debug> HTTP-Session: 2d20798e-4bd1-4217-9a37-d952d3ce81ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9939 | 2024.08.06 23:58:41.404283 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 9940 | 2024.08.06 23:58:41.404382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9941 | 2024.08.06 23:58:41.404480 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9942 | 2024.08.06 23:58:41.404537 [ 3 ] {} <Debug> HTTP-Session: 9d321489-a78f-4343-b6d8-4a8a8a755390 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9943 | 2024.08.06 23:58:41.404588 [ 3 ] {} <Debug> HTTP-Session: 9d321489-a78f-4343-b6d8-4a8a8a755390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9944 | 2024.08.06 23:58:41.404599 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9945 | 2024.08.06 23:58:41.404612 [ 3 ] {} <Debug> HTTP-Session: 9d321489-a78f-4343-b6d8-4a8a8a755390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9946 | 2024.08.06 23:58:41.404671 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1408 rows starting from the beginning of the part | ||
| 9947 | 2024.08.06 23:58:41.404683 [ 3 ] {} <Trace> HTTP-Session: 9d321489-a78f-4343-b6d8-4a8a8a755390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9948 | 2024.08.06 23:58:41.404897 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 122 rows starting from the beginning of the part | ||
| 9949 | 2024.08.06 23:58:41.404975 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 9950 | 2024.08.06 23:58:41.405108 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1336 rows starting from the beginning of the part | ||
| 9951 | 2024.08.06 23:58:41.405192 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9952 | 2024.08.06 23:58:41.405451 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 123 rows starting from the beginning of the part | ||
| 9953 | 2024.08.06 23:58:41.405755 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 197 rows starting from the beginning of the part | ||
| 9954 | 2024.08.06 23:58:41.406028 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 122 rows starting from the beginning of the part | ||
| 9955 | 2024.08.06 23:58:41.406552 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9956 | 2024.08.06 23:58:41.407363 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9957 | 2024.08.06 23:58:41.407417 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9958 | 2024.08.06 23:58:41.408396 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9959 | 2024.08.06 23:58:41.408988 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9960 | 2024.08.06 23:58:41.409190 [ 35 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9961 | 2024.08.06 23:58:41.409272 [ 35 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9962 | 2024.08.06 23:58:41.409256 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.004374 sec., 19661.63694558756 rows/sec., 1.54 MiB/sec. | ||
| 9963 | 2024.08.06 23:58:41.409331 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9964 | 2024.08.06 23:58:41.410027 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3308 rows, containing 4 columns (4 merged, 0 gathered) in 0.005919001 sec., 558878.0944622243 rows/sec., 46.81 MiB/sec. | ||
| 9965 | 2024.08.06 23:58:41.410054 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 9966 | 2024.08.06 23:58:41.410118 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 9967 | 2024.08.06 23:58:41.410173 [ 3 ] {a3ed41b8-81a6-4cec-a1b1-6e27efb168fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 9968 | 2024.08.06 23:58:41.410242 [ 3 ] {} <Debug> HTTP-Session: 9d321489-a78f-4343-b6d8-4a8a8a755390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9969 | 2024.08.06 23:58:41.410341 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9970 | 2024.08.06 23:58:41.410484 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9971 | 2024.08.06 23:58:41.410592 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 905 rows starting from the beginning of the part | ||
| 9972 | 2024.08.06 23:58:41.410612 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 9973 | 2024.08.06 23:58:41.410904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 9974 | 2024.08.06 23:58:41.411123 [ 3 ] {} <Debug> HTTP-Session: 29f97992-c703-4abd-a298-b9ead30d50e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 9975 | 2024.08.06 23:58:41.411226 [ 3 ] {} <Debug> HTTP-Session: 29f97992-c703-4abd-a298-b9ead30d50e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9976 | 2024.08.06 23:58:41.411311 [ 3 ] {} <Debug> HTTP-Session: 29f97992-c703-4abd-a298-b9ead30d50e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 9977 | 2024.08.06 23:58:41.411397 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 86 rows starting from the beginning of the part | ||
| 9978 | 2024.08.06 23:58:41.411425 [ 3 ] {} <Trace> HTTP-Session: 29f97992-c703-4abd-a298-b9ead30d50e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9979 | 2024.08.06 23:58:41.411815 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9980 | 2024.08.06 23:58:41.411838 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 853 rows starting from the beginning of the part | ||
| 9981 | 2024.08.06 23:58:41.412084 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 9982 | 2024.08.06 23:58:41.412236 [ 196 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_51_10} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9983 | 2024.08.06 23:58:41.412321 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 88 rows starting from the beginning of the part | ||
| 9984 | 2024.08.06 23:58:41.412436 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9985 | 2024.08.06 23:58:41.412560 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 9986 | 2024.08.06 23:58:41.412762 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 399 rows starting from the beginning of the part | ||
| 9987 | 2024.08.06 23:58:41.413129 [ 197 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 86 rows starting from the beginning of the part | ||
| 9988 | 2024.08.06 23:58:41.413758 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 9989 | 2024.08.06 23:58:41.414596 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9990 | 2024.08.06 23:58:41.414668 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9991 | 2024.08.06 23:58:41.415590 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9992 | 2024.08.06 23:58:41.416201 [ 196 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2417 rows, containing 4 columns (4 merged, 0 gathered) in 0.006677178 sec., 361979.267289265 rows/sec., 26.29 MiB/sec. | ||
| 9993 | 2024.08.06 23:58:41.416319 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9994 | 2024.08.06 23:58:41.416534 [ 196 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9995 | 2024.08.06 23:58:41.416585 [ 23 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9996 | 2024.08.06 23:58:41.416678 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004906 sec., 32613.126783530373 rows/sec., 2.27 MiB/sec. | ||
| 9997 | 2024.08.06 23:58:41.416698 [ 23 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9998 | 2024.08.06 23:58:41.416785 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 9999 | 2024.08.06 23:58:41.417364 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 10000 | 2024.08.06 23:58:41.417431 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10001 | 2024.08.06 23:58:41.417555 [ 3 ] {4b63440d-d505-4581-afbf-0e4d8e34824f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10002 | 2024.08.06 23:58:41.417664 [ 3 ] {} <Debug> HTTP-Session: 29f97992-c703-4abd-a298-b9ead30d50e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10003 | 2024.08.06 23:58:41.417966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35496, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10004 | 2024.08.06 23:58:41.418231 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10005 | 2024.08.06 23:58:41.418302 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10006 | 2024.08.06 23:58:41.418359 [ 3 ] {} <Debug> HTTP-Session: 41870546-a456-453f-ab7a-1fac50de0015 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10007 | 2024.08.06 23:58:41.418483 [ 3 ] {} <Debug> HTTP-Session: 41870546-a456-453f-ab7a-1fac50de0015 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10008 | 2024.08.06 23:58:41.418511 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12244 rows starting from the beginning of the part | ||
| 10009 | 2024.08.06 23:58:41.418519 [ 196 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10010 | 2024.08.06 23:58:41.418582 [ 3 ] {} <Debug> HTTP-Session: 41870546-a456-453f-ab7a-1fac50de0015 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10011 | 2024.08.06 23:58:41.418821 [ 3 ] {} <Trace> HTTP-Session: 41870546-a456-453f-ab7a-1fac50de0015 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10012 | 2024.08.06 23:58:41.419019 [ 196 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_51_10} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10013 | 2024.08.06 23:58:41.419115 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
| 10014 | 2024.08.06 23:58:41.419462 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 10015 | 2024.08.06 23:58:41.419657 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10016 | 2024.08.06 23:58:41.419689 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 846 rows starting from the beginning of the part | ||
| 10017 | 2024.08.06 23:58:41.420137 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
| 10018 | 2024.08.06 23:58:41.420157 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10019 | 2024.08.06 23:58:41.420515 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 163 rows starting from the beginning of the part | ||
| 10020 | 2024.08.06 23:58:41.421002 [ 186 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part | ||
| 10021 | 2024.08.06 23:58:41.422437 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10022 | 2024.08.06 23:58:41.423064 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10023 | 2024.08.06 23:58:41.423105 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10024 | 2024.08.06 23:58:41.424521 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10025 | 2024.08.06 23:58:41.425175 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10026 | 2024.08.06 23:58:41.425642 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.006466 sec., 3402.412619857717 rows/sec., 6.10 MiB/sec. | ||
| 10027 | 2024.08.06 23:58:41.426430 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10028 | 2024.08.06 23:58:41.426477 [ 3 ] {59a05880-bc67-46bd-aa5d-7fef49cb863c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 10029 | 2024.08.06 23:58:41.426496 [ 3 ] {} <Debug> HTTP-Session: 41870546-a456-453f-ab7a-1fac50de0015 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10030 | 2024.08.06 23:58:41.426634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10031 | 2024.08.06 23:58:41.426686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10032 | 2024.08.06 23:58:41.426706 [ 3 ] {} <Debug> HTTP-Session: 62238555-ebda-4600-b62e-e5bb3b13dc84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10033 | 2024.08.06 23:58:41.426759 [ 3 ] {} <Debug> HTTP-Session: 62238555-ebda-4600-b62e-e5bb3b13dc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10034 | 2024.08.06 23:58:41.426775 [ 3 ] {} <Debug> HTTP-Session: 62238555-ebda-4600-b62e-e5bb3b13dc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10035 | 2024.08.06 23:58:41.426807 [ 3 ] {} <Trace> HTTP-Session: 62238555-ebda-4600-b62e-e5bb3b13dc84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10036 | 2024.08.06 23:58:41.426944 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10037 | 2024.08.06 23:58:41.426993 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10038 | 2024.08.06 23:58:41.427276 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10039 | 2024.08.06 23:58:41.427433 [ 196 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13734 rows, containing 5 columns (5 merged, 0 gathered) in 0.010472372 sec., 1311450.7391448661 rows/sec., 89.57 MiB/sec. | ||
| 10040 | 2024.08.06 23:58:41.427660 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10041 | 2024.08.06 23:58:41.427702 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10042 | 2024.08.06 23:58:41.427924 [ 196 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10043 | 2024.08.06 23:58:41.428422 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10044 | 2024.08.06 23:58:41.428899 [ 196 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10045 | 2024.08.06 23:58:41.429049 [ 196 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10046 | 2024.08.06 23:58:41.429183 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10047 | 2024.08.06 23:58:41.429230 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. | ||
| 10048 | 2024.08.06 23:58:41.429409 [ 23 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10049 | 2024.08.06 23:58:41.429412 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00252 sec., 23809.52380952381 rows/sec., 1.60 MiB/sec. | ||
| 10050 | 2024.08.06 23:58:41.429463 [ 23 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10051 | 2024.08.06 23:58:41.429532 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10052 | 2024.08.06 23:58:41.429825 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Debug> DynamicQueryHandler: Done processing query | ||
| 10053 | 2024.08.06 23:58:41.429857 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10054 | 2024.08.06 23:58:41.429891 [ 3 ] {c97a6a8c-d448-4657-99bb-aeb99aef4fdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10055 | 2024.08.06 23:58:41.429971 [ 3 ] {} <Debug> HTTP-Session: 62238555-ebda-4600-b62e-e5bb3b13dc84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10056 | 2024.08.06 23:58:41.430430 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10057 | 2024.08.06 23:58:41.430478 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2464 rows starting from the beginning of the part | ||
| 10058 | 2024.08.06 23:58:41.430585 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
| 10059 | 2024.08.06 23:58:41.430732 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10060 | 2024.08.06 23:58:41.430883 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
| 10061 | 2024.08.06 23:58:41.431000 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10062 | 2024.08.06 23:58:41.431160 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
| 10063 | 2024.08.06 23:58:41.432770 [ 194 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 4 columns (4 merged, 0 gathered) in 0.003128139 sec., 883592.4490567715 rows/sec., 59.48 MiB/sec. | ||
| 10064 | 2024.08.06 23:58:41.433012 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10065 | 2024.08.06 23:58:41.433416 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2024.08.06 23:58:41.433503 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_51_10} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10067 | 2024.08.06 23:58:41.433585 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
| 10068 | 2024.08.06 23:58:45.045550 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10069 | 2024.08.06 23:58:45.045610 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10070 | 2024.08.06 23:58:46.402418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10071 | 2024.08.06 23:58:46.402535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10072 | 2024.08.06 23:58:46.402560 [ 3 ] {} <Debug> HTTP-Session: 4a29f336-7b78-4380-bea2-912951dd11c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10073 | 2024.08.06 23:58:46.402584 [ 3 ] {} <Debug> HTTP-Session: 4a29f336-7b78-4380-bea2-912951dd11c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10074 | 2024.08.06 23:58:46.402599 [ 3 ] {} <Debug> HTTP-Session: 4a29f336-7b78-4380-bea2-912951dd11c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10075 | 2024.08.06 23:58:46.402651 [ 3 ] {} <Trace> HTTP-Session: 4a29f336-7b78-4380-bea2-912951dd11c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10076 | 2024.08.06 23:58:46.402851 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10077 | 2024.08.06 23:58:46.402922 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10078 | 2024.08.06 23:58:46.403124 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10079 | 2024.08.06 23:58:46.403493 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10080 | 2024.08.06 23:58:46.403536 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10081 | 2024.08.06 23:58:46.403925 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 10082 | 2024.08.06 23:58:46.404348 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10083 | 2024.08.06 23:58:46.404540 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001745 sec., 9742.12034383954 rows/sec., 705.70 KiB/sec. | ||
| 10084 | 2024.08.06 23:58:46.404799 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Debug> DynamicQueryHandler: Done processing query | ||
| 10085 | 2024.08.06 23:58:46.404831 [ 3 ] {e764e391-6082-4ea4-af96-28aab3e96682} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10086 | 2024.08.06 23:58:46.404853 [ 3 ] {} <Debug> HTTP-Session: 4a29f336-7b78-4380-bea2-912951dd11c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10087 | 2024.08.06 23:58:46.405045 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10088 | 2024.08.06 23:58:46.405096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10089 | 2024.08.06 23:58:46.405117 [ 3 ] {} <Debug> HTTP-Session: 312781be-07e2-41fc-b3c0-6ce4c9581b7d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10090 | 2024.08.06 23:58:46.405135 [ 3 ] {} <Debug> HTTP-Session: 312781be-07e2-41fc-b3c0-6ce4c9581b7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10091 | 2024.08.06 23:58:46.405149 [ 3 ] {} <Debug> HTTP-Session: 312781be-07e2-41fc-b3c0-6ce4c9581b7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10092 | 2024.08.06 23:58:46.405183 [ 3 ] {} <Trace> HTTP-Session: 312781be-07e2-41fc-b3c0-6ce4c9581b7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10093 | 2024.08.06 23:58:46.405331 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10094 | 2024.08.06 23:58:46.405377 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10095 | 2024.08.06 23:58:46.405513 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10096 | 2024.08.06 23:58:46.405998 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2024.08.06 23:58:46.406035 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10098 | 2024.08.06 23:58:46.406361 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10099 | 2024.08.06 23:58:46.406669 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10100 | 2024.08.06 23:58:46.406821 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001555 sec., 124758.84244372991 rows/sec., 11.02 MiB/sec. | ||
| 10101 | 2024.08.06 23:58:46.406994 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Debug> DynamicQueryHandler: Done processing query | ||
| 10102 | 2024.08.06 23:58:46.407019 [ 3 ] {a2bf74bc-fd96-41fd-a2f8-0a98b68a866b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10103 | 2024.08.06 23:58:46.407035 [ 3 ] {} <Debug> HTTP-Session: 312781be-07e2-41fc-b3c0-6ce4c9581b7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10104 | 2024.08.06 23:58:46.407279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10105 | 2024.08.06 23:58:46.407330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10106 | 2024.08.06 23:58:46.407349 [ 3 ] {} <Debug> HTTP-Session: 18b05aef-dea4-44be-8057-34de82f641da Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10107 | 2024.08.06 23:58:46.407366 [ 3 ] {} <Debug> HTTP-Session: 18b05aef-dea4-44be-8057-34de82f641da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10108 | 2024.08.06 23:58:46.407379 [ 3 ] {} <Debug> HTTP-Session: 18b05aef-dea4-44be-8057-34de82f641da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10109 | 2024.08.06 23:58:46.407410 [ 3 ] {} <Trace> HTTP-Session: 18b05aef-dea4-44be-8057-34de82f641da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10110 | 2024.08.06 23:58:46.407605 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10111 | 2024.08.06 23:58:46.407648 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10112 | 2024.08.06 23:58:46.407776 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10113 | 2024.08.06 23:58:46.408301 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10114 | 2024.08.06 23:58:46.408338 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10115 | 2024.08.06 23:58:46.408668 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10116 | 2024.08.06 23:58:46.408975 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10117 | 2024.08.06 23:58:46.409128 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001619 sec., 242742.43360098827 rows/sec., 17.10 MiB/sec. | ||
| 10118 | 2024.08.06 23:58:46.409288 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10119 | 2024.08.06 23:58:46.409315 [ 3 ] {26431291-d4b2-4364-a8bf-04e1dc8dc5b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10120 | 2024.08.06 23:58:46.409330 [ 3 ] {} <Debug> HTTP-Session: 18b05aef-dea4-44be-8057-34de82f641da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10121 | 2024.08.06 23:58:46.409466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10122 | 2024.08.06 23:58:46.409514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10123 | 2024.08.06 23:58:46.409534 [ 3 ] {} <Debug> HTTP-Session: cfaa69bc-c468-4829-809d-7e78c3db99a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10124 | 2024.08.06 23:58:46.409551 [ 3 ] {} <Debug> HTTP-Session: cfaa69bc-c468-4829-809d-7e78c3db99a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10125 | 2024.08.06 23:58:46.409565 [ 3 ] {} <Debug> HTTP-Session: cfaa69bc-c468-4829-809d-7e78c3db99a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10126 | 2024.08.06 23:58:46.409596 [ 3 ] {} <Trace> HTTP-Session: cfaa69bc-c468-4829-809d-7e78c3db99a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10127 | 2024.08.06 23:58:46.409691 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10128 | 2024.08.06 23:58:46.409736 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10129 | 2024.08.06 23:58:46.409865 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10130 | 2024.08.06 23:58:46.410193 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10131 | 2024.08.06 23:58:46.410228 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10132 | 2024.08.06 23:58:46.410594 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10133 | 2024.08.06 23:58:46.410926 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10134 | 2024.08.06 23:58:46.411089 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001414 sec., 4243.281471004244 rows/sec., 182.33 KiB/sec. | ||
| 10135 | 2024.08.06 23:58:46.411091 [ 24 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 10136 | 2024.08.06 23:58:46.411198 [ 24 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10137 | 2024.08.06 23:58:46.411242 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10138 | 2024.08.06 23:58:46.411372 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Debug> DynamicQueryHandler: Done processing query | ||
| 10139 | 2024.08.06 23:58:46.411447 [ 3 ] {236587d2-fbe4-4b92-a16e-ca34a99a8400} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10140 | 2024.08.06 23:58:46.411539 [ 3 ] {} <Debug> HTTP-Session: cfaa69bc-c468-4829-809d-7e78c3db99a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10141 | 2024.08.06 23:58:46.411594 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full | ||
| 10142 | 2024.08.06 23:58:46.411848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10143 | 2024.08.06 23:58:46.411969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10144 | 2024.08.06 23:58:46.411993 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10145 | 2024.08.06 23:58:46.412007 [ 3 ] {} <Debug> HTTP-Session: 48e303f8-5372-40cb-a737-d40d092b2ecd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10146 | 2024.08.06 23:58:46.412054 [ 3 ] {} <Debug> HTTP-Session: 48e303f8-5372-40cb-a737-d40d092b2ecd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10147 | 2024.08.06 23:58:46.412075 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part | ||
| 10148 | 2024.08.06 23:58:46.412087 [ 3 ] {} <Debug> HTTP-Session: 48e303f8-5372-40cb-a737-d40d092b2ecd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10149 | 2024.08.06 23:58:46.412162 [ 3 ] {} <Trace> HTTP-Session: 48e303f8-5372-40cb-a737-d40d092b2ecd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10150 | 2024.08.06 23:58:46.412315 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 10151 | 2024.08.06 23:58:46.412588 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 10152 | 2024.08.06 23:58:46.412711 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10153 | 2024.08.06 23:58:46.412875 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 10154 | 2024.08.06 23:58:46.412989 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10155 | 2024.08.06 23:58:46.413162 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 10156 | 2024.08.06 23:58:46.413447 [ 196 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 10157 | 2024.08.06 23:58:46.414143 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10158 | 2024.08.06 23:58:46.415017 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10159 | 2024.08.06 23:58:46.415085 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10160 | 2024.08.06 23:58:46.416202 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 10161 | 2024.08.06 23:58:46.416377 [ 194 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.005056852 sec., 29662.722974688604 rows/sec., 1.24 MiB/sec. | ||
| 10162 | 2024.08.06 23:58:46.416573 [ 194 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 10163 | 2024.08.06 23:58:46.416714 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10164 | 2024.08.06 23:58:46.417007 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004548 sec., 16930.51890941073 rows/sec., 1.04 MiB/sec. | ||
| 10165 | 2024.08.06 23:58:46.417650 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Debug> DynamicQueryHandler: Done processing query | ||
| 10166 | 2024.08.06 23:58:46.417719 [ 3 ] {542dbf7a-cb20-4c64-a33d-ede4453b1f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10167 | 2024.08.06 23:58:46.417794 [ 3 ] {} <Debug> HTTP-Session: 48e303f8-5372-40cb-a737-d40d092b2ecd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10168 | 2024.08.06 23:58:46.417817 [ 194 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10169 | 2024.08.06 23:58:46.417929 [ 194 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_25_5} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 10170 | 2024.08.06 23:58:46.417969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10171 | 2024.08.06 23:58:46.418028 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10172 | 2024.08.06 23:58:46.418036 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10173 | 2024.08.06 23:58:46.418060 [ 3 ] {} <Debug> HTTP-Session: b41ad988-21dd-4075-be4b-356d1ee3cfbf Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10174 | 2024.08.06 23:58:46.418076 [ 3 ] {} <Debug> HTTP-Session: b41ad988-21dd-4075-be4b-356d1ee3cfbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10175 | 2024.08.06 23:58:46.418089 [ 3 ] {} <Debug> HTTP-Session: b41ad988-21dd-4075-be4b-356d1ee3cfbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10176 | 2024.08.06 23:58:46.418119 [ 3 ] {} <Trace> HTTP-Session: b41ad988-21dd-4075-be4b-356d1ee3cfbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10177 | 2024.08.06 23:58:46.418358 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10178 | 2024.08.06 23:58:46.418403 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10179 | 2024.08.06 23:58:46.418563 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10180 | 2024.08.06 23:58:46.418937 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10181 | 2024.08.06 23:58:46.418973 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10182 | 2024.08.06 23:58:46.419351 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10183 | 2024.08.06 23:58:46.419688 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10184 | 2024.08.06 23:58:46.419842 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 10185 | 2024.08.06 23:58:46.420021 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10186 | 2024.08.06 23:58:46.420046 [ 3 ] {c1818ba4-57b2-46b3-8bca-686d1ec1fa8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10187 | 2024.08.06 23:58:46.420063 [ 3 ] {} <Debug> HTTP-Session: b41ad988-21dd-4075-be4b-356d1ee3cfbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10188 | 2024.08.06 23:58:46.420205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10189 | 2024.08.06 23:58:46.420253 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10190 | 2024.08.06 23:58:46.420273 [ 3 ] {} <Debug> HTTP-Session: 7719a444-6fa9-423c-b8cc-754537523d61 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10191 | 2024.08.06 23:58:46.420290 [ 3 ] {} <Debug> HTTP-Session: 7719a444-6fa9-423c-b8cc-754537523d61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10192 | 2024.08.06 23:58:46.420303 [ 3 ] {} <Debug> HTTP-Session: 7719a444-6fa9-423c-b8cc-754537523d61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10193 | 2024.08.06 23:58:46.420334 [ 3 ] {} <Trace> HTTP-Session: 7719a444-6fa9-423c-b8cc-754537523d61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10194 | 2024.08.06 23:58:46.420515 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10195 | 2024.08.06 23:58:46.420579 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10196 | 2024.08.06 23:58:46.420998 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10197 | 2024.08.06 23:58:46.421480 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10198 | 2024.08.06 23:58:46.421516 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10199 | 2024.08.06 23:58:46.422117 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10200 | 2024.08.06 23:58:46.422525 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10201 | 2024.08.06 23:58:46.422717 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002307 sec., 4768.097095795405 rows/sec., 8.54 MiB/sec. | ||
| 10202 | 2024.08.06 23:58:46.422927 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Debug> DynamicQueryHandler: Done processing query | ||
| 10203 | 2024.08.06 23:58:46.422952 [ 3 ] {98a0dfaa-3719-4fac-9561-305f122eab25} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 10204 | 2024.08.06 23:58:46.422968 [ 3 ] {} <Debug> HTTP-Session: 7719a444-6fa9-423c-b8cc-754537523d61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10205 | 2024.08.06 23:58:46.423093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10206 | 2024.08.06 23:58:46.423140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10207 | 2024.08.06 23:58:46.423159 [ 3 ] {} <Debug> HTTP-Session: 31d21d7f-f716-4fa6-b897-da126f31c17d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10208 | 2024.08.06 23:58:46.423177 [ 3 ] {} <Debug> HTTP-Session: 31d21d7f-f716-4fa6-b897-da126f31c17d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10209 | 2024.08.06 23:58:46.423191 [ 3 ] {} <Debug> HTTP-Session: 31d21d7f-f716-4fa6-b897-da126f31c17d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10210 | 2024.08.06 23:58:46.423222 [ 3 ] {} <Trace> HTTP-Session: 31d21d7f-f716-4fa6-b897-da126f31c17d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10211 | 2024.08.06 23:58:46.423321 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10212 | 2024.08.06 23:58:46.423365 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10213 | 2024.08.06 23:58:46.423491 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10214 | 2024.08.06 23:58:46.423760 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10215 | 2024.08.06 23:58:46.423796 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10216 | 2024.08.06 23:58:46.424145 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10217 | 2024.08.06 23:58:46.424462 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10218 | 2024.08.06 23:58:46.424611 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001312 sec., 17530.48780487805 rows/sec., 948.28 KiB/sec. | ||
| 10219 | 2024.08.06 23:58:46.424627 [ 61 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10220 | 2024.08.06 23:58:46.424723 [ 61 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10221 | 2024.08.06 23:58:46.424768 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10222 | 2024.08.06 23:58:46.424905 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10223 | 2024.08.06 23:58:46.424992 [ 3 ] {062e186f-e4ac-4706-80af-ae26c35fadf6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10224 | 2024.08.06 23:58:46.425060 [ 3 ] {} <Debug> HTTP-Session: 31d21d7f-f716-4fa6-b897-da126f31c17d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10225 | 2024.08.06 23:58:46.425098 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 10226 | 2024.08.06 23:58:46.425342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10227 | 2024.08.06 23:58:46.425532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10228 | 2024.08.06 23:58:46.425623 [ 3 ] {} <Debug> HTTP-Session: fbe97814-53b6-4400-82c7-dac603ca9cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10229 | 2024.08.06 23:58:46.425684 [ 3 ] {} <Debug> HTTP-Session: fbe97814-53b6-4400-82c7-dac603ca9cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10230 | 2024.08.06 23:58:46.425749 [ 3 ] {} <Debug> HTTP-Session: fbe97814-53b6-4400-82c7-dac603ca9cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10231 | 2024.08.06 23:58:46.425786 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10232 | 2024.08.06 23:58:46.425809 [ 3 ] {} <Trace> HTTP-Session: fbe97814-53b6-4400-82c7-dac603ca9cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10233 | 2024.08.06 23:58:46.425835 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 487 rows starting from the beginning of the part | ||
| 10234 | 2024.08.06 23:58:46.426042 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10235 | 2024.08.06 23:58:46.426056 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
| 10236 | 2024.08.06 23:58:46.426173 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10237 | 2024.08.06 23:58:46.426398 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
| 10238 | 2024.08.06 23:58:46.426779 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
| 10239 | 2024.08.06 23:58:46.427023 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
| 10240 | 2024.08.06 23:58:46.427353 [ 194 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
| 10241 | 2024.08.06 23:58:46.427361 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10242 | 2024.08.06 23:58:46.428031 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10243 | 2024.08.06 23:58:46.428073 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10244 | 2024.08.06 23:58:46.428605 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10245 | 2024.08.06 23:58:46.429024 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 602 rows, containing 4 columns (4 merged, 0 gathered) in 0.004180063 sec., 144016.96816531234 rows/sec., 7.73 MiB/sec. | ||
| 10246 | 2024.08.06 23:58:46.429262 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10247 | 2024.08.06 23:58:46.429333 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10248 | 2024.08.06 23:58:46.429605 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003695 sec., 16238.159675236806 rows/sec., 1.09 MiB/sec. | ||
| 10249 | 2024.08.06 23:58:46.430193 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Debug> DynamicQueryHandler: Done processing query | ||
| 10250 | 2024.08.06 23:58:46.430319 [ 3 ] {fea9e81a-84a5-4bb1-9e97-4201b5135620} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10251 | 2024.08.06 23:58:46.430406 [ 3 ] {} <Debug> HTTP-Session: fbe97814-53b6-4400-82c7-dac603ca9cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10252 | 2024.08.06 23:58:46.430795 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10253 | 2024.08.06 23:58:46.430884 [ 200 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_26_5} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10254 | 2024.08.06 23:58:46.430981 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 10255 | 2024.08.06 23:58:51.398548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10256 | 2024.08.06 23:58:51.398683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10257 | 2024.08.06 23:58:51.398710 [ 3 ] {} <Debug> HTTP-Session: d00a2c31-bad9-4759-bbb5-41b227ad1e1c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10258 | 2024.08.06 23:58:51.398736 [ 3 ] {} <Debug> HTTP-Session: d00a2c31-bad9-4759-bbb5-41b227ad1e1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10259 | 2024.08.06 23:58:51.398752 [ 3 ] {} <Debug> HTTP-Session: d00a2c31-bad9-4759-bbb5-41b227ad1e1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10260 | 2024.08.06 23:58:51.398802 [ 3 ] {} <Trace> HTTP-Session: d00a2c31-bad9-4759-bbb5-41b227ad1e1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2024.08.06 23:58:51.398994 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10262 | 2024.08.06 23:58:51.399063 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10263 | 2024.08.06 23:58:51.399256 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10264 | 2024.08.06 23:58:51.399688 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10265 | 2024.08.06 23:58:51.399736 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10266 | 2024.08.06 23:58:51.400119 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 10267 | 2024.08.06 23:58:51.400454 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10268 | 2024.08.06 23:58:51.400599 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001684 sec., 13064.133016627078 rows/sec., 1.03 MiB/sec. | ||
| 10269 | 2024.08.06 23:58:51.400652 [ 87 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 10270 | 2024.08.06 23:58:51.400757 [ 87 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2024.08.06 23:58:51.400783 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10272 | 2024.08.06 23:58:51.400886 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Debug> DynamicQueryHandler: Done processing query | ||
| 10273 | 2024.08.06 23:58:51.400941 [ 3 ] {5c1cd00c-2f80-4165-94b9-82aa40d44910} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10274 | 2024.08.06 23:58:51.400952 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 10275 | 2024.08.06 23:58:51.400973 [ 3 ] {} <Debug> HTTP-Session: d00a2c31-bad9-4759-bbb5-41b227ad1e1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10276 | 2024.08.06 23:58:51.401124 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10277 | 2024.08.06 23:58:51.401164 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 39 rows starting from the beginning of the part | ||
| 10278 | 2024.08.06 23:58:51.401203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10279 | 2024.08.06 23:58:51.401402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10280 | 2024.08.06 23:58:51.401436 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 22 rows starting from the beginning of the part | ||
| 10281 | 2024.08.06 23:58:51.401474 [ 3 ] {} <Debug> HTTP-Session: b85347c5-7438-4a04-9227-7b6c03bd2aeb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10282 | 2024.08.06 23:58:51.401549 [ 3 ] {} <Debug> HTTP-Session: b85347c5-7438-4a04-9227-7b6c03bd2aeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10283 | 2024.08.06 23:58:51.401613 [ 3 ] {} <Debug> HTTP-Session: b85347c5-7438-4a04-9227-7b6c03bd2aeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10284 | 2024.08.06 23:58:51.401710 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 17 rows starting from the beginning of the part | ||
| 10285 | 2024.08.06 23:58:51.401782 [ 3 ] {} <Trace> HTTP-Session: b85347c5-7438-4a04-9227-7b6c03bd2aeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10286 | 2024.08.06 23:58:51.402015 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 22 rows starting from the beginning of the part | ||
| 10287 | 2024.08.06 23:58:51.402190 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10288 | 2024.08.06 23:58:51.402345 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10289 | 2024.08.06 23:58:51.402345 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 17 rows starting from the beginning of the part | ||
| 10290 | 2024.08.06 23:58:51.402686 [ 199 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 22 rows starting from the beginning of the part | ||
| 10291 | 2024.08.06 23:58:51.403355 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10292 | 2024.08.06 23:58:51.404201 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10293 | 2024.08.06 23:58:51.404274 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10294 | 2024.08.06 23:58:51.405160 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10295 | 2024.08.06 23:58:51.405485 [ 200 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.004582421 sec., 30333.31071064837 rows/sec., 2.31 MiB/sec. | ||
| 10296 | 2024.08.06 23:58:51.405710 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 10297 | 2024.08.06 23:58:51.405763 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10298 | 2024.08.06 23:58:51.406015 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.003986 sec., 30607.12493728048 rows/sec., 2.53 MiB/sec. | ||
| 10299 | 2024.08.06 23:58:51.406293 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10300 | 2024.08.06 23:58:51.406324 [ 3 ] {273c38e1-6ebb-43ff-ac53-9bff1c79c7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10301 | 2024.08.06 23:58:51.406346 [ 3 ] {} <Debug> HTTP-Session: b85347c5-7438-4a04-9227-7b6c03bd2aeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10302 | 2024.08.06 23:58:51.406411 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10303 | 2024.08.06 23:58:51.406508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10304 | 2024.08.06 23:58:51.406510 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_51_10} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 10305 | 2024.08.06 23:58:51.406565 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10306 | 2024.08.06 23:58:51.406602 [ 3 ] {} <Debug> HTTP-Session: 67bbb7f6-b120-4e83-ad6a-c9e4263d18d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10307 | 2024.08.06 23:58:51.406629 [ 3 ] {} <Debug> HTTP-Session: 67bbb7f6-b120-4e83-ad6a-c9e4263d18d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10308 | 2024.08.06 23:58:51.406632 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10309 | 2024.08.06 23:58:51.406646 [ 3 ] {} <Debug> HTTP-Session: 67bbb7f6-b120-4e83-ad6a-c9e4263d18d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10310 | 2024.08.06 23:58:51.406688 [ 3 ] {} <Trace> HTTP-Session: 67bbb7f6-b120-4e83-ad6a-c9e4263d18d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10311 | 2024.08.06 23:58:51.406814 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10312 | 2024.08.06 23:58:51.406859 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10313 | 2024.08.06 23:58:51.406988 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10314 | 2024.08.06 23:58:51.407407 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10315 | 2024.08.06 23:58:51.407444 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10316 | 2024.08.06 23:58:51.407766 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10317 | 2024.08.06 23:58:51.408084 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10318 | 2024.08.06 23:58:51.408230 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001464 sec., 58743.16939890711 rows/sec., 4.59 MiB/sec. | ||
| 10319 | 2024.08.06 23:58:51.408402 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Debug> DynamicQueryHandler: Done processing query | ||
| 10320 | 2024.08.06 23:58:51.408428 [ 3 ] {a895a3c5-ecc9-4029-8aae-31b2c472e3d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10321 | 2024.08.06 23:58:51.408444 [ 3 ] {} <Debug> HTTP-Session: 67bbb7f6-b120-4e83-ad6a-c9e4263d18d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10322 | 2024.08.06 23:58:51.408631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10323 | 2024.08.06 23:58:51.408680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10324 | 2024.08.06 23:58:51.408699 [ 3 ] {} <Debug> HTTP-Session: 9c6c4feb-2419-4020-8fe2-6ddbe0c7809e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10325 | 2024.08.06 23:58:51.408716 [ 3 ] {} <Debug> HTTP-Session: 9c6c4feb-2419-4020-8fe2-6ddbe0c7809e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10326 | 2024.08.06 23:58:51.408730 [ 3 ] {} <Debug> HTTP-Session: 9c6c4feb-2419-4020-8fe2-6ddbe0c7809e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10327 | 2024.08.06 23:58:51.408761 [ 3 ] {} <Trace> HTTP-Session: 9c6c4feb-2419-4020-8fe2-6ddbe0c7809e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10328 | 2024.08.06 23:58:51.408906 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10329 | 2024.08.06 23:58:51.408953 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10330 | 2024.08.06 23:58:51.409102 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10331 | 2024.08.06 23:58:51.409501 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10332 | 2024.08.06 23:58:51.409538 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10333 | 2024.08.06 23:58:51.409932 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10334 | 2024.08.06 23:58:51.410364 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10335 | 2024.08.06 23:58:51.410549 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001704 sec., 93896.71361502347 rows/sec., 6.54 MiB/sec. | ||
| 10336 | 2024.08.06 23:58:51.410740 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10337 | 2024.08.06 23:58:51.410770 [ 3 ] {2dd2074b-64ff-4862-9e44-6458a45dd96c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10338 | 2024.08.06 23:58:51.410791 [ 3 ] {} <Debug> HTTP-Session: 9c6c4feb-2419-4020-8fe2-6ddbe0c7809e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10339 | 2024.08.06 23:58:51.410973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10340 | 2024.08.06 23:58:51.411033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10341 | 2024.08.06 23:58:51.411061 [ 3 ] {} <Debug> HTTP-Session: 0f95474d-3897-444a-9a6a-b90ef0d907b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10342 | 2024.08.06 23:58:51.411085 [ 3 ] {} <Debug> HTTP-Session: 0f95474d-3897-444a-9a6a-b90ef0d907b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10343 | 2024.08.06 23:58:51.411107 [ 3 ] {} <Debug> HTTP-Session: 0f95474d-3897-444a-9a6a-b90ef0d907b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10344 | 2024.08.06 23:58:51.411152 [ 3 ] {} <Trace> HTTP-Session: 0f95474d-3897-444a-9a6a-b90ef0d907b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10345 | 2024.08.06 23:58:51.411509 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10346 | 2024.08.06 23:58:51.411577 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10347 | 2024.08.06 23:58:51.412025 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10348 | 2024.08.06 23:58:51.412693 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10349 | 2024.08.06 23:58:51.412729 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10350 | 2024.08.06 23:58:51.413343 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10351 | 2024.08.06 23:58:51.413751 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10352 | 2024.08.06 23:58:51.413937 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002668 sec., 8245.877061469266 rows/sec., 14.78 MiB/sec. | ||
| 10353 | 2024.08.06 23:58:51.413939 [ 87 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10354 | 2024.08.06 23:58:51.414040 [ 87 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10355 | 2024.08.06 23:58:51.414108 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10356 | 2024.08.06 23:58:51.414538 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 10357 | 2024.08.06 23:58:51.414640 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Debug> DynamicQueryHandler: Done processing query | ||
| 10358 | 2024.08.06 23:58:51.414734 [ 3 ] {35ceb98f-a1d8-4434-9b87-a6c4a15f88d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 10359 | 2024.08.06 23:58:51.414832 [ 3 ] {} <Debug> HTTP-Session: 0f95474d-3897-444a-9a6a-b90ef0d907b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10360 | 2024.08.06 23:58:51.415115 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10361 | 2024.08.06 23:58:51.415224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10362 | 2024.08.06 23:58:51.415296 [ 3 ] {} <Debug> HTTP-Session: cbd697d1-6e1e-40da-9e41-fc537ee50e5d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10363 | 2024.08.06 23:58:51.415340 [ 3 ] {} <Debug> HTTP-Session: cbd697d1-6e1e-40da-9e41-fc537ee50e5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10364 | 2024.08.06 23:58:51.415390 [ 3 ] {} <Debug> HTTP-Session: cbd697d1-6e1e-40da-9e41-fc537ee50e5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10365 | 2024.08.06 23:58:51.415481 [ 3 ] {} <Trace> HTTP-Session: cbd697d1-6e1e-40da-9e41-fc537ee50e5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10366 | 2024.08.06 23:58:51.415647 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10367 | 2024.08.06 23:58:51.415752 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10368 | 2024.08.06 23:58:51.415797 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 702 rows starting from the beginning of the part | ||
| 10369 | 2024.08.06 23:58:51.415849 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10370 | 2024.08.06 23:58:51.416706 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 22 rows starting from the beginning of the part | ||
| 10371 | 2024.08.06 23:58:51.416727 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10372 | 2024.08.06 23:58:51.417257 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 11 rows starting from the beginning of the part | ||
| 10373 | 2024.08.06 23:58:51.417938 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10374 | 2024.08.06 23:58:51.418015 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10375 | 2024.08.06 23:58:51.418027 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 22 rows starting from the beginning of the part | ||
| 10376 | 2024.08.06 23:58:51.418691 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 11 rows starting from the beginning of the part | ||
| 10377 | 2024.08.06 23:58:51.419355 [ 195 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 22 rows starting from the beginning of the part | ||
| 10378 | 2024.08.06 23:58:51.419362 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10379 | 2024.08.06 23:58:51.420490 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10380 | 2024.08.06 23:58:51.420783 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005126 sec., 11705.03316426063 rows/sec., 807.77 KiB/sec. | ||
| 10381 | 2024.08.06 23:58:51.421326 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10382 | 2024.08.06 23:58:51.421419 [ 3 ] {807ace12-0bae-44e1-91f7-acd3cf3c697f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10383 | 2024.08.06 23:58:51.421499 [ 3 ] {} <Debug> HTTP-Session: cbd697d1-6e1e-40da-9e41-fc537ee50e5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10384 | 2024.08.06 23:58:51.427738 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 19 columns (19 merged, 0 gathered) in 0.013522188 sec., 58422.4978975296 rows/sec., 104.69 MiB/sec. | ||
| 10385 | 2024.08.06 23:58:51.428637 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10386 | 2024.08.06 23:58:51.429299 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10387 | 2024.08.06 23:58:51.429396 [ 200 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10388 | 2024.08.06 23:58:51.429553 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. | ||
| 10389 | 2024.08.06 23:58:55.957886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10390 | 2024.08.06 23:58:55.958027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10391 | 2024.08.06 23:58:55.958054 [ 3 ] {} <Debug> HTTP-Session: b8aafa45-3baf-446d-9b15-d3d66b9e592c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10392 | 2024.08.06 23:58:55.958078 [ 3 ] {} <Debug> HTTP-Session: b8aafa45-3baf-446d-9b15-d3d66b9e592c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10393 | 2024.08.06 23:58:55.958093 [ 3 ] {} <Debug> HTTP-Session: b8aafa45-3baf-446d-9b15-d3d66b9e592c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10394 | 2024.08.06 23:58:55.958142 [ 3 ] {} <Trace> HTTP-Session: b8aafa45-3baf-446d-9b15-d3d66b9e592c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10395 | 2024.08.06 23:58:55.958330 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10396 | 2024.08.06 23:58:55.958397 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10397 | 2024.08.06 23:58:55.958588 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10398 | 2024.08.06 23:58:55.959050 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10399 | 2024.08.06 23:58:55.959095 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10400 | 2024.08.06 23:58:55.959483 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10401 | 2024.08.06 23:58:55.959826 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10402 | 2024.08.06 23:58:55.960001 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001727 sec., 9843.659525188188 rows/sec., 713.05 KiB/sec. | ||
| 10403 | 2024.08.06 23:58:55.960216 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 10404 | 2024.08.06 23:58:55.960244 [ 3 ] {3e8e2fcf-872c-47d1-b659-6f926efc84f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10405 | 2024.08.06 23:58:55.960262 [ 3 ] {} <Debug> HTTP-Session: b8aafa45-3baf-446d-9b15-d3d66b9e592c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10406 | 2024.08.06 23:58:55.960430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10407 | 2024.08.06 23:58:55.960482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10408 | 2024.08.06 23:58:55.960502 [ 3 ] {} <Debug> HTTP-Session: 2130f016-a6b4-424d-a24a-20058483ffd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10409 | 2024.08.06 23:58:55.960519 [ 3 ] {} <Debug> HTTP-Session: 2130f016-a6b4-424d-a24a-20058483ffd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10410 | 2024.08.06 23:58:55.960534 [ 3 ] {} <Debug> HTTP-Session: 2130f016-a6b4-424d-a24a-20058483ffd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10411 | 2024.08.06 23:58:55.960567 [ 3 ] {} <Trace> HTTP-Session: 2130f016-a6b4-424d-a24a-20058483ffd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10412 | 2024.08.06 23:58:55.960662 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10413 | 2024.08.06 23:58:55.960707 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10414 | 2024.08.06 23:58:55.960843 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10415 | 2024.08.06 23:58:55.961152 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10416 | 2024.08.06 23:58:55.961189 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10417 | 2024.08.06 23:58:55.961496 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10418 | 2024.08.06 23:58:55.961827 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10419 | 2024.08.06 23:58:55.961986 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001344 sec., 1488.095238095238 rows/sec., 121.34 KiB/sec. | ||
| 10420 | 2024.08.06 23:58:55.962166 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10421 | 2024.08.06 23:58:55.962190 [ 3 ] {9afc2e91-658e-4b20-a13c-1f5cdf72a10c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10422 | 2024.08.06 23:58:55.962207 [ 3 ] {} <Debug> HTTP-Session: 2130f016-a6b4-424d-a24a-20058483ffd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10423 | 2024.08.06 23:58:55.962508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 194950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10424 | 2024.08.06 23:58:55.962558 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10425 | 2024.08.06 23:58:55.962577 [ 3 ] {} <Debug> HTTP-Session: f5fd820e-8215-47f2-b1b0-c9dd4e0de0ff Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10426 | 2024.08.06 23:58:55.962594 [ 3 ] {} <Debug> HTTP-Session: f5fd820e-8215-47f2-b1b0-c9dd4e0de0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10427 | 2024.08.06 23:58:55.962608 [ 3 ] {} <Debug> HTTP-Session: f5fd820e-8215-47f2-b1b0-c9dd4e0de0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10428 | 2024.08.06 23:58:55.962638 [ 3 ] {} <Trace> HTTP-Session: f5fd820e-8215-47f2-b1b0-c9dd4e0de0ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10429 | 2024.08.06 23:58:55.963105 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10430 | 2024.08.06 23:58:55.963149 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10431 | 2024.08.06 23:58:55.963277 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10432 | 2024.08.06 23:58:55.964548 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10433 | 2024.08.06 23:58:55.964586 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10434 | 2024.08.06 23:58:55.964979 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10435 | 2024.08.06 23:58:55.965287 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10436 | 2024.08.06 23:58:55.965445 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Debug> executeQuery: Read 1335 rows, 114.18 KiB in 0.002655 sec., 502824.8587570622 rows/sec., 42.00 MiB/sec. | ||
| 10437 | 2024.08.06 23:58:55.965631 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Debug> DynamicQueryHandler: Done processing query | ||
| 10438 | 2024.08.06 23:58:55.965657 [ 3 ] {a410d9aa-962f-458f-b30e-420f6b9e2499} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 10439 | 2024.08.06 23:58:55.965674 [ 3 ] {} <Debug> HTTP-Session: f5fd820e-8215-47f2-b1b0-c9dd4e0de0ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10440 | 2024.08.06 23:58:55.965871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10441 | 2024.08.06 23:58:55.965921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10442 | 2024.08.06 23:58:55.965941 [ 3 ] {} <Debug> HTTP-Session: 1b5894c5-3753-4aca-ba34-bed86166a9d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10443 | 2024.08.06 23:58:55.965957 [ 3 ] {} <Debug> HTTP-Session: 1b5894c5-3753-4aca-ba34-bed86166a9d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10444 | 2024.08.06 23:58:55.965971 [ 3 ] {} <Debug> HTTP-Session: 1b5894c5-3753-4aca-ba34-bed86166a9d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10445 | 2024.08.06 23:58:55.966002 [ 3 ] {} <Trace> HTTP-Session: 1b5894c5-3753-4aca-ba34-bed86166a9d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10446 | 2024.08.06 23:58:55.966095 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10447 | 2024.08.06 23:58:55.966138 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10448 | 2024.08.06 23:58:55.966269 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10449 | 2024.08.06 23:58:55.966553 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10450 | 2024.08.06 23:58:55.966590 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10451 | 2024.08.06 23:58:55.966894 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10452 | 2024.08.06 23:58:55.967201 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10453 | 2024.08.06 23:58:55.967360 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001286 sec., 1555.2099533437013 rows/sec., 108.59 KiB/sec. | ||
| 10454 | 2024.08.06 23:58:55.967558 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Debug> DynamicQueryHandler: Done processing query | ||
| 10455 | 2024.08.06 23:58:55.967583 [ 3 ] {dad02344-ba1f-4afa-8417-c7477ca65676} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10456 | 2024.08.06 23:58:55.967600 [ 3 ] {} <Debug> HTTP-Session: 1b5894c5-3753-4aca-ba34-bed86166a9d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10457 | 2024.08.06 23:58:55.967774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10458 | 2024.08.06 23:58:55.967823 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10459 | 2024.08.06 23:58:55.967842 [ 3 ] {} <Debug> HTTP-Session: d2fe708f-2c6c-4839-ab36-1fe9304d5a2e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10460 | 2024.08.06 23:58:55.967859 [ 3 ] {} <Debug> HTTP-Session: d2fe708f-2c6c-4839-ab36-1fe9304d5a2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10461 | 2024.08.06 23:58:55.967872 [ 3 ] {} <Debug> HTTP-Session: d2fe708f-2c6c-4839-ab36-1fe9304d5a2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10462 | 2024.08.06 23:58:55.967904 [ 3 ] {} <Trace> HTTP-Session: d2fe708f-2c6c-4839-ab36-1fe9304d5a2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10463 | 2024.08.06 23:58:55.968104 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 10464 | 2024.08.06 23:58:55.968147 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10465 | 2024.08.06 23:58:55.968276 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10466 | 2024.08.06 23:58:55.968702 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10467 | 2024.08.06 23:58:55.968739 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10468 | 2024.08.06 23:58:55.969063 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 10469 | 2024.08.06 23:58:55.969378 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10470 | 2024.08.06 23:58:55.969548 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001565 sec., 145686.90095846646 rows/sec., 9.86 MiB/sec. | ||
| 10471 | 2024.08.06 23:58:55.969828 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Debug> DynamicQueryHandler: Done processing query | ||
| 10472 | 2024.08.06 23:58:55.969854 [ 3 ] {9f172ccd-50e2-4fdc-87d4-b39914ef7148} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 10473 | 2024.08.06 23:58:55.969871 [ 3 ] {} <Debug> HTTP-Session: d2fe708f-2c6c-4839-ab36-1fe9304d5a2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10474 | 2024.08.06 23:58:55.970152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 138752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10475 | 2024.08.06 23:58:55.970202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10476 | 2024.08.06 23:58:55.970220 [ 3 ] {} <Debug> HTTP-Session: a5aa5329-1fef-4ec8-97c9-ab1ecbd71617 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10477 | 2024.08.06 23:58:55.970238 [ 3 ] {} <Debug> HTTP-Session: a5aa5329-1fef-4ec8-97c9-ab1ecbd71617 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10478 | 2024.08.06 23:58:55.970252 [ 3 ] {} <Debug> HTTP-Session: a5aa5329-1fef-4ec8-97c9-ab1ecbd71617 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10479 | 2024.08.06 23:58:55.970282 [ 3 ] {} <Trace> HTTP-Session: a5aa5329-1fef-4ec8-97c9-ab1ecbd71617 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10480 | 2024.08.06 23:58:55.970620 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10481 | 2024.08.06 23:58:55.970664 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10482 | 2024.08.06 23:58:55.970811 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10483 | 2024.08.06 23:58:55.971685 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10484 | 2024.08.06 23:58:55.971722 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10485 | 2024.08.06 23:58:55.972076 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10486 | 2024.08.06 23:58:55.972393 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10487 | 2024.08.06 23:58:55.972551 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Debug> executeQuery: Read 851 rows, 62.81 KiB in 0.002112 sec., 402935.606060606 rows/sec., 29.04 MiB/sec. | ||
| 10488 | 2024.08.06 23:58:55.972722 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Debug> DynamicQueryHandler: Done processing query | ||
| 10489 | 2024.08.06 23:58:55.972747 [ 3 ] {620e84f1-5093-4ba4-b89a-c9cdc7805871} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 10490 | 2024.08.06 23:58:55.972764 [ 3 ] {} <Debug> HTTP-Session: a5aa5329-1fef-4ec8-97c9-ab1ecbd71617 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10491 | 2024.08.06 23:58:55.973031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10492 | 2024.08.06 23:58:55.973081 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10493 | 2024.08.06 23:58:55.973100 [ 3 ] {} <Debug> HTTP-Session: 4c2896d0-ab0e-4375-8c4d-b4f247027125 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10494 | 2024.08.06 23:58:55.973117 [ 3 ] {} <Debug> HTTP-Session: 4c2896d0-ab0e-4375-8c4d-b4f247027125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10495 | 2024.08.06 23:58:55.973132 [ 3 ] {} <Debug> HTTP-Session: 4c2896d0-ab0e-4375-8c4d-b4f247027125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10496 | 2024.08.06 23:58:55.973162 [ 3 ] {} <Trace> HTTP-Session: 4c2896d0-ab0e-4375-8c4d-b4f247027125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10497 | 2024.08.06 23:58:55.973256 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10498 | 2024.08.06 23:58:55.973300 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10499 | 2024.08.06 23:58:55.973432 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10500 | 2024.08.06 23:58:55.973703 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10501 | 2024.08.06 23:58:55.973740 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10502 | 2024.08.06 23:58:55.974107 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10503 | 2024.08.06 23:58:55.974433 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10504 | 2024.08.06 23:58:55.974587 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 190.69 KiB/sec. | ||
| 10505 | 2024.08.06 23:58:55.974752 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Debug> DynamicQueryHandler: Done processing query | ||
| 10506 | 2024.08.06 23:58:55.974777 [ 3 ] {972f4702-03dc-4317-b3ca-6f4a3be8a900} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10507 | 2024.08.06 23:58:55.974794 [ 3 ] {} <Debug> HTTP-Session: 4c2896d0-ab0e-4375-8c4d-b4f247027125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10508 | 2024.08.06 23:58:55.974931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10509 | 2024.08.06 23:58:55.974979 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10510 | 2024.08.06 23:58:55.974998 [ 3 ] {} <Debug> HTTP-Session: c9d41258-7492-4172-a760-676fdc5ed3f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10511 | 2024.08.06 23:58:55.975015 [ 3 ] {} <Debug> HTTP-Session: c9d41258-7492-4172-a760-676fdc5ed3f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10512 | 2024.08.06 23:58:55.975029 [ 3 ] {} <Debug> HTTP-Session: c9d41258-7492-4172-a760-676fdc5ed3f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10513 | 2024.08.06 23:58:55.975059 [ 3 ] {} <Trace> HTTP-Session: c9d41258-7492-4172-a760-676fdc5ed3f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10514 | 2024.08.06 23:58:55.975177 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10515 | 2024.08.06 23:58:55.975224 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10516 | 2024.08.06 23:58:55.975367 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10517 | 2024.08.06 23:58:55.975702 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10518 | 2024.08.06 23:58:55.975738 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10519 | 2024.08.06 23:58:55.976105 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 10520 | 2024.08.06 23:58:55.976452 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10521 | 2024.08.06 23:58:55.976617 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
| 10522 | 2024.08.06 23:58:55.976628 [ 95 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 10523 | 2024.08.06 23:58:55.976738 [ 95 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10524 | 2024.08.06 23:58:55.976784 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10525 | 2024.08.06 23:58:55.976870 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 10526 | 2024.08.06 23:58:55.976925 [ 3 ] {0188b4b6-dc79-4669-8918-3e197556a4ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10527 | 2024.08.06 23:58:55.976955 [ 3 ] {} <Debug> HTTP-Session: c9d41258-7492-4172-a760-676fdc5ed3f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10528 | 2024.08.06 23:58:55.976974 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 10529 | 2024.08.06 23:58:55.977156 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10530 | 2024.08.06 23:58:55.977189 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
| 10531 | 2024.08.06 23:58:55.977261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160517, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10532 | 2024.08.06 23:58:55.977337 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
| 10533 | 2024.08.06 23:58:55.977382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10534 | 2024.08.06 23:58:55.977481 [ 3 ] {} <Debug> HTTP-Session: 47e73adb-a353-4f7f-a4c5-819f553812c6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10535 | 2024.08.06 23:58:55.977600 [ 3 ] {} <Debug> HTTP-Session: 47e73adb-a353-4f7f-a4c5-819f553812c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10536 | 2024.08.06 23:58:55.977674 [ 3 ] {} <Debug> HTTP-Session: 47e73adb-a353-4f7f-a4c5-819f553812c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10537 | 2024.08.06 23:58:55.977689 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
| 10538 | 2024.08.06 23:58:55.977787 [ 3 ] {} <Trace> HTTP-Session: 47e73adb-a353-4f7f-a4c5-819f553812c6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10539 | 2024.08.06 23:58:55.978025 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
| 10540 | 2024.08.06 23:58:55.978234 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
| 10541 | 2024.08.06 23:58:55.978493 [ 190 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
| 10542 | 2024.08.06 23:58:55.978519 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10543 | 2024.08.06 23:58:55.978691 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10544 | 2024.08.06 23:58:55.979188 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10545 | 2024.08.06 23:58:55.980247 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10546 | 2024.08.06 23:58:55.980305 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10547 | 2024.08.06 23:58:55.980351 [ 198 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.003495947 sec., 572663.1439206601 rows/sec., 35.26 MiB/sec. | ||
| 10548 | 2024.08.06 23:58:55.980563 [ 198 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 10549 | 2024.08.06 23:58:55.980820 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10550 | 2024.08.06 23:58:55.981085 [ 198 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10551 | 2024.08.06 23:58:55.981185 [ 198 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 10552 | 2024.08.06 23:58:55.981280 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 10553 | 2024.08.06 23:58:55.981298 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10554 | 2024.08.06 23:58:55.981476 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Debug> executeQuery: Read 845 rows, 58.24 KiB in 0.003323 sec., 254288.29371050256 rows/sec., 17.12 MiB/sec. | ||
| 10555 | 2024.08.06 23:58:55.981659 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Debug> DynamicQueryHandler: Done processing query | ||
| 10556 | 2024.08.06 23:58:55.981684 [ 3 ] {27acfec5-a901-40f9-98f3-4da0d08b6793} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 10557 | 2024.08.06 23:58:55.981701 [ 3 ] {} <Debug> HTTP-Session: 47e73adb-a353-4f7f-a4c5-819f553812c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10558 | 2024.08.06 23:58:55.981871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10559 | 2024.08.06 23:58:55.981921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10560 | 2024.08.06 23:58:55.981940 [ 3 ] {} <Debug> HTTP-Session: 8c27f62e-395a-4000-801a-c3afad02736b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10561 | 2024.08.06 23:58:55.981958 [ 3 ] {} <Debug> HTTP-Session: 8c27f62e-395a-4000-801a-c3afad02736b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10562 | 2024.08.06 23:58:55.981971 [ 3 ] {} <Debug> HTTP-Session: 8c27f62e-395a-4000-801a-c3afad02736b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10563 | 2024.08.06 23:58:55.982002 [ 3 ] {} <Trace> HTTP-Session: 8c27f62e-395a-4000-801a-c3afad02736b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10564 | 2024.08.06 23:58:55.982237 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10565 | 2024.08.06 23:58:55.982301 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10566 | 2024.08.06 23:58:55.982696 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10567 | 2024.08.06 23:58:55.983280 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10568 | 2024.08.06 23:58:55.983317 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10569 | 2024.08.06 23:58:55.983916 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10570 | 2024.08.06 23:58:55.984330 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10571 | 2024.08.06 23:58:55.984517 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.00244 sec., 4508.196721311476 rows/sec., 8.08 MiB/sec. | ||
| 10572 | 2024.08.06 23:58:55.984738 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10573 | 2024.08.06 23:58:55.984764 [ 3 ] {610ef7e9-f83e-4536-b086-0788e1e4623f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 10574 | 2024.08.06 23:58:55.984780 [ 3 ] {} <Debug> HTTP-Session: 8c27f62e-395a-4000-801a-c3afad02736b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10575 | 2024.08.06 23:58:55.984905 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10576 | 2024.08.06 23:58:55.984953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10577 | 2024.08.06 23:58:55.984973 [ 3 ] {} <Debug> HTTP-Session: 783b101e-c1d2-4c7c-bb4c-4bfe34a861d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10578 | 2024.08.06 23:58:55.984990 [ 3 ] {} <Debug> HTTP-Session: 783b101e-c1d2-4c7c-bb4c-4bfe34a861d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10579 | 2024.08.06 23:58:55.985003 [ 3 ] {} <Debug> HTTP-Session: 783b101e-c1d2-4c7c-bb4c-4bfe34a861d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10580 | 2024.08.06 23:58:55.985034 [ 3 ] {} <Trace> HTTP-Session: 783b101e-c1d2-4c7c-bb4c-4bfe34a861d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10581 | 2024.08.06 23:58:55.985138 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10582 | 2024.08.06 23:58:55.985182 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10583 | 2024.08.06 23:58:55.985313 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10584 | 2024.08.06 23:58:55.985603 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10585 | 2024.08.06 23:58:55.985640 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10586 | 2024.08.06 23:58:55.986003 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10587 | 2024.08.06 23:58:55.986335 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10588 | 2024.08.06 23:58:55.986499 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001391 sec., 16534.86700215672 rows/sec., 894.42 KiB/sec. | ||
| 10589 | 2024.08.06 23:58:55.986664 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Debug> DynamicQueryHandler: Done processing query | ||
| 10590 | 2024.08.06 23:58:55.986689 [ 3 ] {843a72b6-f8fe-4525-916c-54a6dcd41f93} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10591 | 2024.08.06 23:58:55.986706 [ 3 ] {} <Debug> HTTP-Session: 783b101e-c1d2-4c7c-bb4c-4bfe34a861d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10592 | 2024.08.06 23:58:55.986832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10593 | 2024.08.06 23:58:55.986880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10594 | 2024.08.06 23:58:55.986899 [ 3 ] {} <Debug> HTTP-Session: 90956a93-3fb5-4fa5-9211-4ad6686c9b76 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10595 | 2024.08.06 23:58:55.986916 [ 3 ] {} <Debug> HTTP-Session: 90956a93-3fb5-4fa5-9211-4ad6686c9b76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10596 | 2024.08.06 23:58:55.986930 [ 3 ] {} <Debug> HTTP-Session: 90956a93-3fb5-4fa5-9211-4ad6686c9b76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10597 | 2024.08.06 23:58:55.986960 [ 3 ] {} <Trace> HTTP-Session: 90956a93-3fb5-4fa5-9211-4ad6686c9b76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10598 | 2024.08.06 23:58:55.987074 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10599 | 2024.08.06 23:58:55.987118 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10600 | 2024.08.06 23:58:55.987251 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10601 | 2024.08.06 23:58:55.987550 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10602 | 2024.08.06 23:58:55.987586 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10603 | 2024.08.06 23:58:55.987941 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10604 | 2024.08.06 23:58:55.988264 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10605 | 2024.08.06 23:58:55.988421 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001381 sec., 43446.77769732078 rows/sec., 2.93 MiB/sec. | ||
| 10606 | 2024.08.06 23:58:55.988588 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10607 | 2024.08.06 23:58:55.988614 [ 3 ] {e878b48e-0cc3-4a07-ac83-8d44005452e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10608 | 2024.08.06 23:58:55.988629 [ 3 ] {} <Debug> HTTP-Session: 90956a93-3fb5-4fa5-9211-4ad6686c9b76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10609 | 2024.08.06 23:59:00.045664 [ 152 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10610 | 2024.08.06 23:59:00.045726 [ 152 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10611 | 2024.08.06 23:59:01.398342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10612 | 2024.08.06 23:59:01.398456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10613 | 2024.08.06 23:59:01.398482 [ 3 ] {} <Debug> HTTP-Session: d2b026d9-3dc1-4c1a-bc14-7f1c10a1d365 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10614 | 2024.08.06 23:59:01.398508 [ 3 ] {} <Debug> HTTP-Session: d2b026d9-3dc1-4c1a-bc14-7f1c10a1d365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10615 | 2024.08.06 23:59:01.398523 [ 3 ] {} <Debug> HTTP-Session: d2b026d9-3dc1-4c1a-bc14-7f1c10a1d365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10616 | 2024.08.06 23:59:01.398573 [ 3 ] {} <Trace> HTTP-Session: d2b026d9-3dc1-4c1a-bc14-7f1c10a1d365 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10617 | 2024.08.06 23:59:01.398766 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10618 | 2024.08.06 23:59:01.398833 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10619 | 2024.08.06 23:59:01.399027 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10620 | 2024.08.06 23:59:01.399463 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2024.08.06 23:59:01.399506 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10622 | 2024.08.06 23:59:01.399871 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10623 | 2024.08.06 23:59:01.400206 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2024.08.06 23:59:01.400372 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001665 sec., 13213.213213213214 rows/sec., 1.05 MiB/sec. | ||
| 10625 | 2024.08.06 23:59:01.400564 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10626 | 2024.08.06 23:59:01.400591 [ 3 ] {2ce69642-e702-4b16-997e-4f37e65b5d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10627 | 2024.08.06 23:59:01.400607 [ 3 ] {} <Debug> HTTP-Session: d2b026d9-3dc1-4c1a-bc14-7f1c10a1d365 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10628 | 2024.08.06 23:59:01.400755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10629 | 2024.08.06 23:59:01.400802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10630 | 2024.08.06 23:59:01.400823 [ 3 ] {} <Debug> HTTP-Session: 783663f1-761c-407b-9583-aca55bd3e92c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10631 | 2024.08.06 23:59:01.400839 [ 3 ] {} <Debug> HTTP-Session: 783663f1-761c-407b-9583-aca55bd3e92c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10632 | 2024.08.06 23:59:01.400854 [ 3 ] {} <Debug> HTTP-Session: 783663f1-761c-407b-9583-aca55bd3e92c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10633 | 2024.08.06 23:59:01.400886 [ 3 ] {} <Trace> HTTP-Session: 783663f1-761c-407b-9583-aca55bd3e92c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10634 | 2024.08.06 23:59:01.401027 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10635 | 2024.08.06 23:59:01.401070 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10636 | 2024.08.06 23:59:01.401195 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10637 | 2024.08.06 23:59:01.401588 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10638 | 2024.08.06 23:59:01.401625 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10639 | 2024.08.06 23:59:01.401943 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10640 | 2024.08.06 23:59:01.402249 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10641 | 2024.08.06 23:59:01.402409 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001429 sec., 85374.38768369489 rows/sec., 7.07 MiB/sec. | ||
| 10642 | 2024.08.06 23:59:01.402577 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Debug> DynamicQueryHandler: Done processing query | ||
| 10643 | 2024.08.06 23:59:01.402602 [ 3 ] {9d25a79e-b710-4534-bc83-49d5df8626e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10644 | 2024.08.06 23:59:01.402618 [ 3 ] {} <Debug> HTTP-Session: 783663f1-761c-407b-9583-aca55bd3e92c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10645 | 2024.08.06 23:59:01.402793 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10646 | 2024.08.06 23:59:01.402842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10647 | 2024.08.06 23:59:01.402862 [ 3 ] {} <Debug> HTTP-Session: 821e4239-d908-4455-9eee-425289608673 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10648 | 2024.08.06 23:59:01.402879 [ 3 ] {} <Debug> HTTP-Session: 821e4239-d908-4455-9eee-425289608673 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10649 | 2024.08.06 23:59:01.402893 [ 3 ] {} <Debug> HTTP-Session: 821e4239-d908-4455-9eee-425289608673 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10650 | 2024.08.06 23:59:01.402923 [ 3 ] {} <Trace> HTTP-Session: 821e4239-d908-4455-9eee-425289608673 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10651 | 2024.08.06 23:59:01.403039 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10652 | 2024.08.06 23:59:01.403082 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10653 | 2024.08.06 23:59:01.403210 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10654 | 2024.08.06 23:59:01.403541 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10655 | 2024.08.06 23:59:01.403578 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10656 | 2024.08.06 23:59:01.403893 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10657 | 2024.08.06 23:59:01.404193 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10658 | 2024.08.06 23:59:01.404359 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001351 sec., 63656.55070318283 rows/sec., 4.97 MiB/sec. | ||
| 10659 | 2024.08.06 23:59:01.404556 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Debug> DynamicQueryHandler: Done processing query | ||
| 10660 | 2024.08.06 23:59:01.404593 [ 3 ] {f39aff4b-78d2-48cb-a3d7-dee029da6161} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 10661 | 2024.08.06 23:59:01.404619 [ 3 ] {} <Debug> HTTP-Session: 821e4239-d908-4455-9eee-425289608673 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10662 | 2024.08.06 23:59:01.404809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10663 | 2024.08.06 23:59:01.404861 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10664 | 2024.08.06 23:59:01.404881 [ 3 ] {} <Debug> HTTP-Session: fb8f6080-4015-4bd5-b0e1-ab6ef9604dec Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10665 | 2024.08.06 23:59:01.404898 [ 3 ] {} <Debug> HTTP-Session: fb8f6080-4015-4bd5-b0e1-ab6ef9604dec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10666 | 2024.08.06 23:59:01.404912 [ 3 ] {} <Debug> HTTP-Session: fb8f6080-4015-4bd5-b0e1-ab6ef9604dec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10667 | 2024.08.06 23:59:01.404944 [ 3 ] {} <Trace> HTTP-Session: fb8f6080-4015-4bd5-b0e1-ab6ef9604dec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10668 | 2024.08.06 23:59:01.405090 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10669 | 2024.08.06 23:59:01.405138 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10670 | 2024.08.06 23:59:01.405287 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10671 | 2024.08.06 23:59:01.405685 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10672 | 2024.08.06 23:59:01.405722 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10673 | 2024.08.06 23:59:01.406120 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10674 | 2024.08.06 23:59:01.406457 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.08.06 23:59:01.406614 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. | ||
| 10676 | 2024.08.06 23:59:01.406785 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Debug> DynamicQueryHandler: Done processing query | ||
| 10677 | 2024.08.06 23:59:01.406810 [ 3 ] {c112db67-ba36-4952-9c1b-498fdb057f25} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10678 | 2024.08.06 23:59:01.406826 [ 3 ] {} <Debug> HTTP-Session: fb8f6080-4015-4bd5-b0e1-ab6ef9604dec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10679 | 2024.08.06 23:59:01.407002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35501, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10680 | 2024.08.06 23:59:01.407051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10681 | 2024.08.06 23:59:01.407070 [ 3 ] {} <Debug> HTTP-Session: 7a02bf22-0874-4c1c-a56a-8dc0d6440829 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10682 | 2024.08.06 23:59:01.407087 [ 3 ] {} <Debug> HTTP-Session: 7a02bf22-0874-4c1c-a56a-8dc0d6440829 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10683 | 2024.08.06 23:59:01.407101 [ 3 ] {} <Debug> HTTP-Session: 7a02bf22-0874-4c1c-a56a-8dc0d6440829 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10684 | 2024.08.06 23:59:01.407132 [ 3 ] {} <Trace> HTTP-Session: 7a02bf22-0874-4c1c-a56a-8dc0d6440829 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10685 | 2024.08.06 23:59:01.407392 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10686 | 2024.08.06 23:59:01.407455 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10687 | 2024.08.06 23:59:01.407874 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10688 | 2024.08.06 23:59:01.408470 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10689 | 2024.08.06 23:59:01.408506 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10690 | 2024.08.06 23:59:01.409114 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 10691 | 2024.08.06 23:59:01.409532 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10692 | 2024.08.06 23:59:01.409721 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002502 sec., 8792.965627498003 rows/sec., 15.76 MiB/sec. | ||
| 10693 | 2024.08.06 23:59:01.409929 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Debug> DynamicQueryHandler: Done processing query | ||
| 10694 | 2024.08.06 23:59:01.409954 [ 3 ] {e74a3056-3210-442f-b833-e66915ff2069} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 10695 | 2024.08.06 23:59:01.409970 [ 3 ] {} <Debug> HTTP-Session: 7a02bf22-0874-4c1c-a56a-8dc0d6440829 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10696 | 2024.08.06 23:59:01.410092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10697 | 2024.08.06 23:59:01.410139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10698 | 2024.08.06 23:59:01.410158 [ 3 ] {} <Debug> HTTP-Session: 7a04720a-30aa-4b85-9d2e-adeb077d8418 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10699 | 2024.08.06 23:59:01.410175 [ 3 ] {} <Debug> HTTP-Session: 7a04720a-30aa-4b85-9d2e-adeb077d8418 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10700 | 2024.08.06 23:59:01.410189 [ 3 ] {} <Debug> HTTP-Session: 7a04720a-30aa-4b85-9d2e-adeb077d8418 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10701 | 2024.08.06 23:59:01.410221 [ 3 ] {} <Trace> HTTP-Session: 7a04720a-30aa-4b85-9d2e-adeb077d8418 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10702 | 2024.08.06 23:59:01.410330 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10703 | 2024.08.06 23:59:01.410377 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10704 | 2024.08.06 23:59:01.410503 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10705 | 2024.08.06 23:59:01.410802 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10706 | 2024.08.06 23:59:01.410838 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
| 10707 | 2024.08.06 23:59:01.411211 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10708 | 2024.08.06 23:59:01.411532 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10709 | 2024.08.06 23:59:01.411691 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001386 sec., 43290.043290043286 rows/sec., 2.92 MiB/sec. | ||
| 10710 | 2024.08.06 23:59:01.411965 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Debug> DynamicQueryHandler: Done processing query | ||
| 10711 | 2024.08.06 23:59:01.412018 [ 3 ] {ae9dce6e-da80-4969-a15a-b971c54a108a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10712 | 2024.08.06 23:59:01.412081 [ 3 ] {} <Debug> HTTP-Session: 7a04720a-30aa-4b85-9d2e-adeb077d8418 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10713 | 2024.08.06 23:59:06.402893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10714 | 2024.08.06 23:59:06.403121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10715 | 2024.08.06 23:59:06.403167 [ 3 ] {} <Debug> HTTP-Session: 81ba6131-064a-45d0-9b32-392bd7878260 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10716 | 2024.08.06 23:59:06.403209 [ 3 ] {} <Debug> HTTP-Session: 81ba6131-064a-45d0-9b32-392bd7878260 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10717 | 2024.08.06 23:59:06.403237 [ 3 ] {} <Debug> HTTP-Session: 81ba6131-064a-45d0-9b32-392bd7878260 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10718 | 2024.08.06 23:59:06.403318 [ 3 ] {} <Trace> HTTP-Session: 81ba6131-064a-45d0-9b32-392bd7878260 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10719 | 2024.08.06 23:59:06.403615 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10720 | 2024.08.06 23:59:06.403724 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10721 | 2024.08.06 23:59:06.404030 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10722 | 2024.08.06 23:59:06.404450 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10723 | 2024.08.06 23:59:06.404493 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10724 | 2024.08.06 23:59:06.404863 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10725 | 2024.08.06 23:59:06.405204 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10726 | 2024.08.06 23:59:06.405373 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001851 sec., 9184.224743381956 rows/sec., 665.29 KiB/sec. | ||
| 10727 | 2024.08.06 23:59:06.405569 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10728 | 2024.08.06 23:59:06.405596 [ 3 ] {76f2686d-f90d-4ab2-ae0f-6ad92ef26e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10729 | 2024.08.06 23:59:06.405613 [ 3 ] {} <Debug> HTTP-Session: 81ba6131-064a-45d0-9b32-392bd7878260 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10730 | 2024.08.06 23:59:06.405771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10731 | 2024.08.06 23:59:06.405820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10732 | 2024.08.06 23:59:06.405839 [ 3 ] {} <Debug> HTTP-Session: a3a2eb77-1cf9-4c8b-9fb3-7870c1870089 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10733 | 2024.08.06 23:59:06.405856 [ 3 ] {} <Debug> HTTP-Session: a3a2eb77-1cf9-4c8b-9fb3-7870c1870089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10734 | 2024.08.06 23:59:06.405870 [ 3 ] {} <Debug> HTTP-Session: a3a2eb77-1cf9-4c8b-9fb3-7870c1870089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10735 | 2024.08.06 23:59:06.405901 [ 3 ] {} <Trace> HTTP-Session: a3a2eb77-1cf9-4c8b-9fb3-7870c1870089 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10736 | 2024.08.06 23:59:06.405997 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 10737 | 2024.08.06 23:59:06.406043 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10738 | 2024.08.06 23:59:06.406170 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10739 | 2024.08.06 23:59:06.406464 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10740 | 2024.08.06 23:59:06.406501 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10741 | 2024.08.06 23:59:06.406806 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10742 | 2024.08.06 23:59:06.407114 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10743 | 2024.08.06 23:59:06.407271 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001287 sec., 1554.001554001554 rows/sec., 126.72 KiB/sec. | ||
| 10744 | 2024.08.06 23:59:06.407445 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Debug> DynamicQueryHandler: Done processing query | ||
| 10745 | 2024.08.06 23:59:06.407470 [ 3 ] {2badcd12-10cd-4a88-8e18-973252717ac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10746 | 2024.08.06 23:59:06.407486 [ 3 ] {} <Debug> HTTP-Session: a3a2eb77-1cf9-4c8b-9fb3-7870c1870089 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10747 | 2024.08.06 23:59:06.407650 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29485, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10748 | 2024.08.06 23:59:06.407699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10749 | 2024.08.06 23:59:06.407719 [ 3 ] {} <Debug> HTTP-Session: 4ab2a657-b3a8-4e49-bdd0-a5ca94749794 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10750 | 2024.08.06 23:59:06.407736 [ 3 ] {} <Debug> HTTP-Session: 4ab2a657-b3a8-4e49-bdd0-a5ca94749794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10751 | 2024.08.06 23:59:06.407750 [ 3 ] {} <Debug> HTTP-Session: 4ab2a657-b3a8-4e49-bdd0-a5ca94749794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10752 | 2024.08.06 23:59:06.407781 [ 3 ] {} <Trace> HTTP-Session: 4ab2a657-b3a8-4e49-bdd0-a5ca94749794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10753 | 2024.08.06 23:59:06.407929 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10754 | 2024.08.06 23:59:06.407971 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10755 | 2024.08.06 23:59:06.408098 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10756 | 2024.08.06 23:59:06.408573 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10757 | 2024.08.06 23:59:06.408608 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10758 | 2024.08.06 23:59:06.408921 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10759 | 2024.08.06 23:59:06.409207 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10760 | 2024.08.06 23:59:06.409420 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Debug> executeQuery: Read 195 rows, 17.62 KiB in 0.001558 sec., 125160.4621309371 rows/sec., 11.04 MiB/sec. | ||
| 10761 | 2024.08.06 23:59:06.409436 [ 151 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10762 | 2024.08.06 23:59:06.409560 [ 151 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10763 | 2024.08.06 23:59:06.409607 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10764 | 2024.08.06 23:59:06.409697 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10765 | 2024.08.06 23:59:06.409761 [ 3 ] {b4515054-63a8-444e-9fdc-07d928ccb35f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 10766 | 2024.08.06 23:59:06.409810 [ 3 ] {} <Debug> HTTP-Session: 4ab2a657-b3a8-4e49-bdd0-a5ca94749794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10767 | 2024.08.06 23:59:06.409850 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::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 | ||
| 10768 | 2024.08.06 23:59:06.409990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 331, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10769 | 2024.08.06 23:59:06.410092 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10770 | 2024.08.06 23:59:06.410156 [ 3 ] {} <Debug> HTTP-Session: 9c2757cb-b86c-43b1-bfcc-d6923bdb7ca2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10771 | 2024.08.06 23:59:06.410158 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10772 | 2024.08.06 23:59:06.410183 [ 3 ] {} <Debug> HTTP-Session: 9c2757cb-b86c-43b1-bfcc-d6923bdb7ca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10773 | 2024.08.06 23:59:06.410217 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1408 rows starting from the beginning of the part | ||
| 10774 | 2024.08.06 23:59:06.410248 [ 3 ] {} <Debug> HTTP-Session: 9c2757cb-b86c-43b1-bfcc-d6923bdb7ca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10775 | 2024.08.06 23:59:06.410337 [ 3 ] {} <Trace> HTTP-Session: 9c2757cb-b86c-43b1-bfcc-d6923bdb7ca2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10776 | 2024.08.06 23:59:06.410477 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 194 rows starting from the beginning of the part | ||
| 10777 | 2024.08.06 23:59:06.410667 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 10778 | 2024.08.06 23:59:06.410832 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10779 | 2024.08.06 23:59:06.410856 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part | ||
| 10780 | 2024.08.06 23:59:06.411211 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1335 rows starting from the beginning of the part | ||
| 10781 | 2024.08.06 23:59:06.411561 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 122 rows starting from the beginning of the part | ||
| 10782 | 2024.08.06 23:59:06.411832 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10783 | 2024.08.06 23:59:06.411850 [ 189 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 195 rows starting from the beginning of the part | ||
| 10784 | 2024.08.06 23:59:06.412663 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10785 | 2024.08.06 23:59:06.412721 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10786 | 2024.08.06 23:59:06.413438 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 10787 | 2024.08.06 23:59:06.414236 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10788 | 2024.08.06 23:59:06.414437 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003889 sec., 514.2710208279764 rows/sec., 35.91 KiB/sec. | ||
| 10789 | 2024.08.06 23:59:06.414657 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Debug> DynamicQueryHandler: Done processing query | ||
| 10790 | 2024.08.06 23:59:06.414691 [ 3 ] {e43a9277-4ce3-4fac-9f82-96539bf316e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 10791 | 2024.08.06 23:59:06.414707 [ 3 ] {} <Debug> HTTP-Session: 9c2757cb-b86c-43b1-bfcc-d6923bdb7ca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10792 | 2024.08.06 23:59:06.414979 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63782, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10793 | 2024.08.06 23:59:06.415044 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3376 rows, containing 4 columns (4 merged, 0 gathered) in 0.005348538 sec., 631200.5261998699 rows/sec., 53.07 MiB/sec. | ||
| 10794 | 2024.08.06 23:59:06.415047 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10795 | 2024.08.06 23:59:06.415098 [ 3 ] {} <Debug> HTTP-Session: edc3fdf7-57c2-431a-9a6d-26010a1265e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10796 | 2024.08.06 23:59:06.415117 [ 3 ] {} <Debug> HTTP-Session: edc3fdf7-57c2-431a-9a6d-26010a1265e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10797 | 2024.08.06 23:59:06.415131 [ 3 ] {} <Debug> HTTP-Session: edc3fdf7-57c2-431a-9a6d-26010a1265e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10798 | 2024.08.06 23:59:06.415168 [ 3 ] {} <Trace> HTTP-Session: edc3fdf7-57c2-431a-9a6d-26010a1265e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10799 | 2024.08.06 23:59:06.415303 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10800 | 2024.08.06 23:59:06.415473 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 10801 | 2024.08.06 23:59:06.415547 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10802 | 2024.08.06 23:59:06.415773 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10803 | 2024.08.06 23:59:06.415893 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10804 | 2024.08.06 23:59:06.416042 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_56_11} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10805 | 2024.08.06 23:59:06.416141 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 10806 | 2024.08.06 23:59:06.416408 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10807 | 2024.08.06 23:59:06.416451 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10808 | 2024.08.06 23:59:06.416802 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10809 | 2024.08.06 23:59:06.417116 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10810 | 2024.08.06 23:59:06.417271 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Debug> executeQuery: Read 395 rows, 28.52 KiB in 0.001994 sec., 198094.2828485456 rows/sec., 13.97 MiB/sec. | ||
| 10811 | 2024.08.06 23:59:06.417282 [ 147 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10812 | 2024.08.06 23:59:06.417370 [ 147 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10813 | 2024.08.06 23:59:06.417430 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10814 | 2024.08.06 23:59:06.417561 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Debug> DynamicQueryHandler: Done processing query | ||
| 10815 | 2024.08.06 23:59:06.417597 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::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 | ||
| 10816 | 2024.08.06 23:59:06.417611 [ 3 ] {3c16e73e-b188-4975-abff-e204dd69296e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 10817 | 2024.08.06 23:59:06.417663 [ 3 ] {} <Debug> HTTP-Session: edc3fdf7-57c2-431a-9a6d-26010a1265e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10818 | 2024.08.06 23:59:06.417776 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10819 | 2024.08.06 23:59:06.417809 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 905 rows starting from the beginning of the part | ||
| 10820 | 2024.08.06 23:59:06.417912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10821 | 2024.08.06 23:59:06.417999 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 393 rows starting from the beginning of the part | ||
| 10822 | 2024.08.06 23:59:06.418073 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10823 | 2024.08.06 23:59:06.418175 [ 3 ] {} <Debug> HTTP-Session: 783130f7-b1f1-4a26-a012-5db5a0418c33 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10824 | 2024.08.06 23:59:06.418251 [ 3 ] {} <Debug> HTTP-Session: 783130f7-b1f1-4a26-a012-5db5a0418c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10825 | 2024.08.06 23:59:06.418310 [ 3 ] {} <Debug> HTTP-Session: 783130f7-b1f1-4a26-a012-5db5a0418c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10826 | 2024.08.06 23:59:06.418322 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 86 rows starting from the beginning of the part | ||
| 10827 | 2024.08.06 23:59:06.418416 [ 3 ] {} <Trace> HTTP-Session: 783130f7-b1f1-4a26-a012-5db5a0418c33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10828 | 2024.08.06 23:59:06.418546 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 851 rows starting from the beginning of the part | ||
| 10829 | 2024.08.06 23:59:06.418748 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 10830 | 2024.08.06 23:59:06.418804 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 86 rows starting from the beginning of the part | ||
| 10831 | 2024.08.06 23:59:06.418900 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10832 | 2024.08.06 23:59:06.419110 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 395 rows starting from the beginning of the part | ||
| 10833 | 2024.08.06 23:59:06.419798 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10834 | 2024.08.06 23:59:06.420403 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10835 | 2024.08.06 23:59:06.420466 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10836 | 2024.08.06 23:59:06.421464 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10837 | 2024.08.06 23:59:06.422045 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10838 | 2024.08.06 23:59:06.422229 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2716 rows, containing 4 columns (4 merged, 0 gathered) in 0.004714965 sec., 576038.2102518259 rows/sec., 41.55 MiB/sec. | ||
| 10839 | 2024.08.06 23:59:06.422383 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003768 sec., 1592.3566878980891 rows/sec., 68.42 KiB/sec. | ||
| 10840 | 2024.08.06 23:59:06.422532 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10841 | 2024.08.06 23:59:06.422706 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Debug> DynamicQueryHandler: Done processing query | ||
| 10842 | 2024.08.06 23:59:06.422765 [ 3 ] {52befe77-a9df-4f91-82f4-31e8f1c9b3d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10843 | 2024.08.06 23:59:06.422821 [ 3 ] {} <Debug> HTTP-Session: 783130f7-b1f1-4a26-a012-5db5a0418c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10844 | 2024.08.06 23:59:06.423041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10845 | 2024.08.06 23:59:06.423119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10846 | 2024.08.06 23:59:06.423150 [ 3 ] {} <Debug> HTTP-Session: 1ed809c9-0d1f-491f-b205-1db8ce4c6430 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10847 | 2024.08.06 23:59:06.423196 [ 3 ] {} <Debug> HTTP-Session: 1ed809c9-0d1f-491f-b205-1db8ce4c6430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10848 | 2024.08.06 23:59:06.423231 [ 3 ] {} <Debug> HTTP-Session: 1ed809c9-0d1f-491f-b205-1db8ce4c6430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10849 | 2024.08.06 23:59:06.423228 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10850 | 2024.08.06 23:59:06.423292 [ 3 ] {} <Trace> HTTP-Session: 1ed809c9-0d1f-491f-b205-1db8ce4c6430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10851 | 2024.08.06 23:59:06.423392 [ 189 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_56_11} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10852 | 2024.08.06 23:59:06.423522 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 10853 | 2024.08.06 23:59:06.423568 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 10854 | 2024.08.06 23:59:06.423622 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 10855 | 2024.08.06 23:59:06.423793 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10856 | 2024.08.06 23:59:06.424139 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10857 | 2024.08.06 23:59:06.424176 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10858 | 2024.08.06 23:59:06.424549 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 10859 | 2024.08.06 23:59:06.424895 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10860 | 2024.08.06 23:59:06.425065 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001616 sec., 47648.514851485146 rows/sec., 2.93 MiB/sec. | ||
| 10861 | 2024.08.06 23:59:06.425245 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Debug> DynamicQueryHandler: Done processing query | ||
| 10862 | 2024.08.06 23:59:06.425270 [ 3 ] {ed2dc9a8-7055-4dc5-b89d-4649a436e095} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 10863 | 2024.08.06 23:59:06.425286 [ 3 ] {} <Debug> HTTP-Session: 1ed809c9-0d1f-491f-b205-1db8ce4c6430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10864 | 2024.08.06 23:59:06.425474 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10865 | 2024.08.06 23:59:06.425523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10866 | 2024.08.06 23:59:06.425543 [ 3 ] {} <Debug> HTTP-Session: 71a4ebfc-599a-43b3-b441-b5947f461be9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10867 | 2024.08.06 23:59:06.425559 [ 3 ] {} <Debug> HTTP-Session: 71a4ebfc-599a-43b3-b441-b5947f461be9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10868 | 2024.08.06 23:59:06.425572 [ 3 ] {} <Debug> HTTP-Session: 71a4ebfc-599a-43b3-b441-b5947f461be9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10869 | 2024.08.06 23:59:06.425605 [ 3 ] {} <Trace> HTTP-Session: 71a4ebfc-599a-43b3-b441-b5947f461be9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10870 | 2024.08.06 23:59:06.425786 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 10871 | 2024.08.06 23:59:06.425831 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10872 | 2024.08.06 23:59:06.425975 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10873 | 2024.08.06 23:59:06.426367 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10874 | 2024.08.06 23:59:06.426404 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10875 | 2024.08.06 23:59:06.426781 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10876 | 2024.08.06 23:59:06.427125 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10877 | 2024.08.06 23:59:06.427282 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00159 sec., 101257.86163522012 rows/sec., 7.05 MiB/sec. | ||
| 10878 | 2024.08.06 23:59:06.427305 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10879 | 2024.08.06 23:59:06.427425 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10880 | 2024.08.06 23:59:06.427488 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10881 | 2024.08.06 23:59:06.427582 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Debug> DynamicQueryHandler: Done processing query | ||
| 10882 | 2024.08.06 23:59:06.427657 [ 3 ] {7950a485-f3fe-4ef8-a731-a9247cba0bc4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 10883 | 2024.08.06 23:59:06.427717 [ 3 ] {} <Debug> HTTP-Session: 71a4ebfc-599a-43b3-b441-b5947f461be9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10884 | 2024.08.06 23:59:06.427839 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 10885 | 2024.08.06 23:59:06.428061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10886 | 2024.08.06 23:59:06.428136 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10887 | 2024.08.06 23:59:06.428154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10888 | 2024.08.06 23:59:06.428210 [ 3 ] {} <Debug> HTTP-Session: a0b04d9d-9fd4-405c-97b5-71aad832a8ef Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10889 | 2024.08.06 23:59:06.428215 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 13734 rows starting from the beginning of the part | ||
| 10890 | 2024.08.06 23:59:06.428235 [ 3 ] {} <Debug> HTTP-Session: a0b04d9d-9fd4-405c-97b5-71aad832a8ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10891 | 2024.08.06 23:59:06.428277 [ 3 ] {} <Debug> HTTP-Session: a0b04d9d-9fd4-405c-97b5-71aad832a8ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10892 | 2024.08.06 23:59:06.428374 [ 3 ] {} <Trace> HTTP-Session: a0b04d9d-9fd4-405c-97b5-71aad832a8ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10893 | 2024.08.06 23:59:06.428504 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::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 | ||
| 10894 | 2024.08.06 23:59:06.428684 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
| 10895 | 2024.08.06 23:59:06.429015 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 10896 | 2024.08.06 23:59:06.429030 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 845 rows starting from the beginning of the part | ||
| 10897 | 2024.08.06 23:59:06.429338 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 10898 | 2024.08.06 23:59:06.429371 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
| 10899 | 2024.08.06 23:59:06.429731 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 161 rows starting from the beginning of the part | ||
| 10900 | 2024.08.06 23:59:06.431509 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10901 | 2024.08.06 23:59:06.432319 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10902 | 2024.08.06 23:59:06.432379 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10903 | 2024.08.06 23:59:06.434263 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 10904 | 2024.08.06 23:59:06.434711 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10905 | 2024.08.06 23:59:06.435327 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.006743 sec., 1631.3213703099511 rows/sec., 2.92 MiB/sec. | ||
| 10906 | 2024.08.06 23:59:06.436099 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Debug> DynamicQueryHandler: Done processing query | ||
| 10907 | 2024.08.06 23:59:06.436128 [ 3 ] {f9babb1a-2ced-4c43-9480-a8390869eb6f} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 10908 | 2024.08.06 23:59:06.436159 [ 3 ] {} <Debug> HTTP-Session: a0b04d9d-9fd4-405c-97b5-71aad832a8ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10909 | 2024.08.06 23:59:06.436304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10910 | 2024.08.06 23:59:06.436355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10911 | 2024.08.06 23:59:06.436375 [ 3 ] {} <Debug> HTTP-Session: 1dd4f448-b37d-47a8-a096-e9c9945d1cae Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10912 | 2024.08.06 23:59:06.436394 [ 3 ] {} <Debug> HTTP-Session: 1dd4f448-b37d-47a8-a096-e9c9945d1cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10913 | 2024.08.06 23:59:06.436408 [ 3 ] {} <Debug> HTTP-Session: 1dd4f448-b37d-47a8-a096-e9c9945d1cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10914 | 2024.08.06 23:59:06.436456 [ 3 ] {} <Trace> HTTP-Session: 1dd4f448-b37d-47a8-a096-e9c9945d1cae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10915 | 2024.08.06 23:59:06.436577 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10916 | 2024.08.06 23:59:06.436623 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 10917 | 2024.08.06 23:59:06.436892 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10918 | 2024.08.06 23:59:06.437301 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15220 rows, containing 5 columns (5 merged, 0 gathered) in 0.009680124 sec., 1572293.908631749 rows/sec., 107.39 MiB/sec. | ||
| 10919 | 2024.08.06 23:59:06.437458 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10920 | 2024.08.06 23:59:06.437501 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10921 | 2024.08.06 23:59:06.437748 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10922 | 2024.08.06 23:59:06.438139 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 10923 | 2024.08.06 23:59:06.438718 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10924 | 2024.08.06 23:59:06.438916 [ 187 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10925 | 2024.08.06 23:59:06.438925 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10926 | 2024.08.06 23:59:06.439086 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.84 MiB. | ||
| 10927 | 2024.08.06 23:59:06.439224 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002678 sec., 8588.498879761017 rows/sec., 464.58 KiB/sec. | ||
| 10928 | 2024.08.06 23:59:06.439425 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Debug> DynamicQueryHandler: Done processing query | ||
| 10929 | 2024.08.06 23:59:06.439451 [ 3 ] {1e391a04-548b-4871-b0b9-19ce39982493} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 10930 | 2024.08.06 23:59:06.439467 [ 3 ] {} <Debug> HTTP-Session: 1dd4f448-b37d-47a8-a096-e9c9945d1cae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10931 | 2024.08.06 23:59:06.439604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10932 | 2024.08.06 23:59:06.439653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10933 | 2024.08.06 23:59:06.439672 [ 3 ] {} <Debug> HTTP-Session: 09c19ad2-c593-4a43-9086-d5e93e94295a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10934 | 2024.08.06 23:59:06.439689 [ 3 ] {} <Debug> HTTP-Session: 09c19ad2-c593-4a43-9086-d5e93e94295a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10935 | 2024.08.06 23:59:06.439703 [ 3 ] {} <Debug> HTTP-Session: 09c19ad2-c593-4a43-9086-d5e93e94295a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10936 | 2024.08.06 23:59:06.439733 [ 3 ] {} <Trace> HTTP-Session: 09c19ad2-c593-4a43-9086-d5e93e94295a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10937 | 2024.08.06 23:59:06.439862 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 10938 | 2024.08.06 23:59:06.439907 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10939 | 2024.08.06 23:59:06.440046 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10940 | 2024.08.06 23:59:06.440379 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10941 | 2024.08.06 23:59:06.440416 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10942 | 2024.08.06 23:59:06.440787 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10943 | 2024.08.06 23:59:06.441123 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10944 | 2024.08.06 23:59:06.441282 [ 147 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10945 | 2024.08.06 23:59:06.441290 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00147 sec., 40816.32653061225 rows/sec., 2.75 MiB/sec. | ||
| 10946 | 2024.08.06 23:59:06.441343 [ 147 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10947 | 2024.08.06 23:59:06.441409 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10948 | 2024.08.06 23:59:06.441604 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Debug> DynamicQueryHandler: Done processing query | ||
| 10949 | 2024.08.06 23:59:06.441618 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10950 | 2024.08.06 23:59:06.441639 [ 3 ] {a01ffbe1-0678-45de-a205-63e66fdadd1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10951 | 2024.08.06 23:59:06.441700 [ 3 ] {} <Debug> HTTP-Session: 09c19ad2-c593-4a43-9086-d5e93e94295a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10952 | 2024.08.06 23:59:06.441853 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10953 | 2024.08.06 23:59:06.441897 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2764 rows starting from the beginning of the part | ||
| 10954 | 2024.08.06 23:59:06.441986 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10955 | 2024.08.06 23:59:06.442152 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
| 10956 | 2024.08.06 23:59:06.442271 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10957 | 2024.08.06 23:59:06.442401 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
| 10958 | 2024.08.06 23:59:06.442544 [ 192 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::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 | ||
| 10959 | 2024.08.06 23:59:06.444138 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3064 rows, containing 4 columns (4 merged, 0 gathered) in 0.002623318 sec., 1167986.4964903225 rows/sec., 78.63 MiB/sec. | ||
| 10960 | 2024.08.06 23:59:06.444398 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10961 | 2024.08.06 23:59:06.444802 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10962 | 2024.08.06 23:59:06.444882 [ 191 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_56_11} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10963 | 2024.08.06 23:59:06.444966 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 10964 | 2024.08.06 23:59:11.401601 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10965 | 2024.08.06 23:59:11.401784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10966 | 2024.08.06 23:59:11.401821 [ 3 ] {} <Debug> HTTP-Session: 9de7891a-3b72-4690-8f0c-5bedd12df350 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10967 | 2024.08.06 23:59:11.401856 [ 3 ] {} <Debug> HTTP-Session: 9de7891a-3b72-4690-8f0c-5bedd12df350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10968 | 2024.08.06 23:59:11.401877 [ 3 ] {} <Debug> HTTP-Session: 9de7891a-3b72-4690-8f0c-5bedd12df350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10969 | 2024.08.06 23:59:11.401947 [ 3 ] {} <Trace> HTTP-Session: 9de7891a-3b72-4690-8f0c-5bedd12df350 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10970 | 2024.08.06 23:59:11.402218 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 10971 | 2024.08.06 23:59:11.402318 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 10972 | 2024.08.06 23:59:11.402587 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10973 | 2024.08.06 23:59:11.403193 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10974 | 2024.08.06 23:59:11.403252 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10975 | 2024.08.06 23:59:11.403783 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10976 | 2024.08.06 23:59:11.404278 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10977 | 2024.08.06 23:59:11.404482 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.002342 sec., 9393.680614859095 rows/sec., 761.40 KiB/sec. | ||
| 10978 | 2024.08.06 23:59:11.404871 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Debug> DynamicQueryHandler: Done processing query | ||
| 10979 | 2024.08.06 23:59:11.404944 [ 3 ] {1f2481ea-5dba-4553-bbe1-104dd6f07b53} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 10980 | 2024.08.06 23:59:11.404997 [ 3 ] {} <Debug> HTTP-Session: 9de7891a-3b72-4690-8f0c-5bedd12df350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10981 | 2024.08.06 23:59:11.405277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10982 | 2024.08.06 23:59:11.405357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 10983 | 2024.08.06 23:59:11.405385 [ 3 ] {} <Debug> HTTP-Session: 43d5bb86-0c8a-4ac3-98d3-9df40ff3b1e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 10984 | 2024.08.06 23:59:11.405408 [ 3 ] {} <Debug> HTTP-Session: 43d5bb86-0c8a-4ac3-98d3-9df40ff3b1e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10985 | 2024.08.06 23:59:11.405428 [ 3 ] {} <Debug> HTTP-Session: 43d5bb86-0c8a-4ac3-98d3-9df40ff3b1e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10986 | 2024.08.06 23:59:11.405468 [ 3 ] {} <Trace> HTTP-Session: 43d5bb86-0c8a-4ac3-98d3-9df40ff3b1e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10987 | 2024.08.06 23:59:11.405664 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 10988 | 2024.08.06 23:59:11.405730 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10989 | 2024.08.06 23:59:11.405935 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 10990 | 2024.08.06 23:59:11.406470 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10991 | 2024.08.06 23:59:11.406524 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 10992 | 2024.08.06 23:59:11.407008 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 10993 | 2024.08.06 23:59:11.407510 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10994 | 2024.08.06 23:59:11.407682 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.002101 sec., 58067.586863398385 rows/sec., 4.81 MiB/sec. | ||
| 10995 | 2024.08.06 23:59:11.407905 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Debug> DynamicQueryHandler: Done processing query | ||
| 10996 | 2024.08.06 23:59:11.407937 [ 3 ] {0cf98a4d-c68b-41bc-81e0-e5e1ae83a3ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 10997 | 2024.08.06 23:59:11.407959 [ 3 ] {} <Debug> HTTP-Session: 43d5bb86-0c8a-4ac3-98d3-9df40ff3b1e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 10998 | 2024.08.06 23:59:11.408156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 10999 | 2024.08.06 23:59:11.408220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11000 | 2024.08.06 23:59:11.408248 [ 3 ] {} <Debug> HTTP-Session: c0156b96-287b-42dd-8f44-4f857b0c40db Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11001 | 2024.08.06 23:59:11.408273 [ 3 ] {} <Debug> HTTP-Session: c0156b96-287b-42dd-8f44-4f857b0c40db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11002 | 2024.08.06 23:59:11.408291 [ 3 ] {} <Debug> HTTP-Session: c0156b96-287b-42dd-8f44-4f857b0c40db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11003 | 2024.08.06 23:59:11.408333 [ 3 ] {} <Trace> HTTP-Session: c0156b96-287b-42dd-8f44-4f857b0c40db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11004 | 2024.08.06 23:59:11.408496 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11005 | 2024.08.06 23:59:11.408552 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11006 | 2024.08.06 23:59:11.408719 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11007 | 2024.08.06 23:59:11.409219 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11008 | 2024.08.06 23:59:11.409268 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11009 | 2024.08.06 23:59:11.409707 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11010 | 2024.08.06 23:59:11.410136 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11011 | 2024.08.06 23:59:11.410306 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001875 sec., 45866.66666666667 rows/sec., 3.58 MiB/sec. | ||
| 11012 | 2024.08.06 23:59:11.410664 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Debug> DynamicQueryHandler: Done processing query | ||
| 11013 | 2024.08.06 23:59:11.410751 [ 3 ] {da351116-eb31-4619-bf7a-b7f768c3ba59} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11014 | 2024.08.06 23:59:11.410821 [ 3 ] {} <Debug> HTTP-Session: c0156b96-287b-42dd-8f44-4f857b0c40db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11015 | 2024.08.06 23:59:11.411088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11016 | 2024.08.06 23:59:11.411168 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11017 | 2024.08.06 23:59:11.411197 [ 3 ] {} <Debug> HTTP-Session: d2900a08-80d9-435e-93b5-4365af1b9b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11018 | 2024.08.06 23:59:11.411224 [ 3 ] {} <Debug> HTTP-Session: d2900a08-80d9-435e-93b5-4365af1b9b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11019 | 2024.08.06 23:59:11.411245 [ 3 ] {} <Debug> HTTP-Session: d2900a08-80d9-435e-93b5-4365af1b9b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11020 | 2024.08.06 23:59:11.411291 [ 3 ] {} <Trace> HTTP-Session: d2900a08-80d9-435e-93b5-4365af1b9b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11021 | 2024.08.06 23:59:11.411496 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11022 | 2024.08.06 23:59:11.411571 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11023 | 2024.08.06 23:59:11.411817 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11024 | 2024.08.06 23:59:11.412401 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11025 | 2024.08.06 23:59:11.412457 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11026 | 2024.08.06 23:59:11.412992 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11027 | 2024.08.06 23:59:11.413481 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11028 | 2024.08.06 23:59:11.413658 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002251 sec., 71079.52021323856 rows/sec., 4.95 MiB/sec. | ||
| 11029 | 2024.08.06 23:59:11.413903 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Debug> DynamicQueryHandler: Done processing query | ||
| 11030 | 2024.08.06 23:59:11.413941 [ 3 ] {4e7000d6-3391-4172-8f4e-174243818dca} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11031 | 2024.08.06 23:59:11.413966 [ 3 ] {} <Debug> HTTP-Session: d2900a08-80d9-435e-93b5-4365af1b9b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11032 | 2024.08.06 23:59:11.414207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35500, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11033 | 2024.08.06 23:59:11.414278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11034 | 2024.08.06 23:59:11.414308 [ 3 ] {} <Debug> HTTP-Session: eb47d6f5-091d-41f3-9d17-c59edefbc5de Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11035 | 2024.08.06 23:59:11.414332 [ 3 ] {} <Debug> HTTP-Session: eb47d6f5-091d-41f3-9d17-c59edefbc5de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11036 | 2024.08.06 23:59:11.414354 [ 3 ] {} <Debug> HTTP-Session: eb47d6f5-091d-41f3-9d17-c59edefbc5de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11037 | 2024.08.06 23:59:11.414398 [ 3 ] {} <Trace> HTTP-Session: eb47d6f5-091d-41f3-9d17-c59edefbc5de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11038 | 2024.08.06 23:59:11.414759 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11039 | 2024.08.06 23:59:11.414848 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11040 | 2024.08.06 23:59:11.415355 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11041 | 2024.08.06 23:59:11.416203 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11042 | 2024.08.06 23:59:11.416251 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11043 | 2024.08.06 23:59:11.417126 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11044 | 2024.08.06 23:59:11.417720 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11045 | 2024.08.06 23:59:11.417932 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.003412 sec., 6447.831184056272 rows/sec., 11.55 MiB/sec. | ||
| 11046 | 2024.08.06 23:59:11.418587 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11047 | 2024.08.06 23:59:11.418623 [ 3 ] {af92b4f5-9635-4d54-89ac-deb3ef3452a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 11048 | 2024.08.06 23:59:11.418645 [ 3 ] {} <Debug> HTTP-Session: eb47d6f5-091d-41f3-9d17-c59edefbc5de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11049 | 2024.08.06 23:59:11.418847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11050 | 2024.08.06 23:59:11.418918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11051 | 2024.08.06 23:59:11.418947 [ 3 ] {} <Debug> HTTP-Session: 31cf466f-35b7-4418-8940-b27b804af416 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11052 | 2024.08.06 23:59:11.418975 [ 3 ] {} <Debug> HTTP-Session: 31cf466f-35b7-4418-8940-b27b804af416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11053 | 2024.08.06 23:59:11.418995 [ 3 ] {} <Debug> HTTP-Session: 31cf466f-35b7-4418-8940-b27b804af416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11054 | 2024.08.06 23:59:11.419039 [ 3 ] {} <Trace> HTTP-Session: 31cf466f-35b7-4418-8940-b27b804af416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11055 | 2024.08.06 23:59:11.419215 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11056 | 2024.08.06 23:59:11.419281 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11057 | 2024.08.06 23:59:11.419496 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11058 | 2024.08.06 23:59:11.419953 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11059 | 2024.08.06 23:59:11.420010 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11060 | 2024.08.06 23:59:11.420529 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11061 | 2024.08.06 23:59:11.421010 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11062 | 2024.08.06 23:59:11.421190 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002026 sec., 29615.004935834157 rows/sec., 2.00 MiB/sec. | ||
| 11063 | 2024.08.06 23:59:11.421569 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Debug> DynamicQueryHandler: Done processing query | ||
| 11064 | 2024.08.06 23:59:11.421656 [ 3 ] {8c907604-d071-4a90-a1c7-e1ee40606182} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11065 | 2024.08.06 23:59:11.421735 [ 3 ] {} <Debug> HTTP-Session: 31cf466f-35b7-4418-8940-b27b804af416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11066 | 2024.08.06 23:59:15.045989 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11067 | 2024.08.06 23:59:15.046066 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11068 | 2024.08.06 23:59:16.402715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11069 | 2024.08.06 23:59:16.402887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11070 | 2024.08.06 23:59:16.402930 [ 3 ] {} <Debug> HTTP-Session: 2c6a1f05-e2ba-4adc-b3e7-c682402369cb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11071 | 2024.08.06 23:59:16.402970 [ 3 ] {} <Debug> HTTP-Session: 2c6a1f05-e2ba-4adc-b3e7-c682402369cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11072 | 2024.08.06 23:59:16.402998 [ 3 ] {} <Debug> HTTP-Session: 2c6a1f05-e2ba-4adc-b3e7-c682402369cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11073 | 2024.08.06 23:59:16.403079 [ 3 ] {} <Trace> HTTP-Session: 2c6a1f05-e2ba-4adc-b3e7-c682402369cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11074 | 2024.08.06 23:59:16.403364 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11075 | 2024.08.06 23:59:16.403433 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11076 | 2024.08.06 23:59:16.403626 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11077 | 2024.08.06 23:59:16.404070 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11078 | 2024.08.06 23:59:16.404108 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11079 | 2024.08.06 23:59:16.404473 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 11080 | 2024.08.06 23:59:16.404813 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11081 | 2024.08.06 23:59:16.404957 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.00169 sec., 10059.171597633136 rows/sec., 728.67 KiB/sec. | ||
| 11082 | 2024.08.06 23:59:16.404968 [ 142 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 11083 | 2024.08.06 23:59:16.405038 [ 142 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11084 | 2024.08.06 23:59:16.405080 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11085 | 2024.08.06 23:59:16.405195 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Debug> DynamicQueryHandler: Done processing query | ||
| 11086 | 2024.08.06 23:59:16.405254 [ 3 ] {0917c99a-4bcc-4cd7-9f7a-ecb0d61f7bbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11087 | 2024.08.06 23:59:16.405293 [ 3 ] {} <Debug> HTTP-Session: 2c6a1f05-e2ba-4adc-b3e7-c682402369cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11088 | 2024.08.06 23:59:16.405316 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::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 | ||
| 11089 | 2024.08.06 23:59:16.405514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11090 | 2024.08.06 23:59:16.405580 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11091 | 2024.08.06 23:59:16.405598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11092 | 2024.08.06 23:59:16.405648 [ 3 ] {} <Debug> HTTP-Session: 0f14455a-6eb3-4669-bf92-586ba21b71b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11093 | 2024.08.06 23:59:16.405652 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 39 rows starting from the beginning of the part | ||
| 11094 | 2024.08.06 23:59:16.405670 [ 3 ] {} <Debug> HTTP-Session: 0f14455a-6eb3-4669-bf92-586ba21b71b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11095 | 2024.08.06 23:59:16.405717 [ 3 ] {} <Debug> HTTP-Session: 0f14455a-6eb3-4669-bf92-586ba21b71b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11096 | 2024.08.06 23:59:16.405828 [ 3 ] {} <Trace> HTTP-Session: 0f14455a-6eb3-4669-bf92-586ba21b71b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11097 | 2024.08.06 23:59:16.405940 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 17 rows starting from the beginning of the part | ||
| 11098 | 2024.08.06 23:59:16.406251 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11099 | 2024.08.06 23:59:16.406282 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 22 rows starting from the beginning of the part | ||
| 11100 | 2024.08.06 23:59:16.406394 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11101 | 2024.08.06 23:59:16.406693 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 17 rows starting from the beginning of the part | ||
| 11102 | 2024.08.06 23:59:16.406973 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 22 rows starting from the beginning of the part | ||
| 11103 | 2024.08.06 23:59:16.407389 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 17 rows starting from the beginning of the part | ||
| 11104 | 2024.08.06 23:59:16.407410 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11105 | 2024.08.06 23:59:16.408534 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11106 | 2024.08.06 23:59:16.408613 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11107 | 2024.08.06 23:59:16.409560 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11108 | 2024.08.06 23:59:16.409933 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 134 rows, containing 4 columns (4 merged, 0 gathered) in 0.004763135 sec., 28132.731908711386 rows/sec., 2.11 MiB/sec. | ||
| 11109 | 2024.08.06 23:59:16.410153 [ 197 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 11110 | 2024.08.06 23:59:16.410371 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11111 | 2024.08.06 23:59:16.410811 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.004763 sec., 40730.63195465043 rows/sec., 3.60 MiB/sec. | ||
| 11112 | 2024.08.06 23:59:16.411369 [ 186 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11113 | 2024.08.06 23:59:16.411375 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11114 | 2024.08.06 23:59:16.411473 [ 3 ] {c5b557a7-8e31-48f8-8c52-5575811e7fa1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11115 | 2024.08.06 23:59:16.411552 [ 3 ] {} <Debug> HTTP-Session: 0f14455a-6eb3-4669-bf92-586ba21b71b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11116 | 2024.08.06 23:59:16.411696 [ 186 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_56_11} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 11117 | 2024.08.06 23:59:16.411802 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11118 | 2024.08.06 23:59:16.411854 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11119 | 2024.08.06 23:59:16.411901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11120 | 2024.08.06 23:59:16.411921 [ 3 ] {} <Debug> HTTP-Session: 47b1b242-6d4c-44cd-9cd0-4f8dd86c3e38 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11121 | 2024.08.06 23:59:16.411937 [ 3 ] {} <Debug> HTTP-Session: 47b1b242-6d4c-44cd-9cd0-4f8dd86c3e38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11122 | 2024.08.06 23:59:16.411951 [ 3 ] {} <Debug> HTTP-Session: 47b1b242-6d4c-44cd-9cd0-4f8dd86c3e38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11123 | 2024.08.06 23:59:16.411981 [ 3 ] {} <Trace> HTTP-Session: 47b1b242-6d4c-44cd-9cd0-4f8dd86c3e38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11124 | 2024.08.06 23:59:16.412190 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11125 | 2024.08.06 23:59:16.412234 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11126 | 2024.08.06 23:59:16.412388 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11127 | 2024.08.06 23:59:16.412930 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11128 | 2024.08.06 23:59:16.412967 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11129 | 2024.08.06 23:59:16.413311 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11130 | 2024.08.06 23:59:16.413639 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11131 | 2024.08.06 23:59:16.413772 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001698 sec., 231448.76325088338 rows/sec., 16.31 MiB/sec. | ||
| 11132 | 2024.08.06 23:59:16.414170 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Debug> DynamicQueryHandler: Done processing query | ||
| 11133 | 2024.08.06 23:59:16.414237 [ 3 ] {17762f1b-e6a4-4d7f-bc12-c2b687e57919} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11134 | 2024.08.06 23:59:16.414326 [ 3 ] {} <Debug> HTTP-Session: 47b1b242-6d4c-44cd-9cd0-4f8dd86c3e38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11135 | 2024.08.06 23:59:16.414597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11136 | 2024.08.06 23:59:16.414781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11137 | 2024.08.06 23:59:16.414882 [ 3 ] {} <Debug> HTTP-Session: 7ab50a87-d032-4b09-8807-636992b6fd21 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11138 | 2024.08.06 23:59:16.414981 [ 3 ] {} <Debug> HTTP-Session: 7ab50a87-d032-4b09-8807-636992b6fd21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11139 | 2024.08.06 23:59:16.415064 [ 3 ] {} <Debug> HTTP-Session: 7ab50a87-d032-4b09-8807-636992b6fd21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11140 | 2024.08.06 23:59:16.415182 [ 3 ] {} <Trace> HTTP-Session: 7ab50a87-d032-4b09-8807-636992b6fd21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11141 | 2024.08.06 23:59:16.415338 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11142 | 2024.08.06 23:59:16.415385 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11143 | 2024.08.06 23:59:16.415530 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11144 | 2024.08.06 23:59:16.415799 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11145 | 2024.08.06 23:59:16.415836 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11146 | 2024.08.06 23:59:16.416213 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11147 | 2024.08.06 23:59:16.416544 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11148 | 2024.08.06 23:59:16.416671 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 189.71 KiB/sec. | ||
| 11149 | 2024.08.06 23:59:16.416923 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Debug> DynamicQueryHandler: Done processing query | ||
| 11150 | 2024.08.06 23:59:16.416968 [ 3 ] {6e307383-9807-40f6-9698-eba8911ee800} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11151 | 2024.08.06 23:59:16.416985 [ 3 ] {} <Debug> HTTP-Session: 7ab50a87-d032-4b09-8807-636992b6fd21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11152 | 2024.08.06 23:59:16.417108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11153 | 2024.08.06 23:59:16.417157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11154 | 2024.08.06 23:59:16.417177 [ 3 ] {} <Debug> HTTP-Session: 5b1d484e-ee3a-48f0-91b7-36a2c0fe9529 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11155 | 2024.08.06 23:59:16.417194 [ 3 ] {} <Debug> HTTP-Session: 5b1d484e-ee3a-48f0-91b7-36a2c0fe9529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11156 | 2024.08.06 23:59:16.417208 [ 3 ] {} <Debug> HTTP-Session: 5b1d484e-ee3a-48f0-91b7-36a2c0fe9529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11157 | 2024.08.06 23:59:16.417238 [ 3 ] {} <Trace> HTTP-Session: 5b1d484e-ee3a-48f0-91b7-36a2c0fe9529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11158 | 2024.08.06 23:59:16.417381 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11159 | 2024.08.06 23:59:16.417429 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11160 | 2024.08.06 23:59:16.417593 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11161 | 2024.08.06 23:59:16.417914 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11162 | 2024.08.06 23:59:16.417950 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11163 | 2024.08.06 23:59:16.418323 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 11164 | 2024.08.06 23:59:16.418680 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11165 | 2024.08.06 23:59:16.418810 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001495 sec., 51505.01672240803 rows/sec., 3.17 MiB/sec. | ||
| 11166 | 2024.08.06 23:59:16.418980 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11167 | 2024.08.06 23:59:16.419004 [ 3 ] {102f7657-46a8-4636-a658-adaea06a590f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11168 | 2024.08.06 23:59:16.419020 [ 3 ] {} <Debug> HTTP-Session: 5b1d484e-ee3a-48f0-91b7-36a2c0fe9529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11169 | 2024.08.06 23:59:16.419177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11170 | 2024.08.06 23:59:16.419227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11171 | 2024.08.06 23:59:16.419246 [ 3 ] {} <Debug> HTTP-Session: 04259c92-e230-440b-8263-0d334d0adc84 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11172 | 2024.08.06 23:59:16.419264 [ 3 ] {} <Debug> HTTP-Session: 04259c92-e230-440b-8263-0d334d0adc84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11173 | 2024.08.06 23:59:16.419278 [ 3 ] {} <Debug> HTTP-Session: 04259c92-e230-440b-8263-0d334d0adc84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11174 | 2024.08.06 23:59:16.419309 [ 3 ] {} <Trace> HTTP-Session: 04259c92-e230-440b-8263-0d334d0adc84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11175 | 2024.08.06 23:59:16.419469 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11176 | 2024.08.06 23:59:16.419514 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11177 | 2024.08.06 23:59:16.419656 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11178 | 2024.08.06 23:59:16.420049 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11179 | 2024.08.06 23:59:16.420085 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11180 | 2024.08.06 23:59:16.420471 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11181 | 2024.08.06 23:59:16.420815 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2024.08.06 23:59:16.420949 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
| 11183 | 2024.08.06 23:59:16.421121 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Debug> DynamicQueryHandler: Done processing query | ||
| 11184 | 2024.08.06 23:59:16.421145 [ 3 ] {0a8f813d-9d1c-4f2a-a6c6-90c2a5bd6fef} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11185 | 2024.08.06 23:59:16.421162 [ 3 ] {} <Debug> HTTP-Session: 04259c92-e230-440b-8263-0d334d0adc84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11186 | 2024.08.06 23:59:16.421287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17725, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11187 | 2024.08.06 23:59:16.421336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11188 | 2024.08.06 23:59:16.421357 [ 3 ] {} <Debug> HTTP-Session: 5bf34432-9df3-4ae1-9313-23dec85574f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11189 | 2024.08.06 23:59:16.421374 [ 3 ] {} <Debug> HTTP-Session: 5bf34432-9df3-4ae1-9313-23dec85574f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11190 | 2024.08.06 23:59:16.421387 [ 3 ] {} <Debug> HTTP-Session: 5bf34432-9df3-4ae1-9313-23dec85574f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11191 | 2024.08.06 23:59:16.421418 [ 3 ] {} <Trace> HTTP-Session: 5bf34432-9df3-4ae1-9313-23dec85574f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11192 | 2024.08.06 23:59:16.421603 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11193 | 2024.08.06 23:59:16.421666 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11194 | 2024.08.06 23:59:16.422082 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11195 | 2024.08.06 23:59:16.422616 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11196 | 2024.08.06 23:59:16.422651 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11197 | 2024.08.06 23:59:16.423246 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11198 | 2024.08.06 23:59:16.423663 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11199 | 2024.08.06 23:59:16.423801 [ 142 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11200 | 2024.08.06 23:59:16.423812 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002317 sec., 4747.518342684506 rows/sec., 8.51 MiB/sec. | ||
| 11201 | 2024.08.06 23:59:16.423843 [ 142 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11202 | 2024.08.06 23:59:16.423889 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11203 | 2024.08.06 23:59:16.424146 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 11204 | 2024.08.06 23:59:16.424257 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Debug> DynamicQueryHandler: Done processing query | ||
| 11205 | 2024.08.06 23:59:16.424304 [ 3 ] {f97cbca9-3770-4449-9864-11fd7ca92564} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 11206 | 2024.08.06 23:59:16.424348 [ 3 ] {} <Debug> HTTP-Session: 5bf34432-9df3-4ae1-9313-23dec85574f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11207 | 2024.08.06 23:59:16.424544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11208 | 2024.08.06 23:59:16.424658 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11209 | 2024.08.06 23:59:16.424719 [ 3 ] {} <Debug> HTTP-Session: 9ed1dbdd-d0a8-4826-a6f8-228c8fd491e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11210 | 2024.08.06 23:59:16.424772 [ 3 ] {} <Debug> HTTP-Session: 9ed1dbdd-d0a8-4826-a6f8-228c8fd491e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11211 | 2024.08.06 23:59:16.424826 [ 3 ] {} <Debug> HTTP-Session: 9ed1dbdd-d0a8-4826-a6f8-228c8fd491e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11212 | 2024.08.06 23:59:16.424830 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11213 | 2024.08.06 23:59:16.424888 [ 3 ] {} <Trace> HTTP-Session: 9ed1dbdd-d0a8-4826-a6f8-228c8fd491e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11214 | 2024.08.06 23:59:16.424994 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 790 rows starting from the beginning of the part | ||
| 11215 | 2024.08.06 23:59:16.425187 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11216 | 2024.08.06 23:59:16.425373 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11217 | 2024.08.06 23:59:16.425734 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 11 rows starting from the beginning of the part | ||
| 11218 | 2024.08.06 23:59:16.426311 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11219 | 2024.08.06 23:59:16.426594 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 22 rows starting from the beginning of the part | ||
| 11220 | 2024.08.06 23:59:16.427251 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 11 rows starting from the beginning of the part | ||
| 11221 | 2024.08.06 23:59:16.427453 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11222 | 2024.08.06 23:59:16.427550 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11223 | 2024.08.06 23:59:16.427947 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 22 rows starting from the beginning of the part | ||
| 11224 | 2024.08.06 23:59:16.428714 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 11 rows starting from the beginning of the part | ||
| 11225 | 2024.08.06 23:59:16.428833 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11226 | 2024.08.06 23:59:16.429881 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11227 | 2024.08.06 23:59:16.430194 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.005115 sec., 4496.578690127078 rows/sec., 243.23 KiB/sec. | ||
| 11228 | 2024.08.06 23:59:16.430635 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Debug> DynamicQueryHandler: Done processing query | ||
| 11229 | 2024.08.06 23:59:16.430684 [ 3 ] {99752bcd-f727-4056-8eeb-b52f1faa8b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11230 | 2024.08.06 23:59:16.430722 [ 3 ] {} <Debug> HTTP-Session: 9ed1dbdd-d0a8-4826-a6f8-228c8fd491e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11231 | 2024.08.06 23:59:16.430861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11232 | 2024.08.06 23:59:16.430916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11233 | 2024.08.06 23:59:16.430943 [ 3 ] {} <Debug> HTTP-Session: 5246372f-0a2e-4f45-ac35-7e6cc8b6a97c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11234 | 2024.08.06 23:59:16.430961 [ 3 ] {} <Debug> HTTP-Session: 5246372f-0a2e-4f45-ac35-7e6cc8b6a97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11235 | 2024.08.06 23:59:16.430974 [ 3 ] {} <Debug> HTTP-Session: 5246372f-0a2e-4f45-ac35-7e6cc8b6a97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11236 | 2024.08.06 23:59:16.431013 [ 3 ] {} <Trace> HTTP-Session: 5246372f-0a2e-4f45-ac35-7e6cc8b6a97c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11237 | 2024.08.06 23:59:16.431183 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11238 | 2024.08.06 23:59:16.431245 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11239 | 2024.08.06 23:59:16.431995 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11240 | 2024.08.06 23:59:16.432881 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11241 | 2024.08.06 23:59:16.432947 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11242 | 2024.08.06 23:59:16.434102 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11243 | 2024.08.06 23:59:16.435132 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11244 | 2024.08.06 23:59:16.435413 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004298 sec., 13959.981386691485 rows/sec., 963.38 KiB/sec. | ||
| 11245 | 2024.08.06 23:59:16.435710 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Debug> DynamicQueryHandler: Done processing query | ||
| 11246 | 2024.08.06 23:59:16.435737 [ 3 ] {b7456d70-190d-4db2-bdc7-0c1881c0d004} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11247 | 2024.08.06 23:59:16.435754 [ 3 ] {} <Debug> HTTP-Session: 5246372f-0a2e-4f45-ac35-7e6cc8b6a97c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11248 | 2024.08.06 23:59:16.436966 [ 193 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 867 rows, containing 19 columns (19 merged, 0 gathered) in 0.012974517 sec., 66823.296774747 rows/sec., 119.74 MiB/sec. | ||
| 11249 | 2024.08.06 23:59:16.437762 [ 186 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11250 | 2024.08.06 23:59:16.438349 [ 186 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11251 | 2024.08.06 23:59:16.438435 [ 186 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11252 | 2024.08.06 23:59:16.438570 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.59 MiB. | ||
| 11253 | 2024.08.06 23:59:21.398647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11254 | 2024.08.06 23:59:21.398775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11255 | 2024.08.06 23:59:21.398799 [ 3 ] {} <Debug> HTTP-Session: 8f74287d-a0ad-4580-9d9a-8a3e3eb55f23 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11256 | 2024.08.06 23:59:21.398823 [ 3 ] {} <Debug> HTTP-Session: 8f74287d-a0ad-4580-9d9a-8a3e3eb55f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11257 | 2024.08.06 23:59:21.398838 [ 3 ] {} <Debug> HTTP-Session: 8f74287d-a0ad-4580-9d9a-8a3e3eb55f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11258 | 2024.08.06 23:59:21.398888 [ 3 ] {} <Trace> HTTP-Session: 8f74287d-a0ad-4580-9d9a-8a3e3eb55f23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11259 | 2024.08.06 23:59:21.399076 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11260 | 2024.08.06 23:59:21.399141 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11261 | 2024.08.06 23:59:21.399335 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11262 | 2024.08.06 23:59:21.399769 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11263 | 2024.08.06 23:59:21.399810 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11264 | 2024.08.06 23:59:21.400188 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11265 | 2024.08.06 23:59:21.400543 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11266 | 2024.08.06 23:59:21.400706 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00169 sec., 13017.75147928994 rows/sec., 1.03 MiB/sec. | ||
| 11267 | 2024.08.06 23:59:21.400939 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11268 | 2024.08.06 23:59:21.401006 [ 3 ] {8e5a23aa-1ba8-4c7c-aee6-148771cc8e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11269 | 2024.08.06 23:59:21.401057 [ 3 ] {} <Debug> HTTP-Session: 8f74287d-a0ad-4580-9d9a-8a3e3eb55f23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11270 | 2024.08.06 23:59:21.401269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11271 | 2024.08.06 23:59:21.401322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11272 | 2024.08.06 23:59:21.401341 [ 3 ] {} <Debug> HTTP-Session: 3f01c22e-8f16-4438-9e4d-d11d94b37ad7 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11273 | 2024.08.06 23:59:21.401359 [ 3 ] {} <Debug> HTTP-Session: 3f01c22e-8f16-4438-9e4d-d11d94b37ad7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11274 | 2024.08.06 23:59:21.401373 [ 3 ] {} <Debug> HTTP-Session: 3f01c22e-8f16-4438-9e4d-d11d94b37ad7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11275 | 2024.08.06 23:59:21.401406 [ 3 ] {} <Trace> HTTP-Session: 3f01c22e-8f16-4438-9e4d-d11d94b37ad7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11276 | 2024.08.06 23:59:21.401560 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11277 | 2024.08.06 23:59:21.401605 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11278 | 2024.08.06 23:59:21.401748 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11279 | 2024.08.06 23:59:21.402238 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11280 | 2024.08.06 23:59:21.402280 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11281 | 2024.08.06 23:59:21.402666 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11282 | 2024.08.06 23:59:21.402992 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11283 | 2024.08.06 23:59:21.403130 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.00163 sec., 74846.62576687116 rows/sec., 6.20 MiB/sec. | ||
| 11284 | 2024.08.06 23:59:21.403351 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11285 | 2024.08.06 23:59:21.403389 [ 3 ] {7ba8bcb2-feb8-4d47-85a8-7d4d3103378b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11286 | 2024.08.06 23:59:21.403423 [ 3 ] {} <Debug> HTTP-Session: 3f01c22e-8f16-4438-9e4d-d11d94b37ad7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11287 | 2024.08.06 23:59:21.403639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11288 | 2024.08.06 23:59:21.403692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11289 | 2024.08.06 23:59:21.403712 [ 3 ] {} <Debug> HTTP-Session: 0add868d-a0e6-42c8-aa07-b54eab05e4c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11290 | 2024.08.06 23:59:21.403729 [ 3 ] {} <Debug> HTTP-Session: 0add868d-a0e6-42c8-aa07-b54eab05e4c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11291 | 2024.08.06 23:59:21.403743 [ 3 ] {} <Debug> HTTP-Session: 0add868d-a0e6-42c8-aa07-b54eab05e4c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11292 | 2024.08.06 23:59:21.403775 [ 3 ] {} <Trace> HTTP-Session: 0add868d-a0e6-42c8-aa07-b54eab05e4c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11293 | 2024.08.06 23:59:21.403893 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11294 | 2024.08.06 23:59:21.403936 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11295 | 2024.08.06 23:59:21.404069 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11296 | 2024.08.06 23:59:21.404416 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11297 | 2024.08.06 23:59:21.404453 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11298 | 2024.08.06 23:59:21.404776 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11299 | 2024.08.06 23:59:21.405096 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11300 | 2024.08.06 23:59:21.405269 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001409 sec., 61036.19588360539 rows/sec., 4.77 MiB/sec. | ||
| 11301 | 2024.08.06 23:59:21.405532 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Debug> DynamicQueryHandler: Done processing query | ||
| 11302 | 2024.08.06 23:59:21.405595 [ 3 ] {95df8189-2eec-4eb1-9378-4c7d72ae86c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11303 | 2024.08.06 23:59:21.405644 [ 3 ] {} <Debug> HTTP-Session: 0add868d-a0e6-42c8-aa07-b54eab05e4c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11304 | 2024.08.06 23:59:21.405840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11305 | 2024.08.06 23:59:21.405889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11306 | 2024.08.06 23:59:21.405908 [ 3 ] {} <Debug> HTTP-Session: 09e115a0-50d3-4e44-8557-10d43a6857a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11307 | 2024.08.06 23:59:21.405926 [ 3 ] {} <Debug> HTTP-Session: 09e115a0-50d3-4e44-8557-10d43a6857a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11308 | 2024.08.06 23:59:21.405941 [ 3 ] {} <Debug> HTTP-Session: 09e115a0-50d3-4e44-8557-10d43a6857a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11309 | 2024.08.06 23:59:21.405974 [ 3 ] {} <Trace> HTTP-Session: 09e115a0-50d3-4e44-8557-10d43a6857a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11310 | 2024.08.06 23:59:21.406123 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11311 | 2024.08.06 23:59:21.406174 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11312 | 2024.08.06 23:59:21.406344 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11313 | 2024.08.06 23:59:21.406738 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11314 | 2024.08.06 23:59:21.406776 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11315 | 2024.08.06 23:59:21.407174 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11316 | 2024.08.06 23:59:21.407526 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11317 | 2024.08.06 23:59:21.407691 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 11318 | 2024.08.06 23:59:21.407879 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11319 | 2024.08.06 23:59:21.407916 [ 3 ] {f5404567-6f9c-4da8-8435-b0a335bca09d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11320 | 2024.08.06 23:59:21.407939 [ 3 ] {} <Debug> HTTP-Session: 09e115a0-50d3-4e44-8557-10d43a6857a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11321 | 2024.08.06 23:59:21.408147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35520, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11322 | 2024.08.06 23:59:21.408196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11323 | 2024.08.06 23:59:21.408215 [ 3 ] {} <Debug> HTTP-Session: 29c98279-c3ee-47f7-802e-5c9f1d9bb157 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11324 | 2024.08.06 23:59:21.408231 [ 3 ] {} <Debug> HTTP-Session: 29c98279-c3ee-47f7-802e-5c9f1d9bb157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11325 | 2024.08.06 23:59:21.408245 [ 3 ] {} <Debug> HTTP-Session: 29c98279-c3ee-47f7-802e-5c9f1d9bb157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11326 | 2024.08.06 23:59:21.408278 [ 3 ] {} <Trace> HTTP-Session: 29c98279-c3ee-47f7-802e-5c9f1d9bb157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11327 | 2024.08.06 23:59:21.408540 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11328 | 2024.08.06 23:59:21.408606 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11329 | 2024.08.06 23:59:21.409015 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11330 | 2024.08.06 23:59:21.409756 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11331 | 2024.08.06 23:59:21.409793 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11332 | 2024.08.06 23:59:21.410408 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11333 | 2024.08.06 23:59:21.410827 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11334 | 2024.08.06 23:59:21.411030 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002657 sec., 8280.015054572827 rows/sec., 14.84 MiB/sec. | ||
| 11335 | 2024.08.06 23:59:21.411555 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Debug> DynamicQueryHandler: Done processing query | ||
| 11336 | 2024.08.06 23:59:21.411585 [ 3 ] {5a35a12e-8a0a-4bf8-b8be-1c4309d5afe1} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 11337 | 2024.08.06 23:59:21.411602 [ 3 ] {} <Debug> HTTP-Session: 29c98279-c3ee-47f7-802e-5c9f1d9bb157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11338 | 2024.08.06 23:59:21.411733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11339 | 2024.08.06 23:59:21.411784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11340 | 2024.08.06 23:59:21.411803 [ 3 ] {} <Debug> HTTP-Session: 366bad51-264a-4302-b174-d83fee268dd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11341 | 2024.08.06 23:59:21.411819 [ 3 ] {} <Debug> HTTP-Session: 366bad51-264a-4302-b174-d83fee268dd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11342 | 2024.08.06 23:59:21.411832 [ 3 ] {} <Debug> HTTP-Session: 366bad51-264a-4302-b174-d83fee268dd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11343 | 2024.08.06 23:59:21.411864 [ 3 ] {} <Trace> HTTP-Session: 366bad51-264a-4302-b174-d83fee268dd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11344 | 2024.08.06 23:59:21.411982 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11345 | 2024.08.06 23:59:21.412028 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11346 | 2024.08.06 23:59:21.412180 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11347 | 2024.08.06 23:59:21.412477 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11348 | 2024.08.06 23:59:21.412514 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11349 | 2024.08.06 23:59:21.412889 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11350 | 2024.08.06 23:59:21.413237 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11351 | 2024.08.06 23:59:21.413402 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
| 11352 | 2024.08.06 23:59:21.413568 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Debug> DynamicQueryHandler: Done processing query | ||
| 11353 | 2024.08.06 23:59:21.413593 [ 3 ] {17585df7-b825-464d-acc8-292589c877b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11354 | 2024.08.06 23:59:21.413609 [ 3 ] {} <Debug> HTTP-Session: 366bad51-264a-4302-b174-d83fee268dd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11355 | 2024.08.06 23:59:25.956568 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11356 | 2024.08.06 23:59:25.956694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11357 | 2024.08.06 23:59:25.956719 [ 3 ] {} <Debug> HTTP-Session: 0728c0d9-064c-4942-afc0-be09bb9cfdd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11358 | 2024.08.06 23:59:25.956743 [ 3 ] {} <Debug> HTTP-Session: 0728c0d9-064c-4942-afc0-be09bb9cfdd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11359 | 2024.08.06 23:59:25.956758 [ 3 ] {} <Debug> HTTP-Session: 0728c0d9-064c-4942-afc0-be09bb9cfdd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11360 | 2024.08.06 23:59:25.956820 [ 3 ] {} <Trace> HTTP-Session: 0728c0d9-064c-4942-afc0-be09bb9cfdd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11361 | 2024.08.06 23:59:25.957039 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11362 | 2024.08.06 23:59:25.957108 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11363 | 2024.08.06 23:59:25.957302 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11364 | 2024.08.06 23:59:25.957736 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2024.08.06 23:59:25.957779 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11366 | 2024.08.06 23:59:25.958159 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11367 | 2024.08.06 23:59:25.958515 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11368 | 2024.08.06 23:59:25.958692 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001724 sec., 9860.788863109048 rows/sec., 714.30 KiB/sec. | ||
| 11369 | 2024.08.06 23:59:25.958902 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Debug> DynamicQueryHandler: Done processing query | ||
| 11370 | 2024.08.06 23:59:25.958929 [ 3 ] {ed172a82-e67d-4483-8d1a-f5e3b00da8be} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11371 | 2024.08.06 23:59:25.958946 [ 3 ] {} <Debug> HTTP-Session: 0728c0d9-064c-4942-afc0-be09bb9cfdd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11372 | 2024.08.06 23:59:25.959070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11373 | 2024.08.06 23:59:25.959119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11374 | 2024.08.06 23:59:25.959138 [ 3 ] {} <Debug> HTTP-Session: a40f2ab2-7ffb-4dad-a217-0cf3586219fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11375 | 2024.08.06 23:59:25.959155 [ 3 ] {} <Debug> HTTP-Session: a40f2ab2-7ffb-4dad-a217-0cf3586219fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11376 | 2024.08.06 23:59:25.959169 [ 3 ] {} <Debug> HTTP-Session: a40f2ab2-7ffb-4dad-a217-0cf3586219fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11377 | 2024.08.06 23:59:25.959202 [ 3 ] {} <Trace> HTTP-Session: a40f2ab2-7ffb-4dad-a217-0cf3586219fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11378 | 2024.08.06 23:59:25.959297 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11379 | 2024.08.06 23:59:25.959341 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11380 | 2024.08.06 23:59:25.959472 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11381 | 2024.08.06 23:59:25.959767 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11382 | 2024.08.06 23:59:25.959804 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11383 | 2024.08.06 23:59:25.960106 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11384 | 2024.08.06 23:59:25.960407 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11385 | 2024.08.06 23:59:25.960564 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001291 sec., 3098.3733539891555 rows/sec., 252.65 KiB/sec. | ||
| 11386 | 2024.08.06 23:59:25.960731 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Debug> DynamicQueryHandler: Done processing query | ||
| 11387 | 2024.08.06 23:59:25.960757 [ 3 ] {0c142985-a400-46c6-9330-75a1b628bc38} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11388 | 2024.08.06 23:59:25.960773 [ 3 ] {} <Debug> HTTP-Session: a40f2ab2-7ffb-4dad-a217-0cf3586219fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11389 | 2024.08.06 23:59:25.961004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 195083, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11390 | 2024.08.06 23:59:25.961052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11391 | 2024.08.06 23:59:25.961072 [ 3 ] {} <Debug> HTTP-Session: 962c2020-461b-4be7-b9a9-6d95675e6db3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11392 | 2024.08.06 23:59:25.961088 [ 3 ] {} <Debug> HTTP-Session: 962c2020-461b-4be7-b9a9-6d95675e6db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11393 | 2024.08.06 23:59:25.961101 [ 3 ] {} <Debug> HTTP-Session: 962c2020-461b-4be7-b9a9-6d95675e6db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11394 | 2024.08.06 23:59:25.961132 [ 3 ] {} <Trace> HTTP-Session: 962c2020-461b-4be7-b9a9-6d95675e6db3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11395 | 2024.08.06 23:59:25.961608 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11396 | 2024.08.06 23:59:25.961652 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11397 | 2024.08.06 23:59:25.961781 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11398 | 2024.08.06 23:59:25.962897 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11399 | 2024.08.06 23:59:25.962934 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11400 | 2024.08.06 23:59:25.963328 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11401 | 2024.08.06 23:59:25.963640 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11402 | 2024.08.06 23:59:25.963788 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Debug> executeQuery: Read 1336 rows, 114.25 KiB in 0.0025 sec., 534400 rows/sec., 44.63 MiB/sec. | ||
| 11403 | 2024.08.06 23:59:25.963949 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11404 | 2024.08.06 23:59:25.963974 [ 3 ] {c01960d5-9024-4bda-a307-fe8e6a5a540d} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 11405 | 2024.08.06 23:59:25.963990 [ 3 ] {} <Debug> HTTP-Session: 962c2020-461b-4be7-b9a9-6d95675e6db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11406 | 2024.08.06 23:59:25.964421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11407 | 2024.08.06 23:59:25.964467 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11408 | 2024.08.06 23:59:25.964487 [ 3 ] {} <Debug> HTTP-Session: 6337f56e-e9ab-4869-94cf-a7455044e17a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11409 | 2024.08.06 23:59:25.964504 [ 3 ] {} <Debug> HTTP-Session: 6337f56e-e9ab-4869-94cf-a7455044e17a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11410 | 2024.08.06 23:59:25.964519 [ 3 ] {} <Debug> HTTP-Session: 6337f56e-e9ab-4869-94cf-a7455044e17a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11411 | 2024.08.06 23:59:25.964549 [ 3 ] {} <Trace> HTTP-Session: 6337f56e-e9ab-4869-94cf-a7455044e17a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11412 | 2024.08.06 23:59:25.964642 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11413 | 2024.08.06 23:59:25.964684 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11414 | 2024.08.06 23:59:25.964809 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11415 | 2024.08.06 23:59:25.965078 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11416 | 2024.08.06 23:59:25.965114 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11417 | 2024.08.06 23:59:25.965415 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11418 | 2024.08.06 23:59:25.965717 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11419 | 2024.08.06 23:59:25.965873 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001245 sec., 3212.85140562249 rows/sec., 224.33 KiB/sec. | ||
| 11420 | 2024.08.06 23:59:25.966160 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Debug> DynamicQueryHandler: Done processing query | ||
| 11421 | 2024.08.06 23:59:25.966185 [ 3 ] {8f5fef7e-791b-41b9-899c-9173cfe3d2c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11422 | 2024.08.06 23:59:25.966201 [ 3 ] {} <Debug> HTTP-Session: 6337f56e-e9ab-4869-94cf-a7455044e17a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11423 | 2024.08.06 23:59:25.966377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11424 | 2024.08.06 23:59:25.966426 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11425 | 2024.08.06 23:59:25.966445 [ 3 ] {} <Debug> HTTP-Session: d16ff562-6071-4211-8325-e0a758407dd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11426 | 2024.08.06 23:59:25.966462 [ 3 ] {} <Debug> HTTP-Session: d16ff562-6071-4211-8325-e0a758407dd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11427 | 2024.08.06 23:59:25.966476 [ 3 ] {} <Debug> HTTP-Session: d16ff562-6071-4211-8325-e0a758407dd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11428 | 2024.08.06 23:59:25.966507 [ 3 ] {} <Trace> HTTP-Session: d16ff562-6071-4211-8325-e0a758407dd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11429 | 2024.08.06 23:59:25.966652 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 11430 | 2024.08.06 23:59:25.966696 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11431 | 2024.08.06 23:59:25.966842 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11432 | 2024.08.06 23:59:25.967228 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11433 | 2024.08.06 23:59:25.967264 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11434 | 2024.08.06 23:59:25.967592 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 11435 | 2024.08.06 23:59:25.967902 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11436 | 2024.08.06 23:59:25.968066 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001474 sec., 154681.1397557666 rows/sec., 10.47 MiB/sec. | ||
| 11437 | 2024.08.06 23:59:25.968062 [ 131 ] {} <Debug> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 11438 | 2024.08.06 23:59:25.968189 [ 131 ] {} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11439 | 2024.08.06 23:59:25.968232 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11440 | 2024.08.06 23:59:25.968316 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11441 | 2024.08.06 23:59:25.968355 [ 3 ] {bb56c2d0-374d-4093-a4d9-5b70b5b9198b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 11442 | 2024.08.06 23:59:25.968374 [ 3 ] {} <Debug> HTTP-Session: d16ff562-6071-4211-8325-e0a758407dd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11443 | 2024.08.06 23:59:25.968378 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::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 | ||
| 11444 | 2024.08.06 23:59:25.968497 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11445 | 2024.08.06 23:59:25.968533 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 228 rows starting from the beginning of the part | ||
| 11446 | 2024.08.06 23:59:25.968599 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 11447 | 2024.08.06 23:59:25.968831 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
| 11448 | 2024.08.06 23:59:25.968852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 139093, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11449 | 2024.08.06 23:59:25.969051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11450 | 2024.08.06 23:59:25.969114 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
| 11451 | 2024.08.06 23:59:25.969153 [ 3 ] {} <Debug> HTTP-Session: f54d9bec-58d4-46e3-b8c5-cc97fe3a276a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11452 | 2024.08.06 23:59:25.969212 [ 3 ] {} <Debug> HTTP-Session: f54d9bec-58d4-46e3-b8c5-cc97fe3a276a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11453 | 2024.08.06 23:59:25.969380 [ 3 ] {} <Debug> HTTP-Session: f54d9bec-58d4-46e3-b8c5-cc97fe3a276a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11454 | 2024.08.06 23:59:25.969456 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 11455 | 2024.08.06 23:59:25.969559 [ 3 ] {} <Trace> HTTP-Session: f54d9bec-58d4-46e3-b8c5-cc97fe3a276a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11456 | 2024.08.06 23:59:25.970044 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11457 | 2024.08.06 23:59:25.970101 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11458 | 2024.08.06 23:59:25.970350 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11459 | 2024.08.06 23:59:25.971247 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.002931205 sec., 388918.5505619702 rows/sec., 24.87 MiB/sec. | ||
| 11460 | 2024.08.06 23:59:25.971366 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 11461 | 2024.08.06 23:59:25.971491 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11462 | 2024.08.06 23:59:25.971544 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11463 | 2024.08.06 23:59:25.971788 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11464 | 2024.08.06 23:59:25.971884 [ 194 ] {a61004bb-60a8-4f19-89da-e46b66626765::all_1_9_2} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 11465 | 2024.08.06 23:59:25.971950 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 11466 | 2024.08.06 23:59:25.972017 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11467 | 2024.08.06 23:59:25.972320 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11468 | 2024.08.06 23:59:25.972488 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Debug> executeQuery: Read 853 rows, 62.97 KiB in 0.002653 sec., 321522.8043724086 rows/sec., 23.18 MiB/sec. | ||
| 11469 | 2024.08.06 23:59:25.972676 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11470 | 2024.08.06 23:59:25.972703 [ 3 ] {0b1d5240-0ee7-4eb0-b909-c53a5708bc0d} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 11471 | 2024.08.06 23:59:25.972719 [ 3 ] {} <Debug> HTTP-Session: f54d9bec-58d4-46e3-b8c5-cc97fe3a276a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11472 | 2024.08.06 23:59:25.972906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11473 | 2024.08.06 23:59:25.972954 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11474 | 2024.08.06 23:59:25.972974 [ 3 ] {} <Debug> HTTP-Session: f0144f08-aea3-444d-8d8a-ef76b6b0338a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11475 | 2024.08.06 23:59:25.972991 [ 3 ] {} <Debug> HTTP-Session: f0144f08-aea3-444d-8d8a-ef76b6b0338a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11476 | 2024.08.06 23:59:25.973004 [ 3 ] {} <Debug> HTTP-Session: f0144f08-aea3-444d-8d8a-ef76b6b0338a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11477 | 2024.08.06 23:59:25.973036 [ 3 ] {} <Trace> HTTP-Session: f0144f08-aea3-444d-8d8a-ef76b6b0338a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11478 | 2024.08.06 23:59:25.973132 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11479 | 2024.08.06 23:59:25.973175 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11480 | 2024.08.06 23:59:25.973307 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11481 | 2024.08.06 23:59:25.973560 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11482 | 2024.08.06 23:59:25.973620 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11483 | 2024.08.06 23:59:25.973984 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11484 | 2024.08.06 23:59:25.974307 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11485 | 2024.08.06 23:59:25.974464 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 190.97 KiB/sec. | ||
| 11486 | 2024.08.06 23:59:25.974625 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11487 | 2024.08.06 23:59:25.974650 [ 3 ] {7807871a-62c3-42e1-a03e-46497afca5eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11488 | 2024.08.06 23:59:25.974667 [ 3 ] {} <Debug> HTTP-Session: f0144f08-aea3-444d-8d8a-ef76b6b0338a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11489 | 2024.08.06 23:59:25.974805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11490 | 2024.08.06 23:59:25.974852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11491 | 2024.08.06 23:59:25.974872 [ 3 ] {} <Debug> HTTP-Session: 86bdb148-7b1a-4546-b3db-0ea38260c254 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11492 | 2024.08.06 23:59:25.974889 [ 3 ] {} <Debug> HTTP-Session: 86bdb148-7b1a-4546-b3db-0ea38260c254 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11493 | 2024.08.06 23:59:25.974903 [ 3 ] {} <Debug> HTTP-Session: 86bdb148-7b1a-4546-b3db-0ea38260c254 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11494 | 2024.08.06 23:59:25.974934 [ 3 ] {} <Trace> HTTP-Session: 86bdb148-7b1a-4546-b3db-0ea38260c254 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11495 | 2024.08.06 23:59:25.975054 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11496 | 2024.08.06 23:59:25.975101 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11497 | 2024.08.06 23:59:25.975242 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11498 | 2024.08.06 23:59:25.975565 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11499 | 2024.08.06 23:59:25.975601 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11500 | 2024.08.06 23:59:25.975966 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 11501 | 2024.08.06 23:59:25.976306 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11502 | 2024.08.06 23:59:25.976465 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001447 sec., 53213.545266067726 rows/sec., 3.28 MiB/sec. | ||
| 11503 | 2024.08.06 23:59:25.976644 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Debug> DynamicQueryHandler: Done processing query | ||
| 11504 | 2024.08.06 23:59:25.976668 [ 3 ] {f947f454-1bfa-48ad-bd55-c22061cb1207} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11505 | 2024.08.06 23:59:25.976685 [ 3 ] {} <Debug> HTTP-Session: 86bdb148-7b1a-4546-b3db-0ea38260c254 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11506 | 2024.08.06 23:59:25.976902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160726, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11507 | 2024.08.06 23:59:25.976950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11508 | 2024.08.06 23:59:25.976970 [ 3 ] {} <Debug> HTTP-Session: c12bd5a8-8e28-4468-8a45-cc9a5173104a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11509 | 2024.08.06 23:59:25.976988 [ 3 ] {} <Debug> HTTP-Session: c12bd5a8-8e28-4468-8a45-cc9a5173104a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11510 | 2024.08.06 23:59:25.977001 [ 3 ] {} <Debug> HTTP-Session: c12bd5a8-8e28-4468-8a45-cc9a5173104a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11511 | 2024.08.06 23:59:25.977032 [ 3 ] {} <Trace> HTTP-Session: c12bd5a8-8e28-4468-8a45-cc9a5173104a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11512 | 2024.08.06 23:59:25.977458 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11513 | 2024.08.06 23:59:25.977505 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11514 | 2024.08.06 23:59:25.977650 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11515 | 2024.08.06 23:59:25.978473 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11516 | 2024.08.06 23:59:25.978510 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11517 | 2024.08.06 23:59:25.978935 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11518 | 2024.08.06 23:59:25.979281 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11519 | 2024.08.06 23:59:25.979437 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Debug> executeQuery: Read 846 rows, 58.31 KiB in 0.002244 sec., 377005.3475935829 rows/sec., 25.38 MiB/sec. | ||
| 11520 | 2024.08.06 23:59:25.979609 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Debug> DynamicQueryHandler: Done processing query | ||
| 11521 | 2024.08.06 23:59:25.979634 [ 3 ] {4d16953b-89e6-48ec-b2ca-6462b406c755} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 11522 | 2024.08.06 23:59:25.979650 [ 3 ] {} <Debug> HTTP-Session: c12bd5a8-8e28-4468-8a45-cc9a5173104a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11523 | 2024.08.06 23:59:25.979996 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17742, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11524 | 2024.08.06 23:59:25.980044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11525 | 2024.08.06 23:59:25.980064 [ 3 ] {} <Debug> HTTP-Session: 32944aba-5e4f-4c9c-bd5b-4eeb486fc630 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11526 | 2024.08.06 23:59:25.980080 [ 3 ] {} <Debug> HTTP-Session: 32944aba-5e4f-4c9c-bd5b-4eeb486fc630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11527 | 2024.08.06 23:59:25.980094 [ 3 ] {} <Debug> HTTP-Session: 32944aba-5e4f-4c9c-bd5b-4eeb486fc630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11528 | 2024.08.06 23:59:25.980125 [ 3 ] {} <Trace> HTTP-Session: 32944aba-5e4f-4c9c-bd5b-4eeb486fc630 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11529 | 2024.08.06 23:59:25.980293 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11530 | 2024.08.06 23:59:25.980355 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11531 | 2024.08.06 23:59:25.980765 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11532 | 2024.08.06 23:59:25.981302 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11533 | 2024.08.06 23:59:25.981339 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11534 | 2024.08.06 23:59:25.981932 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 11535 | 2024.08.06 23:59:25.982343 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2024.08.06 23:59:25.982536 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002336 sec., 4708.904109589042 rows/sec., 8.44 MiB/sec. | ||
| 11537 | 2024.08.06 23:59:25.982766 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11538 | 2024.08.06 23:59:25.982791 [ 3 ] {574d7d48-f8ec-47af-8c33-41a21a07e0dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 11539 | 2024.08.06 23:59:25.982807 [ 3 ] {} <Debug> HTTP-Session: 32944aba-5e4f-4c9c-bd5b-4eeb486fc630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11540 | 2024.08.06 23:59:25.982928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11541 | 2024.08.06 23:59:25.982975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11542 | 2024.08.06 23:59:25.982995 [ 3 ] {} <Debug> HTTP-Session: 80a52ce4-ddac-49a2-ba9d-42b06492d8cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11543 | 2024.08.06 23:59:25.983012 [ 3 ] {} <Debug> HTTP-Session: 80a52ce4-ddac-49a2-ba9d-42b06492d8cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11544 | 2024.08.06 23:59:25.983026 [ 3 ] {} <Debug> HTTP-Session: 80a52ce4-ddac-49a2-ba9d-42b06492d8cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11545 | 2024.08.06 23:59:25.983056 [ 3 ] {} <Trace> HTTP-Session: 80a52ce4-ddac-49a2-ba9d-42b06492d8cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11546 | 2024.08.06 23:59:25.983157 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11547 | 2024.08.06 23:59:25.983202 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11548 | 2024.08.06 23:59:25.983332 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11549 | 2024.08.06 23:59:25.983663 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11550 | 2024.08.06 23:59:25.983699 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11551 | 2024.08.06 23:59:25.984054 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11552 | 2024.08.06 23:59:25.984378 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11553 | 2024.08.06 23:59:25.984536 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.0014 sec., 16428.571428571428 rows/sec., 888.67 KiB/sec. | ||
| 11554 | 2024.08.06 23:59:25.984845 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Debug> DynamicQueryHandler: Done processing query | ||
| 11555 | 2024.08.06 23:59:25.984888 [ 3 ] {dcc7f1c9-db54-429b-8347-8a2f4f680cd6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11556 | 2024.08.06 23:59:25.984907 [ 3 ] {} <Debug> HTTP-Session: 80a52ce4-ddac-49a2-ba9d-42b06492d8cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11557 | 2024.08.06 23:59:25.985038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11558 | 2024.08.06 23:59:25.985088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11559 | 2024.08.06 23:59:25.985107 [ 3 ] {} <Debug> HTTP-Session: 1bcb78b7-b53d-467d-9806-6a339511fb44 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11560 | 2024.08.06 23:59:25.985123 [ 3 ] {} <Debug> HTTP-Session: 1bcb78b7-b53d-467d-9806-6a339511fb44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11561 | 2024.08.06 23:59:25.985137 [ 3 ] {} <Debug> HTTP-Session: 1bcb78b7-b53d-467d-9806-6a339511fb44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11562 | 2024.08.06 23:59:25.985167 [ 3 ] {} <Trace> HTTP-Session: 1bcb78b7-b53d-467d-9806-6a339511fb44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11563 | 2024.08.06 23:59:25.985291 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11564 | 2024.08.06 23:59:25.985337 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11565 | 2024.08.06 23:59:25.985488 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11566 | 2024.08.06 23:59:25.985798 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11567 | 2024.08.06 23:59:25.985834 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11568 | 2024.08.06 23:59:25.986196 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11569 | 2024.08.06 23:59:25.986515 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11570 | 2024.08.06 23:59:25.986663 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
| 11571 | 2024.08.06 23:59:25.986928 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Debug> DynamicQueryHandler: Done processing query | ||
| 11572 | 2024.08.06 23:59:25.986985 [ 3 ] {adbe6b5f-ecf3-4ab8-8a60-2061d0e63d24} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11573 | 2024.08.06 23:59:25.987044 [ 3 ] {} <Debug> HTTP-Session: 1bcb78b7-b53d-467d-9806-6a339511fb44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11574 | 2024.08.06 23:59:30.046133 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11575 | 2024.08.06 23:59:30.046194 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11576 | 2024.08.06 23:59:31.398542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11577 | 2024.08.06 23:59:31.398671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11578 | 2024.08.06 23:59:31.398699 [ 3 ] {} <Debug> HTTP-Session: 1166bb32-c0e0-42bb-9bc1-41f55a1295e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11579 | 2024.08.06 23:59:31.398728 [ 3 ] {} <Debug> HTTP-Session: 1166bb32-c0e0-42bb-9bc1-41f55a1295e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11580 | 2024.08.06 23:59:31.398746 [ 3 ] {} <Debug> HTTP-Session: 1166bb32-c0e0-42bb-9bc1-41f55a1295e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11581 | 2024.08.06 23:59:31.398803 [ 3 ] {} <Trace> HTTP-Session: 1166bb32-c0e0-42bb-9bc1-41f55a1295e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11582 | 2024.08.06 23:59:31.399001 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11583 | 2024.08.06 23:59:31.399068 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11584 | 2024.08.06 23:59:31.399260 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11585 | 2024.08.06 23:59:31.399742 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11586 | 2024.08.06 23:59:31.399785 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11587 | 2024.08.06 23:59:31.400150 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11588 | 2024.08.06 23:59:31.400495 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11589 | 2024.08.06 23:59:31.400657 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.00171 sec., 12865.497076023392 rows/sec., 1.02 MiB/sec. | ||
| 11590 | 2024.08.06 23:59:31.400865 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Debug> DynamicQueryHandler: Done processing query | ||
| 11591 | 2024.08.06 23:59:31.400892 [ 3 ] {f8c4e526-89d1-42e0-803c-724cb0fe4fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11592 | 2024.08.06 23:59:31.400910 [ 3 ] {} <Debug> HTTP-Session: 1166bb32-c0e0-42bb-9bc1-41f55a1295e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11593 | 2024.08.06 23:59:31.401068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11594 | 2024.08.06 23:59:31.401118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11595 | 2024.08.06 23:59:31.401137 [ 3 ] {} <Debug> HTTP-Session: 5f7a68ba-53de-4d94-a5fd-b93ff7fcbf0e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11596 | 2024.08.06 23:59:31.401154 [ 3 ] {} <Debug> HTTP-Session: 5f7a68ba-53de-4d94-a5fd-b93ff7fcbf0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11597 | 2024.08.06 23:59:31.401168 [ 3 ] {} <Debug> HTTP-Session: 5f7a68ba-53de-4d94-a5fd-b93ff7fcbf0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11598 | 2024.08.06 23:59:31.401199 [ 3 ] {} <Trace> HTTP-Session: 5f7a68ba-53de-4d94-a5fd-b93ff7fcbf0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11599 | 2024.08.06 23:59:31.401293 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11600 | 2024.08.06 23:59:31.401336 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11601 | 2024.08.06 23:59:31.401464 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11602 | 2024.08.06 23:59:31.401750 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11603 | 2024.08.06 23:59:31.401786 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11604 | 2024.08.06 23:59:31.402088 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11605 | 2024.08.06 23:59:31.402408 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11606 | 2024.08.06 23:59:31.402559 [ 127 ] {} <Debug> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 11607 | 2024.08.06 23:59:31.402567 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001288 sec., 1552.7950310559006 rows/sec., 126.62 KiB/sec. | ||
| 11608 | 2024.08.06 23:59:31.402647 [ 127 ] {} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11609 | 2024.08.06 23:59:31.402710 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11610 | 2024.08.06 23:59:31.402910 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Debug> DynamicQueryHandler: Done processing query | ||
| 11611 | 2024.08.06 23:59:31.402980 [ 3 ] {73c065a8-bbec-46b3-bc3f-d6351f1444d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11612 | 2024.08.06 23:59:31.403063 [ 3 ] {} <Debug> HTTP-Session: 5f7a68ba-53de-4d94-a5fd-b93ff7fcbf0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11613 | 2024.08.06 23:59:31.403207 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 11614 | 2024.08.06 23:59:31.403328 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17897, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11615 | 2024.08.06 23:59:31.403431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11616 | 2024.08.06 23:59:31.403478 [ 3 ] {} <Debug> HTTP-Session: 24363aa4-e68f-4dec-a224-c1c40ed1cf03 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11617 | 2024.08.06 23:59:31.403526 [ 3 ] {} <Debug> HTTP-Session: 24363aa4-e68f-4dec-a224-c1c40ed1cf03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11618 | 2024.08.06 23:59:31.403564 [ 3 ] {} <Debug> HTTP-Session: 24363aa4-e68f-4dec-a224-c1c40ed1cf03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11619 | 2024.08.06 23:59:31.403599 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11620 | 2024.08.06 23:59:31.403626 [ 3 ] {} <Trace> HTTP-Session: 24363aa4-e68f-4dec-a224-c1c40ed1cf03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11621 | 2024.08.06 23:59:31.403668 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 11622 | 2024.08.06 23:59:31.403899 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::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 | ||
| 11623 | 2024.08.06 23:59:31.403966 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11624 | 2024.08.06 23:59:31.404202 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11625 | 2024.08.06 23:59:31.404219 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11626 | 2024.08.06 23:59:31.404613 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11627 | 2024.08.06 23:59:31.404964 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11628 | 2024.08.06 23:59:31.405338 [ 200 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11629 | 2024.08.06 23:59:31.405607 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11630 | 2024.08.06 23:59:31.406611 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11631 | 2024.08.06 23:59:31.406682 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11632 | 2024.08.06 23:59:31.407616 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11633 | 2024.08.06 23:59:31.408035 [ 199 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.005213685 sec., 6137.693397280426 rows/sec., 500.49 KiB/sec. | ||
| 11634 | 2024.08.06 23:59:31.408233 [ 199 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 11635 | 2024.08.06 23:59:31.408383 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11636 | 2024.08.06 23:59:31.408589 [ 127 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11637 | 2024.08.06 23:59:31.408716 [ 127 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11638 | 2024.08.06 23:59:31.408755 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Debug> executeQuery: Read 123 rows, 10.42 KiB in 0.00496 sec., 24798.387096774193 rows/sec., 2.05 MiB/sec. | ||
| 11639 | 2024.08.06 23:59:31.408786 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11640 | 2024.08.06 23:59:31.409299 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11641 | 2024.08.06 23:59:31.409513 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Debug> DynamicQueryHandler: Done processing query | ||
| 11642 | 2024.08.06 23:59:31.409589 [ 3 ] {11bd5dd0-c7e0-4526-9a85-90f460359a38} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 11643 | 2024.08.06 23:59:31.409636 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11644 | 2024.08.06 23:59:31.409658 [ 3 ] {} <Debug> HTTP-Session: 24363aa4-e68f-4dec-a224-c1c40ed1cf03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11645 | 2024.08.06 23:59:31.409681 [ 199 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11646 | 2024.08.06 23:59:31.409718 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1408 rows starting from the beginning of the part | ||
| 11647 | 2024.08.06 23:59:31.409906 [ 199 ] {5ac650a0-b350-4a99-b9be-7e89211dc2cb::all_1_21_4} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 11648 | 2024.08.06 23:59:31.409994 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 122 rows starting from the beginning of the part | ||
| 11649 | 2024.08.06 23:59:31.410132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11650 | 2024.08.06 23:59:31.410358 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11651 | 2024.08.06 23:59:31.410472 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 194 rows starting from the beginning of the part | ||
| 11652 | 2024.08.06 23:59:31.410523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11653 | 2024.08.06 23:59:31.410640 [ 3 ] {} <Debug> HTTP-Session: 6383781e-1eb0-4538-b0c6-5c1e4cd35859 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11654 | 2024.08.06 23:59:31.410733 [ 3 ] {} <Debug> HTTP-Session: 6383781e-1eb0-4538-b0c6-5c1e4cd35859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11655 | 2024.08.06 23:59:31.410749 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 122 rows starting from the beginning of the part | ||
| 11656 | 2024.08.06 23:59:31.410784 [ 3 ] {} <Debug> HTTP-Session: 6383781e-1eb0-4538-b0c6-5c1e4cd35859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11657 | 2024.08.06 23:59:31.410948 [ 3 ] {} <Trace> HTTP-Session: 6383781e-1eb0-4538-b0c6-5c1e4cd35859 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11658 | 2024.08.06 23:59:31.411022 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1336 rows starting from the beginning of the part | ||
| 11659 | 2024.08.06 23:59:31.411245 [ 195 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 123 rows starting from the beginning of the part | ||
| 11660 | 2024.08.06 23:59:31.411450 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11661 | 2024.08.06 23:59:31.411634 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11662 | 2024.08.06 23:59:31.412122 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11663 | 2024.08.06 23:59:31.412831 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11664 | 2024.08.06 23:59:31.412897 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11665 | 2024.08.06 23:59:31.413702 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 11666 | 2024.08.06 23:59:31.414208 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11667 | 2024.08.06 23:59:31.414463 [ 127 ] {} <Debug> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 11668 | 2024.08.06 23:59:31.414602 [ 127 ] {} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11669 | 2024.08.06 23:59:31.414622 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003336 sec., 599.5203836930456 rows/sec., 41.86 KiB/sec. | ||
| 11670 | 2024.08.06 23:59:31.414679 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11671 | 2024.08.06 23:59:31.415318 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 11672 | 2024.08.06 23:59:31.415472 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 4 columns (4 merged, 0 gathered) in 0.006501114 sec., 508374.4109086535 rows/sec., 42.59 MiB/sec. | ||
| 11673 | 2024.08.06 23:59:31.415544 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Debug> DynamicQueryHandler: Done processing query | ||
| 11674 | 2024.08.06 23:59:31.415707 [ 3 ] {29934482-fef6-46b2-bb31-8079e51f686b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11675 | 2024.08.06 23:59:31.415820 [ 3 ] {} <Debug> HTTP-Session: 6383781e-1eb0-4538-b0c6-5c1e4cd35859 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11676 | 2024.08.06 23:59:31.415983 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11677 | 2024.08.06 23:59:31.416042 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 16 rows starting from the beginning of the part | ||
| 11678 | 2024.08.06 23:59:31.416124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11679 | 2024.08.06 23:59:31.416153 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11680 | 2024.08.06 23:59:31.416375 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::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 | ||
| 11681 | 2024.08.06 23:59:31.416419 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11682 | 2024.08.06 23:59:31.416557 [ 3 ] {} <Debug> HTTP-Session: c65cc302-8afd-498b-aab0-1ca7dc4fa249 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11683 | 2024.08.06 23:59:31.416739 [ 3 ] {} <Debug> HTTP-Session: c65cc302-8afd-498b-aab0-1ca7dc4fa249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11684 | 2024.08.06 23:59:31.416772 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 11685 | 2024.08.06 23:59:31.416827 [ 3 ] {} <Debug> HTTP-Session: c65cc302-8afd-498b-aab0-1ca7dc4fa249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11686 | 2024.08.06 23:59:31.416994 [ 3 ] {} <Trace> HTTP-Session: c65cc302-8afd-498b-aab0-1ca7dc4fa249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11687 | 2024.08.06 23:59:31.417057 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
| 11688 | 2024.08.06 23:59:31.417432 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
| 11689 | 2024.08.06 23:59:31.417527 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11690 | 2024.08.06 23:59:31.417717 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11691 | 2024.08.06 23:59:31.417798 [ 199 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
| 11692 | 2024.08.06 23:59:31.418952 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11693 | 2024.08.06 23:59:31.419738 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11694 | 2024.08.06 23:59:31.420263 [ 201 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_61_12} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11695 | 2024.08.06 23:59:31.420459 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11696 | 2024.08.06 23:59:31.420565 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11697 | 2024.08.06 23:59:31.420639 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 11698 | 2024.08.06 23:59:31.421572 [ 189 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.006687197 sec., 4785.263541660281 rows/sec., 334.13 KiB/sec. | ||
| 11699 | 2024.08.06 23:59:31.421615 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11700 | 2024.08.06 23:59:31.421821 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 11701 | 2024.08.06 23:59:31.422381 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11702 | 2024.08.06 23:59:31.422664 [ 127 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11703 | 2024.08.06 23:59:31.422751 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Debug> executeQuery: Read 88 rows, 7.04 KiB in 0.005445 sec., 16161.61616161616 rows/sec., 1.26 MiB/sec. | ||
| 11704 | 2024.08.06 23:59:31.422759 [ 127 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11705 | 2024.08.06 23:59:31.422783 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11706 | 2024.08.06 23:59:31.422859 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11707 | 2024.08.06 23:59:31.423153 [ 192 ] {1b37a113-a0d8-46ab-b7b9-097809a28f3f::all_1_21_4} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 11708 | 2024.08.06 23:59:31.423300 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11709 | 2024.08.06 23:59:31.423482 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11710 | 2024.08.06 23:59:31.423660 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Debug> DynamicQueryHandler: Done processing query | ||
| 11711 | 2024.08.06 23:59:31.423731 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11712 | 2024.08.06 23:59:31.423735 [ 3 ] {c95dfe87-3776-4427-8c93-8805e58a0f0f} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 11713 | 2024.08.06 23:59:31.423836 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 905 rows starting from the beginning of the part | ||
| 11714 | 2024.08.06 23:59:31.423844 [ 3 ] {} <Debug> HTTP-Session: c65cc302-8afd-498b-aab0-1ca7dc4fa249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11715 | 2024.08.06 23:59:31.424220 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 86 rows starting from the beginning of the part | ||
| 11716 | 2024.08.06 23:59:31.424245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11717 | 2024.08.06 23:59:31.424466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11718 | 2024.08.06 23:59:31.424557 [ 3 ] {} <Debug> HTTP-Session: b3a84242-5ddd-47de-bc42-1182a3f35649 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11719 | 2024.08.06 23:59:31.424626 [ 3 ] {} <Debug> HTTP-Session: b3a84242-5ddd-47de-bc42-1182a3f35649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11720 | 2024.08.06 23:59:31.424656 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 393 rows starting from the beginning of the part | ||
| 11721 | 2024.08.06 23:59:31.424675 [ 3 ] {} <Debug> HTTP-Session: b3a84242-5ddd-47de-bc42-1182a3f35649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11722 | 2024.08.06 23:59:31.424860 [ 3 ] {} <Trace> HTTP-Session: b3a84242-5ddd-47de-bc42-1182a3f35649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11723 | 2024.08.06 23:59:31.425018 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 86 rows starting from the beginning of the part | ||
| 11724 | 2024.08.06 23:59:31.425335 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11725 | 2024.08.06 23:59:31.425370 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 853 rows starting from the beginning of the part | ||
| 11726 | 2024.08.06 23:59:31.425575 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11727 | 2024.08.06 23:59:31.425789 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 88 rows starting from the beginning of the part | ||
| 11728 | 2024.08.06 23:59:31.426853 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11729 | 2024.08.06 23:59:31.427778 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11730 | 2024.08.06 23:59:31.427850 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11731 | 2024.08.06 23:59:31.428630 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11732 | 2024.08.06 23:59:31.429193 [ 187 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2411 rows, containing 4 columns (4 merged, 0 gathered) in 0.006203177 sec., 388671.8047864828 rows/sec., 28.22 MiB/sec. | ||
| 11733 | 2024.08.06 23:59:31.429479 [ 192 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11734 | 2024.08.06 23:59:31.429493 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11735 | 2024.08.06 23:59:31.429843 [ 127 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11736 | 2024.08.06 23:59:31.429951 [ 127 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11737 | 2024.08.06 23:59:31.430058 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11738 | 2024.08.06 23:59:31.430123 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00493 sec., 32657.200811359024 rows/sec., 2.27 MiB/sec. | ||
| 11739 | 2024.08.06 23:59:31.430671 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11740 | 2024.08.06 23:59:31.430849 [ 192 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2024.08.06 23:59:31.430909 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 11742 | 2024.08.06 23:59:31.430997 [ 3 ] {bc599b92-8cd1-429b-b867-132af3d879c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11743 | 2024.08.06 23:59:31.431073 [ 3 ] {} <Debug> HTTP-Session: b3a84242-5ddd-47de-bc42-1182a3f35649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11744 | 2024.08.06 23:59:31.431207 [ 192 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_61_12} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11745 | 2024.08.06 23:59:31.431228 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11746 | 2024.08.06 23:59:31.431345 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15220 rows starting from the beginning of the part | ||
| 11747 | 2024.08.06 23:59:31.431368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35535, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11748 | 2024.08.06 23:59:31.431417 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 11749 | 2024.08.06 23:59:31.431527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11750 | 2024.08.06 23:59:31.431598 [ 3 ] {} <Debug> HTTP-Session: f49cb05b-427f-4978-8432-08b2a8860aba Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11751 | 2024.08.06 23:59:31.431646 [ 3 ] {} <Debug> HTTP-Session: f49cb05b-427f-4978-8432-08b2a8860aba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11752 | 2024.08.06 23:59:31.431655 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
| 11753 | 2024.08.06 23:59:31.431684 [ 3 ] {} <Debug> HTTP-Session: f49cb05b-427f-4978-8432-08b2a8860aba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11754 | 2024.08.06 23:59:31.431746 [ 3 ] {} <Trace> HTTP-Session: f49cb05b-427f-4978-8432-08b2a8860aba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11755 | 2024.08.06 23:59:31.431835 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 11756 | 2024.08.06 23:59:31.431953 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
| 11757 | 2024.08.06 23:59:31.432016 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 846 rows starting from the beginning of the part | ||
| 11758 | 2024.08.06 23:59:31.432298 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11759 | 2024.08.06 23:59:31.432455 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
| 11760 | 2024.08.06 23:59:31.432581 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11761 | 2024.08.06 23:59:31.433459 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11762 | 2024.08.06 23:59:31.434400 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11763 | 2024.08.06 23:59:31.434446 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11764 | 2024.08.06 23:59:31.435573 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 11765 | 2024.08.06 23:59:31.436298 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11766 | 2024.08.06 23:59:31.436506 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.004612 sec., 4770.164787510842 rows/sec., 8.55 MiB/sec. | ||
| 11767 | 2024.08.06 23:59:31.436758 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Debug> DynamicQueryHandler: Done processing query | ||
| 11768 | 2024.08.06 23:59:31.436784 [ 3 ] {d0530f41-5f1a-435c-8744-4c327e79e199} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 11769 | 2024.08.06 23:59:31.436802 [ 3 ] {} <Debug> HTTP-Session: f49cb05b-427f-4978-8432-08b2a8860aba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11770 | 2024.08.06 23:59:31.436940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11771 | 2024.08.06 23:59:31.436989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11772 | 2024.08.06 23:59:31.437011 [ 3 ] {} <Debug> HTTP-Session: ee638e40-1bac-49f1-846f-f49959440904 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11773 | 2024.08.06 23:59:31.437035 [ 3 ] {} <Debug> HTTP-Session: ee638e40-1bac-49f1-846f-f49959440904 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11774 | 2024.08.06 23:59:31.437049 [ 3 ] {} <Debug> HTTP-Session: ee638e40-1bac-49f1-846f-f49959440904 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11775 | 2024.08.06 23:59:31.437080 [ 3 ] {} <Trace> HTTP-Session: ee638e40-1bac-49f1-846f-f49959440904 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11776 | 2024.08.06 23:59:31.437193 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 11777 | 2024.08.06 23:59:31.437238 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11778 | 2024.08.06 23:59:31.437488 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11779 | 2024.08.06 23:59:31.438039 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11780 | 2024.08.06 23:59:31.438075 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11781 | 2024.08.06 23:59:31.438595 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11782 | 2024.08.06 23:59:31.438904 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16707 rows, containing 5 columns (5 merged, 0 gathered) in 0.008651862 sec., 1931029.4130905 rows/sec., 131.90 MiB/sec. | ||
| 11783 | 2024.08.06 23:59:31.439201 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11784 | 2024.08.06 23:59:31.439381 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11785 | 2024.08.06 23:59:31.439699 [ 127 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11786 | 2024.08.06 23:59:31.439832 [ 127 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11787 | 2024.08.06 23:59:31.439909 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11788 | 2024.08.06 23:59:31.439951 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002739 sec., 21905.80503833516 rows/sec., 1.48 MiB/sec. | ||
| 11789 | 2024.08.06 23:59:31.440350 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 11790 | 2024.08.06 23:59:31.440519 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11791 | 2024.08.06 23:59:31.440643 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Debug> DynamicQueryHandler: Done processing query | ||
| 11792 | 2024.08.06 23:59:31.440742 [ 3 ] {ca30dfce-81e9-49d6-af88-403078f1fb8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 11793 | 2024.08.06 23:59:31.440785 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11794 | 2024.08.06 23:59:31.440810 [ 3 ] {} <Debug> HTTP-Session: ee638e40-1bac-49f1-846f-f49959440904 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11795 | 2024.08.06 23:59:31.440829 [ 188 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11796 | 2024.08.06 23:59:31.440861 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3064 rows starting from the beginning of the part | ||
| 11797 | 2024.08.06 23:59:31.441006 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.42 MiB. | ||
| 11798 | 2024.08.06 23:59:31.441125 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
| 11799 | 2024.08.06 23:59:31.441229 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 11800 | 2024.08.06 23:59:31.441423 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
| 11801 | 2024.08.06 23:59:31.441618 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 11802 | 2024.08.06 23:59:31.441719 [ 196 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
| 11803 | 2024.08.06 23:59:31.443269 [ 193 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3364 rows, containing 4 columns (4 merged, 0 gathered) in 0.003226981 sec., 1042460.42973293 rows/sec., 70.19 MiB/sec. | ||
| 11804 | 2024.08.06 23:59:31.443613 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11805 | 2024.08.06 23:59:31.444082 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11806 | 2024.08.06 23:59:31.444166 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_61_12} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11807 | 2024.08.06 23:59:31.444253 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. | ||
| 11808 | 2024.08.06 23:59:36.402928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11809 | 2024.08.06 23:59:36.403137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11810 | 2024.08.06 23:59:36.403189 [ 3 ] {} <Debug> HTTP-Session: 2fadadc5-eb8d-4f6f-9202-57bebb750ff6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11811 | 2024.08.06 23:59:36.403238 [ 3 ] {} <Debug> HTTP-Session: 2fadadc5-eb8d-4f6f-9202-57bebb750ff6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11812 | 2024.08.06 23:59:36.403267 [ 3 ] {} <Debug> HTTP-Session: 2fadadc5-eb8d-4f6f-9202-57bebb750ff6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11813 | 2024.08.06 23:59:36.403348 [ 3 ] {} <Trace> HTTP-Session: 2fadadc5-eb8d-4f6f-9202-57bebb750ff6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11814 | 2024.08.06 23:59:36.403640 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11815 | 2024.08.06 23:59:36.403747 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 11816 | 2024.08.06 23:59:36.404071 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11817 | 2024.08.06 23:59:36.404562 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11818 | 2024.08.06 23:59:36.404604 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11819 | 2024.08.06 23:59:36.404975 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11820 | 2024.08.06 23:59:36.405329 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11821 | 2024.08.06 23:59:36.405512 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001956 sec., 8691.20654396728 rows/sec., 629.57 KiB/sec. | ||
| 11822 | 2024.08.06 23:59:36.405801 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Debug> DynamicQueryHandler: Done processing query | ||
| 11823 | 2024.08.06 23:59:36.405870 [ 3 ] {cabca6a3-2dce-4d1f-b689-dd4e90425a9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11824 | 2024.08.06 23:59:36.405920 [ 3 ] {} <Debug> HTTP-Session: 2fadadc5-eb8d-4f6f-9202-57bebb750ff6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11825 | 2024.08.06 23:59:36.406097 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 983, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11826 | 2024.08.06 23:59:36.406149 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11827 | 2024.08.06 23:59:36.406169 [ 3 ] {} <Debug> HTTP-Session: 26da0e30-45eb-4645-bf84-f61aaa6971ae Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11828 | 2024.08.06 23:59:36.406186 [ 3 ] {} <Debug> HTTP-Session: 26da0e30-45eb-4645-bf84-f61aaa6971ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11829 | 2024.08.06 23:59:36.406200 [ 3 ] {} <Debug> HTTP-Session: 26da0e30-45eb-4645-bf84-f61aaa6971ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11830 | 2024.08.06 23:59:36.406234 [ 3 ] {} <Trace> HTTP-Session: 26da0e30-45eb-4645-bf84-f61aaa6971ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11831 | 2024.08.06 23:59:36.406333 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 11832 | 2024.08.06 23:59:36.406379 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11833 | 2024.08.06 23:59:36.406527 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11834 | 2024.08.06 23:59:36.406848 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11835 | 2024.08.06 23:59:36.406886 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11836 | 2024.08.06 23:59:36.407188 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11837 | 2024.08.06 23:59:36.407495 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11838 | 2024.08.06 23:59:36.407650 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 364.85 KiB/sec. | ||
| 11839 | 2024.08.06 23:59:36.407819 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Debug> DynamicQueryHandler: Done processing query | ||
| 11840 | 2024.08.06 23:59:36.407843 [ 3 ] {a74fb846-9f0d-4a86-91c2-867833d4fdb0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11841 | 2024.08.06 23:59:36.407859 [ 3 ] {} <Debug> HTTP-Session: 26da0e30-45eb-4645-bf84-f61aaa6971ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11842 | 2024.08.06 23:59:36.408060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11843 | 2024.08.06 23:59:36.408108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11844 | 2024.08.06 23:59:36.408127 [ 3 ] {} <Debug> HTTP-Session: 20429d03-6e31-40ee-a2a5-42abbe924305 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11845 | 2024.08.06 23:59:36.408143 [ 3 ] {} <Debug> HTTP-Session: 20429d03-6e31-40ee-a2a5-42abbe924305 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11846 | 2024.08.06 23:59:36.408157 [ 3 ] {} <Debug> HTTP-Session: 20429d03-6e31-40ee-a2a5-42abbe924305 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11847 | 2024.08.06 23:59:36.408188 [ 3 ] {} <Trace> HTTP-Session: 20429d03-6e31-40ee-a2a5-42abbe924305 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11848 | 2024.08.06 23:59:36.408333 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 11849 | 2024.08.06 23:59:36.408374 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11850 | 2024.08.06 23:59:36.408498 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11851 | 2024.08.06 23:59:36.408911 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11852 | 2024.08.06 23:59:36.408947 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11853 | 2024.08.06 23:59:36.409273 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11854 | 2024.08.06 23:59:36.409579 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11855 | 2024.08.06 23:59:36.409737 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Debug> executeQuery: Read 197 rows, 17.76 KiB in 0.001465 sec., 134470.98976109215 rows/sec., 11.84 MiB/sec. | ||
| 11856 | 2024.08.06 23:59:36.409922 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11857 | 2024.08.06 23:59:36.409947 [ 3 ] {2de6ec74-da49-4a98-bf64-c09a285c4f0e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 11858 | 2024.08.06 23:59:36.409969 [ 3 ] {} <Debug> HTTP-Session: 20429d03-6e31-40ee-a2a5-42abbe924305 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11859 | 2024.08.06 23:59:36.410101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11860 | 2024.08.06 23:59:36.410150 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11861 | 2024.08.06 23:59:36.410169 [ 3 ] {} <Debug> HTTP-Session: 54d78b30-78b2-4bde-90c8-e574355a844f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11862 | 2024.08.06 23:59:36.410185 [ 3 ] {} <Debug> HTTP-Session: 54d78b30-78b2-4bde-90c8-e574355a844f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11863 | 2024.08.06 23:59:36.410200 [ 3 ] {} <Debug> HTTP-Session: 54d78b30-78b2-4bde-90c8-e574355a844f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11864 | 2024.08.06 23:59:36.410231 [ 3 ] {} <Trace> HTTP-Session: 54d78b30-78b2-4bde-90c8-e574355a844f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11865 | 2024.08.06 23:59:36.410326 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 11866 | 2024.08.06 23:59:36.410366 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11867 | 2024.08.06 23:59:36.410493 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11868 | 2024.08.06 23:59:36.410783 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11869 | 2024.08.06 23:59:36.410819 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11870 | 2024.08.06 23:59:36.411116 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 11871 | 2024.08.06 23:59:36.411452 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11872 | 2024.08.06 23:59:36.411604 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 323.01 KiB/sec. | ||
| 11873 | 2024.08.06 23:59:36.411946 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Debug> DynamicQueryHandler: Done processing query | ||
| 11874 | 2024.08.06 23:59:36.411970 [ 3 ] {34630165-6a40-4d63-bfc9-68f226e700fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 11875 | 2024.08.06 23:59:36.411987 [ 3 ] {} <Debug> HTTP-Session: 54d78b30-78b2-4bde-90c8-e574355a844f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11876 | 2024.08.06 23:59:36.412163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 64458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11877 | 2024.08.06 23:59:36.412212 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11878 | 2024.08.06 23:59:36.412231 [ 3 ] {} <Debug> HTTP-Session: 1e54f78c-12be-40ae-ac48-7267da0b7586 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11879 | 2024.08.06 23:59:36.412248 [ 3 ] {} <Debug> HTTP-Session: 1e54f78c-12be-40ae-ac48-7267da0b7586 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11880 | 2024.08.06 23:59:36.412262 [ 3 ] {} <Debug> HTTP-Session: 1e54f78c-12be-40ae-ac48-7267da0b7586 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11881 | 2024.08.06 23:59:36.412293 [ 3 ] {} <Trace> HTTP-Session: 1e54f78c-12be-40ae-ac48-7267da0b7586 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11882 | 2024.08.06 23:59:36.412495 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 11883 | 2024.08.06 23:59:36.412540 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11884 | 2024.08.06 23:59:36.412690 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11885 | 2024.08.06 23:59:36.413210 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2024.08.06 23:59:36.413248 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11887 | 2024.08.06 23:59:36.413586 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11888 | 2024.08.06 23:59:36.413898 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11889 | 2024.08.06 23:59:36.414044 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Debug> executeQuery: Read 399 rows, 28.84 KiB in 0.001651 sec., 241671.714112659 rows/sec., 17.06 MiB/sec. | ||
| 11890 | 2024.08.06 23:59:36.414215 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Debug> DynamicQueryHandler: Done processing query | ||
| 11891 | 2024.08.06 23:59:36.414238 [ 3 ] {08fec038-f25c-44a0-891c-a6e36ba4dac7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 11892 | 2024.08.06 23:59:36.414255 [ 3 ] {} <Debug> HTTP-Session: 1e54f78c-12be-40ae-ac48-7267da0b7586 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11893 | 2024.08.06 23:59:36.414435 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11894 | 2024.08.06 23:59:36.414482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11895 | 2024.08.06 23:59:36.414501 [ 3 ] {} <Debug> HTTP-Session: c5470352-1e4a-45a0-9dd9-0f506704ff19 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11896 | 2024.08.06 23:59:36.414518 [ 3 ] {} <Debug> HTTP-Session: c5470352-1e4a-45a0-9dd9-0f506704ff19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11897 | 2024.08.06 23:59:36.414532 [ 3 ] {} <Debug> HTTP-Session: c5470352-1e4a-45a0-9dd9-0f506704ff19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11898 | 2024.08.06 23:59:36.414564 [ 3 ] {} <Trace> HTTP-Session: c5470352-1e4a-45a0-9dd9-0f506704ff19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11899 | 2024.08.06 23:59:36.414658 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 11900 | 2024.08.06 23:59:36.414701 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11901 | 2024.08.06 23:59:36.414832 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11902 | 2024.08.06 23:59:36.415097 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11903 | 2024.08.06 23:59:36.415133 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11904 | 2024.08.06 23:59:36.415494 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11905 | 2024.08.06 23:59:36.415816 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11906 | 2024.08.06 23:59:36.415970 [ 121 ] {} <Debug> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 11907 | 2024.08.06 23:59:36.415976 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001334 sec., 4497.751124437781 rows/sec., 193.26 KiB/sec. | ||
| 11908 | 2024.08.06 23:59:36.416052 [ 121 ] {} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11909 | 2024.08.06 23:59:36.416118 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11910 | 2024.08.06 23:59:36.416359 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Debug> DynamicQueryHandler: Done processing query | ||
| 11911 | 2024.08.06 23:59:36.416446 [ 3 ] {f0c79039-1e9a-41d5-a888-2181225b9351} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11912 | 2024.08.06 23:59:36.416534 [ 3 ] {} <Debug> HTTP-Session: c5470352-1e4a-45a0-9dd9-0f506704ff19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11913 | 2024.08.06 23:59:36.416537 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full | ||
| 11914 | 2024.08.06 23:59:36.416835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11915 | 2024.08.06 23:59:36.416998 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11916 | 2024.08.06 23:59:36.417065 [ 3 ] {} <Debug> HTTP-Session: 9b2e2aab-30ef-4a44-9a79-f42b5877fd6b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11917 | 2024.08.06 23:59:36.417087 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11918 | 2024.08.06 23:59:36.417093 [ 3 ] {} <Debug> HTTP-Session: 9b2e2aab-30ef-4a44-9a79-f42b5877fd6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11919 | 2024.08.06 23:59:36.417124 [ 3 ] {} <Debug> HTTP-Session: 9b2e2aab-30ef-4a44-9a79-f42b5877fd6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11920 | 2024.08.06 23:59:36.417133 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part | ||
| 11921 | 2024.08.06 23:59:36.417169 [ 3 ] {} <Trace> HTTP-Session: 9b2e2aab-30ef-4a44-9a79-f42b5877fd6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11922 | 2024.08.06 23:59:36.417245 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 11923 | 2024.08.06 23:59:36.417488 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 11924 | 2024.08.06 23:59:36.417641 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 11925 | 2024.08.06 23:59:36.417667 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 11926 | 2024.08.06 23:59:36.417904 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 11927 | 2024.08.06 23:59:36.418233 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 11928 | 2024.08.06 23:59:36.418444 [ 186 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 11929 | 2024.08.06 23:59:36.418755 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11930 | 2024.08.06 23:59:36.419264 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2024.08.06 23:59:36.419308 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11932 | 2024.08.06 23:59:36.419933 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 11933 | 2024.08.06 23:59:36.420005 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.003777833 sec., 47646.362345821006 rows/sec., 2.00 MiB/sec. | ||
| 11934 | 2024.08.06 23:59:36.420327 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 11935 | 2024.08.06 23:59:36.420584 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11936 | 2024.08.06 23:59:36.421041 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003704 sec., 20788.336933045357 rows/sec., 1.28 MiB/sec. | ||
| 11937 | 2024.08.06 23:59:36.421642 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11938 | 2024.08.06 23:59:36.421681 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Debug> DynamicQueryHandler: Done processing query | ||
| 11939 | 2024.08.06 23:59:36.421748 [ 3 ] {a8d0053c-284a-4fd1-89b1-23d318b5bbce} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 11940 | 2024.08.06 23:59:36.421784 [ 3 ] {} <Debug> HTTP-Session: 9b2e2aab-30ef-4a44-9a79-f42b5877fd6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11941 | 2024.08.06 23:59:36.421856 [ 197 ] {a2516106-d4d4-44c1-9073-7e53cf849a6a::all_1_30_6} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 11942 | 2024.08.06 23:59:36.421961 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 11943 | 2024.08.06 23:59:36.422012 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 31192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11944 | 2024.08.06 23:59:36.422067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11945 | 2024.08.06 23:59:36.422086 [ 3 ] {} <Debug> HTTP-Session: 039b1b7b-5577-454f-b908-791be4e8368a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11946 | 2024.08.06 23:59:36.422103 [ 3 ] {} <Debug> HTTP-Session: 039b1b7b-5577-454f-b908-791be4e8368a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11947 | 2024.08.06 23:59:36.422117 [ 3 ] {} <Debug> HTTP-Session: 039b1b7b-5577-454f-b908-791be4e8368a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11948 | 2024.08.06 23:59:36.422150 [ 3 ] {} <Trace> HTTP-Session: 039b1b7b-5577-454f-b908-791be4e8368a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11949 | 2024.08.06 23:59:36.422309 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 11950 | 2024.08.06 23:59:36.422356 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11951 | 2024.08.06 23:59:36.422532 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11952 | 2024.08.06 23:59:36.422940 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11953 | 2024.08.06 23:59:36.422976 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11954 | 2024.08.06 23:59:36.423359 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11955 | 2024.08.06 23:59:36.423706 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11956 | 2024.08.06 23:59:36.423862 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Debug> executeQuery: Read 163 rows, 11.62 KiB in 0.001618 sec., 100741.6563658838 rows/sec., 7.01 MiB/sec. | ||
| 11957 | 2024.08.06 23:59:36.424049 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Debug> DynamicQueryHandler: Done processing query | ||
| 11958 | 2024.08.06 23:59:36.424074 [ 3 ] {386d4d27-1d11-4e24-975a-73587320d821} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 11959 | 2024.08.06 23:59:36.424091 [ 3 ] {} <Debug> HTTP-Session: 039b1b7b-5577-454f-b908-791be4e8368a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11960 | 2024.08.06 23:59:36.424238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17729, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11961 | 2024.08.06 23:59:36.424286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11962 | 2024.08.06 23:59:36.424305 [ 3 ] {} <Debug> HTTP-Session: 90326358-ef12-4df9-9c9e-6d38b0b207fa Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11963 | 2024.08.06 23:59:36.424321 [ 3 ] {} <Debug> HTTP-Session: 90326358-ef12-4df9-9c9e-6d38b0b207fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11964 | 2024.08.06 23:59:36.424336 [ 3 ] {} <Debug> HTTP-Session: 90326358-ef12-4df9-9c9e-6d38b0b207fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11965 | 2024.08.06 23:59:36.424366 [ 3 ] {} <Trace> HTTP-Session: 90326358-ef12-4df9-9c9e-6d38b0b207fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11966 | 2024.08.06 23:59:36.424533 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 11967 | 2024.08.06 23:59:36.424597 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 11968 | 2024.08.06 23:59:36.425008 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11969 | 2024.08.06 23:59:36.425560 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11970 | 2024.08.06 23:59:36.425601 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11971 | 2024.08.06 23:59:36.426216 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 11972 | 2024.08.06 23:59:36.426637 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2024.08.06 23:59:36.426826 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002384 sec., 4614.093959731544 rows/sec., 8.27 MiB/sec. | ||
| 11974 | 2024.08.06 23:59:36.427052 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Debug> DynamicQueryHandler: Done processing query | ||
| 11975 | 2024.08.06 23:59:36.427076 [ 3 ] {dcd0a7a2-4f98-4f9b-ab65-9ddd4e170539} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 11976 | 2024.08.06 23:59:36.427093 [ 3 ] {} <Debug> HTTP-Session: 90326358-ef12-4df9-9c9e-6d38b0b207fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11977 | 2024.08.06 23:59:36.427224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11978 | 2024.08.06 23:59:36.427272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 11979 | 2024.08.06 23:59:36.427292 [ 3 ] {} <Debug> HTTP-Session: febe1d19-4b23-447b-ab77-bcaa13497a85 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 11980 | 2024.08.06 23:59:36.427308 [ 3 ] {} <Debug> HTTP-Session: febe1d19-4b23-447b-ab77-bcaa13497a85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11981 | 2024.08.06 23:59:36.427321 [ 3 ] {} <Debug> HTTP-Session: febe1d19-4b23-447b-ab77-bcaa13497a85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11982 | 2024.08.06 23:59:36.427352 [ 3 ] {} <Trace> HTTP-Session: febe1d19-4b23-447b-ab77-bcaa13497a85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11983 | 2024.08.06 23:59:36.427471 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 11984 | 2024.08.06 23:59:36.427514 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 11985 | 2024.08.06 23:59:36.427642 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 11986 | 2024.08.06 23:59:36.427935 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11987 | 2024.08.06 23:59:36.427971 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11988 | 2024.08.06 23:59:36.428336 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 11989 | 2024.08.06 23:59:36.428668 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11990 | 2024.08.06 23:59:36.428817 [ 121 ] {} <Debug> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 11991 | 2024.08.06 23:59:36.428824 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00137 sec., 16788.321167883212 rows/sec., 908.13 KiB/sec. | ||
| 11992 | 2024.08.06 23:59:36.428867 [ 121 ] {} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11993 | 2024.08.06 23:59:36.428928 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 11994 | 2024.08.06 23:59:36.429207 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Debug> DynamicQueryHandler: Done processing query | ||
| 11995 | 2024.08.06 23:59:36.429223 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::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 | ||
| 11996 | 2024.08.06 23:59:36.429275 [ 3 ] {98e022d0-d3f4-4802-9ee1-a81a6354675e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 11997 | 2024.08.06 23:59:36.429359 [ 3 ] {} <Debug> HTTP-Session: febe1d19-4b23-447b-ab77-bcaa13497a85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 11998 | 2024.08.06 23:59:36.429609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 11999 | 2024.08.06 23:59:36.429748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12000 | 2024.08.06 23:59:36.429751 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12001 | 2024.08.06 23:59:36.429777 [ 3 ] {} <Debug> HTTP-Session: 28ace81b-1aa7-4771-b67b-c8ffbfde7fe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12002 | 2024.08.06 23:59:36.429827 [ 3 ] {} <Debug> HTTP-Session: 28ace81b-1aa7-4771-b67b-c8ffbfde7fe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12003 | 2024.08.06 23:59:36.429832 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 602 rows starting from the beginning of the part | ||
| 12004 | 2024.08.06 23:59:36.429851 [ 3 ] {} <Debug> HTTP-Session: 28ace81b-1aa7-4771-b67b-c8ffbfde7fe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12005 | 2024.08.06 23:59:36.429935 [ 3 ] {} <Trace> HTTP-Session: 28ace81b-1aa7-4771-b67b-c8ffbfde7fe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12006 | 2024.08.06 23:59:36.430115 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
| 12007 | 2024.08.06 23:59:36.430309 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12008 | 2024.08.06 23:59:36.430392 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
| 12009 | 2024.08.06 23:59:36.430521 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12010 | 2024.08.06 23:59:36.430628 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
| 12011 | 2024.08.06 23:59:36.430981 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
| 12012 | 2024.08.06 23:59:36.431361 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
| 12013 | 2024.08.06 23:59:36.431743 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12014 | 2024.08.06 23:59:36.432495 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12015 | 2024.08.06 23:59:36.432553 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12016 | 2024.08.06 23:59:36.433598 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12017 | 2024.08.06 23:59:36.434203 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 717 rows, containing 4 columns (4 merged, 0 gathered) in 0.005187755 sec., 138210.0735289157 rows/sec., 7.40 MiB/sec. | ||
| 12018 | 2024.08.06 23:59:36.434400 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12019 | 2024.08.06 23:59:36.434523 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12020 | 2024.08.06 23:59:36.434871 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004702 sec., 12760.527435133987 rows/sec., 880.61 KiB/sec. | ||
| 12021 | 2024.08.06 23:59:36.435301 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Debug> DynamicQueryHandler: Done processing query | ||
| 12022 | 2024.08.06 23:59:36.435352 [ 3 ] {1485d76b-a1ef-4d6b-8f8b-98dd84130211} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12023 | 2024.08.06 23:59:36.435398 [ 3 ] {} <Debug> HTTP-Session: 28ace81b-1aa7-4771-b67b-c8ffbfde7fe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12024 | 2024.08.06 23:59:36.435407 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12025 | 2024.08.06 23:59:36.435508 [ 193 ] {bdac07e9-afdc-4d46-a841-bc17ed2abb5c::all_1_31_6} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12026 | 2024.08.06 23:59:36.435582 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 12027 | 2024.08.06 23:59:41.398633 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12028 | 2024.08.06 23:59:41.398767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12029 | 2024.08.06 23:59:41.398791 [ 3 ] {} <Debug> HTTP-Session: 8c6732ad-37ba-446c-9c1d-e206e1f7527d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12030 | 2024.08.06 23:59:41.398815 [ 3 ] {} <Debug> HTTP-Session: 8c6732ad-37ba-446c-9c1d-e206e1f7527d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12031 | 2024.08.06 23:59:41.398830 [ 3 ] {} <Debug> HTTP-Session: 8c6732ad-37ba-446c-9c1d-e206e1f7527d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12032 | 2024.08.06 23:59:41.398881 [ 3 ] {} <Trace> HTTP-Session: 8c6732ad-37ba-446c-9c1d-e206e1f7527d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12033 | 2024.08.06 23:59:41.399076 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12034 | 2024.08.06 23:59:41.399143 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12035 | 2024.08.06 23:59:41.399337 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12036 | 2024.08.06 23:59:41.399793 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12037 | 2024.08.06 23:59:41.399836 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12038 | 2024.08.06 23:59:41.400216 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 12039 | 2024.08.06 23:59:41.400567 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12040 | 2024.08.06 23:59:41.400734 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001712 sec., 12850.467289719627 rows/sec., 1.02 MiB/sec. | ||
| 12041 | 2024.08.06 23:59:41.400759 [ 111 ] {} <Debug> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 12042 | 2024.08.06 23:59:41.400863 [ 111 ] {} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12043 | 2024.08.06 23:59:41.400907 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12044 | 2024.08.06 23:59:41.401013 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 12045 | 2024.08.06 23:59:41.401035 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full | ||
| 12046 | 2024.08.06 23:59:41.401045 [ 3 ] {432a61c7-ebbc-43fe-9784-b1fdf6c0c5ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12047 | 2024.08.06 23:59:41.401082 [ 3 ] {} <Debug> HTTP-Session: 8c6732ad-37ba-446c-9c1d-e206e1f7527d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12048 | 2024.08.06 23:59:41.401169 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12049 | 2024.08.06 23:59:41.401201 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 39 rows starting from the beginning of the part | ||
| 12050 | 2024.08.06 23:59:41.401261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12051 | 2024.08.06 23:59:41.401286 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 22 rows starting from the beginning of the part | ||
| 12052 | 2024.08.06 23:59:41.401386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12053 | 2024.08.06 23:59:41.401505 [ 3 ] {} <Debug> HTTP-Session: eb2bc5e1-9e7c-42bf-97b1-88740e4efa40 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12054 | 2024.08.06 23:59:41.401617 [ 3 ] {} <Debug> HTTP-Session: eb2bc5e1-9e7c-42bf-97b1-88740e4efa40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12055 | 2024.08.06 23:59:41.401648 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 17 rows starting from the beginning of the part | ||
| 12056 | 2024.08.06 23:59:41.401688 [ 3 ] {} <Debug> HTTP-Session: eb2bc5e1-9e7c-42bf-97b1-88740e4efa40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12057 | 2024.08.06 23:59:41.401785 [ 3 ] {} <Trace> HTTP-Session: eb2bc5e1-9e7c-42bf-97b1-88740e4efa40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12058 | 2024.08.06 23:59:41.401933 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 22 rows starting from the beginning of the part | ||
| 12059 | 2024.08.06 23:59:41.402117 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 17 rows starting from the beginning of the part | ||
| 12060 | 2024.08.06 23:59:41.402152 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12061 | 2024.08.06 23:59:41.402326 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12062 | 2024.08.06 23:59:41.402456 [ 194 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 22 rows starting from the beginning of the part | ||
| 12063 | 2024.08.06 23:59:41.402847 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12064 | 2024.08.06 23:59:41.403416 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12065 | 2024.08.06 23:59:41.403463 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12066 | 2024.08.06 23:59:41.403937 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 139 rows, containing 4 columns (4 merged, 0 gathered) in 0.002953235 sec., 47067.029884177864 rows/sec., 3.58 MiB/sec. | ||
| 12067 | 2024.08.06 23:59:41.403961 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12068 | 2024.08.06 23:59:41.404203 [ 193 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 12069 | 2024.08.06 23:59:41.404712 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12070 | 2024.08.06 23:59:41.405121 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.003098 sec., 39380.24531956101 rows/sec., 3.26 MiB/sec. | ||
| 12071 | 2024.08.06 23:59:41.405289 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12072 | 2024.08.06 23:59:41.405404 [ 198 ] {be527cff-ed76-4bbb-a675-80598bfdf151::all_1_61_12} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 12073 | 2024.08.06 23:59:41.405421 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12074 | 2024.08.06 23:59:41.405448 [ 3 ] {d54590a2-eeff-4c18-ae52-01be737a9ee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12075 | 2024.08.06 23:59:41.405486 [ 3 ] {} <Debug> HTTP-Session: eb2bc5e1-9e7c-42bf-97b1-88740e4efa40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12076 | 2024.08.06 23:59:41.405506 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12077 | 2024.08.06 23:59:41.405692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12078 | 2024.08.06 23:59:41.405740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12079 | 2024.08.06 23:59:41.405760 [ 3 ] {} <Debug> HTTP-Session: ec4d2f49-4794-4f6a-bcd5-2fc9d9265c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12080 | 2024.08.06 23:59:41.405776 [ 3 ] {} <Debug> HTTP-Session: ec4d2f49-4794-4f6a-bcd5-2fc9d9265c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12081 | 2024.08.06 23:59:41.405790 [ 3 ] {} <Debug> HTTP-Session: ec4d2f49-4794-4f6a-bcd5-2fc9d9265c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12082 | 2024.08.06 23:59:41.405822 [ 3 ] {} <Trace> HTTP-Session: ec4d2f49-4794-4f6a-bcd5-2fc9d9265c77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12083 | 2024.08.06 23:59:41.405949 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12084 | 2024.08.06 23:59:41.405992 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12085 | 2024.08.06 23:59:41.406128 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12086 | 2024.08.06 23:59:41.406487 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12087 | 2024.08.06 23:59:41.406524 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12088 | 2024.08.06 23:59:41.406852 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12089 | 2024.08.06 23:59:41.407166 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12090 | 2024.08.06 23:59:41.407329 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001421 sec., 60520.76002814919 rows/sec., 4.73 MiB/sec. | ||
| 12091 | 2024.08.06 23:59:41.407599 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Debug> DynamicQueryHandler: Done processing query | ||
| 12092 | 2024.08.06 23:59:41.407654 [ 3 ] {8ed1ca29-3d3d-49f5-83a0-c074749c5353} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12093 | 2024.08.06 23:59:41.407715 [ 3 ] {} <Debug> HTTP-Session: ec4d2f49-4794-4f6a-bcd5-2fc9d9265c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12094 | 2024.08.06 23:59:41.407966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12095 | 2024.08.06 23:59:41.408018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12096 | 2024.08.06 23:59:41.408037 [ 3 ] {} <Debug> HTTP-Session: 0c1bf5a4-d369-493f-82ce-c7ecc3dbbc41 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12097 | 2024.08.06 23:59:41.408054 [ 3 ] {} <Debug> HTTP-Session: 0c1bf5a4-d369-493f-82ce-c7ecc3dbbc41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12098 | 2024.08.06 23:59:41.408068 [ 3 ] {} <Debug> HTTP-Session: 0c1bf5a4-d369-493f-82ce-c7ecc3dbbc41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12099 | 2024.08.06 23:59:41.408100 [ 3 ] {} <Trace> HTTP-Session: 0c1bf5a4-d369-493f-82ce-c7ecc3dbbc41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12100 | 2024.08.06 23:59:41.408250 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12101 | 2024.08.06 23:59:41.408299 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12102 | 2024.08.06 23:59:41.408464 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12103 | 2024.08.06 23:59:41.409014 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12104 | 2024.08.06 23:59:41.409051 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12105 | 2024.08.06 23:59:41.409436 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12106 | 2024.08.06 23:59:41.409785 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12107 | 2024.08.06 23:59:41.409944 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001762 sec., 90805.90238365495 rows/sec., 6.32 MiB/sec. | ||
| 12108 | 2024.08.06 23:59:41.410111 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Debug> DynamicQueryHandler: Done processing query | ||
| 12109 | 2024.08.06 23:59:41.410135 [ 3 ] {69f16b81-a2c7-4434-833e-3163d13278a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12110 | 2024.08.06 23:59:41.410151 [ 3 ] {} <Debug> HTTP-Session: 0c1bf5a4-d369-493f-82ce-c7ecc3dbbc41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12111 | 2024.08.06 23:59:41.410338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35566, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12112 | 2024.08.06 23:59:41.410386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12113 | 2024.08.06 23:59:41.410405 [ 3 ] {} <Debug> HTTP-Session: e5c35afd-7a0a-42cd-b8fd-af6f4d21e4fb Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12114 | 2024.08.06 23:59:41.410421 [ 3 ] {} <Debug> HTTP-Session: e5c35afd-7a0a-42cd-b8fd-af6f4d21e4fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12115 | 2024.08.06 23:59:41.410435 [ 3 ] {} <Debug> HTTP-Session: e5c35afd-7a0a-42cd-b8fd-af6f4d21e4fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12116 | 2024.08.06 23:59:41.410466 [ 3 ] {} <Trace> HTTP-Session: e5c35afd-7a0a-42cd-b8fd-af6f4d21e4fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12117 | 2024.08.06 23:59:41.410722 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12118 | 2024.08.06 23:59:41.410786 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 12119 | 2024.08.06 23:59:41.411187 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12120 | 2024.08.06 23:59:41.411813 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12121 | 2024.08.06 23:59:41.411849 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12122 | 2024.08.06 23:59:41.412483 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12123 | 2024.08.06 23:59:41.412893 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12124 | 2024.08.06 23:59:41.413078 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002526 sec., 8709.422011084718 rows/sec., 15.61 MiB/sec. | ||
| 12125 | 2024.08.06 23:59:41.413078 [ 112 ] {} <Debug> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12126 | 2024.08.06 23:59:41.413203 [ 112 ] {} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12127 | 2024.08.06 23:59:41.413267 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12128 | 2024.08.06 23:59:41.413452 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::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 | ||
| 12129 | 2024.08.06 23:59:41.413482 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Debug> DynamicQueryHandler: Done processing query | ||
| 12130 | 2024.08.06 23:59:41.413511 [ 3 ] {7f568129-9306-41a0-9e10-244caef0c4ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 12131 | 2024.08.06 23:59:41.413536 [ 3 ] {} <Debug> HTTP-Session: e5c35afd-7a0a-42cd-b8fd-af6f4d21e4fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12132 | 2024.08.06 23:59:41.413696 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12133 | 2024.08.06 23:59:41.413765 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12134 | 2024.08.06 23:59:41.413800 [ 3 ] {} <Debug> HTTP-Session: 18330390-7481-4921-9150-ec09a755f75a Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12135 | 2024.08.06 23:59:41.413807 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12136 | 2024.08.06 23:59:41.413820 [ 3 ] {} <Debug> HTTP-Session: 18330390-7481-4921-9150-ec09a755f75a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12137 | 2024.08.06 23:59:41.413849 [ 3 ] {} <Debug> HTTP-Session: 18330390-7481-4921-9150-ec09a755f75a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12138 | 2024.08.06 23:59:41.413889 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 867 rows starting from the beginning of the part | ||
| 12139 | 2024.08.06 23:59:41.413894 [ 3 ] {} <Trace> HTTP-Session: 18330390-7481-4921-9150-ec09a755f75a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12140 | 2024.08.06 23:59:41.414153 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12141 | 2024.08.06 23:59:41.414304 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12142 | 2024.08.06 23:59:41.414410 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 22 rows starting from the beginning of the part | ||
| 12143 | 2024.08.06 23:59:41.414960 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12144 | 2024.08.06 23:59:41.415067 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 11 rows starting from the beginning of the part | ||
| 12145 | 2024.08.06 23:59:41.415544 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 22 rows starting from the beginning of the part | ||
| 12146 | 2024.08.06 23:59:41.415686 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12147 | 2024.08.06 23:59:41.415783 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12148 | 2024.08.06 23:59:41.416080 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 11 rows starting from the beginning of the part | ||
| 12149 | 2024.08.06 23:59:41.416585 [ 198 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 22 rows starting from the beginning of the part | ||
| 12150 | 2024.08.06 23:59:41.416841 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12151 | 2024.08.06 23:59:41.417454 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12152 | 2024.08.06 23:59:41.417702 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003706 sec., 16189.962223421478 rows/sec., 1.09 MiB/sec. | ||
| 12153 | 2024.08.06 23:59:41.417948 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12154 | 2024.08.06 23:59:41.417974 [ 3 ] {4084f06b-9fac-4982-b31f-7ab7534f6efb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12155 | 2024.08.06 23:59:41.417996 [ 3 ] {} <Debug> HTTP-Session: 18330390-7481-4921-9150-ec09a755f75a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12156 | 2024.08.06 23:59:41.421336 [ 191 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 955 rows, containing 19 columns (19 merged, 0 gathered) in 0.007936425 sec., 120331.25746164047 rows/sec., 215.63 MiB/sec. | ||
| 12157 | 2024.08.06 23:59:41.422348 [ 189 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12158 | 2024.08.06 23:59:41.423008 [ 189 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12159 | 2024.08.06 23:59:41.423105 [ 189 ] {89fd08b2-67e0-4cf2-9308-ed483866aec7::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12160 | 2024.08.06 23:59:41.423265 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.05 MiB. | ||
| 12161 | 2024.08.06 23:59:45.046442 [ 106 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12162 | 2024.08.06 23:59:45.046505 [ 106 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12163 | 2024.08.06 23:59:46.402813 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12164 | 2024.08.06 23:59:46.402936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12165 | 2024.08.06 23:59:46.402961 [ 3 ] {} <Debug> HTTP-Session: 6f23e2c1-00e5-4a27-83a4-25643c56fb0b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12166 | 2024.08.06 23:59:46.402985 [ 3 ] {} <Debug> HTTP-Session: 6f23e2c1-00e5-4a27-83a4-25643c56fb0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12167 | 2024.08.06 23:59:46.402999 [ 3 ] {} <Debug> HTTP-Session: 6f23e2c1-00e5-4a27-83a4-25643c56fb0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12168 | 2024.08.06 23:59:46.403047 [ 3 ] {} <Trace> HTTP-Session: 6f23e2c1-00e5-4a27-83a4-25643c56fb0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12169 | 2024.08.06 23:59:46.403239 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12170 | 2024.08.06 23:59:46.403307 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12171 | 2024.08.06 23:59:46.403502 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12172 | 2024.08.06 23:59:46.403929 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12173 | 2024.08.06 23:59:46.403970 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12174 | 2024.08.06 23:59:46.404355 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12175 | 2024.08.06 23:59:46.404695 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12176 | 2024.08.06 23:59:46.404860 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001678 sec., 10131.108462455304 rows/sec., 733.88 KiB/sec. | ||
| 12177 | 2024.08.06 23:59:46.405091 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Debug> DynamicQueryHandler: Done processing query | ||
| 12178 | 2024.08.06 23:59:46.405116 [ 3 ] {c3fe29bf-7ea7-48f9-a98b-c7a80e264715} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12179 | 2024.08.06 23:59:46.405132 [ 3 ] {} <Debug> HTTP-Session: 6f23e2c1-00e5-4a27-83a4-25643c56fb0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12180 | 2024.08.06 23:59:46.405326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 29351, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12181 | 2024.08.06 23:59:46.405375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12182 | 2024.08.06 23:59:46.405394 [ 3 ] {} <Debug> HTTP-Session: f7009c80-f5b8-4f31-b6c0-eb82adedf32d Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12183 | 2024.08.06 23:59:46.405410 [ 3 ] {} <Debug> HTTP-Session: f7009c80-f5b8-4f31-b6c0-eb82adedf32d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12184 | 2024.08.06 23:59:46.405424 [ 3 ] {} <Debug> HTTP-Session: f7009c80-f5b8-4f31-b6c0-eb82adedf32d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12185 | 2024.08.06 23:59:46.405455 [ 3 ] {} <Trace> HTTP-Session: f7009c80-f5b8-4f31-b6c0-eb82adedf32d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12186 | 2024.08.06 23:59:46.405635 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12187 | 2024.08.06 23:59:46.405677 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12188 | 2024.08.06 23:59:46.405828 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12189 | 2024.08.06 23:59:46.406221 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12190 | 2024.08.06 23:59:46.406257 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12191 | 2024.08.06 23:59:46.406578 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12192 | 2024.08.06 23:59:46.406886 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12193 | 2024.08.06 23:59:46.407043 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Debug> executeQuery: Read 194 rows, 17.54 KiB in 0.001498 sec., 129506.0080106809 rows/sec., 11.44 MiB/sec. | ||
| 12194 | 2024.08.06 23:59:46.407202 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Debug> DynamicQueryHandler: Done processing query | ||
| 12195 | 2024.08.06 23:59:46.407225 [ 3 ] {15067d58-ff4a-4665-addb-0d694f046c8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
| 12196 | 2024.08.06 23:59:46.407240 [ 3 ] {} <Debug> HTTP-Session: f7009c80-f5b8-4f31-b6c0-eb82adedf32d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12197 | 2024.08.06 23:59:46.407523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 63439, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12198 | 2024.08.06 23:59:46.407568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12199 | 2024.08.06 23:59:46.407587 [ 3 ] {} <Debug> HTTP-Session: ffad4e5e-e1e1-41b6-9bb9-5f3cd610fe9b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12200 | 2024.08.06 23:59:46.407603 [ 3 ] {} <Debug> HTTP-Session: ffad4e5e-e1e1-41b6-9bb9-5f3cd610fe9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12201 | 2024.08.06 23:59:46.407617 [ 3 ] {} <Debug> HTTP-Session: ffad4e5e-e1e1-41b6-9bb9-5f3cd610fe9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12202 | 2024.08.06 23:59:46.407648 [ 3 ] {} <Trace> HTTP-Session: ffad4e5e-e1e1-41b6-9bb9-5f3cd610fe9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12203 | 2024.08.06 23:59:46.407844 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12204 | 2024.08.06 23:59:46.407887 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12205 | 2024.08.06 23:59:46.408012 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12206 | 2024.08.06 23:59:46.408548 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12207 | 2024.08.06 23:59:46.408584 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12208 | 2024.08.06 23:59:46.408915 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12209 | 2024.08.06 23:59:46.409223 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12210 | 2024.08.06 23:59:46.409376 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Debug> executeQuery: Read 393 rows, 28.36 KiB in 0.001627 sec., 241548.86293792256 rows/sec., 17.02 MiB/sec. | ||
| 12211 | 2024.08.06 23:59:46.409643 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Debug> DynamicQueryHandler: Done processing query | ||
| 12212 | 2024.08.06 23:59:46.409702 [ 3 ] {bd401137-c772-42c3-ac1d-c6f9a8056641} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
| 12213 | 2024.08.06 23:59:46.409761 [ 3 ] {} <Debug> HTTP-Session: ffad4e5e-e1e1-41b6-9bb9-5f3cd610fe9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12214 | 2024.08.06 23:59:46.409964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12215 | 2024.08.06 23:59:46.410016 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12216 | 2024.08.06 23:59:46.410035 [ 3 ] {} <Debug> HTTP-Session: 4129b7b4-c7c2-4a16-a428-563aae699783 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12217 | 2024.08.06 23:59:46.410052 [ 3 ] {} <Debug> HTTP-Session: 4129b7b4-c7c2-4a16-a428-563aae699783 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12218 | 2024.08.06 23:59:46.410066 [ 3 ] {} <Debug> HTTP-Session: 4129b7b4-c7c2-4a16-a428-563aae699783 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12219 | 2024.08.06 23:59:46.410096 [ 3 ] {} <Trace> HTTP-Session: 4129b7b4-c7c2-4a16-a428-563aae699783 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12220 | 2024.08.06 23:59:46.410195 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12221 | 2024.08.06 23:59:46.410242 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12222 | 2024.08.06 23:59:46.410392 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12223 | 2024.08.06 23:59:46.410647 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12224 | 2024.08.06 23:59:46.410682 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12225 | 2024.08.06 23:59:46.411053 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12226 | 2024.08.06 23:59:46.411377 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12227 | 2024.08.06 23:59:46.411535 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001365 sec., 4395.604395604396 rows/sec., 188.87 KiB/sec. | ||
| 12228 | 2024.08.06 23:59:46.411689 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Debug> DynamicQueryHandler: Done processing query | ||
| 12229 | 2024.08.06 23:59:46.411712 [ 3 ] {96f58aeb-dc96-4d7c-a4c6-0e9992dc410a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12230 | 2024.08.06 23:59:46.411727 [ 3 ] {} <Debug> HTTP-Session: 4129b7b4-c7c2-4a16-a428-563aae699783 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12231 | 2024.08.06 23:59:46.411862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12232 | 2024.08.06 23:59:46.411908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12233 | 2024.08.06 23:59:46.411926 [ 3 ] {} <Debug> HTTP-Session: a8aa9e9f-4e5a-4dc1-b4bf-b8d604bd9d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12234 | 2024.08.06 23:59:46.411943 [ 3 ] {} <Debug> HTTP-Session: a8aa9e9f-4e5a-4dc1-b4bf-b8d604bd9d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12235 | 2024.08.06 23:59:46.411957 [ 3 ] {} <Debug> HTTP-Session: a8aa9e9f-4e5a-4dc1-b4bf-b8d604bd9d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12236 | 2024.08.06 23:59:46.411987 [ 3 ] {} <Trace> HTTP-Session: a8aa9e9f-4e5a-4dc1-b4bf-b8d604bd9d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12237 | 2024.08.06 23:59:46.412120 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12238 | 2024.08.06 23:59:46.412165 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12239 | 2024.08.06 23:59:46.412306 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12240 | 2024.08.06 23:59:46.412618 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2024.08.06 23:59:46.412654 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12242 | 2024.08.06 23:59:46.413015 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 12243 | 2024.08.06 23:59:46.413350 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12244 | 2024.08.06 23:59:46.413505 [ 105 ] {} <Debug> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 12245 | 2024.08.06 23:59:46.413516 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001443 sec., 53361.05336105336 rows/sec., 3.29 MiB/sec. | ||
| 12246 | 2024.08.06 23:59:46.413599 [ 105 ] {} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12247 | 2024.08.06 23:59:46.413676 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12248 | 2024.08.06 23:59:46.413867 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Debug> DynamicQueryHandler: Done processing query | ||
| 12249 | 2024.08.06 23:59:46.413907 [ 3 ] {d9b26bc3-ae94-48c3-bba5-1d96e4e796be} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12250 | 2024.08.06 23:59:46.413908 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::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 | ||
| 12251 | 2024.08.06 23:59:46.413928 [ 3 ] {} <Debug> HTTP-Session: a8aa9e9f-4e5a-4dc1-b4bf-b8d604bd9d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12252 | 2024.08.06 23:59:46.414187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12253 | 2024.08.06 23:59:46.414195 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12254 | 2024.08.06 23:59:46.414273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12255 | 2024.08.06 23:59:46.414292 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
| 12256 | 2024.08.06 23:59:46.414318 [ 3 ] {} <Debug> HTTP-Session: 11c9e9dc-6806-46c9-aa00-94cbe4eefd06 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12257 | 2024.08.06 23:59:46.414358 [ 3 ] {} <Debug> HTTP-Session: 11c9e9dc-6806-46c9-aa00-94cbe4eefd06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12258 | 2024.08.06 23:59:46.414384 [ 3 ] {} <Debug> HTTP-Session: 11c9e9dc-6806-46c9-aa00-94cbe4eefd06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12259 | 2024.08.06 23:59:46.414550 [ 3 ] {} <Trace> HTTP-Session: 11c9e9dc-6806-46c9-aa00-94cbe4eefd06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12260 | 2024.08.06 23:59:46.414558 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
| 12261 | 2024.08.06 23:59:46.414870 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
| 12262 | 2024.08.06 23:59:46.414980 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12263 | 2024.08.06 23:59:46.415150 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
| 12264 | 2024.08.06 23:59:46.415229 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12265 | 2024.08.06 23:59:46.415569 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
| 12266 | 2024.08.06 23:59:46.415961 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
| 12267 | 2024.08.06 23:59:46.416445 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12268 | 2024.08.06 23:59:46.417364 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12269 | 2024.08.06 23:59:46.417409 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12270 | 2024.08.06 23:59:46.418566 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12271 | 2024.08.06 23:59:46.419268 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12272 | 2024.08.06 23:59:46.419299 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.005506572 sec., 433482.02838353877 rows/sec., 26.69 MiB/sec. | ||
| 12273 | 2024.08.06 23:59:46.419540 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004739 sec., 33762.397130196245 rows/sec., 2.35 MiB/sec. | ||
| 12274 | 2024.08.06 23:59:46.419666 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 12275 | 2024.08.06 23:59:46.419853 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12276 | 2024.08.06 23:59:46.419901 [ 3 ] {ff07e5e2-8c61-46e1-bc92-12a57f20a1b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12277 | 2024.08.06 23:59:46.419945 [ 3 ] {} <Debug> HTTP-Session: 11c9e9dc-6806-46c9-aa00-94cbe4eefd06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12278 | 2024.08.06 23:59:46.420159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17736, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12279 | 2024.08.06 23:59:46.420238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12280 | 2024.08.06 23:59:46.420281 [ 3 ] {} <Debug> HTTP-Session: a309b3ff-e217-4161-91f5-348a6589876b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12281 | 2024.08.06 23:59:46.420309 [ 3 ] {} <Debug> HTTP-Session: a309b3ff-e217-4161-91f5-348a6589876b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12282 | 2024.08.06 23:59:46.420343 [ 3 ] {} <Debug> HTTP-Session: a309b3ff-e217-4161-91f5-348a6589876b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12283 | 2024.08.06 23:59:46.420372 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12284 | 2024.08.06 23:59:46.420398 [ 3 ] {} <Trace> HTTP-Session: a309b3ff-e217-4161-91f5-348a6589876b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12285 | 2024.08.06 23:59:46.420554 [ 196 ] {2a430f66-89c8-49e5-9458-bcb383590f88::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 12286 | 2024.08.06 23:59:46.420668 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 12287 | 2024.08.06 23:59:46.420737 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12288 | 2024.08.06 23:59:46.420816 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 12289 | 2024.08.06 23:59:46.421270 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12290 | 2024.08.06 23:59:46.421828 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12291 | 2024.08.06 23:59:46.421865 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12292 | 2024.08.06 23:59:46.422480 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12293 | 2024.08.06 23:59:46.422896 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12294 | 2024.08.06 23:59:46.423094 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.002544 sec., 4323.899371069183 rows/sec., 7.75 MiB/sec. | ||
| 12295 | 2024.08.06 23:59:46.423567 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Debug> DynamicQueryHandler: Done processing query | ||
| 12296 | 2024.08.06 23:59:46.423620 [ 3 ] {b6699e2c-2463-4acf-953b-095a407b4a14} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 12297 | 2024.08.06 23:59:46.423653 [ 3 ] {} <Debug> HTTP-Session: a309b3ff-e217-4161-91f5-348a6589876b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12298 | 2024.08.06 23:59:46.423784 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12299 | 2024.08.06 23:59:46.423833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12300 | 2024.08.06 23:59:46.423853 [ 3 ] {} <Debug> HTTP-Session: 08244957-a8cf-4f52-a8df-e6e2b8bdf722 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12301 | 2024.08.06 23:59:46.423870 [ 3 ] {} <Debug> HTTP-Session: 08244957-a8cf-4f52-a8df-e6e2b8bdf722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12302 | 2024.08.06 23:59:46.423884 [ 3 ] {} <Debug> HTTP-Session: 08244957-a8cf-4f52-a8df-e6e2b8bdf722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12303 | 2024.08.06 23:59:46.423916 [ 3 ] {} <Trace> HTTP-Session: 08244957-a8cf-4f52-a8df-e6e2b8bdf722 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12304 | 2024.08.06 23:59:46.424025 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12305 | 2024.08.06 23:59:46.424072 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12306 | 2024.08.06 23:59:46.424218 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12307 | 2024.08.06 23:59:46.424531 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12308 | 2024.08.06 23:59:46.424566 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12309 | 2024.08.06 23:59:46.424930 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12310 | 2024.08.06 23:59:46.425263 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12311 | 2024.08.06 23:59:46.425414 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001423 sec., 16163.035839775122 rows/sec., 874.31 KiB/sec. | ||
| 12312 | 2024.08.06 23:59:46.425580 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12313 | 2024.08.06 23:59:46.425605 [ 3 ] {5cf66d2f-c120-4e1a-af45-10604f2afdd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12314 | 2024.08.06 23:59:46.425622 [ 3 ] {} <Debug> HTTP-Session: 08244957-a8cf-4f52-a8df-e6e2b8bdf722 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12315 | 2024.08.06 23:59:46.425759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12316 | 2024.08.06 23:59:46.425808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12317 | 2024.08.06 23:59:46.425828 [ 3 ] {} <Debug> HTTP-Session: 35edc4d6-ff5c-488b-bb2b-a625acd9428f Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12318 | 2024.08.06 23:59:46.425846 [ 3 ] {} <Debug> HTTP-Session: 35edc4d6-ff5c-488b-bb2b-a625acd9428f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12319 | 2024.08.06 23:59:46.425860 [ 3 ] {} <Debug> HTTP-Session: 35edc4d6-ff5c-488b-bb2b-a625acd9428f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12320 | 2024.08.06 23:59:46.425890 [ 3 ] {} <Trace> HTTP-Session: 35edc4d6-ff5c-488b-bb2b-a625acd9428f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12321 | 2024.08.06 23:59:46.426004 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12322 | 2024.08.06 23:59:46.426047 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12323 | 2024.08.06 23:59:46.426177 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12324 | 2024.08.06 23:59:46.426471 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12325 | 2024.08.06 23:59:46.426507 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
| 12326 | 2024.08.06 23:59:46.426851 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12327 | 2024.08.06 23:59:46.427165 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12328 | 2024.08.06 23:59:46.427309 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
| 12329 | 2024.08.06 23:59:46.427552 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Debug> DynamicQueryHandler: Done processing query | ||
| 12330 | 2024.08.06 23:59:46.427676 [ 3 ] {a6824003-28ca-4a03-8984-950c8af3598b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12331 | 2024.08.06 23:59:46.427732 [ 3 ] {} <Debug> HTTP-Session: 35edc4d6-ff5c-488b-bb2b-a625acd9428f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12332 | 2024.08.06 23:59:51.399634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3205, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12333 | 2024.08.06 23:59:51.399760 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12334 | 2024.08.06 23:59:51.399786 [ 3 ] {} <Debug> HTTP-Session: 3102027f-ba93-402a-b564-915734f025f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12335 | 2024.08.06 23:59:51.399810 [ 3 ] {} <Debug> HTTP-Session: 3102027f-ba93-402a-b564-915734f025f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12336 | 2024.08.06 23:59:51.399825 [ 3 ] {} <Debug> HTTP-Session: 3102027f-ba93-402a-b564-915734f025f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12337 | 2024.08.06 23:59:51.399874 [ 3 ] {} <Trace> HTTP-Session: 3102027f-ba93-402a-b564-915734f025f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12338 | 2024.08.06 23:59:51.400056 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12339 | 2024.08.06 23:59:51.400120 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12340 | 2024.08.06 23:59:51.400314 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12341 | 2024.08.06 23:59:51.400737 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12342 | 2024.08.06 23:59:51.400778 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12343 | 2024.08.06 23:59:51.401150 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12344 | 2024.08.06 23:59:51.401489 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12345 | 2024.08.06 23:59:51.401655 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Debug> executeQuery: Read 22 rows, 1.78 KiB in 0.001654 sec., 13301.088270858523 rows/sec., 1.05 MiB/sec. | ||
| 12346 | 2024.08.06 23:59:51.401863 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12347 | 2024.08.06 23:59:51.401889 [ 3 ] {782fa899-18b2-4128-9c5f-0e27d7f09ea4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12348 | 2024.08.06 23:59:51.401905 [ 3 ] {} <Debug> HTTP-Session: 3102027f-ba93-402a-b564-915734f025f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12349 | 2024.08.06 23:59:51.402085 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17764, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12350 | 2024.08.06 23:59:51.402134 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12351 | 2024.08.06 23:59:51.402154 [ 3 ] {} <Debug> HTTP-Session: 6ed81d37-ae7f-46ad-9105-946f1a996f95 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12352 | 2024.08.06 23:59:51.402171 [ 3 ] {} <Debug> HTTP-Session: 6ed81d37-ae7f-46ad-9105-946f1a996f95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12353 | 2024.08.06 23:59:51.402184 [ 3 ] {} <Debug> HTTP-Session: 6ed81d37-ae7f-46ad-9105-946f1a996f95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12354 | 2024.08.06 23:59:51.402216 [ 3 ] {} <Trace> HTTP-Session: 6ed81d37-ae7f-46ad-9105-946f1a996f95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12355 | 2024.08.06 23:59:51.402350 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12356 | 2024.08.06 23:59:51.402393 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12357 | 2024.08.06 23:59:51.402519 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12358 | 2024.08.06 23:59:51.402892 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12359 | 2024.08.06 23:59:51.402929 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12360 | 2024.08.06 23:59:51.403253 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12361 | 2024.08.06 23:59:51.403569 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12362 | 2024.08.06 23:59:51.403736 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Debug> executeQuery: Read 122 rows, 10.34 KiB in 0.001434 sec., 85076.70850767086 rows/sec., 7.04 MiB/sec. | ||
| 12363 | 2024.08.06 23:59:51.403895 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12364 | 2024.08.06 23:59:51.403919 [ 3 ] {cd5bb8e8-01bc-46a8-8195-57733e380aeb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
| 12365 | 2024.08.06 23:59:51.403935 [ 3 ] {} <Debug> HTTP-Session: 6ed81d37-ae7f-46ad-9105-946f1a996f95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12366 | 2024.08.06 23:59:51.404078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14606, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12367 | 2024.08.06 23:59:51.404124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12368 | 2024.08.06 23:59:51.404145 [ 3 ] {} <Debug> HTTP-Session: 5e05a960-a953-4e84-9bb3-bc6eff2b2769 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12369 | 2024.08.06 23:59:51.404161 [ 3 ] {} <Debug> HTTP-Session: 5e05a960-a953-4e84-9bb3-bc6eff2b2769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12370 | 2024.08.06 23:59:51.404175 [ 3 ] {} <Debug> HTTP-Session: 5e05a960-a953-4e84-9bb3-bc6eff2b2769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12371 | 2024.08.06 23:59:51.404207 [ 3 ] {} <Trace> HTTP-Session: 5e05a960-a953-4e84-9bb3-bc6eff2b2769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12372 | 2024.08.06 23:59:51.404328 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12373 | 2024.08.06 23:59:51.404370 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12374 | 2024.08.06 23:59:51.404496 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12375 | 2024.08.06 23:59:51.404820 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12376 | 2024.08.06 23:59:51.404857 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12377 | 2024.08.06 23:59:51.405188 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12378 | 2024.08.06 23:59:51.405501 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12379 | 2024.08.06 23:59:51.405662 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Debug> executeQuery: Read 86 rows, 6.88 KiB in 0.001375 sec., 62545.45454545455 rows/sec., 4.88 MiB/sec. | ||
| 12380 | 2024.08.06 23:59:51.405836 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Debug> DynamicQueryHandler: Done processing query | ||
| 12381 | 2024.08.06 23:59:51.405860 [ 3 ] {e0cf8d65-d9a7-4304-b94d-dc3dc617bdb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
| 12382 | 2024.08.06 23:59:51.405877 [ 3 ] {} <Debug> HTTP-Session: 5e05a960-a953-4e84-9bb3-bc6eff2b2769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12383 | 2024.08.06 23:59:51.406055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12384 | 2024.08.06 23:59:51.406104 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12385 | 2024.08.06 23:59:51.406124 [ 3 ] {} <Debug> HTTP-Session: 887059ff-63a8-4488-be91-f30a55c67770 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12386 | 2024.08.06 23:59:51.406140 [ 3 ] {} <Debug> HTTP-Session: 887059ff-63a8-4488-be91-f30a55c67770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12387 | 2024.08.06 23:59:51.406154 [ 3 ] {} <Debug> HTTP-Session: 887059ff-63a8-4488-be91-f30a55c67770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12388 | 2024.08.06 23:59:51.406185 [ 3 ] {} <Trace> HTTP-Session: 887059ff-63a8-4488-be91-f30a55c67770 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12389 | 2024.08.06 23:59:51.406333 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12390 | 2024.08.06 23:59:51.406379 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12391 | 2024.08.06 23:59:51.406528 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12392 | 2024.08.06 23:59:51.406905 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12393 | 2024.08.06 23:59:51.406941 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12394 | 2024.08.06 23:59:51.407329 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12395 | 2024.08.06 23:59:51.407663 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12396 | 2024.08.06 23:59:51.407823 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001551 sec., 103159.2520954223 rows/sec., 7.18 MiB/sec. | ||
| 12397 | 2024.08.06 23:59:51.407983 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12398 | 2024.08.06 23:59:51.408007 [ 3 ] {b2961e8e-ccc0-408c-bcd8-a011856c4eb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
| 12399 | 2024.08.06 23:59:51.408022 [ 3 ] {} <Debug> HTTP-Session: 887059ff-63a8-4488-be91-f30a55c67770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12400 | 2024.08.06 23:59:51.408199 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 35555, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12401 | 2024.08.06 23:59:51.408247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12402 | 2024.08.06 23:59:51.408266 [ 3 ] {} <Debug> HTTP-Session: fdc22ff6-6085-4be5-8b91-04b14aef211b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12403 | 2024.08.06 23:59:51.408282 [ 3 ] {} <Debug> HTTP-Session: fdc22ff6-6085-4be5-8b91-04b14aef211b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12404 | 2024.08.06 23:59:51.408297 [ 3 ] {} <Debug> HTTP-Session: fdc22ff6-6085-4be5-8b91-04b14aef211b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12405 | 2024.08.06 23:59:51.408328 [ 3 ] {} <Trace> HTTP-Session: fdc22ff6-6085-4be5-8b91-04b14aef211b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12406 | 2024.08.06 23:59:51.408579 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12407 | 2024.08.06 23:59:51.408643 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 12408 | 2024.08.06 23:59:51.409052 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12409 | 2024.08.06 23:59:51.409690 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12410 | 2024.08.06 23:59:51.409727 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12411 | 2024.08.06 23:59:51.410359 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 12412 | 2024.08.06 23:59:51.410804 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12413 | 2024.08.06 23:59:51.411004 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Debug> executeQuery: Read 22 rows, 40.37 KiB in 0.002594 sec., 8481.110254433308 rows/sec., 15.20 MiB/sec. | ||
| 12414 | 2024.08.06 23:59:51.411242 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Debug> DynamicQueryHandler: Done processing query | ||
| 12415 | 2024.08.06 23:59:51.411266 [ 3 ] {cd22fc3e-b5d6-4e92-bc30-57670402df49} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
| 12416 | 2024.08.06 23:59:51.411283 [ 3 ] {} <Debug> HTTP-Session: fdc22ff6-6085-4be5-8b91-04b14aef211b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12417 | 2024.08.06 23:59:51.411415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12418 | 2024.08.06 23:59:51.411465 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12419 | 2024.08.06 23:59:51.411485 [ 3 ] {} <Debug> HTTP-Session: 3a74f3dd-7074-40e6-b222-5d85e8ac8ff3 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12420 | 2024.08.06 23:59:51.411504 [ 3 ] {} <Debug> HTTP-Session: 3a74f3dd-7074-40e6-b222-5d85e8ac8ff3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12421 | 2024.08.06 23:59:51.411519 [ 3 ] {} <Debug> HTTP-Session: 3a74f3dd-7074-40e6-b222-5d85e8ac8ff3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12422 | 2024.08.06 23:59:51.411550 [ 3 ] {} <Trace> HTTP-Session: 3a74f3dd-7074-40e6-b222-5d85e8ac8ff3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12423 | 2024.08.06 23:59:51.411675 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12424 | 2024.08.06 23:59:51.411720 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12425 | 2024.08.06 23:59:51.411849 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12426 | 2024.08.06 23:59:51.412132 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12427 | 2024.08.06 23:59:51.412169 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12428 | 2024.08.06 23:59:51.412541 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12429 | 2024.08.06 23:59:51.412870 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12430 | 2024.08.06 23:59:51.413002 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
| 12431 | 2024.08.06 23:59:51.413222 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Debug> DynamicQueryHandler: Done processing query | ||
| 12432 | 2024.08.06 23:59:51.413275 [ 3 ] {c3cae36b-eaf3-4baa-a98c-99a349d2ece0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12433 | 2024.08.06 23:59:51.413324 [ 3 ] {} <Debug> HTTP-Session: 3a74f3dd-7074-40e6-b222-5d85e8ac8ff3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12434 | 2024.08.06 23:59:55.959209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 2328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12435 | 2024.08.06 23:59:55.959328 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12436 | 2024.08.06 23:59:55.959352 [ 3 ] {} <Debug> HTTP-Session: 74f2feae-7d96-445b-92f3-a7c5392e12ee Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12437 | 2024.08.06 23:59:55.959377 [ 3 ] {} <Debug> HTTP-Session: 74f2feae-7d96-445b-92f3-a7c5392e12ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12438 | 2024.08.06 23:59:55.959392 [ 3 ] {} <Debug> HTTP-Session: 74f2feae-7d96-445b-92f3-a7c5392e12ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12439 | 2024.08.06 23:59:55.959443 [ 3 ] {} <Trace> HTTP-Session: 74f2feae-7d96-445b-92f3-a7c5392e12ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12440 | 2024.08.06 23:59:55.959627 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12441 | 2024.08.06 23:59:55.959693 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
| 12442 | 2024.08.06 23:59:55.959884 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12443 | 2024.08.06 23:59:55.960307 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12444 | 2024.08.06 23:59:55.960348 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12445 | 2024.08.06 23:59:55.960720 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12446 | 2024.08.06 23:59:55.961056 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Trace> oximeter.fields_i64 (be527cff-ed76-4bbb-a675-80598bfdf151): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12447 | 2024.08.06 23:59:55.961222 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Debug> executeQuery: Read 17 rows, 1.23 KiB in 0.001648 sec., 10315.533980582524 rows/sec., 747.24 KiB/sec. | ||
| 12448 | 2024.08.06 23:59:55.961424 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Debug> DynamicQueryHandler: Done processing query | ||
| 12449 | 2024.08.06 23:59:55.961449 [ 3 ] {e34ef44f-798e-4d33-a0a9-7b9f8d6de4c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12450 | 2024.08.06 23:59:55.961465 [ 3 ] {} <Debug> HTTP-Session: 74f2feae-7d96-445b-92f3-a7c5392e12ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12451 | 2024.08.06 23:59:55.961586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12452 | 2024.08.06 23:59:55.961635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12453 | 2024.08.06 23:59:55.961655 [ 3 ] {} <Debug> HTTP-Session: 80f17486-8e83-4b9a-ba3f-d649fdb753cd Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12454 | 2024.08.06 23:59:55.961671 [ 3 ] {} <Debug> HTTP-Session: 80f17486-8e83-4b9a-ba3f-d649fdb753cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12455 | 2024.08.06 23:59:55.961688 [ 3 ] {} <Debug> HTTP-Session: 80f17486-8e83-4b9a-ba3f-d649fdb753cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12456 | 2024.08.06 23:59:55.961720 [ 3 ] {} <Trace> HTTP-Session: 80f17486-8e83-4b9a-ba3f-d649fdb753cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12457 | 2024.08.06 23:59:55.961812 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
| 12458 | 2024.08.06 23:59:55.961855 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12459 | 2024.08.06 23:59:55.961984 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12460 | 2024.08.06 23:59:55.962261 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12461 | 2024.08.06 23:59:55.962297 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12462 | 2024.08.06 23:59:55.962608 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12463 | 2024.08.06 23:59:55.962924 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Trace> oximeter.fields_ipaddr (5ac650a0-b350-4a99-b9be-7e89211dc2cb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12464 | 2024.08.06 23:59:55.963081 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 127.31 KiB/sec. | ||
| 12465 | 2024.08.06 23:59:55.963264 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Debug> DynamicQueryHandler: Done processing query | ||
| 12466 | 2024.08.06 23:59:55.963292 [ 3 ] {209035d4-f3df-490d-b988-04818dfeb027} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12467 | 2024.08.06 23:59:55.963307 [ 3 ] {} <Debug> HTTP-Session: 80f17486-8e83-4b9a-ba3f-d649fdb753cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12468 | 2024.08.06 23:59:55.963550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 194950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12469 | 2024.08.06 23:59:55.963598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12470 | 2024.08.06 23:59:55.963617 [ 3 ] {} <Debug> HTTP-Session: 2b1825bc-d0aa-4c7f-a772-80f11491eb78 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12471 | 2024.08.06 23:59:55.963633 [ 3 ] {} <Debug> HTTP-Session: 2b1825bc-d0aa-4c7f-a772-80f11491eb78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12472 | 2024.08.06 23:59:55.963648 [ 3 ] {} <Debug> HTTP-Session: 2b1825bc-d0aa-4c7f-a772-80f11491eb78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12473 | 2024.08.06 23:59:55.963678 [ 3 ] {} <Trace> HTTP-Session: 2b1825bc-d0aa-4c7f-a772-80f11491eb78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12474 | 2024.08.06 23:59:55.964156 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
| 12475 | 2024.08.06 23:59:55.964199 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12476 | 2024.08.06 23:59:55.964325 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12477 | 2024.08.06 23:59:55.965580 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12478 | 2024.08.06 23:59:55.965617 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12479 | 2024.08.06 23:59:55.966005 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12480 | 2024.08.06 23:59:55.966315 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12481 | 2024.08.06 23:59:55.966472 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Debug> executeQuery: Read 1335 rows, 114.18 KiB in 0.002643 sec., 505107.8320090806 rows/sec., 42.19 MiB/sec. | ||
| 12482 | 2024.08.06 23:59:55.966480 [ 93 ] {} <Debug> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12483 | 2024.08.06 23:59:55.966590 [ 93 ] {} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2024.08.06 23:59:55.966634 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12485 | 2024.08.06 23:59:55.966737 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Debug> DynamicQueryHandler: Done processing query | ||
| 12486 | 2024.08.06 23:59:55.966813 [ 3 ] {3d982127-18bf-4880-bb93-ea192fc698f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
| 12487 | 2024.08.06 23:59:55.966907 [ 3 ] {} <Debug> HTTP-Session: 2b1825bc-d0aa-4c7f-a772-80f11491eb78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12488 | 2024.08.06 23:59:55.967008 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12489 | 2024.08.06 23:59:55.967498 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12490 | 2024.08.06 23:59:55.967566 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12491 | 2024.08.06 23:59:55.967670 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1408 rows starting from the beginning of the part | ||
| 12492 | 2024.08.06 23:59:55.967671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12493 | 2024.08.06 23:59:55.967733 [ 3 ] {} <Debug> HTTP-Session: b624d71e-41c4-4fb7-99de-cd8b27cf892b Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12494 | 2024.08.06 23:59:55.967781 [ 3 ] {} <Debug> HTTP-Session: b624d71e-41c4-4fb7-99de-cd8b27cf892b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12495 | 2024.08.06 23:59:55.967857 [ 3 ] {} <Debug> HTTP-Session: b624d71e-41c4-4fb7-99de-cd8b27cf892b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12496 | 2024.08.06 23:59:55.967927 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 197 rows starting from the beginning of the part | ||
| 12497 | 2024.08.06 23:59:55.967975 [ 3 ] {} <Trace> HTTP-Session: b624d71e-41c4-4fb7-99de-cd8b27cf892b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12498 | 2024.08.06 23:59:55.968095 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 122 rows starting from the beginning of the part | ||
| 12499 | 2024.08.06 23:59:55.968376 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
| 12500 | 2024.08.06 23:59:55.968464 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 194 rows starting from the beginning of the part | ||
| 12501 | 2024.08.06 23:59:55.968509 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12502 | 2024.08.06 23:59:55.968779 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 122 rows starting from the beginning of the part | ||
| 12503 | 2024.08.06 23:59:55.969145 [ 192 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1335 rows starting from the beginning of the part | ||
| 12504 | 2024.08.06 23:59:55.969754 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12505 | 2024.08.06 23:59:55.970464 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12506 | 2024.08.06 23:59:55.970511 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12507 | 2024.08.06 23:59:55.971280 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 12508 | 2024.08.06 23:59:55.972075 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Trace> oximeter.fields_u16 (1b37a113-a0d8-46ab-b7b9-097809a28f3f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12509 | 2024.08.06 23:59:55.972268 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004091 sec., 488.8780249327793 rows/sec., 34.14 KiB/sec. | ||
| 12510 | 2024.08.06 23:59:55.972502 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Debug> DynamicQueryHandler: Done processing query | ||
| 12511 | 2024.08.06 23:59:55.972528 [ 3 ] {feae0306-9c02-40de-a8f0-74636f4cd55f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
| 12512 | 2024.08.06 23:59:55.972544 [ 3 ] {} <Debug> HTTP-Session: b624d71e-41c4-4fb7-99de-cd8b27cf892b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12513 | 2024.08.06 23:59:55.972800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 30468, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12514 | 2024.08.06 23:59:55.972948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12515 | 2024.08.06 23:59:55.972972 [ 3 ] {} <Debug> HTTP-Session: 48583cd8-2843-42b7-950a-5b1942e2513c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12516 | 2024.08.06 23:59:55.972990 [ 3 ] {} <Debug> HTTP-Session: 48583cd8-2843-42b7-950a-5b1942e2513c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12517 | 2024.08.06 23:59:55.972994 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3378 rows, containing 4 columns (4 merged, 0 gathered) in 0.006272518 sec., 538539.7060638168 rows/sec., 45.27 MiB/sec. | ||
| 12518 | 2024.08.06 23:59:55.973007 [ 3 ] {} <Debug> HTTP-Session: 48583cd8-2843-42b7-950a-5b1942e2513c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12519 | 2024.08.06 23:59:55.973059 [ 3 ] {} <Trace> HTTP-Session: 48583cd8-2843-42b7-950a-5b1942e2513c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12520 | 2024.08.06 23:59:55.973212 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12521 | 2024.08.06 23:59:55.973282 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
| 12522 | 2024.08.06 23:59:55.973328 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12523 | 2024.08.06 23:59:55.973668 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12524 | 2024.08.06 23:59:55.973811 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12525 | 2024.08.06 23:59:55.973949 [ 190 ] {d4b5e878-6f66-4f67-ab68-df34f1294217::all_1_66_13} <Trace> oximeter.fields_string (d4b5e878-6f66-4f67-ab68-df34f1294217) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12526 | 2024.08.06 23:59:55.974099 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 12527 | 2024.08.06 23:59:55.974256 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12528 | 2024.08.06 23:59:55.974292 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12529 | 2024.08.06 23:59:55.974621 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 12530 | 2024.08.06 23:59:55.974944 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Trace> oximeter.fields_u32 (a61004bb-60a8-4f19-89da-e46b66626765): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12531 | 2024.08.06 23:59:55.975090 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001942 sec., 117404.73738414007 rows/sec., 7.95 MiB/sec. | ||
| 12532 | 2024.08.06 23:59:55.975295 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Debug> DynamicQueryHandler: Done processing query | ||
| 12533 | 2024.08.06 23:59:55.975320 [ 3 ] {edc3fe7b-17ee-4f1c-ba44-71a71b2000f4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
| 12534 | 2024.08.06 23:59:55.975336 [ 3 ] {} <Debug> HTTP-Session: 48583cd8-2843-42b7-950a-5b1942e2513c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12535 | 2024.08.06 23:59:55.975656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 138752, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12536 | 2024.08.06 23:59:55.975703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12537 | 2024.08.06 23:59:55.975722 [ 3 ] {} <Debug> HTTP-Session: 9940b649-a37f-471c-92aa-9311edad1779 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12538 | 2024.08.06 23:59:55.975739 [ 3 ] {} <Debug> HTTP-Session: 9940b649-a37f-471c-92aa-9311edad1779 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12539 | 2024.08.06 23:59:55.975752 [ 3 ] {} <Debug> HTTP-Session: 9940b649-a37f-471c-92aa-9311edad1779 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12540 | 2024.08.06 23:59:55.975782 [ 3 ] {} <Trace> HTTP-Session: 9940b649-a37f-471c-92aa-9311edad1779 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12541 | 2024.08.06 23:59:55.976187 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
| 12542 | 2024.08.06 23:59:55.976228 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12543 | 2024.08.06 23:59:55.976352 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12544 | 2024.08.06 23:59:55.977160 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2024.08.06 23:59:55.977195 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12546 | 2024.08.06 23:59:55.977537 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12547 | 2024.08.06 23:59:55.977852 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12548 | 2024.08.06 23:59:55.978002 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Debug> executeQuery: Read 851 rows, 62.81 KiB in 0.0021 sec., 405238.09523809527 rows/sec., 29.21 MiB/sec. | ||
| 12549 | 2024.08.06 23:59:55.978009 [ 93 ] {} <Debug> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12550 | 2024.08.06 23:59:55.978092 [ 93 ] {} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12551 | 2024.08.06 23:59:55.978139 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12552 | 2024.08.06 23:59:55.978280 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Debug> DynamicQueryHandler: Done processing query | ||
| 12553 | 2024.08.06 23:59:55.978330 [ 3 ] {6bbe3e42-e73c-40c7-9b7e-699ae3174899} <Debug> MemoryTracker: Peak memory usage (for query): 4.72 MiB. | ||
| 12554 | 2024.08.06 23:59:55.978339 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12555 | 2024.08.06 23:59:55.978359 [ 3 ] {} <Debug> HTTP-Session: 9940b649-a37f-471c-92aa-9311edad1779 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12556 | 2024.08.06 23:59:55.978528 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12557 | 2024.08.06 23:59:55.978595 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 905 rows starting from the beginning of the part | ||
| 12558 | 2024.08.06 23:59:55.978595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12559 | 2024.08.06 23:59:55.978778 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 399 rows starting from the beginning of the part | ||
| 12560 | 2024.08.06 23:59:55.978784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12561 | 2024.08.06 23:59:55.978875 [ 3 ] {} <Debug> HTTP-Session: 1a8dcd06-0f6b-4590-8928-e2db6f040311 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12562 | 2024.08.06 23:59:55.979008 [ 3 ] {} <Debug> HTTP-Session: 1a8dcd06-0f6b-4590-8928-e2db6f040311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12563 | 2024.08.06 23:59:55.979070 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 86 rows starting from the beginning of the part | ||
| 12564 | 2024.08.06 23:59:55.979079 [ 3 ] {} <Debug> HTTP-Session: 1a8dcd06-0f6b-4590-8928-e2db6f040311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12565 | 2024.08.06 23:59:55.979216 [ 3 ] {} <Trace> HTTP-Session: 1a8dcd06-0f6b-4590-8928-e2db6f040311 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12566 | 2024.08.06 23:59:55.979308 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 393 rows starting from the beginning of the part | ||
| 12567 | 2024.08.06 23:59:55.979615 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 86 rows starting from the beginning of the part | ||
| 12568 | 2024.08.06 23:59:55.979635 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
| 12569 | 2024.08.06 23:59:55.979806 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12570 | 2024.08.06 23:59:55.979912 [ 199 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 851 rows starting from the beginning of the part | ||
| 12571 | 2024.08.06 23:59:55.980600 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12572 | 2024.08.06 23:59:55.981210 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12573 | 2024.08.06 23:59:55.981254 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12574 | 2024.08.06 23:59:55.981959 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12575 | 2024.08.06 23:59:55.983709 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Trace> oximeter.measurements_bool (a2516106-d4d4-44c1-9073-7e53cf849a6a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12576 | 2024.08.06 23:59:55.983937 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004479 sec., 1339.5847287340923 rows/sec., 57.56 KiB/sec. | ||
| 12577 | 2024.08.06 23:59:55.984217 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Debug> DynamicQueryHandler: Done processing query | ||
| 12578 | 2024.08.06 23:59:55.984303 [ 3 ] {7fde43c6-3d04-4323-bb6b-0c250663bf93} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12579 | 2024.08.06 23:59:55.984371 [ 3 ] {} <Debug> HTTP-Session: 1a8dcd06-0f6b-4590-8928-e2db6f040311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12580 | 2024.08.06 23:59:55.984538 [ 200 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2720 rows, containing 4 columns (4 merged, 0 gathered) in 0.00631072 sec., 431012.6261345774 rows/sec., 31.09 MiB/sec. | ||
| 12581 | 2024.08.06 23:59:55.984589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 14085, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12582 | 2024.08.06 23:59:55.984667 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12583 | 2024.08.06 23:59:55.984698 [ 3 ] {} <Debug> HTTP-Session: d989df0b-b4b7-4d0e-a24f-c4368ca9e3d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12584 | 2024.08.06 23:59:55.984718 [ 3 ] {} <Debug> HTTP-Session: d989df0b-b4b7-4d0e-a24f-c4368ca9e3d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12585 | 2024.08.06 23:59:55.984735 [ 3 ] {} <Debug> HTTP-Session: d989df0b-b4b7-4d0e-a24f-c4368ca9e3d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12586 | 2024.08.06 23:59:55.984785 [ 200 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12587 | 2024.08.06 23:59:55.984797 [ 3 ] {} <Trace> HTTP-Session: d989df0b-b4b7-4d0e-a24f-c4368ca9e3d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12588 | 2024.08.06 23:59:55.985129 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
| 12589 | 2024.08.06 23:59:55.985272 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
| 12590 | 2024.08.06 23:59:55.985714 [ 200 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12591 | 2024.08.06 23:59:55.985735 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12592 | 2024.08.06 23:59:55.985931 [ 200 ] {29a2a8fb-293e-4eb5-be2c-290584e070fa::all_1_66_13} <Trace> oximeter.fields_uuid (29a2a8fb-293e-4eb5-be2c-290584e070fa) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12593 | 2024.08.06 23:59:55.986069 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
| 12594 | 2024.08.06 23:59:55.986257 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12595 | 2024.08.06 23:59:55.986299 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12596 | 2024.08.06 23:59:55.986688 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 12597 | 2024.08.06 23:59:55.987053 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Trace> oximeter.measurements_cumulativei64 (2a430f66-89c8-49e5-9458-bcb383590f88): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12598 | 2024.08.06 23:59:55.987213 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002257 sec., 34116.08329641117 rows/sec., 2.10 MiB/sec. | ||
| 12599 | 2024.08.06 23:59:55.987384 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Debug> DynamicQueryHandler: Done processing query | ||
| 12600 | 2024.08.06 23:59:55.987409 [ 3 ] {83386b4c-10f5-4c26-8a74-3128567ad874} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
| 12601 | 2024.08.06 23:59:55.987425 [ 3 ] {} <Debug> HTTP-Session: d989df0b-b4b7-4d0e-a24f-c4368ca9e3d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12602 | 2024.08.06 23:59:55.987666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 160551, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12603 | 2024.08.06 23:59:55.987714 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12604 | 2024.08.06 23:59:55.987734 [ 3 ] {} <Debug> HTTP-Session: 74c68fa9-d38f-4310-8fde-590b6f19c3d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12605 | 2024.08.06 23:59:55.987751 [ 3 ] {} <Debug> HTTP-Session: 74c68fa9-d38f-4310-8fde-590b6f19c3d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12606 | 2024.08.06 23:59:55.987764 [ 3 ] {} <Debug> HTTP-Session: 74c68fa9-d38f-4310-8fde-590b6f19c3d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12607 | 2024.08.06 23:59:55.987796 [ 3 ] {} <Trace> HTTP-Session: 74c68fa9-d38f-4310-8fde-590b6f19c3d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12608 | 2024.08.06 23:59:55.988231 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
| 12609 | 2024.08.06 23:59:55.988278 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12610 | 2024.08.06 23:59:55.988425 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12611 | 2024.08.06 23:59:55.989200 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12612 | 2024.08.06 23:59:55.989236 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12613 | 2024.08.06 23:59:55.989662 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12614 | 2024.08.06 23:59:55.990000 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12615 | 2024.08.06 23:59:55.990159 [ 93 ] {} <Debug> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12616 | 2024.08.06 23:59:55.990164 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Debug> executeQuery: Read 845 rows, 58.24 KiB in 0.002196 sec., 384790.5282331512 rows/sec., 25.90 MiB/sec. | ||
| 12617 | 2024.08.06 23:59:55.990215 [ 93 ] {} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12618 | 2024.08.06 23:59:55.990287 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12619 | 2024.08.06 23:59:55.990447 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12620 | 2024.08.06 23:59:55.990483 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Debug> DynamicQueryHandler: Done processing query | ||
| 12621 | 2024.08.06 23:59:55.990512 [ 3 ] {84de463c-437f-494b-a42f-3e38e9fe6679} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
| 12622 | 2024.08.06 23:59:55.990538 [ 3 ] {} <Debug> HTTP-Session: 74c68fa9-d38f-4310-8fde-590b6f19c3d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12623 | 2024.08.06 23:59:55.990610 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12624 | 2024.08.06 23:59:55.990643 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16707 rows starting from the beginning of the part | ||
| 12625 | 2024.08.06 23:59:55.990720 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 163 rows starting from the beginning of the part | ||
| 12626 | 2024.08.06 23:59:55.990820 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part | ||
| 12627 | 2024.08.06 23:59:55.990921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 17732, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12628 | 2024.08.06 23:59:55.991159 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12629 | 2024.08.06 23:59:55.991203 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 12630 | 2024.08.06 23:59:55.991229 [ 3 ] {} <Debug> HTTP-Session: d247ae23-eb73-444f-b4d0-092446496a5c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12631 | 2024.08.06 23:59:55.991267 [ 3 ] {} <Debug> HTTP-Session: d247ae23-eb73-444f-b4d0-092446496a5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12632 | 2024.08.06 23:59:55.991340 [ 3 ] {} <Debug> HTTP-Session: d247ae23-eb73-444f-b4d0-092446496a5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12633 | 2024.08.06 23:59:55.991440 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
| 12634 | 2024.08.06 23:59:55.991480 [ 3 ] {} <Trace> HTTP-Session: d247ae23-eb73-444f-b4d0-092446496a5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12635 | 2024.08.06 23:59:55.991735 [ 190 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 845 rows starting from the beginning of the part | ||
| 12636 | 2024.08.06 23:59:55.991887 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
| 12637 | 2024.08.06 23:59:55.992189 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
| 12638 | 2024.08.06 23:59:55.992874 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12639 | 2024.08.06 23:59:55.993447 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12640 | 2024.08.06 23:59:55.993491 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12641 | 2024.08.06 23:59:55.994717 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 12642 | 2024.08.06 23:59:55.995302 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Trace> oximeter.measurements_histogramf64 (89fd08b2-67e0-4cf2-9308-ed483866aec7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12643 | 2024.08.06 23:59:55.995929 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Debug> executeQuery: Read 11 rows, 20.18 KiB in 0.004218 sec., 2607.87102892366 rows/sec., 4.67 MiB/sec. | ||
| 12644 | 2024.08.06 23:59:55.996143 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Debug> DynamicQueryHandler: Done processing query | ||
| 12645 | 2024.08.06 23:59:55.996168 [ 3 ] {5b086885-4fdb-4d19-8acf-ba4d5204bfa9} <Debug> MemoryTracker: Peak memory usage (for query): 4.42 MiB. | ||
| 12646 | 2024.08.06 23:59:55.996184 [ 3 ] {} <Debug> HTTP-Session: d247ae23-eb73-444f-b4d0-092446496a5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12647 | 2024.08.06 23:59:55.996305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 3210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12648 | 2024.08.06 23:59:55.996354 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12649 | 2024.08.06 23:59:55.996374 [ 3 ] {} <Debug> HTTP-Session: 4c069667-d63c-4486-b908-488727a85d9c Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12650 | 2024.08.06 23:59:55.996391 [ 3 ] {} <Debug> HTTP-Session: 4c069667-d63c-4486-b908-488727a85d9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12651 | 2024.08.06 23:59:55.996404 [ 3 ] {} <Debug> HTTP-Session: 4c069667-d63c-4486-b908-488727a85d9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12652 | 2024.08.06 23:59:55.996435 [ 3 ] {} <Trace> HTTP-Session: 4c069667-d63c-4486-b908-488727a85d9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12653 | 2024.08.06 23:59:55.996538 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
| 12654 | 2024.08.06 23:59:55.996582 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 12655 | 2024.08.06 23:59:55.996749 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12656 | 2024.08.06 23:59:55.997114 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12657 | 2024.08.06 23:59:55.997149 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12658 | 2024.08.06 23:59:55.997583 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 12659 | 2024.08.06 23:59:55.997951 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Trace> oximeter.measurements_i64 (bdac07e9-afdc-4d46-a841-bc17ed2abb5c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12660 | 2024.08.06 23:59:55.998163 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18195 rows, containing 5 columns (5 merged, 0 gathered) in 0.007766761 sec., 2342675.4087064094 rows/sec., 160.02 MiB/sec. | ||
| 12661 | 2024.08.06 23:59:55.998260 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001735 sec., 13256.484149855907 rows/sec., 717.08 KiB/sec. | ||
| 12662 | 2024.08.06 23:59:55.998615 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12663 | 2024.08.06 23:59:55.998918 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Debug> DynamicQueryHandler: Done processing query | ||
| 12664 | 2024.08.06 23:59:55.998991 [ 3 ] {089387d1-dde8-41c8-b73f-c50b6dee99bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
| 12665 | 2024.08.06 23:59:55.999048 [ 3 ] {} <Debug> HTTP-Session: 4c069667-d63c-4486-b908-488727a85d9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12666 | 2024.08.06 23:59:55.999298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:51645, User-Agent: (none), Length: 9117, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
| 12667 | 2024.08.06 23:59:55.999417 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
| 12668 | 2024.08.06 23:59:55.999448 [ 3 ] {} <Debug> HTTP-Session: d7c6540c-2918-47ac-b815-110e8c2f151e Authenticating user 'default' from [fd00:1122:3344:101::d]:51645 | ||
| 12669 | 2024.08.06 23:59:55.999482 [ 3 ] {} <Debug> HTTP-Session: d7c6540c-2918-47ac-b815-110e8c2f151e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12670 | 2024.08.06 23:59:55.999508 [ 3 ] {} <Debug> HTTP-Session: d7c6540c-2918-47ac-b815-110e8c2f151e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12671 | 2024.08.06 23:59:55.999573 [ 3 ] {} <Trace> HTTP-Session: d7c6540c-2918-47ac-b815-110e8c2f151e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12672 | 2024.08.06 23:59:55.999724 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12673 | 2024.08.06 23:59:55.999773 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:51645) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
| 12674 | 2024.08.06 23:59:55.999874 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12675 | 2024.08.06 23:59:55.999941 [ 195 ] {7a78c88d-c87d-44cc-a17f-434295e9366e::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (7a78c88d-c87d-44cc-a17f-434295e9366e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12676 | 2024.08.06 23:59:56.000194 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 12677 | 2024.08.06 23:59:56.000369 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
| 12678 | 2024.08.06 23:59:56.000825 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12679 | 2024.08.06 23:59:56.000863 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12680 | 2024.08.06 23:59:56.001232 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12681 | 2024.08.06 23:59:56.001565 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12682 | 2024.08.06 23:59:56.001725 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002019 sec., 29717.68202080238 rows/sec., 2.00 MiB/sec. | ||
| 12683 | 2024.08.06 23:59:56.001728 [ 93 ] {} <Debug> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12684 | 2024.08.06 23:59:56.001821 [ 93 ] {} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12685 | 2024.08.06 23:59:56.001889 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
| 12686 | 2024.08.06 23:59:56.002054 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Debug> DynamicQueryHandler: Done processing query | ||
| 12687 | 2024.08.06 23:59:56.002156 [ 3 ] {b8f53d22-4f39-43a7-b90b-8667538acd13} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 12688 | 2024.08.06 23:59:56.002225 [ 3 ] {} <Debug> HTTP-Session: d7c6540c-2918-47ac-b815-110e8c2f151e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 12689 | 2024.08.06 23:59:56.002246 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full | ||
| 12690 | 2024.08.06 23:59:56.002848 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12691 | 2024.08.06 23:59:56.002922 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3364 rows starting from the beginning of the part | ||
| 12692 | 2024.08.06 23:59:56.003048 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 12693 | 2024.08.06 23:59:56.003248 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
| 12694 | 2024.08.06 23:59:56.003421 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 12695 | 2024.08.06 23:59:56.003529 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
| 12696 | 2024.08.06 23:59:56.003737 [ 188 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 12697 | 2024.08.06 23:59:56.005372 [ 201 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3664 rows, containing 4 columns (4 merged, 0 gathered) in 0.003378225 sec., 1084593.2405331202 rows/sec., 73.03 MiB/sec. | ||
| 12698 | 2024.08.06 23:59:56.005721 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12699 | 2024.08.06 23:59:56.006155 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12700 | 2024.08.06 23:59:56.006232 [ 186 ] {a2cc4ced-1a31-41a4-ab9f-0871b04b4095::all_1_66_13} <Trace> oximeter.measurements_u64 (a2cc4ced-1a31-41a4-ab9f-0871b04b4095) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12701 | 2024.08.06 23:59:56.006318 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 12702 | 2024.08.07 00:00:00.046568 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12703 | 2024.08.07 00:00:00.046628 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||